y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#model-efficiency News & Analysis

127 articles tagged with #model-efficiency. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

127 articles
AIBullisharXiv – CS AI · 2d ago7/10
🧠

Small Agent Group is the Future of Digital Health

Researchers propose Small Agent Group (SAG), a collaborative multi-agent approach to clinical AI that outperforms single large language models while reducing deployment costs and improving reliability. The study challenges the prevailing 'scaling-first' philosophy in digital health, suggesting that distributed reasoning across specialized agents can achieve superior clinical outcomes more efficiently.

AIBullisharXiv – CS AI · 2d ago7/10
🧠

Less is Enough: Synthesizing Diverse Data in LLM Feature Space with Sparse Autoencoders

Researchers propose Feature Activation Coverage (FAC), a new metric for measuring data diversity in large language models using sparse autoencoders instead of traditional text-based metrics. The FAC Synthesis framework generates synthetic training data to fill feature gaps, demonstrating consistent improvements across multiple tasks and revealing transferable feature spaces across different model families.

AIBullisharXiv – CS AI · 2d ago7/10
🧠

MENTOR: Efficient Multimodal-Conditioned Tuning for Autoregressive Vision Generation Models

MENTOR is a novel autoregressive framework for multimodal-conditioned image generation that achieves strong visual control and prompt-following performance through efficient two-stage training without relying on auxiliary adapters or cross-attention modules. The method demonstrates superior performance on the DreamBench++ benchmark compared to diffusion-based approaches while requiring fewer training resources.

AIBullisharXiv – CS AI · 3d ago7/10
🧠

Locality-Aware Redundancy Pruning for LLM Depth Compression

Researchers propose Locality-Aware Redundancy Pruning (LoRP), a training-free method for compressing large language models by removing redundant layers based on representational similarity patterns. The framework uses a Representation Locality Score to identify and prune depth-wise redundancy more effectively than existing approaches, improving both perplexity and downstream task performance across multiple LLM architectures.

🏢 Perplexity
AIBullisharXiv – CS AI · 3d ago7/10
🧠

From AR to Diffusion: Efficiently Adapting Large Language Models with Strictly Causal and Elastic Horizons

Researchers introduce FLUID, a framework that adapts autoregressive language models to diffusion-based text generation by enforcing strictly causal attention patterns, eliminating the need for expensive retraining from scratch. The approach incorporates Elastic Horizons, a dynamic denoising mechanism that improves efficiency and achieves state-of-the-art performance while reducing training costs significantly.

AIBearisharXiv – CS AI · 3d ago7/10
🧠

Benchmarks are Not Enough: RAMP for Runtime Assessing of Agentic Models in Production Systems

Researchers introduce RAMP, a production-grounded assessment framework that reveals significant performance degradation in LLM agents under real-world conditions, with task completion rates collapsing from 100% to 20% across serial workflows. Testing 15 mainstream models shows that traditional benchmarks mask critical failures in long-horizon execution chains, while computational costs vary by three orders of magnitude between comparable models.

AIBullisharXiv – CS AI · 3d ago7/10
🧠

DecomposeRL: Learning to Ask Useful, Informative, and Diverse Questions for Semi-Supervised, Traceable Claim Verification

DecomposeRL presents a novel reinforcement learning approach to claim verification that achieves high accuracy while maintaining interpretability through decomposition-based reasoning. A 7B parameter model trained on just 5K curated claims matches 32B baselines and GPT-4.1-mini across 11 benchmarks while enabling semi-supervised learning, demonstrating efficient scaling through intelligent data curation.

🧠 GPT-4
AIBullisharXiv – CS AI · 3d ago7/10
🧠

Plan Before Search: Search Agents Need Plan

Researchers demonstrate that large language models trained as retrieval-augmented agents benefit from explicit planning—decomposing questions into ordered sub-questions before searching—rather than reactive document-driven responses. They introduce a self-bootstrapping training paradigm that enables smaller seed models to generate filtered trajectories activating this planning behavior across different model sizes without requiring distillation from larger external models.

