Inference Efficiency & Long Context
Systematic Cross-Scale Robustness and Evaluation of Efficient Inference and Long-Context Methods
Generated automatically from the limitations stated in 8 papers (ICML, ICLR, ACL), listed under Evidence. It is not a paper, and it does not come from papers submitted to CSPaper.
The problem
Existing inference efficiency and long-context techniques are predominantly evaluated only on small models (1B–13B) and narrow synthetic tasks or single-pipeline setups. When applied to larger architectures (e.g., 70B) or realistic extended contexts, several methods exhibit severe accuracy regressions, unanticipated KV-cache memory overheads, or net throughput slowdowns. Because no unified evaluation exists across model scales and standardized inference runtimes, practitioners cannot predict whether reported efficiency gains will hold or catastrophically fail in real-world deployments.
Why it matters
Provides the first validated map of which efficiency techniques generalize across model sizes and context lengths, preventing deployment regressions and guiding future algorithm design toward actual scale bottlenecks.
Ways to approach it
Prior-work checks are free with an account. Results someone already ran are shown to everyone.
- 1
Unified Evaluation Harness: Build a standardized benchmark harness on a unified inference stack (e.g., vLLM/SGLang) to evaluate open-source speculative decoding, token pruning, and KV-cache compression methods across Llama model sizes from 1B to 70B, measuring wall-clock throughput, memory consumption, and task accuracy.
- 2
Context Scaling and Failure Profiling: Evaluate candidate efficiency methods across systematic context length increments (up to 32K+ tokens) on multi-task benchmarks (such as LongBench and MMLU), measuring exact degradation thresholds, out-of-memory failure points, and token-level latency overheads.
Have a different approach?
Describe how you would tackle this problem and we'll look for papers that already do it. Free; your text stays private.
Why it might fail
Rapid architectural evolution (such as native adoption of Multi-head Latent Attention or hybrid SSM backbones) may render post-hoc Transformer acceleration techniques irrelevant. Additionally, the GPU compute required to rigorously sweep 70B models across 32K+ contexts could exceed academic resource constraints.
Evidence
Each paper's own statement of the limitation, verbatim.
- TokenDrop: Token-Level Importance-Aware Backward Propagation Skipping for Efficient LLM Fine-TuningICML 2026
Evaluated only on 1B-13B LLaMA models with sequences up to 1024 tokens on a single A100; scaling to larger models or much longer contexts is not demonstrated
- SpecBranch: Speculative Decoding via Hybrid Drafting and Rollback-Aware Branch ParallelismICLR 2026
Branch resampling adds KV-Cache growth at branch points (up to 28% memory overhead with more branches), and Lookahead decoding was incompatible with LLaMA-3.1 dependency versions, limiting some comparisons
- PonderLM-2: Pretraining LLM with Latent Thoughts in Continuous SpaceICML 2026
Inference throughput is roughly halved (~111 tokens/s vs ~221 for vanilla LLaMA-1.4B), since each token requires an extra forward pass
- Learning Semi-Structured Sparsity for LLMs via Shared and Context-Aware HypernetworkICLR 2026
Evaluated only on LLaMA-2 family with C4 calibration and one inference stack/hardware setup; MaskLLM excluded from head-to-head comparison due to cost
- Re3Syn: A Dependency-Based Data Synthesis Framework for Long-Context Post-trainingACL 2025
Validated only on LLaMA2-7B and 13B with a single data pipeline (FineWeb, 32K context, NTK-aware extension); no other base models or context lengths tested
- An Evolved Universal Transformer MemoryICLR 2025
Performance gains do not fully carry to stronger/larger models: on Llama 3 70B NAMM scores 0.99x the full-context baseline overall (34.70 vs 35.22), with drops on several tasks (e.g., Multi-Doc QA 2-4 at 0.82x); and one transferred BAM checkpoint catastrophically fails on 70B (25.20, 0.72x)
- When Linear Attention Meets Autoregressive Decoding: Towards More Effective and Efficient Linearized Large Language ModelsICML 2024
Some downstream results show regression: LLaMA-2-13B with the method scores 36.57 on MMLU vs 45.40 for the smaller original LLaMA-2-7B, and inference memory at 32K for LLaMA-2-13B still OOMs
- Accelerated Speculative Sampling Based on Tree Monte CarloICML 2024
Experimental evaluation is thin: main results use only LLaMa-7b/LLaMa-68m on WMT16 translation, with other tasks and model configurations relegated to an appendix and wall-clock speed not reliably measured due to a non-optimized Huggingface inference stack.
Nearest existing work
- Training–Inference Consistent Segmented Execution for Long-Context LLMsICML 2026
- Understand and Accelerate Memory Processing Pipeline for Large Language Model InferenceICML 2026
- ∞Bench: Extending Long Context Evaluation Beyond 100K TokensACL 2024
- SCBench: A KV Cache-Centric Analysis of Long-Context MethodsICLR 2025
- A Little Goes a Long Way: Efficient Long Context Training and Inference with Partial ContextsICLR 2025
- ChunkKV: Semantic-Preserving KV Cache Compression for Efficient Long-Context LLM InferenceNeurIPS 2025
- LoCoCo: Dropping In Convolutions for Long Context CompressionICML 2024
- APB: Accelerating Distributed Long-Context Inference by Passing Compressed Context Blocks across GPUsACL 2025
- Pretraining Context Compressor for Large Language Models with Embedding-Based MemoryACL 2025
- Efficient Low Rank Attention for Long-Context Inference in Large Language ModelsNeurIPS 2025
- Out of the Memory Barrier: A Highly Memory-Efficient Training System for LLMs with Million-Token ContextsICLR 2026
- Round Attention: A Novel Round-Level Attention Mechanism to Accelerate LLM InferenceACML 2025
- Compressing Context to Enhance Inference Efficiency of Large Language ModelsEMNLP 2023
- Inference Scaling for Long-Context Retrieval Augmented GenerationICLR 2025
- LongSpec: Long-Context Lossless Speculative Decoding with Efficient Drafting and VerificationACL 2026