paper-with-me

Papers

Diffusion Model as a Generalist Segmentation Learner

2026-04-27 · Haoxiao Wang, Antao Xiang, Haiyang Sun, Peilin Sun, Changhao Pan, Yifu Chen, Minjie Hong, Weijie Wang, Shuang Chen, Yue Chen, Zhou Zhao 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-conditioned semantic and open-vocabulary segmentation, and this approach can be generalized to various downstream tasks to make a general-purpose diffusion segmentation framework. Concretely, we introduce DiGSeg (Diffusion Models as a Generalist Segmentation Learner), which repurposes a pretrained diffusion model into a unified segmentation framework. Our approach encodes the input image and ground-truth mask into the latent space and concatenates them as conditioning signals for the diffusion U-Net. A parallel CLIP-aligned text pathway injects language features across multiple scales, enabling the model to align textual queries with evolving visual representations. This design transforms an off-the-shelf diffusion backbone into a universal interface that produces structured segmentation masks conditioned on both appearance and arbitrary text prompts. Extensive experiments demonstrate state-of-the-art performance on standard semantic segmentation benchmarks, as well as strong open-vocabulary generalization and cross-domain transfer to medical, remote sensing, and agricultural scenarios-without domain-specific architectural customization. These results indicate that modern diffusion backbones can serve as generalist segmentation learners rather than pure generators, narrowing the gap between visual generation and visual understanding.

📄 PDF Abstract BibTeX arXiv:2604.24575

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Segmentation

Similar Papers 제목 키워드 기반

Generalist: Decoupling Natural and Robust Generalization

2023-03-24 · CVPR 2023 1 · Hongjun Wang, Yisen Wang

Deep neural networks obtained by standard training have been constantly plagued by adversarial examples. Although adversarial training demonstrates its capability to defend against adversarial examples, unfortunately, it…

Unleashing the Potential of the Diffusion Model in Few-shot Semantic Segmentation

2024-10-03 · Muzhi Zhu, Yang Liu, Zekai Luo, Chenchen Jing 외

The Diffusion Model has not only garnered noteworthy achievements in the realm of image generation but has also demonstrated its potential as an effective pretraining method utilizing unlabeled data. Drawing from the ext…

Few-Shot Semantic SegmentationImage GenerationIn-Context LearningSegmentation+2

InstructCV: Instruction-Tuned Text-to-Image Diffusion Models as Vision Generalists

2023-09-30 · Yulu Gan, Sungwoo Park, Alexander Schubert, Anthony Philippakis 외

Recent advances in generative diffusion models have enabled text-controlled synthesis of realistic and diverse images with impressive quality. Despite these remarkable advances, the application of text-to-image generativ…

Depth EstimationImage GenerationLanguage ModellingLarge Language Model+4

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

A Generalist Neural Algorithmic Learner

2022-09-22 · Borja Ibarz, Vitaly Kurin, George Papamakarios, Kyriacos Nikiforou 외

The cornerstone of neural algorithmic reasoning is the ability to solve algorithmic tasks, especially in a way that generalises out of distribution. While recent years have seen a surge in methodological improvements in …

Graph Neural NetworkLearning to Execute