paper-with-me

Papers

DIVE: Inverting Conditional Diffusion Models for Discriminative Tasks

2025-04-24 · Yinqi Li, Hong Chang, Ruibing Hou, Shiguang Shan, Xilin Chen

Diffusion models have shown remarkable progress in various generative tasks such as image and video generation. This paper studies the problem of leveraging pretrained diffusion models for performing discriminative tasks. Specifically, we extend the discriminative capability of pretrained frozen generative diffusion models from the classification task to the more complex object detection task, by "inverting" a pretrained layout-to-image diffusion model. To this end, a gradient-based discrete optimization approach for replacing the heavy prediction enumeration process, and a prior distribution model for making more accurate use of the Bayes' rule, are proposed respectively. Empirical results show that this method is on par with basic discriminative object detection baselines on COCO dataset. In addition, our method can greatly speed up the previous diffusion-based method for classification without sacrificing accuracy. Code and models are available at https://github.com/LiYinqi/DIVE .

📄 PDF Abstract BibTeX arXiv:2504.17253

Code (1)

LiYinqi/DIVE 공식 구현 pytorch

Tasks

Image Classificationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Referee Can Play: An Alternative Approach to Conditional Generation via Model Inversion

2024-02-26 · Xuantong Liu, Tianyang Hu, Wenjia Wang, Kenji Kawaguchi 외

As a dominant force in text-to-image generation tasks, Diffusion Probabilistic Models (DPMs) face a critical challenge in controllability, struggling to adhere strictly to complex, multi-faceted instructions. In this wor…

Image GenerationText to Image GenerationText-to-Image Generation

Training on Thin Air: Improve Image Classification with Generated Data

2023-05-24 · Yongchao Zhou, Hshmat Sahak, Jimmy Ba

Acquiring high-quality data for training discriminative models is a crucial yet challenging aspect of building effective predictive systems. In this paper, we present Diffusion Inversion, a simple yet effective method th…

Data AugmentationFew-Shot Learningimage-classificationImage Classification+1

Your Diffusion Model is Secretly a Zero-Shot Classifier

2023-03-28 · ICCV 2023 1 · Alexander C. Li, Mihir Prabhudesai, Shivam Duggal, Ellis Brown 외

The recent wave of large-scale text-to-image diffusion models has dramatically increased our text-based image generation abilities. These models can generate realistic images for a staggering variety of prompts and exhib…

Domain GeneralizationFine-Grained Image ClassificationImage ClassificationImage Generation+5

Schedule Your Edit: A Simple yet Effective Diffusion Noise Schedule for Image Editing

2024-10-24 · Haonan Lin, Mengmeng Wang, Jiahao Wang, Wenbin An 외

Text-guided diffusion models have significantly advanced image editing, enabling high-quality and diverse modifications driven by text prompts. However, effective editing requires inverting the source image into a latent…

Learning Robust Diffusion Models from Imprecise Supervision

2025-10-03 · Dong-Dong Wu, Jiacheng Cui, Wei Wang, Zhiqiang Shen 외 arxiv

Conditional diffusion models have achieved remarkable success in various generative tasks recently, but their training typically relies on large-scale datasets that inevitably contain imprecise information in conditional…

Image Generation