CVAILGFeb 16, 2025

Learning to Stop Overthinking at Test Time

arXiv:2502.10954v24 citationsh-index: 3
Originality Incremental advance
AI Analysis

This addresses the issue of wasteful computation in recurrent models for visual reasoning, offering a domain-specific improvement.

The paper tackles the problem of 'overthinking' in deep-thinking models, where excessive test-time computation leads to worse results, by introducing a test-time training method to determine optimal computation per sample and proposing Conv-LiGRU, a novel recurrent architecture that achieves superior accuracy and effectively mitigates overthinking.

Test time scaling is currently one of the most active research areas that shows promise after training time scaling has reached its limits. Deep-thinking (DT) models are a class of recurrent models that can perform easy-to-hard generalization by assigning more compute to harder test samples. However, due to their inability to determine the complexity of a test sample, DT models have to use a large amount of computation for both easy and hard test samples. Excessive test time computation is wasteful and can cause the ``overthinking'' problem where more test time computation leads to worse results. In this paper, we introduce a test time training method for determining the optimal amount of computation needed for each sample during test time. We also propose Conv-LiGRU, a novel recurrent architecture for efficient and robust visual reasoning. Extensive experiments demonstrate that Conv-LiGRU is more stable than DT, effectively mitigates the ``overthinking'' phenomenon, and achieves superior accuracy.

Foundations

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

Your Notes