paper-with-me

홈 › Papers

Towards Accurate and Robust Domain Adaptation under Noisy Environments

2020-04-27 · Zhongyi Han, Xian-Jin Gui, Chaoran Cui, Yilong Yin

In non-stationary environments, learning machines usually confront the domain adaptation scenario where the data distribution does change over time. Previous domain adaptation works have achieved great success in theory and practice. However, they always lose robustness in noisy environments where the labels and features of examples from the source domain become corrupted. In this paper, we report our attempt towards achieving accurate noise-robust domain adaptation. We first give a theoretical analysis that reveals how harmful noises influence unsupervised domain adaptation. To eliminate the effect of label noise, we propose an offline curriculum learning for minimizing a newly-defined empirical source risk. To reduce the impact of feature noise, we propose a proxy distribution based margin discrepancy. We seamlessly transform our methods into an adversarial network that performs efficient joint optimization for them, successfully mitigating the negative influence from both data corruption and distribution shift. A series of empirical studies show that our algorithm remarkably outperforms state of the art, over 10% accuracy improvements in some domain adaptation tasks under noisy environments.

📄 PDF Abstract BibTeX arXiv:2004.12529

Code (1)

zhyhan/RDA 공식 구현 pytorch

Tasks

Domain AdaptationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Confusing Pair Correction Based on Category Prototype for Domain Adaptation under Noisy Environments

2024-03-19 · Churan Zhi, Junbao Zhuo, Shuhui Wang

In this paper, we address unsupervised domain adaptation under noisy environments, which is more challenging and practical than traditional domain adaptation. In this scenario, the model is prone to overfitting noisy lab…

Domain AdaptationUnsupervised Domain Adaptation

MTLoc: A Confidence-Based Source-Free Domain Adaptation Approach For Indoor Localization

2025-03-18 · Negar Mehregan, Berk Bozkurt, Eric Granger, Mohammadjavad Hajikhani 외

Various deep learning models have been developed for indoor localization based on radio-frequency identification (RFID) tags. However, they often require adaptation to ensure accurate tracking in new target operational d…

Domain AdaptationIndoor LocalizationSelf-Supervised LearningSource-Free Domain Adaptation+1

Enhanced ASR Robustness to Packet Loss with a Front-End Adaptation Network

2024-06-27 · Yehoshua Dissen, Shiry Yonash, Israel Cohen, Joseph Keshet

In the realm of automatic speech recognition (ASR), robustness in noisy environments remains a significant challenge. Recent ASR models, such as Whisper, have shown promise, but their efficacy in noisy conditions can be …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

GenGMM: Generalized Gaussian-Mixture-based Domain Adaptation Model for Semantic Segmentation

2024-10-21 · Nazanin Moradinasab, Hassan Jafarzadeh, Donald E. Brown

Domain adaptive semantic segmentation is the task of generating precise and dense predictions for an unlabeled target domain using a model trained on a labeled source domain. While significant efforts have been devoted t…

Domain AdaptationSemantic SegmentationUnsupervised Domain Adaptation

Continual Test-Time Domain Adaptation

2022-03-25 · CVPR 2022 1 · Qin Wang, Olga Fink, Luc van Gool, Dengxin Dai

Test-time domain adaptation aims to adapt a source pre-trained model to a target domain without using any source data. Existing works mainly consider the case where the target domain is static. However, real-world machin…

Domain AdaptationTest-time Adaptation