paper-with-me

Papers

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 community focuses on, its impact on the feature discriminability has not been fully explored. In this paper, a series of experiments based on spectral analysis of the feature representations have been conducted, revealing an unexpected deterioration of the discriminability while learning transferable features adversarially. Our key finding is that the eigenvectors with the largest singular values will dominate the feature transferability. As a consequence, the transferability is enhanced at the expense of over penalization of other eigenvectors that embody rich structures crucial for discriminability. Towards this problem, we present Batch Spectral Penalization (BSP), a general approach to penalizing the largest singular values so that other eigenvectors can be relatively strengthened to boost the feature discriminability. Experiments show that the approach significantly improves upon representative adversarial domain adaptation methods to yield state of the art results.

📄 PDF Abstract BibTeX

Code (2)

thuml/Batch-Spectral-Penalization 공식 구현 pytorch
kevinmusgrave/pytorch-adapt pytorch

Tasks

Domain AdaptationTransfer Learning

Similar Papers 제목 키워드 기반

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

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

SPA: A Graph Spectral Alignment Perspective for Domain Adaptation

2023-10-26 · NeurIPS 2023 11

Unsupervised domain adaptation (UDA) is a pivotal form in machine learning to extend the in-domain model to the distinctive target domains where the data distributions differ. Most prior works focus on capturing the inte…

Domain AdaptationSingle Particle AnalysisUnsupervised Domain Adaptation

Singular Value Penalization and Semantic Data Augmentation for Fully Test-Time Adaptation

2023-12-10 · Houcheng Su, Daixian Liu, Mengzhu Wang, Wei Wang

Fully test-time adaptation (FTTA) adapts a model that is trained on a source domain to a target domain during the testing phase, where the two domains follow different distributions and source data is unavailable during …

Data AugmentationDiversityDomain AdaptationPrediction+1

ATPL: Mutually enhanced adversarial training and pseudo labeling for unsupervised domain adaptation

2022-08-17 · Knowledge-Based Systems 2022 8 · Changan Yi, Haotian Chen, Yonghui Xu, Yong liu 외

Unsupervised domain adaptation aims to transfer knowledge from a labeled source domain to a related but unlabeled target domain. Most existing approaches either adversarially reduce the domain shift or use pseudo-labels …

Domain AdaptationUnsupervised Domain Adaptation