paper-with-me

Papers

Deep Residual Correction Network for Partial Domain Adaptation

2020-04-10 · Shuang Li, Chi Harold Liu, Qiuxia Lin, Qi Wen, Limin Su, Gao Huang, Zhengming Ding

Deep domain adaptation methods have achieved appealing performance by learning transferable representations from a well-labeled source domain to a different but related unlabeled target domain. Most existing works assume source and target data share the identical label space, which is often difficult to be satisfied in many real-world applications. With the emergence of big data, there is a more practical scenario called partial domain adaptation, where we are always accessible to a more large-scale source domain while working on a relative small-scale target domain. In this case, the conventional domain adaptation assumption should be relaxed, and the target label space tends to be a subset of the source label space. Intuitively, reinforcing the positive effects of the most relevant source subclasses and reducing the negative impacts of irrelevant source subclasses are of vital importance to address partial domain adaptation challenge. This paper proposes an efficiently-implemented Deep Residual Correction Network (DRCN) by plugging one residual block into the source network along with the task-specific feature layer, which effectively enhances the adaptation from source to target and explicitly weakens the influence from the irrelevant source classes. Specifically, the plugged residual block, which consists of several fully-connected layers, could deepen basic network and boost its feature representation capability correspondingly. Moreover, we design a weighted class-wise domain alignment loss to couple two domains by matching the feature distributions of shared classes between source and target. Comprehensive experiments on partial, traditional and fine-grained cross-domain visual recognition demonstrate that DRCN is superior to the competitive deep domain adaptation approaches.

📄 PDF Abstract BibTeX arXiv:2004.04914

Code (1)

wenqiwenqi1/DRCN 공식 구현 pytorch

Tasks

Domain AdaptationPartial Domain Adaptation

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Batch Normalization 설명 없음
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Co-training partial domain adaptation networks for industrial Fault Diagnosis

2024-10-22 · Gecheng Chen

The partial domain adaptation (PDA) challenge is a prevalent issue in industrial fault diagnosis. Drawing inspiration from traditional classification settings where such partial challenge is not a concern, we propose a n…

Domain AdaptationFault DiagnosisPartial Domain Adaptation

Warp RL: Reshaping Base Policy Distributions for Dynamics Adaptation

2026-06-30 · Ethan Hirschowitz, Fabio Ramos arxiv

Residual reinforcement learning adapts a pretrained robot policy by learning an additive correction to its actions. While effective when adaptation amounts to shifting the base policy's action distribution, additive corr…

Reinforcement Learning

Enhanced physics-informed neural networks with domain scaling and residual correction methods for multi-frequency elliptic problems

2023-11-07 · Deok-Kyu Jang, Hyea Hyun Kim, KyungSoo Kim

In this paper, neural network approximation methods are developed for elliptic partial differential equations with multi-frequency solutions. Neural network work approximation methods have advantages over classical appro…

Vanishing Stacked-Residual PINN for State Reconstruction of Hyperbolic Systems

2025-03-18 · Katayoun Eshkofti, Matthieu Barreau

In a more connected world, modeling multi-agent systems with hyperbolic partial differential equations (PDEs) offers a compact, physics-consistent description of collective dynamics. However, classical control tools need…

Partial Domain Adaptation via Importance Sampling-based Shift Correction

2025-07-27 · Cheng-Jun Guo, Chuan-Xian Ren, You-Wei Luo, Xiao-Lin Xu 외 arxiv

Partial domain adaptation (PDA) is a challenging task in real-world machine learning scenarios. It aims to transfer knowledge from a labeled source domain to a related unlabeled target domain, where the support set of th…

Partial Domain Adaptation