Researchers propose Reduced Matrix Multiplication (RMM), a training-free, input-adaptive inference method that reduces Transformer matrix products by selecting informative slices along contraction dimensions without modifying model weights. Under a simple retention-ratio control, RMM provides a smooth and predictable accuracy-efficiency trade-off across language models ranging from 1B to 70B parameters.

  • Reduction tolerance depends on the model family, task, component, and retention ratio, often improving with model scale.
  • RMM remains robust across discriminative, autoregressive generation, and long-context settings under moderate reduction.
  • The principle extends to multimodal vision-language inference.
  • Mechanistic ablations reveal attention-side computations are substantially more reducible than MLP components.
  • Wall-clock benchmarks on an NVIDIA A100 show practical runtime gains, especially at longer sequence lengths.

These results position RMM as a scalable direction for input-adaptive inference-time optimization.