paper-with-me

홈 › Papers

Self-Bootstrapping for Versatile Test-Time Adaptation

2025-04-10 · Shuaicheng Niu, Guohao Chen, Peilin Zhao, Tianyi Wang, Pengcheng Wu, Zhiqi Shen

In this paper, we seek to develop a versatile test-time adaptation (TTA) objective for a variety of tasks - classification and regression across image-, object-, and pixel-level predictions. We achieve this through a self-bootstrapping scheme that optimizes prediction consistency between the test image (as target) and its deteriorated view. The key challenge lies in devising effective augmentations/deteriorations that: i) preserve the image's geometric information, e.g., object sizes and locations, which is crucial for TTA on object/pixel-level tasks, and ii) provide sufficient learning signals for TTA. To this end, we analyze how common distribution shifts affect the image's information power across spatial frequencies in the Fourier domain, and reveal that low-frequency components carry high power and masking these components supplies more learning signals, while masking high-frequency components can not. In light of this, we randomly mask the low-frequency amplitude of an image in its Fourier domain for augmentation. Meanwhile, we also augment the image with noise injection to compensate for missing learning signals at high frequencies, by enhancing the information power there. Experiments show that, either independently or as a plug-and-play module, our method achieves superior results across classification, segmentation, and 3D monocular detection tasks with both transformer and CNN models.

📄 PDF Abstract BibTeX arXiv:2504.08010

Code (0)

등록된 구현이 없습니다.

Tasks

Test-time Adaptation

Similar Papers 제목 키워드 기반

Attention Bootstrapping for Multi-Modal Test-Time Adaptation

2025-03-04 · Yusheng Zhao, Junyu Luo, Xiao Luo, Jinsheng Huang 외

Test-time adaptation aims to adapt a well-trained model to potential distribution shifts at test time using only unlabeled test data, without access to the original training data. While previous efforts mainly focus on a…

Test-time Adaptation

BoostAdapter: Improving Vision-Language Test-Time Adaptation via Regional Bootstrapping

2024-10-20 · Taolin Zhang, Jinpeng Wang, Hang Guo, Tao Dai 외

Adaptation of pretrained vision-language models such as CLIP to various downstream tasks have raised great interest in recent researches. Previous works have proposed a variety of test-time adaptation (TTA) methods to ac…

Test-time Adaptation

Visual Prompt Tuning for Test-time Domain Adaptation

2022-10-10 · Yunhe Gao, Xingjian Shi, Yi Zhu, Hao Wang 외

Models should be able to adapt to unseen data during test-time to avoid performance drops caused by inevitable distribution shifts in real-world deployment scenarios. In this work, we tackle the practical yet challenging…

Domain AdaptationTest-time AdaptationUnsupervised Domain AdaptationVisual Prompt Tuning

CrIBo: Self-Supervised Learning via Cross-Image Object-Level Bootstrapping

2023-10-11 · Tim Lebailly, Thomas Stegmüller, Behzad Bozorgtabar, Jean-Philippe Thiran 외

Leveraging nearest neighbor retrieval for self-supervised representation learning has proven beneficial with object-centric images. However, this approach faces limitations when applied to scene-centric datasets, where m…

In-Context LearningObjectRepresentation LearningRetrieval+1

Step-On-Feet Tuning: Scaling Self-Alignment of LLMs via Bootstrapping

2024-02-12 · Haoyu Wang, Guozheng Ma, Ziqiao Meng, Zeyu Qin 외

Self-alignment is an effective way to reduce the cost of human annotation while ensuring promising model capability. However, most current methods complete the data collection and training steps in a single round, which …

In-Context Learning