paper-with-me

Papers

DFormer: Diffusion-guided Transformer for Universal Image Segmentation

2023-06-06 · Hefeng Wang, Jiale Cao, Rao Muhammad Anwer, Jin Xie, Fahad Shahbaz Khan, Yanwei Pang

This paper introduces an approach, named DFormer, for universal image segmentation. The proposed DFormer views universal image segmentation task as a denoising process using a diffusion model. DFormer first adds various levels of Gaussian noise to ground-truth masks, and then learns a model to predict denoising masks from corrupted masks. Specifically, we take deep pixel-level features along with the noisy masks as inputs to generate mask features and attention masks, employing diffusion-based decoder to perform mask prediction gradually. At inference, our DFormer directly predicts the masks and corresponding categories from a set of randomly-generated masks. Extensive experiments reveal the merits of our proposed contributions on different image segmentation tasks: panoptic segmentation, instance segmentation, and semantic segmentation. Our DFormer outperforms the recent diffusion-based panoptic segmentation method Pix2Seq-D with a gain of 3.6% on MS COCO val2017 set. Further, DFormer achieves promising semantic segmentation performance outperforming the recent diffusion-based method by 2.2% on ADE20K val set. Our source code and models will be publicly on https://github.com/cp3wan/DFormer

📄 PDF Abstract BibTeX arXiv:2306.03437

Code (1)

cp3wan/dformer 공식 구현 pytorch

Tasks

DecoderDenoisingImage SegmentationInstance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation

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…

Similar Papers 제목 키워드 기반

CDFormer:When Degradation Prediction Embraces Diffusion Model for Blind Image Super-Resolution

2024-05-13 · Qingguo Liu, Chenyi Zhuang, Pan Gao, Jie Qin

Existing Blind image Super-Resolution (BSR) methods focus on estimating either kernel or degradation information, but have long overlooked the essential content details. In this paper, we propose a novel BSR approach, Co…

DiversityImage Super-ResolutionSuper-Resolution

CDFormer: When Degradation Prediction Embraces Diffusion Model for Blind Image Super-Resolution

2024-01-01 · CVPR 2024 1 · Qingguo Liu, Chenyi Zhuang, Pan Gao, Jie Qin

Existing Blind image Super-Resolution (BSR) methods focus on estimating either kernel or degradation information but have long overlooked the essential content details. In this paper we propose a novel BSR approach C…

DiversityImage Super-ResolutionSuper-Resolution

SGDFormer: One-stage Transformer-based Architecture for Cross-Spectral Stereo Image Guided Denoising

2024-03-30 · Runmin Zhang, Zhu Yu, Zehua Sheng, Jiacheng Ying 외

Cross-spectral image guided denoising has shown its great potential in recovering clean images with rich details, such as using the near-infrared image to guide the denoising process of the visible one. To obtain such im…

DenoisingSuper-Resolution

MADFormer: Mixed Autoregressive and Diffusion Transformers for Continuous Image Generation

2025-06-09 · JunHao Chen, Yulia Tsvetkov, Xiaochuang Han

Recent progress in multimodal generation has increasingly combined autoregressive (AR) and diffusion-based approaches, leveraging their complementary strengths: AR models capture long-range dependencies and produce fluen…

Image Generationmultimodal generation

Diff3Dformer: Leveraging Slice Sequence Diffusion for Enhanced 3D CT Classification with Transformer Networks

2024-06-24 · Zihao Jin, Yingying Fang, Jiahao Huang, Caiwen Xu 외

The manifestation of symptoms associated with lung diseases can vary in different depths for individual patients, highlighting the significance of 3D information in CT scans for medical image classification. While Vision…

3D ClassificationClassificationimage-classificationImage Classification+1