AIBullisharXiv – CS AI · 4d ago7/10
🧠

Quantized Keys Steal Attention: Bias Correction for KV-Cache Compression in Video Diffusion

Researchers have developed a bias correction technique for quantizing KV-cache memory in video diffusion models, addressing a fundamental problem where quantization noise causes inflated attention to cached data. The method recovers near-full quality video generation while using 50% less memory than standard approaches, enabling longer video synthesis without sacrificing output quality.

AIBullisharXiv – CS AI · 4d ago7/10
🧠

Unified Neural Scaling Laws

Researchers have developed a Unified Neural Scaling Law (UNSL) that accurately models how deep neural networks perform as multiple training and architectural dimensions vary simultaneously. This functional form outperforms existing scaling models across vision, language, math, and reinforcement learning tasks, enabling more precise extrapolation of neural network behavior at scale.

AIBullisharXiv – CS AI · 4d ago7/10
🧠

MobileMoE: Scaling On-Device Mixture of Experts

Researchers present MobileMoE, a family of sub-billion parameter Mixture-of-Experts language models optimized for on-device deployment that achieve 2-4x efficiency gains over dense models while matching or exceeding performance. The work establishes new on-device scaling laws and delivers the first practical MoE inference implementation on smartphones, with 1.8-3.8x faster performance than existing mobile baselines.

AIBullisharXiv – CS AI · 4d ago7/10
🧠

InfoQuant: Shaping Activation Distributions for Low-Bit LLM Quantization

Researchers introduce InfoQuant, a training-free method that optimizes activation distributions for low-bit quantization in large language models by using Peak Suppression Orthogonal Transformation. The technique achieves 97% accuracy preservation under W4A4KV4 quantization and reduces performance degradation by 42% compared to previous methods, advancing efficient LLM deployment.

AIBullishArs Technica – AI · May 197/10
🧠

Gemini 3.5 Flash might be fast enough for gen AI to make sense

Google has released Gemini 3.5 Flash, a more efficient version of its language model designed to enable practical agentic AI applications. The company positions this faster, lighter model as essential infrastructure for making generative AI economically viable at scale.

Gemini 3.5 Flash might be fast enough for gen AI to make sense
🧠 Gemini
AIBullisharXiv – CS AI · May 127/10
🧠

LoopVLA: Learning Sufficiency in Recurrent Refinement for Vision-Language-Action Models

LoopVLA introduces a recurrent Vision-Language-Action model architecture that learns when to stop refining representations for robotic control tasks, achieving 45% parameter reduction and 1.7x faster inference while maintaining or improving task performance. The model uses self-supervised learning to estimate representation sufficiency rather than relying on predefined layer depths or heuristic rules.

AIBullisharXiv – CS AI · May 127/10
🧠

FlashSVD v1.5: Making Low-Rank Transformers Inference Actually Fast

FlashSVD v1.5 addresses a critical gap between theoretical and practical performance gains in SVD-compressed transformer inference, delivering up to 2.55x speedup through runtime optimization rather than algorithmic improvements alone. The work demonstrates that low-rank compression benefits require co-designed inference systems to translate parameter reduction into actual serving speed improvements.

AIBullisharXiv – CS AI · May 127/10
🧠

Continuous Latent Contexts Enable Efficient Online Learning in Transformers

Researchers demonstrate that transformer models equipped with continuous latent context tokens can efficiently implement online learning algorithms without parameter updates. A small GPT-2-style model trained with this approach outperforms much larger language models on synthetic online prediction tasks, suggesting a promising architectural direction for adaptive AI systems.

AIBullisharXiv – CS AI · May 117/10
🧠

Toward Privileged Foundation Models:LUPI for Accelerated and Improved Learning

