paper-with-me

홈 › Papers

Stable Neighbor Denoising for Source-free Domain Adaptive Segmentation

2024-06-10 · CVPR 2024 1 · Dong Zhao, Shuang Wang, Qi Zang, Licheng Jiao, Nicu Sebe, Zhun Zhong

We study source-free unsupervised domain adaptation (SFUDA) for semantic segmentation, which aims to adapt a source-trained model to the target domain without accessing the source data. Many works have been proposed to address this challenging problem, among which uncertainty-based self-training is a predominant approach. However, without comprehensive denoising mechanisms, they still largely fall into biased estimates when dealing with different domains and confirmation bias. In this paper, we observe that pseudo-label noise is mainly contained in unstable samples in which the predictions of most pixels undergo significant variations during self-training. Inspired by this, we propose a novel mechanism to denoise unstable samples with stable ones. Specifically, we introduce the Stable Neighbor Denoising (SND) approach, which effectively discovers highly correlated stable and unstable samples by nearest neighbor retrieval and guides the reliable optimization of unstable samples by bi-level learning. Moreover, we compensate for the stable set by object-level object paste, which can further eliminate the bias caused by less learned classes. Our SND enjoys two advantages. First, SND does not require a specific segmentor structure, endowing its universality. Second, SND simultaneously addresses the issues of class, domain, and confirmation biases during adaptation, ensuring its effectiveness. Extensive experiments show that SND consistently outperforms state-of-the-art methods in various SFUDA semantic segmentation settings. In addition, SND can be easily integrated with other approaches, obtaining further improvements.

📄 PDF Abstract BibTeX arXiv:2406.06813

Code (1)

DZhaoXd/SND 공식 구현 pytorch

Tasks

DenoisingDomain AdaptationPseudo LabelSemantic SegmentationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Zero-Shot Noise2Noise: Efficient Image Denoising without any Data

2023-03-20 · CVPR 2023 1 · Youssef Mansour, Reinhard Heckel

Recently, self-supervised neural networks have shown excellent image denoising performance. However, current dataset free methods are either computationally expensive, require a noise model, or have inadequate image qual…

DenoisingImage Denoising

Topology-Aware Neighborhood Learning for Source-Free Cross-Scene Hyperspectral Image Classification

2026-08-06 · Qingmei Li, Juepeng Zheng, Jiarui Zhang, Jianxi Huang 외 arxiv

Domain adaptation has advanced cross-scene hyperspectral image classification, significantly improving discriminative capability in complex scenarios. However, privacy rules or storage limits often block access to data f…

Hyperspectral Image ClassificationDomain Adaptation

Exploiting the Intrinsic Neighborhood Structure for Source-free Domain Adaptation

2021-10-08 · NeurIPS 2021 12 · Shiqi Yang, Yaxing Wang, Joost Van de Weijer, Luis Herranz 외

Domain adaptation (DA) aims to alleviate the domain shift between source domain and target domain. Most DA methods require access to the source data, but often that is not possible (e.g. due to data privacy or intellectu…

Domain AdaptationSource-Free Domain Adaptation

Neighboring Slice Noise2Noise: Self-Supervised Medical Image Denoising from Single Noisy Image Volume

2024-11-16 · Langrui Zhou, Ziteng Zhou, Xinyu Huang, Huiru Wang 외

In the last few years, with the rapid development of deep learning technologies, supervised methods based on convolutional neural networks have greatly enhanced the performance of medical image denoising. However, these …

DenoisingImage DenoisingMedical Image Denoising

Source-Free Domain Adaptation by Optimizing Batch-Wise Cosine Similarity

2026-01-24 · Harsharaj Pathak, Vineeth N Balasubramanian arxiv

Source-Free Domain Adaptation (SFDA) is an emerging area of research that aims to adapt a model trained on a labeled source domain to an unlabeled target domain without accessing the source data. Most of the successful m…

Source-Free Domain Adaptation