AI RESEARCH
Compute Where it Counts: Self Optimizing Language Models
arXiv CS.LG
•
ArXi:2605.10875v1 Announce Type: new Efficient LLM inference research has largely focused on reducing the cost of each decoding step (e.g., using quantization, pruning, or sparse attention), typically applying a uniform computation budget to every generated token. In practice, token difficulty varies widely, so static compression can over-compute on easy steps and under-compute on hard ones. We study dynamic budget allocation for autoregressive decoding: learning how much computation to spend per token from within a single model.