Researchers introduce PIQL, a framework that leverages privileged information to accelerate training and improve generalization in tabular foundation models. By incorporating dataset-level statistics and encodings of data-generating processes during training, the approach reduces computational requirements and convergence time while maintaining inference efficiency through reconstruction mechanisms.

AIBullisharXiv – CS AI · May 117/10
🧠

Implicit Compression Regularization: Concise Reasoning via Internal Shorter Distributions in RL Post-Training

Researchers introduce Implicit Compression Regularization (ICR), a novel training method that reduces unnecessary verbosity in AI reasoning models without sacrificing accuracy. By leveraging the shortest correct responses within training batches as natural compression targets, ICR maintains performance while producing more concise outputs—addressing a key limitation of existing length-penalty approaches.

AIBearisharXiv – CS AI · May 97/10
🧠

Large Vision-Language Models Get Lost in Attention

Researchers have identified a critical architectural flaw in large vision-language models: attention mechanisms are largely redundant and misallocate computational resources, with random attention weights performing comparably to learned ones. This finding challenges fundamental assumptions about Transformer design and suggests current LVLMs inefficiently process visual information despite their scale.

AIBullisharXiv – CS AI · May 97/10
🧠

Catch Your Breath: Adaptive Computation for Self-Paced Sequence Production

Researchers propose Catch Your Breath (CYB), a novel training method that enables AI models to dynamically control the number of computational steps used for processing inputs through <pause> tokens. The approach outperforms standard cross-entropy training by allowing models to signal when they need additional processing time, improving performance metrics like perplexity without increasing computational overhead.

🏢 Perplexity
AIBullisharXiv – CS AI · May 97/10
🧠

Time Series Reasoning via Process-Verifiable Thinking Data Synthesis and Scheduling for Tailored LLM Reasoning

Researchers introduce VeriTime, a framework that enhances large language models for time series analysis through synthetic data generation, intelligent data scheduling, and specialized reinforcement learning. The approach enables smaller models (3B-4B parameters) to match or exceed the reasoning capabilities of larger proprietary LLMs on time series tasks.

AIBullisharXiv – CS AI · May 97/10
🧠

Rethinking Data Curation in LLM Training: Online Reweighting Offers Better Generalization than Offline Methods

Researchers propose ADAPT, an online data reweighting framework that dynamically adjusts training sample importance during LLM training rather than using static offline selection methods. This approach maintains data diversity while improving generalization, outperforming existing offline curation techniques on instruction tuning and large-scale pretraining tasks.

AIBullisharXiv – CS AI · May 97/10
🧠

Saliency-Aware Regularized Quantization Calibration for Large Language Models

Researchers propose SARQC, a new post-training quantization framework for large language models that adds saliency-aware regularization to prevent quantized weights from drifting too far from original values. The method improves generalization performance across dense and mixture-of-experts LLMs without increasing inference costs.

🏢 Perplexity
AIBullisharXiv – CS AI · May 77/10
🧠

Piper: Efficient Large-Scale MoE Training via Resource Modeling and Pipelined Hybrid Parallelism

Researchers introduce Piper, a framework for efficiently training Mixture-of-Experts (MoE) models on high-performance computing platforms through resource modeling and optimized pipeline parallelism. The approach achieves 2-3.5X higher computational efficiency than existing frameworks and introduces a novel all-to-all communication algorithm that delivers 1.2-9X bandwidth improvements over vendor implementations.

AIBullisharXiv – CS AI · May 77/10
🧠

FASQ: Flexible Accelerated Subspace Quantization for Calibration-Free LLM Compression

Researchers introduce FASQ, a calibration-free compression framework for large language models that uses product quantization to achieve flexible compression ratios between 27-49% of original model size. The method outperforms existing quantization approaches like GPTQ and AWQ while enabling faster inference than FP16 on consumer GPUs through custom CUDA kernels.

🧠 Llama
Page 1 of 6Next →