LGCVApr 17

Adapting in the Dark: Efficient and Stable Test-Time Adaptation for Black-Box Models

arXiv:2604.1560977.7h-index: 7
AI Analysis

Provides a practical solution for adapting black-box API models at test time, addressing a key bottleneck in real-world deployment.

BETA enables efficient test-time adaptation for black-box models by using a lightweight white-box steering model, achieving +7.1% accuracy on ImageNet-C for ViT-B/16 and +3.4% for CLIP, with no additional API calls and 250x lower cost than ZOO.

Test-Time Adaptation (TTA) for black-box models accessible only via APIs remains a largely unexplored challenge. Existing approaches such as post-hoc output refinement offer limited adaptive capacity, while Zeroth-Order Optimization (ZOO) enables input-space adaptation but faces high query costs and optimization challenges in the unsupervised TTA setting. We introduce BETA (Black-box Efficient Test-time Adaptation), a framework that addresses these limitations by employing a lightweight, local white-box steering model to create a tractable gradient pathway. Through a prediction harmonization technique combined with consistency regularization and prompt learning-oriented filtering, BETA enables stable adaptation with no additional API calls and negligible latency beyond standard inference. On ImageNet-C, BETA achieves a +7.1% accuracy gain on ViT-B/16 and +3.4% on CLIP, surpassing strong white-box and gray-box methods including TENT and TPT. On a commercial API, BETA achieves comparable performance to ZOO at 250x lower cost while maintaining real-time inference speed, establishing it as a practical and efficient solution for real-world black-box TTA.

Foundations

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

Your Notes