inference-efficiency

Tag

Cards List
#inference-efficiency

TSS: Target-Side Sparsification for Speculative Decoding in Domain-Specific Large Language Models

arXiv cs.CL ↗ · 2d ago Cached

The paper proposes TSS, a target-side sparsification framework for speculative decoding in domain-specific LLMs, which improves inference efficiency and performance by skipping selected target layers.

0 favorites 0 likes
#inference-efficiency

AgentRouter: Heterogeneous Model Routing for Cost-Optimal Multi-Step Agentic Workflows

arXiv cs.AI ↗ · 2d ago Cached

AgentRouter is a lightweight classifier for routing steps in agentic workflows to different model tiers, achieving 72% cost reduction with minimal quality degradation compared to frontier-only models.

0 favorites 0 likes
#inference-efficiency

StepKV: Step-Aware KV Cache Compression for LLM Agents

arXiv cs.LG ↗ · 3d ago Cached

StepKV is a step-aware KV cache compression method for LLM agents that retains reasoning steps to maintain accuracy under low memory budgets, addressing reasoning continuity disruption in multi-step inference.

0 favorites 0 likes
#inference-efficiency

Reviser: Revision-Capable Text Generation via Autoregressive Cursor Actions

arXiv cs.CL ↗ · 4d ago Cached

Reviser is a novel decoder-only Transformer model that enables revision-capable text generation via autoregressive cursor actions, achieving competitive performance with lower inference compute compared to baselines.

0 favorites 0 likes
#inference-efficiency

OBC-Prune: Outcome-Based Calibration for Large Reasoning Model Pruning

arXiv cs.AI ↗ · 2026-09-17 Cached

The paper proposes OBC-Prune, a calibration method for pruning large reasoning models that identifies causally important reasoning circuits to improve accuracy and reduce inference overhead on benchmarks like MATH500 and LiveCodeBench.

0 favorites 0 likes
#inference-efficiency

Structured Transforms for Low-Overhead Quantization of Language Models

arXiv cs.CL ↗ · 2026-09-11 Cached

This paper revisits Kashin-decomposition-based weight quantization for large language models and proposes an improved algorithm using structured orthogonal transforms, reducing computational cost and ensuring numerical stability compared to methods like OPTQ and QuIP.

0 favorites 0 likes
#inference-efficiency

FlexComp: One Model for Every Ratio in Context Compression

arXiv cs.CL ↗ · 2026-09-11 Cached

FlexComp is a method-agnostic framework that decouples compression ratios from training and deployment, allowing a single model to compress LLM context at any ratio using Matryoshka-style training and per-input budget selection for efficient inference.

0 favorites 0 likes
#inference-efficiency

@omarsar0: Nice paper to improve inference efficiency. It's been a while we haven't seen good work on efficiency. Here is why it m…

X AI KOLs Following ↗ · 2026-09-09 Cached

KVMem virtualizes long agent workspaces by paging KV state across GPU memory and storage, improving inference efficiency and task success on consumer hardware up to 1M tokens.

0 favorites 0 likes
#inference-efficiency

Why Is Video Still So Expensive? A Survey of Inference-Efficiency Mechanisms in Video and Audiovisual LLMs

Hugging Face Daily Papers ↗ · 2026-09-09 Cached

This survey examines inference-efficiency techniques for video large language models, analyzing cost reductions across frame sampling, encoding, token compression, and language model stages while identifying evaluation gaps.

0 favorites 0 likes
#inference-efficiency

BeaconKV: Key-Value Cache Compression Guided by Beacon Queries for Efficient Large Reasoning Model Inference

Hugging Face Daily Papers ↗ · 2026-09-04 Cached

BeaconKV is a training-free method that uses beacon queries to compress key-value cache for efficient inference in Large Reasoning Models, reducing memory usage and improving throughput without sacrificing accuracy.

0 favorites 0 likes
#inference-efficiency

Megathread for listing latest open source projects, research papers that are helping optimizations, efficiencies and accessibility to Open Source LLM and related hardware, software ?

