paper-with-me

홈 › Papers

Diffusion Model as Representation Learner

2023-08-21 · ICCV 2023 1 · Xingyi Yang, Xinchao Wang

Diffusion Probabilistic Models (DPMs) have recently demonstrated impressive results on various generative tasks.Despite its promises, the learned representations of pre-trained DPMs, however, have not been fully understood. In this paper, we conduct an in-depth investigation of the representation power of DPMs, and propose a novel knowledge transfer method that leverages the knowledge acquired by generative DPMs for recognition tasks. Our study begins by examining the feature space of DPMs, revealing that DPMs are inherently denoising autoencoders that balance the representation learning with regularizing model capacity. To this end, we introduce a novel knowledge transfer paradigm named RepFusion. Our paradigm extracts representations at different time steps from off-the-shelf DPMs and dynamically employs them as supervision for student networks, in which the optimal time is determined through reinforcement learning. We evaluate our approach on several image classification, semantic segmentation, and landmark detection benchmarks, and demonstrate that it outperforms state-of-the-art methods. Our results uncover the potential of DPMs as a powerful tool for representation learning and provide insights into the usefulness of generative models beyond sample generation. The code is available at \url{https://github.com/Adamdad/Repfusion}.

📄 PDF Abstract BibTeX arXiv:2308.10916

Code (1)

adamdad/repfusion 공식 구현 pytorch

Tasks

Denoisingimage-classificationImage ClassificationmodelRepresentation LearningSemantic SegmentationTransfer Learning

Similar Papers 제목 키워드 기반

Masked Diffusion as Self-supervised Representation Learner

2023-08-10 · Zixuan Pan, Jianxu Chen, Yiyu Shi

Denoising diffusion probabilistic models have recently demonstrated state-of-the-art generative performance and have been used as strong pixel-level representation learners. This paper decomposes the interrelation betwee…

DenoisingMedical Image SegmentationRepresentation LearningSegmentation+1

Denoising Diffusion Autoencoders are Unified Self-supervised Learners

2023-03-17 · ICCV 2023 1 · Weilai Xiang, Hongyu Yang, Di Huang, Yunhong Wang

Inspired by recent advances in diffusion models, which are reminiscent of denoising autoencoders, we investigate whether they can acquire discriminative representations for classification via generative pre-training. Thi…

Contrastive LearningDenoisingImage GenerationLinear evaluation+2

Discffusion: Discriminative Diffusion Models as Few-shot Vision and Language Learners

2023-05-18 · Xuehai He, Weixi Feng, Tsu-Jui Fu, Varun Jampani 외

Diffusion models, such as Stable Diffusion, have shown incredible performance on text-to-image generation. Since text-to-image generation often requires models to generate visual concepts with fine-grained details and at…

Image GenerationImage-text matchingPrompt LearningText Matching+2

Diffusion Model as a Generalist Segmentation Learner

2026-04-27 · Haoxiao Wang, Antao Xiang, Haiyang Sun, Peilin Sun 외 arxiv

Diffusion models are primarily trained for image synthesis, yet their denoising trajectories encode rich, spatially aligned visual priors. In this paper, we demonstrate that these priors can be utilized for text-conditio…

Semantic Segmentation

DDAE++: Enhancing Diffusion Models Towards Unified Generative and Discriminative Learning

2025-05-16 · Weilai Xiang, Hongyu Yang, Di Huang, Yunhong Wang

While diffusion models have gained prominence in image synthesis, their generative pre-training has been shown to yield discriminative representations, paving the way towards unified visual generation and understanding. …

DenoisingImage Generation