y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#inference-optimization News & Analysis

319 articles tagged with #inference-optimization. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

319 articles
AINeutralarXiv – CS AI · Jun 236/10
🧠

Scaling Audio Models Efficiently: A Joint Study of Compute Constraints and Optimization Behavior

Researchers present a systematic framework for optimizing speech processing models by analyzing tradeoffs between model size, input length, and representation resolution under fixed computational budgets. The study demonstrates non-linear scaling behavior, showing diminishing returns from model scaling and identifying practical efficiency gains through token resolution reduction without significant performance degradation.

AINeutralarXiv – CS AI · Jun 236/10
🧠

DART: Draft-Agreement Routing for Training-Free Adaptive Thinking Budgets in Hybrid Reasoning Models

Researchers introduce DART, a training-free routing framework that dynamically allocates computational thinking budgets in hybrid reasoning models by sampling cheap draft responses and using agreement patterns to decide between direct answers and extended reasoning. The approach achieves significant accuracy improvements on math and code tasks while reducing token consumption by 15-69%, without requiring labeled data or model fine-tuning.

AINeutralarXiv – CS AI · Jun 236/10
🧠

Understanding Parallel Samplers in Masked Diffusion via Random Walks on Graphs

Researchers propose using random walks on graphs as a testing framework for parallel sampling strategies in masked diffusion models, proving that popular entropy-based sampling methods aren't universally optimal and introducing a new bisection sampler that achieves logarithmic-time sampling with theoretical guarantees.

AINeutralarXiv – CS AI · Jun 196/10
🧠

Think Again or Think Longer? Selective Verification for Budget-Aware Reasoning

Researchers introduce SEVRA, a serving-layer system that selectively decides whether to verify AI reasoning outputs, reducing computational waste while maintaining accuracy. The approach achieves comparable or better results than always-verifying strategies while cutting token usage significantly, though longer initial reasoning sometimes proves more efficient overall.

AINeutralarXiv – CS AI · Jun 196/10
🧠

SPOT-E: Test-Time Entropy Shaping with Visual Spotlights for Frozen VLMs

Researchers introduce SPOT-E, a test-time method that improves vision-language models' performance on evidence-intensive tasks by using entropy-shaping to identify and highlight critical visual information. The technique works without retraining frozen VLMs and demonstrates consistent improvements across benchmarks while maintaining robustness under visual corruption.

AINeutralarXiv – CS AI · Jun 196/10
🧠

Wisdom of Committee: Diverse Distillation from Large Foundation Models and Domain Experts

Researchers introduce DiverseDistill, a knowledge distillation framework that leverages multiple teachers (foundation models plus domain experts) to more effectively transfer knowledge to compact models. The method recovers 73-114% of the performance gap between teacher and student models while operating with frozen teachers and zero inference overhead.

AINeutralarXiv – CS AI · Jun 116/10
🧠

Forecasting Future Behavior as a Learning Task

Researchers propose treating AI behavior forecasting as a learnable task rather than relying on explainability methods, training specialized models to predict how large reasoning models will perform on new inputs. Behavior Forecasters outperform GPT-5.4 and Claude Opus-4.6 at predicting LRM consistency and input-sensitivity while operating at significantly lower inference costs.

🧠 GPT-5🧠 Claude
AIBullisharXiv – CS AI · Jun 116/10
🧠

Overcoming State Inertia in Full-Duplex Spoken Language Models via Activation Steering

Researchers identify and solve a critical limitation in full-duplex spoken language models: state inertia that causes them to miss user interruptions. Using activation steering without fine-tuning, they improve interruption comprehension from 28% to 45% correctness, demonstrating a training-free method to enhance real-time conversational AI.

AINeutralarXiv – CS AI · Jun 116/10
🧠

CRUMB: Efficient Prior Fitted Network Inference via Distributionally Matched Context Batching

CRUMB is a new inference wrapper that makes prior-fitted networks (PFNs) more practical for large datasets by clustering test queries and selecting distributionally matched training subsets using maximum mean discrepancy minimization. The technique is architecture-agnostic, requires no retraining, and demonstrates superior performance across multiple PFN models on tabular benchmarks.

AINeutralarXiv – CS AI · Jun 116/10
🧠

AVIS: Adaptive Test-Time Scaling for Vision-Language Models

Researchers introduce AVIS, a lightweight adaptive policy that optimizes inference efficiency in Vision-Language Models by jointly scaling visual context and reasoning computation. The method uses token pruning and difficulty prediction to reduce computational costs while maintaining or improving accuracy across image and video reasoning tasks.

AINeutralarXiv – CS AI · Jun 116/10
🧠

Fine-tuning Multi-modal LLMs with ART: Art-based Reinforcement Training

Researchers propose ART (Art-based Reinforcement Training), a parameter-efficient fine-tuning method for multimodal LLMs that optimizes only raw visual inputs rather than model weights or prompts. The technique achieves competitive accuracy with LoRA on benchmarks while maintaining compatibility with high-throughput inference engines like vLLM that don't support traditional fine-tuning modifications.

AINeutralarXiv – CS AI · Jun 116/10
🧠

Reroute, Don't Remove: Recoverable Visual Token Routing for Vision-Language Models