Reddit r/LocalLLaMA ↗ · 2026-09-03

This megathread compiles a list of the latest open-source projects, research papers, and hardware innovations focused on optimizing inference, efficiency, and accessibility for open-source LLMs and related technologies.

0 favorites 0 likes
#inference-efficiency

Simple Actors and Deep Critics for Scalable Reinforcement Learning

arXiv cs.LG ↗ · 2026-08-28 Cached

This paper proposes LAC (LightActor, deepCritic), an offline reinforcement learning method that allocates model capacity to the critic for improved inference efficiency, matching performance of complex generative actors with lower latency.

0 favorites 0 likes
#inference-efficiency

What Z.ai's Ox Alpha reveals about AI economics (3 minute read)

TLDR AI ↗ · 2026-08-27 Cached

Z.ai revealed it was behind the viral Ox Alpha model and released GLM-5.3-Flash, a multimodal model designed for extreme efficiency and low-cost inference, performing on par with leading models at a fraction of the cost.

0 favorites 0 likes
#inference-efficiency

@ai_for_success: OpenAI published lab results for Jalapeño, showing its custom ASIC outperforming NVIDIA's GB200 and GB300 while rivalin…

X AI KOLs Timeline ↗ · 2026-08-25 Cached

OpenAI has published lab results for its custom ASIC Jalapeño, showing it outperforms NVIDIA's GB200 and GB300 chips and rivals Vera Rubin in inference efficiency.

0 favorites 0 likes
#inference-efficiency

KV Cache Compression Through the Lens of Transform Coding

arXiv cs.LG ↗ · 2026-08-17 Cached

The paper proposes Attention-Aware Transform Coding (AATC) for compressing KV caches in large language models, achieving near-lossless accuracy at around 5.8x compression by minimizing distortion through attention mechanisms.

0 favorites 0 likes
#inference-efficiency

Beyond Visual CoT: Internalized Visual Thinking for Proactive Video Reasoning

Hugging Face Daily Papers ↗ · 2026-08-16 Cached

The paper introduces Internalized Visual Thinking (IVT), a post-training framework that trains multimodal models to predict future frame embeddings, enabling direct answer generation without synthesizing intermediate images, thereby reducing latency over 5x for proactive video reasoning.

0 favorites 0 likes
#inference-efficiency

Dual-Flow Transformers: Decoupling the Primary Prefill Path from Additional Decode Computation

arXiv cs.AI ↗ · 2026-08-14 Cached

This paper introduces Dual-Flow Transformers, an architecture that decouples prefill and decode computation by adding an auxiliary flow for continuation prediction while sharing weights and the primary KV cache, enabling phase-specific compute allocation and improved efficiency.

0 favorites 0 likes
#inference-efficiency

Shape Mutating Expert Compression:LorExperts and BTExperts

arXiv cs.LG ↗ · 2026-08-11 Cached

This paper introduces LorExperts and BTExperts, router-preserving compression methods for Mixture-of-Experts LLMs that cluster experts and represent non-dominant members as low-rank corrections, improving compression quality over prior methods like D2-MoE.

0 favorites 0 likes
#inference-efficiency

Fewer Tokens, Smaller Cache: Reward-Coordinated Efficient Reasoning

arXiv cs.AI ↗ · 2026-08-06 Cached

This paper proposes ReCo, a reward-coordinated compression framework that uses a process-reward estimator to adaptively compress KV-cache, control reflection tokens, and enable early stopping, cutting generated tokens by 37–65% and latency by ~2x across reasoning models while preserving accuracy.

0 favorites 0 likes
#inference-efficiency

ResKV: Reconstructing Omitted Attention Contributions for Fixed-Budget KV Cache Compression

arXiv cs.CL ↗ · 2026-08-03 Cached

ResKV proposes a KV cache compression method that divides a fixed budget into an exact main cache and a compact residual cache to reconstruct omitted attention contributions, improving performance on LongBench and RULER across multiple backbones.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback