English

Efficient Test-Time Scaling for Small Vision-Language Models

Machine Learning 2026-02-17 v2 Computer Vision and Pattern Recognition

Abstract

Small Vision-Language Models (VLMs) provide a computationally efficient alternative to larger models, at the cost of weaker generalization abilities and downstream task performance. These shortcomings could be addressed by test-time scaling techniques, but existing methods are typically computationally demanding, contradicting the resource-efficient design goals of small models. To address these limitations, we propose two novel and efficient test-time scaling strategies that leverage the model-internal features rather than external supervision: (i) Test-Time Augmentation (TTAug), which generates multiple augmented inputs and aggregates outputs at the token level without parameter updates, and (ii) Test-Time Adaptation (TTAdapt), which adapts model parameters during inference using consensus-based pseudolabels from TTAug. Through extensive experiments across nine benchmarks, we demonstrate consistent performance improvements while maintaining computational efficiency suitable for resource-constrained environments. The generality of our approach is demonstrated both within models at different scales and across different VLMs without additional tuning.

Keywords

Cite

@article{arxiv.2510.03574,
  title  = {Efficient Test-Time Scaling for Small Vision-Language Models},
  author = {Mehmet Onurcan Kaya and Desmond Elliott and Dim P. Papadopoulos},
  journal= {arXiv preprint arXiv:2510.03574},
  year   = {2026}
}

Comments

Accepted at ICLR 2026. Project Page: https://monurcan.github.io/efficient_test_time_scaling

R2 v1 2026-07-01T06:16:33.909Z