paper-with-me

Papers

Adversarial Diffusion Model for Unsupervised Domain-Adaptive Semantic Segmentation

2024-12-22 · Jongmin Yu, Zhongtian Sun, Shan Luo

Semantic segmentation requires labour-intensive labelling tasks to obtain the supervision signals, and because of this issue, it is encouraged that using domain adaptation, which transfers information from the existing labelled source domains to unlabelled or weakly labelled target domains, is essential. However, it is intractable to find a well-generalised representation which can describe two domains due to probabilistic or geometric difference between the two domains. This paper presents a novel method, the Conditional and Inter-coder Connected Latent Diffusion (CICLD) based Semantic Segmentation Model, to advance unsupervised domain adaptation (UDA) for semantic segmentation tasks. Leveraging the strengths of latent diffusion models and adversarial learning, our method effectively bridges the gap between synthetic and real-world imagery. CICLD incorporates a conditioning mechanism to improve contextual understanding during segmentation and an inter-coder connection to preserve fine-grained details and spatial hierarchies. Additionally, adversarial learning aligns latent feature distributions across source, mixed, and target domains, further enhancing generalisation. Extensive experiments are conducted across three benchmark datasets-GTA5, Synthia, and Cityscape-shows that CICLD outperforms state-of-the-art UDA methods. Notably, the proposed method achieves a mean Intersection over Union (mIoU) of 74.4 for the GTA5 to Cityscape UDA setting and 67.2 mIoU for the Synthia to Cityscape UDA setting. This project is publicly available on 'https://github.com/andreYoo/CICLD'.

📄 PDF Abstract BibTeX arXiv:2412.16859

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationSegmentationSemantic SegmentationUnsupervised Domain Adaptation

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 제목 키워드 기반

Unsupervised Domain Adaptation via Domain-Adaptive Diffusion

2023-08-26 · Duo Peng, Qiuhong Ke, Yinjie Lei, Jun Liu

Unsupervised Domain Adaptation (UDA) is quite challenging due to the large distribution discrepancy between the source domain and the target domain. Inspired by diffusion models which have strong capability to gradually …

Domain AdaptationUnsupervised Domain Adaptation

Semantic-guided Adversarial Diffusion Model for Self-supervised Shadow Removal

2024-07-01 · Ziqi Zeng, Chen Zhao, Weiling Cai, Chenyu Dong

Existing unsupervised methods have addressed the challenges of inconsistent paired data and tedious acquisition of ground-truth labels in shadow removal tasks. However, GAN-based training often faces issues such as mode …

Generative Adversarial NetworkShadow Removal

Unsupervised Adaptive Semantic Segmentation with Local Lipschitz Constraint

2021-05-27 · Guanyu Cai, Lianghua He

Recent advances in unsupervised domain adaptation have seen considerable progress in semantic segmentation. Existing methods either align different domains with adversarial training or involve the self-learning that util…

Domain AdaptationSegmentationSelf-LearningSemantic Segmentation+1

Significance-aware Information Bottleneck for Domain Adaptive Semantic Segmentation

2019-04-01 · ICCV 2019 10 · Yawei Luo, Ping Liu, Tao Guan, Junqing Yu 외

For unsupervised domain adaptation problems, the strategy of aligning the two domains in latent feature space through adversarial learning has achieved much progress in image classification, but usually fails in semantic…

Domain Adaptationimage-classificationImage ClassificationSegmentation+2

MLAN: Multi-Level Adversarial Network for Domain Adaptive Semantic Segmentation

2021-03-24 · Jiaxing Huang, Dayan Guan, Shijian Lu, Aoran Xiao

Recent progresses in domain adaptive semantic segmentation demonstrate the effectiveness of adversarial learning (AL) in unsupervised domain adaptation. However, most adversarial learning based methods align source and t…

Domain AdaptationImage-to-Image TranslationSemantic SegmentationTranslation+1