paper-with-me

Papers

Dynamic Domain Adaptation for Efficient Inference

2021-03-26 · CVPR 2021 1 · Shuang Li, Jinming Zhang, Wenxuan Ma, Chi Harold Liu, Wei Li

Domain adaptation (DA) enables knowledge transfer from a labeled source domain to an unlabeled target domain by reducing the cross-domain distribution discrepancy. Most prior DA approaches leverage complicated and powerful deep neural networks to improve the adaptation capacity and have shown remarkable success. However, they may have a lack of applicability to real-world situations such as real-time interaction, where low target inference latency is an essential requirement under limited computational budget. In this paper, we tackle the problem by proposing a dynamic domain adaptation (DDA) framework, which can simultaneously achieve efficient target inference in low-resource scenarios and inherit the favorable cross-domain generalization brought by DA. In contrast to static models, as a simple yet generic method, DDA can integrate various domain confusion constraints into any typical adaptive network, where multiple intermediate classifiers can be equipped to infer "easier" and "harder" target data dynamically. Moreover, we present two novel strategies to further boost the adaptation performance of multiple prediction exits: 1) a confidence score learning strategy to derive accurate target pseudo labels by fully exploring the prediction consistency of different classifiers; 2) a class-balanced self-training strategy to explicitly adapt multi-stage classifiers from source to target without losing prediction diversity. Extensive experiments on multiple benchmarks are conducted to verify that DDA can consistently improve the adaptation performance and accelerate target inference under domain shift and limited resources scenarios

📄 PDF Abstract BibTeX arXiv:2103.16403

Code (1)

BIT-DA/DDA 공식 구현 pytorch

Tasks

Domain AdaptationDomain GeneralizationTransfer Learning

Similar Papers 제목 키워드 기반

Posterior-driven Heuristic Support Adaptation in a Probabilistic Treatment of Real2Sim2Real for Vision-Driven Deformable Linear Object Manipulation

2025-10-30 · Georgios Kamaras, Craig Innes, Subramanian Ramamoorthy arxiv

Likelihood-free inference (LFI) enables system identification in complex tasks via black-box modelling, abstracting nonlinearity and stochasticity, and infers a domain distribution for adapting agents to parametric deplo…

BP-TTA: Balanced and Prototype-Guided Test-Time Adaptation in Dynamic Scenarios

2026-06-30 · Shaoyang Huang, Yashi Zhu, Yichen Yu, Lei Zhang 외 arxiv

Test-Time Adaptation (TTA) enables models trained on a source domain to adapt online to unlabeled test data under distribution shifts. While recent TTA methods have moved beyond static settings and begun to consider cont…

Test-time Adaptation

SNAP: Low-Latency Test-Time Adaptation with Sparse Updates

2025-11-19 · Hyeongheon Cha, Dong Min Kim, Hye Won Chung, Taesik Gong 외 arxiv

Test-Time Adaptation (TTA) adjusts models using unlabeled test data to handle dynamic distribution shifts. However, existing methods rely on frequent adaptation and high computational cost, making them unsuitable for res…

Test-time Adaptation

Lexical Micro-adaptation for Neural Machine Translation

2019-11-01 · EMNLP (IWSLT) 2019 11 · Jitao Xu, Josep Crego, Jean Senellart

This work is inspired by a typical machine translation industry scenario in which translators make use of in-domain data for facilitating translation of similar or repeating sentences. We introduce a generic framework ap…

Machine TranslationNMTTranslation

Asymmetric Adaptation-based Real-time Fault Diagnosis Under Transitional Operating Conditions

2026-05-23 · Hongshuo Zhao, Zeyi Liu, Xiao He arxiv

Data streams in real-world industrial scenarios often contain transitional operating conditions that are uncovered during offline training, leading to significant distribution shifts. To bridge the gap between static off…

Domain GeneralizationTest-time AdaptationFault Diagnosis