paper-with-me

홈 › Papers

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

2024-06-27 · Yushun Tang, Shuoshuo Chen, Zhehan Kan, Yi Zhang, Qinghai Guo, Zhihai He

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. This work is based on the following interesting finding: in transformer-based image classification, the class token at the first transformer encoder layer can be learned to capture the domain-specific characteristics of target samples during test-time adaptation. This learned token, when combined with input image patch embeddings, is able to gradually remove the domain-specific information from the feature representations of input samples during the transformer encoding process, thereby significantly improving the test-time adaptation performance of the source model across different domains. We refer to this class token as visual conditioning token (VCT). To successfully learn the VCT, we propose a bi-level learning approach to capture the long-term variations of domain-specific characteristics while accommodating local variations of instance-specific characteristics. Experimental results on the benchmark datasets demonstrate that our proposed bi-level visual conditioning token learning method is able to achieve significantly improved test-time adaptation performance by up to 1.9%.

📄 PDF Abstract BibTeX arXiv:2406.19341

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationTest-time Adaptation

Similar Papers 제목 키워드 기반

VT-DUDA: Visual Token Conditioning for Diffusion-guided Unsupervised Domain Adaptation

2026-06-19 · Xuan Qi, Daniele Berardini, Dario Serez, Vito Paolo Pastore 외 arxiv

Unsupervised domain adaptation (UDA) aims to learn a target-domain classifier from labeled source data and unlabeled target data under distribution shift. Recent diffusion-based UDA methods approach this problem by synth…

Unsupervised Domain Adaptation

Dual-Path Adversarial Lifting for Domain Shift Correction in Online Test-time Adaptation

2024-08-26 · Yushun Tang, Shuoshuo Chen, Zhihe Lu, Xinchao Wang 외

Transformer-based methods have achieved remarkable success in various machine learning tasks. How to design efficient test-time adaptation methods for transformer models becomes an important research task. In this work, …

Domain AdaptationPredictionTest-time Adaptation

Think Proprioceptively: State-Grounded Visual Token Selection for VLA Policies

2026-02-06 · Fangyuan Wang, Peng Zhou, Jiaming Qi, Shipeng Lyu 외 arxiv

Vision-language-action (VLA) models typically inject proprioception only as a late conditioning signal, preventing robot state from grounding instruction understanding or directing visual attention. We introduce ThinkPro…

Large Language Models are Universal Reasoners for Visual Generation

2026-05-05 · Sucheng Ren, Chen Chen, Zhenbang Wang, Liangchen Song 외 arxiv

Text-to-image generation has advanced rapidly with diffusion models, progressing from CLIP and T5 conditioning to unified systems where a single LLM backbone handles both visual understanding and generation. Despite the …

Text-to-Image Generation

IMAGIN-4D: Image-Guided Controllable Interaction Generation

2026-06-22 · Sai Kumar Dwivedi, Federica Bogo, Buğra Tekin, Chenhongyi Yang 외 arxiv

Generating human-object interactions (HOI) is central to character animation, robotics, AR/VR, and embodied AI. Recent HOI generation methods synthesize motion from text, object geometry, and sparse waypoints, controllin…