paper-with-me

홈 › Papers

Domain-Conditioned Transformer for Fully Test-time Adaptation

2024-10-14 · Yushun Tang, Shuoshuo Chen, Jiyuan Jia, Yi Zhang, Zhihai He

Fully test-time adaptation aims to adapt a network model online based on sequential analysis of input samples during the inference stage. We observe that, when applying a transformer network model into a new domain, the self-attention profiles of image samples in the target domain deviate significantly from those in the source domain, which results in large performance degradation during domain changes. To address this important issue, we propose a new structure for the self-attention modules in the transformer. Specifically, we incorporate three domain-conditioning vectors, called domain conditioners, into the query, key, and value components of the self-attention module. We learn a network to generate these three domain conditioners from the class token at each transformer network layer. We find that, during fully online test-time adaptation, these domain conditioners at each transform network layer are able to gradually remove the impact of domain shift and largely recover the original self-attention profile. Our extensive experimental results demonstrate that the proposed domain-conditioned transformer significantly improves the online fully test-time domain adaptation performance and outperforms existing state-of-the-art methods by large margins.

📄 PDF Abstract BibTeX arXiv:2410.10442

Code (1)

yushuntang/dct 공식 구현 pytorch

Tasks

Domain AdaptationTest-time Adaptation

Similar Papers 제목 키워드 기반

Progressive Conditioned Scale-Shift Recalibration of Self-Attention for Online Test-time Adaptation

2025-12-14 · Yushun Tang, Ziqiong Liu, Jiyuan Jia, Yi Zhang 외 arxiv

Online test-time adaptation aims to dynamically adjust a network model in real-time based on sequential input samples during the inference stage. In this work, we find that, when applying a transformer network model to a…

Test-time AdaptationDomain Adaptation

Test-Time Compute Scaling for ASR with Depth-Conditioned Looped Transformers

2026-06-03 · Yacouba Kaloga, Shashi Kumar, Shakeel A. Sheikh, Driss Khalil 외 arxiv

End-to-end ASR systems typically use fixed-depth acoustic encoders at inference, making it difficult to trade additional test-time computation for improved recognition without training a larger model. A natural approach …

Speech Recognition

Learning Visual Conditioning Tokens to Correct Domain Shift for Fully Test-time Adaptation

2024-06-27 · Yushun Tang, Shuoshuo Chen, Zhehan Kan, Yi Zhang 외

Fully test-time adaptation aims to adapt the network model based on sequential analysis of input samples during the inference stage to address the cross-domain performance degradation problem of deep neural networks. Thi…

image-classificationImage ClassificationTest-time Adaptation

CADET: Context-Conditioned Ads CTR Prediction With a Decoder-Only Transformer

2026-02-11 · David Pardoe, Neil Daftary, Miro Furtado, Aditya Aiyer 외 arxiv

Click-through rate (CTR) prediction is fundamental to online advertising systems. While Deep Learning Recommendation Models (DLRMs) with explicit feature interactions have long dominated this domain, recent advances in g…

Learning to Achieve Goals with Belief State Transformers

2024-10-30 · Edward S. Hu, Kwangjun Ahn, Qinghua Liu, Haoran Xu 외

We introduce the "Belief State Transformer", a next-token predictor that takes both a prefix and suffix as inputs, with a novel objective of predicting both the next token for the prefix and the previous token for the su…