Researchers propose Reroute, a training-free method that improves vision-language model efficiency by recoverable token routing instead of permanent token removal. The approach dynamically reroutes less important visual tokens through decoder layers rather than discarding them, improving performance on grounding tasks while maintaining computational efficiency.

AINeutralarXiv – CS AI · Jun 116/10
🧠

Resource-Aware LLM Reasoning for Mobile Edge General Intelligence

Researchers propose a joint optimization framework for deploying large language model reasoning on resource-constrained edge devices, combining adaptive chain-of-thought prompting with distributed mixture-of-experts architecture. The framework dynamically balances reasoning quality and computational efficiency by treating reasoning depth as an optimizable network resource, achieving 90% accuracy and latency satisfaction with minimal inference overhead.

AINeutralarXiv – CS AI · Jun 106/10
🧠

Inside the Latent Flow: Causal Deciphering of Attention Dynamics in Audio Separation Foundation Models

Researchers have developed a causal analysis framework to understand how attention mechanisms work in SAM Audio, a flow-matching transformer for audio separation. The study reveals a dual-pathway conditioning system and proposes Layer-Selective Attention Caching (LSAC), a training-free optimization technique that reduces computational overhead by ~25% while maintaining audio quality.

AINeutralarXiv – CS AI · Jun 106/10
🧠

Stop Early, Spend Less: Hidden-State Probes as a Practical Recipe for Streaming Moderation of LLM Outputs

Researchers propose lightweight token-level probes that monitor LLM safety directly within model hidden states during generation, eliminating the computational overhead of separate moderation models. This streaming approach enables real-time intervention before unsafe content completes generation, reducing inference costs by orders of magnitude while maintaining safety standards.

AIBullisharXiv – CS AI · Jun 106/10
🧠

Attention-Discounted Adaptive Sampler for Masked Diffusion Language Models

Researchers propose ADAS, a training-free reranking algorithm that improves parallel token decoding in masked diffusion language models by using attention weights as soft penalties to avoid committing to correlated predictions simultaneously. The method achieves 9-10 percentage point improvements on benchmarks like GSM8K and HumanEval with minimal computational overhead, advancing the efficiency of faster language model inference.

AINeutralarXiv – CS AI · Jun 96/10
🧠

When Tabular Foundation Models Meet Strategic Tabular Data: A Prior Alignment Approach

Researchers propose Strategic Prior-data Fitted Network (SPN), a framework addressing how tabular foundation models fail when users strategically manipulate data post-deployment. The method adapts pretrained models to strategic environments through inference-time adjustments without retraining, demonstrating improved robustness on real-world datasets.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Failure by Interference: Language Models Make Balanced Parentheses Errors When Faulty Mechanisms Overshadow Sound Ones

Researchers discovered that language models fail at balanced parentheses tasks not due to fundamental limitations, but because faulty internal mechanisms override sound ones. They developed RASteer, a steering method that amplifies reliable components, improving accuracy from 0% to nearly 100% on these tasks while maintaining general coding ability.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Polynomial Context-Truncation Sensitivity in Autoregressive Language Models: Sequential Wyner-Ziv Bounds for KV Cache Compression

Researchers develop theoretical bounds for KV cache compression in language models, discovering that context sensitivity decays polynomially rather than exponentially. Their findings enable more efficient memory-aware cache policies that reduce memory requirements while maintaining model performance, with practical implications for deploying larger models on resource-constrained systems.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Q-Delta: Beyond Key-Value Associative State Evolution

Q-Delta presents a novel approach to linear attention mechanisms in sequence modeling by integrating query-conditioned state evolution, moving beyond traditional key-value associative paradigms. The method combines efficient linear-time inference with improved performance on language modeling and long-context retrieval tasks through a hardware-optimized implementation.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Capacity, Not Format: Rethinking Structured Reasoning Failures

Researchers found that structured output formats like JSON degrade AI model performance not because of formatting itself, but because of insufficient model capacity. Models with adequate computational headroom handle JSON constraints without accuracy loss, while smaller models operating near their limits suffer 28-36 percentage point drops, a penalty that can be partially recovered by reasoning first and formatting afterward.

🧠 GPT-4🧠 Opus
AINeutralarXiv – CS AI · Jun 96/10
🧠

MemoVAD: Resource-Efficient Video Anomaly Detection via Dynamic Semantic Memory in Edge Computing Scenarios

Researchers introduce MemoVAD, an edge-cloud collaborative framework that enables efficient video anomaly detection on resource-constrained devices by selectively querying cloud-based Vision-Language Models only for uncertain or novel scenarios. The system uses dynamic semantic memory to cache verified patterns, reducing computational overhead while maintaining detection accuracy on surveillance tasks.

AIBullisharXiv – CS AI · Jun 86/10
🧠

DyCon: Dynamic Reasoning Control via Evolving Difficulty Modeling

Researchers introduce DyCon, a training-free framework that dynamically models task difficulty during reasoning to reduce inefficiencies in Large Reasoning Models. The method leverages step-level embeddings to control reasoning depth, achieving significant efficiency gains across multiple model sizes and benchmarks without sacrificing accuracy.

← PrevPage 8 of 13Next →