Adapting in the Dark: Efficient and Stable Test-Time Adaptation for Black-Box Models
arXiv cs.LG / 4/20/2026
📰 NewsIdeas & Deep AnalysisTools & Practical UsageModels & Research
Key Points
- The paper addresses test-time adaptation (TTA) for black-box models accessed only through APIs, where prior methods are either too limited or too expensive to deploy due to high query costs.
- It proposes BETA (Black-box Efficient Test-time Adaptation), which uses a lightweight local white-box “steering” model to provide a tractable gradient pathway without changing the black-box interface.
- BETA combines prediction harmonization, consistency regularization, and prompt-learning-oriented filtering to achieve stable adaptation with no additional API calls and minimal latency.
- Experiments on ImageNet-C show accuracy gains of +7.1% for ViT-B/16 and +3.4% for CLIP, outperforming established baselines such as TENT and TPT.
- On a commercial API, BETA matches ZOO performance at 250x lower cost while retaining real-time inference speed, positioning it as a practical solution for real-world black-box TTA.



