CVLGApr 10, 2025

Self-Bootstrapping for Versatile Test-Time Adaptation

arXiv:2504.08010v16 citationsh-index: 14ICML
Originality Incremental advance
AI Analysis

This addresses the need for adaptable methods in machine learning to handle distribution shifts during testing, though it appears incremental as it builds on existing test-time adaptation concepts.

The paper tackles the problem of developing a versatile test-time adaptation objective for various tasks by proposing a self-bootstrapping scheme that optimizes prediction consistency between test images and their deteriorated views, achieving superior results across classification, segmentation, and 3D monocular detection tasks with transformer and CNN models.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes