paper-with-me

홈 › Papers

Balancing Discriminability and Transferability for Source-Free Domain Adaptation

2022-06-16 · Jogendra Nath Kundu, Akshay Kulkarni, Suvaansh Bhambri, Deepesh Mehta, Shreyas Kulkarni, Varun Jampani, R. Venkatesh Babu

Conventional domain adaptation (DA) techniques aim to improve domain transferability by learning domain-invariant representations; while concurrently preserving the task-discriminability knowledge gathered from the labeled source data. However, the requirement of simultaneous access to labeled source and unlabeled target renders them unsuitable for the challenging source-free DA setting. The trivial solution of realizing an effective original to generic domain mapping improves transferability but degrades task discriminability. Upon analyzing the hurdles from both theoretical and empirical standpoints, we derive novel insights to show that a mixup between original and corresponding translated generic samples enhances the discriminability-transferability trade-off while duly respecting the privacy-oriented source-free setting. A simple but effective realization of the proposed insights on top of the existing source-free DA approaches yields state-of-the-art performance with faster convergence. Beyond single-source, we also outperform multi-source prior-arts across both classification and semantic segmentation benchmarks.

📄 PDF Abstract BibTeX arXiv:2206.08009

Code (1)

val-iisc/MixupDA 공식 구현 pytorch

Tasks

Domain AdaptationSemantic SegmentationSource-Free Domain Adaptation

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Balancing Transferability and Discriminability for Unsupervised Domain Adaptation.

2022-09-15 · IEEE Transactions on Neural Networks and Learning Systems 2022 9 · Jingke Huang; Ni Xiao; Lei Zhang

Unsupervised domain adaptation (UDA) aims to leverage a sufficiently labeled source domain to classify or represent the fully unlabeled target domain with a different distribution. Generally, the existing approaches try …

Domain AdaptationRepresentation LearningUnsupervised Domain Adaptation

Beyond Boundaries: Leveraging Vision Foundation Models for Source-Free Object Detection

2025-11-10 · Huizai Yao, Sicheng Zhao, Pengteng Li, Yi Cui 외 arxiv

Source-Free Object Detection (SFOD) aims to adapt a source-pretrained object detector to a target domain without access to source data. However, existing SFOD methods predominantly rely on internal knowledge from the sou…

Contrastive LearningObject Detection

Transferability vs. Discriminability: Batch Spectral Penalization for Adversarial Domain Adaptation

2019-06-01 · International Conference on Machine Learning 2019 6 · Xinyang Chen, Sinan Wang, Mingsheng Long, Jianmin Wang

Adversarial domain adaptation has made remarkable advances in learning transferable representations for knowledge transfer across domains. While adversarial learning strengthens the feature transferability which the comm…

Domain AdaptationTransfer Learning

MADI: Inter-domain Matching and Intra-domain Discrimination for Cross-domain Speech Recognition

2023-02-22 · Jiaming Zhou, Shiwan Zhao, Ning Jiang, Guoqing Zhao 외

End-to-end automatic speech recognition (ASR) usually suffers from performance degradation when applied to a new domain due to domain shift. Unsupervised domain adaptation (UDA) aims to improve the performance on the unl…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Cross-environment ASRDomain Adaptation+3

Harmonizing Transferability and Discriminability for Adapting Object Detectors

2020-03-13 · CVPR 2020 6 · Chaoqi Chen, Zebiao Zheng, Xinghao Ding, Yue Huang 외

Recent advances in adaptive object detection have achieved compelling results in virtue of adversarial feature adaptation to mitigate the distributional shifts along the detection pipeline. Whilst adversarial adaptation …

Objectobject-detectionObject DetectionWeakly Supervised Object Detection