paper-with-me

홈 › Papers

Adjustment and Alignment for Unbiased Open Set Domain Adaptation

2023-01-01 · CVPR 2023 1 · Wuyang Li, Jie Liu, Bo Han, Yixuan Yuan

Open Set Domain Adaptation (OSDA) transfers the model from a label-rich domain to a label-free one containing novel-class samples. Existing OSDA works overlook abundant novel-class semantics hidden in the source domain, leading to a biased model learning and transfer. Although the causality has been studied to remove the semantic-level bias, the non-available novel-class samples result in the failure of existing causal solutions in OSDA. To break through this barrier, we propose a novel causality-driven solution with the unexplored front-door adjustment theory, and then implement it with a theoretically grounded framework, coined AdjustmeNt aNd Alignment (ANNA), to achieve an unbiased OSDA. In a nutshell, ANNA consists of Front-Door Adjustment (FDA) to correct the biased learning in the source domain and Decoupled Causal Alignment (DCA) to transfer the model unbiasedly. On the one hand, FDA delves into fine-grained visual blocks to discover novel-class regions hidden in the base-class image. Then, it corrects the biased model optimization by implementing causal debiasing. On the other hand, DCA disentangles the base-class and novel-class regions with orthogonal masks, and then adapts the decoupled distribution for an unbiased model transfer. Extensive experiments show that ANNA achieves state-of-the-art results. The code is available at https://github.com/CityU-AIM-Group/Anna.

📄 PDF Abstract BibTeX

Code (1)

cityu-aim-group/anna 공식 구현 pytorch

Tasks

Domain AdaptationModel Optimization

Similar Papers 제목 키워드 기반

Learning Unbiased Transferability for Domain Adaptation by Uncertainty Modeling

2022-06-02 · Jian Hu, Haowen Zhong, Junchi Yan, Shaogang Gong 외

Domain adaptation (DA) aims to transfer knowledge learned from a labeled source domain to an unlabeled or a less labeled but related target domain. Ideally, the source and target distributions should be aligned to each o…

Domain AdaptationPseudo LabelTransfer Learning

Proposal-Level Unsupervised Domain Adaptation for Open World Unbiased Detector

2023-11-04 · Xuanyi Liu, Zhongqi Yue, Xian-Sheng Hua

Open World Object Detection (OWOD) combines open-set object detection with incremental learning capabilities to handle the challenge of the open and dynamic visual world. Existing works assume that a foreground predictor…

Domain AdaptationIncremental LearningObjectobject-detection+4

Dynamic Domain Discrepancy Adjustment for Active Multi-Domain Adaptation

2023-07-26 · Long Liu, Bo Zhou, Zhipeng Zhao, Zening Liu

Multi-source unsupervised domain adaptation (MUDA) aims to transfer knowledge from related source domains to an unlabeled target domain. While recent MUDA methods have shown promising results, most focus on aligning the …

Domain AdaptationMulti-Source Unsupervised Domain AdaptationUnsupervised Domain Adaptation

Causal Inference as Distribution Adaptation: Optimizing ATE Risk under Propensity Uncertainty

2025-12-19 · Ashley Zhang arxiv

Standard approaches to causal inference, such as Outcome Regression and Inverse Probability Weighted Regression Adjustment (IPWRA), are typically derived through the lens of missing data imputation and identification the…

Domain AdaptationCausal Inference

centroIDA: Cross-Domain Class Discrepancy Minimization Based on Accumulative Class-Centroids for Imbalanced Domain Adaptation

2023-08-21 · Xiaona Sun, Zhenyu Wu, Yichen Liu, Saier Hu 외

Unsupervised Domain Adaptation (UDA) approaches address the covariate shift problem by minimizing the distribution discrepancy between the source and target domains, assuming that the label distribution is invariant acro…

Domain AdaptationRobust classificationUnsupervised Domain Adaptation