← Back to brief

Source archive

arXiv Machine Learning

arXiv's cs.LG (Machine Learning) category covers general machine learning research - training methods, optimization, architectures, and theory that underlies most modern AI systems, independent of any specific application.

70 AISurfing briefingsVisit official source ↗

Briefings where arXiv Machine Learning is the primary source

ResearchOfficialarXiv Machine Learning

Factorized Spectral Representations (FaStR) Improve Sample Efficiency in Reinforcement Learning

A new method called FaStR factorizes the transition kernel in reinforcement learning into separate state, action, and next-state encoders using a CP decomposition and a noise contrastive objective. This approach reduces the sample complexity required for representation learning, especially in high-dimensional locomotion tasks. Notably, the learned state encoder can transfer across changes in actuators, requiring only the action encoder to be retrained.

Why it matters: FaStR offers a significant advance in sample-efficient deep reinforcement learning by leveraging the tensor structure of transition dynamics, enabling faster adaptation to new environments or actuators.

Jul 16, 2026

ResearchOfficialarXiv Machine Learning

Explainable AI Framework Boosts Auditor Confidence in Banking Anomaly Detection

A new preprint introduces an explainable AI (XAI) framework for detecting anomalies in banking transactions, combining Isolation Forest with SHAP explanations. Tested on synthetic data, the system achieved 0.91 precision and 0.88 recall, outperforming other unsupervised methods. A Streamlit dashboard delivers feature-level explanations, and expert feedback indicates these explanations improve auditor confidence and decision quality.

Why it matters: This work shows that explainable AI can enhance trust and effectiveness in automated fraud detection for financial audits.

Jul 16, 2026

ModelsOfficialarXiv Machine Learning

Structured Reinforcement Learning Improves Bayesian Persuasion in Intelligent Interactive Driving

A recent preprint presents an online structured reinforcement learning framework to enhance signaling strategies in intelligent interactive driving. The method allows a lead vehicle to guide connected vehicles' route choices by selectively revealing real-time traffic information, optimizing travel rewards for both parties. The study introduces MAPL and SQP algorithms that exploit supermodular structures for computational efficiency, and numerical analysis shows a 30% improvement in cost efficiency over existing signaling strategies.

Why it matters: This work represents a notable advance in dynamic traffic management by enabling more effective coordination between intelligent vehicles, with potential to reduce congestion and improve travel efficiency.

Jul 16, 2026

ResearchOfficialarXiv Machine Learning

The SIGReg Objective as Variational Free Energy: A Theoretical Active-Inference Account of JEPA World Models

A new preprint demonstrates that the choice of anti-collapse regularizer in Joint-Embedding Predictive Architectures (JEPAs) determines whether their training objective aligns with Active Inference (AIF) variational free energy. The authors organize four regularizers into an entropy-estimator hierarchy and prove that SIGReg uniquely eliminates the prior-miscalibration gap, making the objective an exact information bottleneck. They also identify a key AIF term—state-epistemic value—not computed by current JEPA world models.

Why it matters: This work provides a normative theoretical foundation for JEPA world models by linking their objectives to active inference, potentially guiding future model design and evaluation.

Jul 16, 2026

ResearchOfficialarXiv Machine Learning

CLIP Latent Space Modeled as Hyperspherical Semantic Mixture

Researchers introduce a probabilistic model for CLIP's latent space using mixtures of von Mises-Fisher distributions on the unit hypersphere, replacing traditional Gaussian assumptions. This approach enables more accurate and interpretable density estimation, leading to significant improvements in long-tailed and out-of-distribution detection, as well as providing a natural semantic decomposition of embeddings.

Why it matters: The work establishes a geometrically consistent framework for modeling and understanding multimodal representations, potentially enhancing reliability in downstream tasks.

Jul 16, 2026

ResearchOfficialarXiv Machine Learning

How the Hessian Spectrum of Neural Networks Depends on Data

Researchers have derived the eigenvalues of the Hessian matrix for linear neural networks with arbitrary width, depth, and dataset size. For classification tasks using mean squared error (MSE) loss, they show that the sharpness of the solution is directly linked to the maximum proportion of samples in any class. Their theoretical predictions remain robust even as simplifying assumptions are relaxed and some nonlinearities are introduced.

Why it matters: This work provides a theoretical connection between data properties and the loss landscape in neural networks, which could inform future research on optimization and generalization in deep learning.

Jul 16, 2026

ResearchOfficialarXiv Machine Learning

DeepLoop: Depth Scaling for Looped Transformers

A new preprint formalizes the residual-scaling problem in looped Transformers, where the same parameter set is reused across multiple computational rounds. The authors introduce DeepLoop, a method that adjusts scaling exponents based on a visit-alignment coefficient to stabilize training in these architectures. Experiments on GPT-2 scale models show that DeepLoop improves validation loss and accuracy when recurrent depth is used, while remaining neutral when no physical block is revisited.

