inference-optimization

Tag

Cards List
#inference-optimization

Accelerating vision-language models with LFM2.5-VL-DSpark

Hugging Face Blog ↗ · 5h ago Cached

Today, we release an experimental DSpark draft model for our vision-language model (VLM) LFM2.5-VL-3B, which adds a speculative decoding path for faster inference with minimal memory cost.

0 favorites 0 likes
#inference-optimization

KITE: KV-Invariant Transformer Expansion for Efficient Agentic LLM Scaling

arXiv cs.LG ↗ · 15h ago Cached

This paper introduces KITE, a KV-invariant transformer expansion method that efficiently scales LLMs by reducing inference costs while maintaining performance. It presents the SST model that achieves lower training loss and reduced inference cost compared to baselines.

0 favorites 0 likes
#inference-optimization

Planned Test-Time Scaling with Coordinated Reasoning Paths

arXiv cs.CL ↗ · 15h ago Cached

This paper introduces Planned Test-Time Scaling (PTTS), a method that coordinates reasoning branches to enhance performance on challenging tasks, achieving significant gains over repeated sampling in mathematical reasoning benchmarks.

0 favorites 0 likes
#inference-optimization

Compressing Long Context into Answer-Aligned Memory Embeddings for LLM Inference

arXiv cs.CL ↗ · yesterday Cached

The paper proposes a Context-to-Answer-Aligned Memory Compression (CMC) framework that compresses long input contexts into compact memory embeddings to reduce LLM inference costs without modifying decoder weights, achieving significant performance and efficiency gains.

0 favorites 0 likes
#inference-optimization

Splitting Documents at Lower Cost: Multi-Split Boundary Decisions for LLM-Based Page Stream Segmentation

arXiv cs.AI ↗ · yesterday Cached

This paper introduces Multi-Split Boundary Decision (MSBD) to reduce inference costs in zero-shot page stream segmentation using large language models, demonstrating improved efficiency while maintaining accuracy for appropriate window sizes.

0 favorites 0 likes
#inference-optimization

Show HN: InstinctFlash – Run 5B world-action models in real time on Jetson Thor

Hacker News Top ↗ · 2d ago Cached

InstinctFlash is a high-performance serving framework for robotics models that enables real-time inference of 5B world-action models on Jetson Thor, with reported speedups of up to 33.78×.

0 favorites 0 likes
#inference-optimization

PRQuant: Permutation Residual Quantization for Low-Overhead Inference

arXiv cs.LG ↗ · 2d ago Cached

PRQuant is a training-free and low-overhead framework for quantizing linear layers in large language models, using permutation and residual compensation to reduce inference latency while improving accuracy over baselines like MXFP4.

0 favorites 0 likes
#inference-optimization

TreeSpark: Calibrated, Load-Adaptive Draft Trees for Semi-Autoregressive Speculative Decoding

arXiv cs.CL ↗ · 2d ago Cached

TreeSpark introduces calibrated, load-adaptive draft trees for semi-autoregressive speculative decoding in language models, increasing draft token acceptance by 15-25% and speeding up decoding by 8-14%.

0 favorites 0 likes
#inference-optimization

Model grafting: turning Qwen3.5-4B into a causal encoder-decoder after the fact

Reddit r/LocalLLaMA ↗ · 2d ago

Model Grafting technique modifies Qwen3.5-4B into a causal encoder-decoder, creating variants with up to 3.7x speedup in prompt processing and minimal accuracy loss.

0 favorites 0 likes
#inference-optimization

@Kay2289123: I highly recommend that everyone bookmark this Stanford course from this fall: MS&E 319: Efficient Generative Language …

X AI KOLs Timeline ↗ · 3d ago Cached

This tweet recommends a Stanford course on efficient generative language models, covering techniques from pre-training to inference to balance performance and cost with limited compute.

0 favorites 0 likes
#inference-optimization

Accelerating Dense LLMs via L0-regularized Mixture-of-Experts

arXiv cs.AI ↗ · 3d ago Cached

This paper proposes L0-MoE, a lightweight Mixture-of-Experts approach using L0-regularization to accelerate dense Large Language Models with up to 2.5x speedup while maintaining competitive performance.

0 favorites 0 likes
#inference-optimization

Elastic Threshold Attention: Learned Contextual Sparsity for Long-Context Decoding

arXiv cs.LG ↗ · 3d ago Cached

Elastic Threshold Attention (ETA) is a trainable sparse attention architecture that improves long-context decoding speed without quality degradation by using dynamic thresholds predicted from query representations.

0 favorites 0 likes
#inference-optimization

@shao__meng: https://x.com/shao__meng/status/2101835798316495007

X AI KOLs Timeline ↗ · 3d ago Cached

Baseten's 'Inference Engineering' is a systematic book that explains AI inference optimization techniques from CUDA to production deployment, helping engineers efficiently run open-source models in production environments.

0 favorites 0 likes
#inference-optimization

focus-llama: a llama.cpp fork implementing Declarative Attention (arXiv:2609.02737)

Reddit r/LocalLLaMA ↗ · 4d ago

This article describes a fork of llama.cpp called focus-llama that implements Declarative Attention from a recent paper, allowing models to declare needed context chunks during inference to optimize KV cache usage and reduce decode time.

0 favorites 0 likes
#inference-optimization

llama.cpp expert-pool fork for Qwen 3.8 Flash next IQ4 + 16Gb VRAM tested on MI50 gfx906 with parameters

Reddit r/LocalLLaMA ↗ · 6d ago Cached

An unofficial fork of llama.cpp introduces a persistent expert pool for MoE models, optimized to reduce expert re-copies over PCIe on 16GB AMD gfx906 GPUs, thereby improving decode throughput for large context lengths.

0 favorites 0 likes
#inference-optimization

Call for compute - help optimize Qwen inference speed on local hardware

Reddit r/LocalLLaMA ↗ · 6d ago

The user has renamed a GitHub repository to HyperQwen to focus on optimizing Qwen model inference speeds on local hardware and is seeking testers with 4090s and 5090s GPUs for both Windows and Linux.

0 favorites 0 likes
#inference-optimization

Contiguity, Not Importance: Budgeted Repair of Stale KV Caches After Document Edits

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

The paper investigates budgeted repair methods for stale KV caches in LLM systems after document edits, demonstrating that contiguous edit-local windows efficiently recover performance and are faster than full re-prefill.

0 favorites 0 likes
#inference-optimization

A Calibrated Instrument for Measuring How Inference Optimizations Affect Output Quality

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

This paper introduces a calibrated instrument for measuring how inference optimizations impact the output quality of AI models.

0 favorites 0 likes
#inference-optimization

VideoMM: Adaptive Macro-Micro Inference for Efficient Video MLLMs

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

VideoMM introduces an adaptive macro-micro inference framework that reduces visual token overhead in video MLLMs, achieving a 6.13× speedup and 7.4% accuracy gain for efficient long-form video understanding.

0 favorites 0 likes
#inference-optimization

Early-Bird Decoding: Accelerating Diffusion LLMs with Learnable Block Sizes and Parallel Sampling

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

The paper proposes 'Early-Bird Decoding,' a framework to accelerate diffusion large language models by using learnable block sizes and parallel sampling, achieving significant throughput improvements without modifying pretrained weights.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback