Statistically Calibrated Scaling for Token Merging in Transformers
Abstract
Lay Summary
Modern AI models often process images or other inputs by breaking them into many small pieces, called tokens. To make these models faster, a common approach is to merge similar tokens so the model has fewer pieces to process. However, when too many tokens are merged, the model can become less reliable because the merged information no longer matches what the original model was trained to expect. This paper studies why this happens and proposes a simple fix. We show that token merging can distort both the strength of the information and how the model decides which tokens to focus on. Our method applies a small automatic adjustment based only on the amount of token reduction. It does not require retraining or extra tuning. Experiments on image recognition and vision-language tasks show that this adjustment helps models stay accurate and stable even when many tokens are merged.