Why it matters: This work provides a theoretical and practical advance for scaling looped Transformers, potentially enabling deeper computation without increasing parameter count.

Jul 16, 2026

ResearchOfficialarXiv Machine Learning

ExTernD: Ternary LLM Quantization That Approaches Full-Precision Accuracy

A new method called ExTernD enables post-training quantization of large language models (LLMs) by decomposing weight matrices into ternary factors with an expanded inner rank. This approach allows the quantized model's accuracy to approach that of full-precision (bf16) models arbitrarily closely, overcoming limitations of fixed bit-width quantization. ExTernD achieves Q4_K-level accuracy at 5.2–5.5 effective bits per weight on models like Gemma-4-E2B and Qwen3.5-4B, with a full Qwen3.5-4B conversion reaching 10.10 perplexity versus 9.78 for bf16 (+3.2%).

Why it matters: ExTernD provides a flexible, near-lossless quantization method for LLMs, enabling more efficient deployment without significant accuracy loss.

Jul 16, 2026

ResearchOfficialarXiv Machine Learning

CANON: Consensus-Anchored Self-Distillation Improves LLM Reasoning Without Labels

Researchers introduce CANON, a label-free training method that leverages consensus among multiple LLM-generated solutions to provide dense, token-level supervision. On mathematical and scientific reasoning benchmarks, CANON improves pass@1 by up to 12 points, surpasses label-free reinforcement learning by 6 points at a fraction of the compute cost, and approaches the performance of models trained with gold labels. The method also generalizes to held-out benchmarks, matching the effectiveness of gold-label training.

Why it matters: CANON demonstrates a compute-efficient approach to enhancing LLM reasoning without human-annotated labels, potentially reducing the need for costly data annotation.

Jul 16, 2026

ResearchOfficialarXiv Machine Learning

Data-Efficient Adaptation of LLMs via Attention Head Reweighting

Researchers introduce Attention Head Reweighting (AHR), a method for adapting large language models (LLMs) to new text-classification tasks by learning a single scalar per attention head. AHR achieves better performance than LoRA on few-shot tasks while requiring 200-1000 times fewer trainable parameters, modifying only about 0.0001% of the model. The approach also provides interpretable weights that help analyze which attention heads contribute to in-context learning.

Why it matters: AHR offers a highly parameter- and data-efficient way to adapt LLMs, which is valuable for applications with limited labeled data and enhances interpretability of model behavior.

Jul 16, 2026

ResearchOfficialarXiv Machine Learning

Targeted Parameter Decomposition Recovers Mechanistic Circuits in Neural Networks

Researchers introduce targeted parameter decomposition (tPD), a method for identifying interpretable computational components in neural networks that process specific inputs. tPD recovers mechanistically faithful circuits in transformer language models while using significantly less computational resources than full parameter decomposition. The approach is validated on both toy models and real transformer models, demonstrating the ability to extract targeted submodels and manipulate memorized sequences with minimal impact on unrelated inputs.

Why it matters: This work advances scalable mechanistic interpretability for large neural networks by enabling efficient, targeted analysis of model behavior.

Jul 16, 2026

ResearchOfficialarXiv Machine Learning

Samba: A Hybrid Mamba Model for Audio-Visual Navigation

Researchers have introduced Samba, a hybrid Mamba-based model for audio-visual navigation that replaces conventional GRUs with a Mamba State Encoder and incorporates an Audio Mamba Encoder to better capture global time-frequency dependencies. On the Matterport3D dataset, Samba achieves an 11.3% improvement in navigation success rate over state-of-the-art models, with even greater gains reported on the Replica dataset. The model demonstrates strong generalization to unheard sound sources and unseen scenes.

Why it matters: Samba modernizes the core architecture for audio-visual navigation, offering improved performance and efficiency, and sets a new direction for future research in embodied AI navigation.

Jul 16, 2026

ResearchOfficialarXiv Machine Learning

ShortOPD: Short-to-Long On-Policy Distillation for Recovering Pruned LLMs

Structured pruning of large language models (LLMs) often leads to significant degradation in free-form text generation, despite acceptable performance on multiple-choice benchmarks. The ShortOPD method introduces a short-to-long on-policy distillation schedule that detects and truncates repetitive suffixes, focusing training on informative prefixes. This approach achieves up to 9x improvement in generation quality over unrecovered pruned models and matches long-rollout performance using 71% fewer tokens and a quarter of the training time compared to standard recovery methods.

Why it matters: ShortOPD offers a practical solution for efficiently restoring generation quality in compressed LLMs, bridging the gap between pruning research and real-world deployment.

Jul 16, 2026

ResearchOfficialarXiv Machine Learning

