← Back to arXiv Machine Learning

arXiv Machine Learning briefings

ResearchOfficialarXiv Machine Learning

The Silent Freeze: Predicting When Low-Precision Training Stops Learning

A new preprint demonstrates that low-precision training can cause neural network weights to 'freeze'—stop updating—when gradient updates become too small to affect stored values, due to rounding. This freeze is deterministic and can be predicted in advance using only high-precision training trajectories and the mantissa length of the target precision. The phenomenon was observed in both small GPT models and a 124-million-parameter GPT-2, and stochastic rounding was shown to prevent the freeze.

Why it matters: This work reveals a predictable and silent failure mode in low-precision neural network training, with practical implications for the design and reliability of efficient AI systems.

Jul 14, 2026

ResearchOfficialarXiv Machine Learning

Multimodal Instruction-Tuning Reorganizes Geometric Encoding of Identity Prompts in LLMs

A preprint study analyzes four open-weight transformer language models and finds that multimodal instruction-tuning causes a qualitative shift in how identity-specifying system prompts are encoded in hidden-state trajectories. Specifically, the encoding changes from being direction-based in the base model to magnitude-based after multimodal RLHF instruction-tuning, a reorganization not observed in RL distillation or SFT regimes. The study uses geometric metrics and permutation tests to support these findings.

Why it matters: This work uncovers a previously unrecognized effect of multimodal instruction-tuning on internal model representations, which could inform future approaches to model interpretability and control.

Jul 14, 2026

ResearchOfficialarXiv Machine Learning

Ablation, Statistical Inference, and Validation for KV-Cache Compression

This study systematically compares Turbo-Quant and SpectralQuant KV-cache compression methods, using a statistical validation methodology to evaluate non-dominated schemes. The research finds that eigenbasis-based methods perform poorly on heavy-tailed data due to covariance instability but excel in structured regimes, with the effective semantic dimension adapting to calibration budgets rather than true data rank.

Why it matters: The work provides a rigorous framework for evaluating KV-cache compression techniques, which is important for optimizing memory and latency in large language model inference.

Jul 14, 2026

ResearchOfficialarXiv Machine Learning

Output-aware safety guardrail reduces over-refusal in MLLMs

Researchers introduce an output-aware safety guardrail for multimodal large language models (MLLMs) that predicts unsafe generations from hidden states, rather than relying solely on input analysis. Their method achieves safety performance comparable to existing approaches but significantly reduces over-refusal, thereby maintaining the model's utility and leveraging its intrinsic safety mechanisms.

Why it matters: This work offers a practical advance in balancing safety and usability for MLLMs by enabling more targeted safety interventions and reducing unnecessary refusals.

Jul 14, 2026

InfrastructureOfficialarXiv Machine Learning

Quota Marketplace: Dynamic Pricing for Efficient Allocation of ML Training Resources

Google researchers introduce Quota Marketplace, a market-based system for allocating ML training chips such as GPUs using dynamic pricing to accommodate workloads with varying values. The system, implemented and deployed at Google, is designed to achieve Pareto efficiency and max-min fairness, and to better align resource allocation with organizational priorities. The paper details both the theoretical foundations and practical deployment, including metrics demonstrating its impact.

Why it matters: Efficient allocation of scarce ML training resources is a major challenge for organizations, and this work demonstrates a practical, scalable solution that addresses heterogeneous workload values.

Jul 14, 2026

ResearchOfficialarXiv Machine Learning

Low-Rank Attention Residuals Enable More Efficient LLM Routing

A new preprint introduces Low-Rank Attention Residuals (LR-AttnRes), a method that uses low-dimensional keys for depthwise routing in large language models (LLMs) while retaining full-dimensional residual values. This approach decouples routing from representation, leading to improved validation loss and reduced computational cost. The authors present two variants—Projected and Sliced LR-AttnRes—and release code and models for further research.

Why it matters: The work demonstrates that effective depthwise routing in LLMs can be achieved with significantly fewer dimensions, suggesting a path toward more efficient model architectures.

Jul 14, 2026

ResearchOfficialarXiv Machine Learning

EvoClawBench: Benchmarking Agents' Ability to Learn Reusable Skills from Their Own Runs

EvoClawBench is a new benchmark designed to test whether AI agents can transform evidence from their own runs into reusable skills that improve future executions. The benchmark covers 100 tasks across coding, data, office, security, operations, and domain-document workflows, and supports multiple agent runtimes. Experiments with OpenClaw and nanobot show that the ability to learn reusable skills is selective and cost-sensitive: some models improve with skill learning, while others experience performance drops or collapse. This demonstrates that skill learning from experience is not an automatic benefit for agent systems.

Why it matters: This work isolates and rigorously tests a critical capability for autonomous agents—learning from their own experience—and shows that it is not guaranteed, informing the design of more robust agent systems.

Jul 14, 2026

ResearchOfficialarXiv Machine Learning

Spectral Origins of the Self-Correction Blind Spot in Autoregressive Generation

A new preprint introduces SPARC, a spectral-algebraic theory that formally explains why autoregressive language models (LLMs) often fail to correct their own errors but can fix identical errors when attributed to external sources. The theory proves that this 'self-correction blind spot' arises when the spectral radius of the error-propagation operator is at least one, and it derives a precise activation threshold for correction markers. Experiments across four model backbones and a visual autoregressive probe validate the theory, with predictions matching observed blind-spot rates within 3.2% RMSE.

Why it matters: This work provides the first formal, quantitative model of the self-correction blind spot in autoregressive generation, offering new insights that could improve the reliability of LLMs and related models.

Jul 14, 2026

ResearchOfficialarXiv Machine Learning

SciML in the Wild: Structural Priors Can Hurt When Mismatched

A new preprint evaluates Scientific Machine Learning (SciML) methods for macroeconomic forecasting and finds that structural priors can act as misregularizers when they do not align with the true data-generating process. In tests across 23 countries, less-constrained models like ARIMA and Neural ODEs consistently outperformed more-constrained models such as PINNs and UDEs. The study highlights the challenges of low-frequency macroeconomic prediction and cautions that more structural assumptions do not always yield better results.

Why it matters: This work challenges the assumption that adding structural priors always improves model performance, offering important guidance for SciML practitioners.

Jul 14, 2026