Paper Reading

使用diffusion mode生成synthetic images,用于enhance traning data:

1. FreeMask: Synthetic Images with Dense Annotations Make Stronger Segmentation Models (NurIPS 2024)

Challenges: 

  • Generating in-domain images
  • Generating high-quality images
  • Generating hard samples to improve model generalization ability

How to solve the challeges:

  • FreestyleNet, which can generate high-fedility images conditioned on semantic masks
  • Incorrectly synthesized regions or images will exhibit significant losses, if evaluated under a model pre-trained on real images ---- > if the loss of a synthetic pixel surpasses the average loss of its corresponding class by a certain margin, it will be marked as a noisy pixel and ignored during loss computation
  • with recorded class-wise average losses, it can calculate the overall loss of a semantic mask, which can represent its global hardness. It will generate more samples for those hard semantic masks and otherwise the opposite

短语:“It is even on par with”

2. DiffuLT: How to Make Diffusion Model Useful for Long-tail Recognition

相关推荐

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-10 05:44:02       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-10 05:44:02       100 阅读
  3. 在Django里面运行非项目文件

    2024-04-10 05:44:02       82 阅读
  4. Python语言-面向对象

    2024-04-10 05:44:02       91 阅读

热门阅读

  1. epoll的使用示例及其解释

    2024-04-10 05:44:02       35 阅读
  2. tsconfig.json文件翻译

    2024-04-10 05:44:02       29 阅读
  3. 异步和同步

    2024-04-10 05:44:02       30 阅读
  4. 解析View树、apk安装

    2024-04-10 05:44:02       27 阅读
  5. Qt中的触屏事件

    2024-04-10 05:44:02       37 阅读
  6. jenkins部署项目报错:certificate has expired

    2024-04-10 05:44:02       36 阅读
  7. Git同时拉取和推送多个分支

    2024-04-10 05:44:02       38 阅读
  8. 10个全面了解python自动化办公代码

    2024-04-10 05:44:02       35 阅读
  9. [蓝桥杯 2013 省 B] 翻硬币

    2024-04-10 05:44:02       28 阅读
  10. 富格林:堤防交易陷阱安全做单交易

    2024-04-10 05:44:02       34 阅读
  11. 边缘设备上的chatGPT

    2024-04-10 05:44:02       34 阅读
  12. Redis 常用命令以及结构

    2024-04-10 05:44:02       33 阅读
  13. Android Binder——Kernel层介绍(七)

    2024-04-10 05:44:02       30 阅读
  14. 【Unity优化】模型

    2024-04-10 05:44:02       27 阅读
  15. 掌握ChatGPT:打造高质量学术论文

    2024-04-10 05:44:02       31 阅读