Muon Optimizer Underperforms AdamW in Controlled Matrix Factorization Study

A new preprint tests the Muon optimizer on low-rank matrix factorization, finding that it does not consistently outperform AdamW. The study suggests that Muon's previously reported advantages in large-scale deep learning may depend on factors such as scale, architecture, or hyperparameter sensitivity.

Why it matters: This work challenges assumptions about Muon's superiority and highlights the importance of controlled benchmarks for evaluating optimizers.

Jul 16, 2026

ResearchOfficialarXiv Machine Learning

Where Should RL Post-Training Compute Go? Model Size, Search, Learning, and Feedback

A new preprint introduces a FLOP-accounting framework for reinforcement learning (RL) post-training, breaking down compute usage into rollout/search, policy-update/learning, and reward-model evaluation. The study, using LoRA-adapted Qwen2.5 policies, finds that optimal allocation of compute resources depends on factors such as model size, compute budget, and reward system. The authors also propose RACE, a diagnostic protocol to help identify effective compute allocation regimes before committing to expensive validation runs.

Why it matters: This work offers a systematic approach to allocating limited post-training compute in RL, which is important for efficiently adapting foundation models.

Jul 16, 2026

ResearchOfficialarXiv Machine Learning

Self-Improving is Often Sudden: Enlightenment-style Finetuning for Large-Scale Models

A new preprint introduces Enlightenment, a training-free post-tuning method that enhances large-scale models by modifying shortcut connections rather than updating weights. The approach includes attention head-mixing for large language models and scalar-modulated residual connections for vision-language models. Experiments demonstrate notable performance improvements across various benchmarks and model types.

Why it matters: This method offers a novel and efficient way to boost model performance without the computational cost of traditional fine-tuning.

Jul 16, 2026

ResearchOfficialarXiv Machine Learning

Tabular Foundation Models for Discrete Choice Estimation

Researchers reformulate tabular foundation models (TFMs) to address structural challenges in discrete choice estimation, such as choice-set dependence and consumer heterogeneity. Their approach encodes these factors within a row-based learning framework and, when evaluated on a yogurt scanner panel, outperforms hierarchical Bayesian estimation by 8% in holdout log-likelihood and 3.6% in hit rate, while being 16 times faster. The method is particularly effective in medium-data regimes (10–40 purchase occasions per consumer), where traditional Bayesian methods can distort estimates for atypical consumers.

Why it matters: This work demonstrates a significant advance in applying foundation models to consumer choice estimation, offering both improved predictive performance and substantial computational speedups over established methods.

Jul 16, 2026

ResearchOfficialarXiv Machine Learning

Weight Feedback Computes the Jacobian Transpose Locally in Modern Deep Networks

A new preprint demonstrates that predictive coding (PC) can avoid the non-local Jacobian-transpose operation by factoring it into three locally available terms for layers with frozen normalization. The resulting method, WF-Act-PC, removes the need for autograd backward passes in error transport and, on benchmarks like CIFAR-10 and Tiny-ImageNet, matches or exceeds backpropagation performance on deeper architectures, outperforming previous PC methods.

Why it matters: This work addresses a longstanding obstacle to biologically plausible learning by eliminating a key non-local operation in predictive coding, narrowing the performance gap with backpropagation in deep networks.

Jul 16, 2026

ResearchOfficialarXiv Machine Learning

SteinGate: Tail-Sensitive Safe Reinforcement Learning via Stein Discrepancy

SteinGate proposes a boundary-aware distributional safety certificate for safe reinforcement learning, leveraging Kernelized Stein Discrepancy to robustly detect rare catastrophic cost events. The method dynamically alternates between reward-seeking and recovery policies based on deviations in the cost distribution's tail, aiming to reduce constraint violations during training. Experimental results on continuous-control benchmarks show that SteinGate lowers both the frequency and severity of safety violations while maintaining competitive performance compared to state-of-the-art methods.

Why it matters: This work offers a novel approach to addressing rare but severe safety failures in reinforcement learning, potentially improving the reliability of RL systems in safety-critical applications.

Jul 16, 2026

ResearchOfficialarXiv Machine Learning

KANs vs MLPs: Statistical Gains in Accuracy Come with Higher Computational Cost

A new preprint benchmarks Kolmogorov-Arnold Networks (KANs) against Multi-Layer Perceptrons (MLPs) on 12 structured tabular classification tasks. The study finds that KANs achieve statistically significant accuracy improvements over MLPs, particularly in binary and multiclass settings, but require substantially more parameters and computational resources. The authors recommend KANs for high-precision needs and MLPs for efficiency in resource-limited scenarios.

Why it matters: This work provides empirical evidence to inform model selection for structured data, clarifying the trade-off between accuracy and computational efficiency when choosing between KANs and MLPs.

Jul 16, 2026