paper-with-me

Papers

Progressive Classifier and Feature Extractor Adaptation for Unsupervised Domain Adaptation on Point Clouds

2023-11-27 · Zicheng Wang, Zhen Zhao, Yiming Wu, Luping Zhou, Dong Xu

Unsupervised domain adaptation (UDA) is a critical challenge in the field of point cloud analysis. Previous works tackle the problem either by feature extractor adaptation to enable a shared classifier to distinguish domain-invariant features, or by classifier adaptation to evolve the classifier to recognize target-styled source features to increase its adaptation ability. However, by learning domain-invariant features, feature extractor adaptation methods fail to encode semantically meaningful target-specific information, while classifier adaptation methods rely heavily on the accurate estimation of the target distribution. In this work, we propose a novel framework that deeply couples the classifier and feature extractor adaption for 3D UDA, dubbed Progressive Classifier and Feature Extractor Adaptation (PCFEA). Our PCFEA conducts 3D UDA from two distinct perspectives: macro and micro levels. On the macro level, we propose a progressive target-styled feature augmentation (PTFA) that establishes a series of intermediate domains to enable the model to progressively adapt to the target domain. Throughout this process, the source classifier is evolved to recognize target-styled source features (\ie, classifier adaptation). On the micro level, we develop an intermediate domain feature extractor adaptation (IDFA) that performs a compact feature alignment to encourage the target-styled feature extraction gradually. In this way, PTFA and IDFA can mutually benefit each other: IDFA contributes to the distribution estimation of PTFA while PTFA constructs smoother intermediate domains to encourage an accurate feature alignment of IDFA. We validate our method on popular benchmark datasets, where our method achieves new state-of-the-art performance. Our code is available at https://github.com/xiaoyao3302/PCFEA.

📄 PDF Abstract BibTeX arXiv:2311.16474

Code (1)

xiaoyao3302/pcfea 공식 구현 pytorch

Tasks

Domain AdaptationSelf-Supervised LearningUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Uneven Bi-Classifier Learning for Domain Adaptation

2023-06-01 · IEEE Transactions on Circuits and Systems for Video Technology 2023 6 · Zhiqi Yu

The bi-classifier paradigm is widely adopted as an adversarial method to address domain shift challenge in unsupervised domain adaptation (UDA) by evenly training two classifiers. In this paper, we report that although t…

Domain AdaptationUnsupervised Domain Adaptation

Breaking Inter-Layer Co-Adaptation by Classifier Anonymization

2019-06-04 · Ikuro Sato, Kohta Ishikawa, Guoqing Liu, Masayuki Tanaka

This study addresses an issue of co-adaptation between a feature extractor and a classifier in a neural network. A naive joint optimization of a feature extractor and a classifier often brings situations in which an exce…

Re-energizing Domain Discriminator with Sample Relabeling for Adversarial Domain Adaptation

2021-03-22 · ICCV 2021 10 · Xin Jin, Cuiling Lan, Wenjun Zeng, Zhibo Chen

Many unsupervised domain adaptation (UDA) methods exploit domain adversarial training to align the features to reduce domain gap, where a feature extractor is trained to fool a domain discriminator in order to have align…

Domain AdaptationUnsupervised Domain Adaptation

Adversarial Training Based Multi-Source Unsupervised Domain Adaptation for Sentiment Analysis

2020-06-10 · Yong Dai, Jian Liu, Xiancong Ren, Zenglin Xu

Multi-source unsupervised domain adaptation (MS-UDA) for sentiment analysis (SA) aims to leverage useful information in multiple source domains to help do SA in an unlabeled target domain that has no supervised informati…

Domain AdaptationMulti-Source Unsupervised Domain AdaptationSentiment AnalysisTransfer Learning+1

Unsupervised Domain Adaptation with Progressive Domain Augmentation

2020-04-03 · Kevin Hua, Yuhong Guo

Domain adaptation aims to exploit a label-rich source domain for learning classifiers in a different label-scarce target domain. It is particularly challenging when there are significant divergences between the two domai…

Domain AdaptationUnsupervised Domain Adaptation