paper-with-me

Papers

DAFD: Domain Adaptation via Feature Disentanglement for Image Classification

2023-01-30 · Zhize Wu, Changjiang Du, Le Zou, Ming Tan, Tong Xu, Fan Cheng, Fudong Nian, Thomas Weise

A good feature representation is the key to image classification. In practice, image classifiers may be applied in scenarios different from what they have been trained on. This so-called domain shift leads to a significant performance drop in image classification. Unsupervised domain adaptation (UDA) reduces the domain shift by transferring the knowledge learned from a labeled source domain to an unlabeled target domain. We perform feature disentanglement for UDA by distilling category-relevant features and excluding category-irrelevant features from the global feature maps. This disentanglement prevents the network from overfitting to category-irrelevant information and makes it focus on information useful for classification. This reduces the difficulty of domain alignment and improves the classification accuracy on the target domain. We propose a coarse-to-fine domain adaptation method called Domain Adaptation via Feature Disentanglement~(DAFD), which has two components: (1)the Category-Relevant Feature Selection (CRFS) module, which disentangles the category-relevant features from the category-irrelevant features, and (2)the Dynamic Local Maximum Mean Discrepancy (DLMMD) module, which achieves fine-grained alignment by reducing the discrepancy within the category-relevant features from different domains. Combined with the CRFS, the DLMMD module can align the category-relevant features properly. We conduct comprehensive experiment on four standard datasets. Our results clearly demonstrate the robustness and effectiveness of our approach in domain adaptive image classification tasks and its competitiveness to the state of the art.

📄 PDF Abstract BibTeX arXiv:2301.13337

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDisentanglementDomain Adaptationfeature selectionimage-classificationImage ClassificationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Domain-adaptive Fall Detection Using Deep Adversarial Training

2020-12-20 · Kai-Chun Liu, Michael Can, Heng-Cheng Kuo, Chia-Yeh Hsieh 외

Fall detection (FD) systems are important assistive technologies for healthcare that can detect emergency fall events and alert caregivers. However, it is not easy to obtain large-scale annotated fall events with various…

BIG-bench Machine LearningDomain AdaptationPositionTransfer Learning

Detach and Adapt: Learning Cross-Domain Disentangled Deep Representation

2017-05-03 · CVPR 2018 6 · Yen-Cheng Liu, Yu-Ying Yeh, Tzu-Chien Fu, Sheng-De Wang 외

While representation learning aims to derive interpretable features for describing visual data, representation disentanglement further results in such features so that particular image attributes can be identified and ma…

AttributeDisentanglementDomain AdaptationRepresentation Learning+2

DiDA: Disentangled Synthesis for Domain Adaptation

2018-05-21 · Jinming Cao, Oren Katzir, Peng Jiang, Dani Lischinski 외

Unsupervised domain adaptation aims at learning a shared model for two related, but not identical, domains by leveraging supervision from a source domain to an unsupervised target domain. A number of effective domain ada…

DisentanglementDomain AdaptationUnsupervised Domain Adaptation

Enhanced Separable Disentanglement for Unsupervised Domain Adaptation

2021-06-22 · Youshan Zhang, Brian D. Davison

Domain adaptation aims to mitigate the domain gap when transferring knowledge from an existing labeled domain to a new domain. However, existing disentanglement-based methods do not fully consider separation between doma…

DisentanglementDomain AdaptationUnsupervised Domain Adaptation

Cross-Dataset Person Re-Identification via Unsupervised Pose Disentanglement and Adaptation

2019-09-20 · ICCV 2019 10 · Yu-Jhe Li, Ci-Siang Lin, Yan-Bo Lin, Yu-Chiang Frank Wang

Person re-identification (re-ID) aims at recognizing the same person from images taken across different cameras. To address this challenging task, existing re-ID models typically rely on a large amount of labeled trainin…

DisentanglementPerson Re-IdentificationUnsupervised Domain Adaptation