What changed in AI — Page 39

ResearchOfficialarXiv Machine Learning

PsiLogic Optimizer Introduces Chaos-Aware Active Cancellation, Outperforms Adam on Key NLP and Vision Benchmarks

A new optimizer, PsiLogic, augments Adam with a dynamic Active Cancellation Term controlled by a dual exponential moving average of gradient norms, acting as an implicit warmup mechanism. In FairBench evaluations, PsiLogic achieved the best validation metrics in three out of four tested arenas, including NLP perplexity and top-1 accuracy for ViT and ResNet, with statistical significance. The optimizer incurs a 1.2–1.8x wall-clock overhead on transformer-heavy tasks but maintains comparable peak GPU memory usage. The authors provide open-source code and benchmarking tools for reproducibility.

Why it matters: PsiLogic offers a principled, automated alternative to manual warmup schedules, potentially improving training outcomes and reproducibility across diverse deep learning architectures.

ResearchOfficialarXiv Machine Learning

AI Swarm System Autonomously Identifies IGF2 as Colorectal Cancer Vulnerability

A new preprint introduces Octopus, a neuro-symbolic architecture that integrates local LLM swarms with algorithmic physics engines to autonomously generate and test biomedical hypotheses. In a fully unsupervised analysis of colorectal cancer data, the system identified IGF2 as a vulnerability linked to 5-Fluorouracil resistance, with findings validated across in vitro, in silico, and in vivo models. This demonstrates an end-to-end, automated approach to mechanistic biomedical discovery.

Why it matters: This work represents a significant advance in autonomous scientific discovery, showing that AI systems can bridge reasoning and mechanistic validation to accelerate translational cancer research.

ResearchOfficialarXiv Multiagent Systems

Auto Research for Materials: Auditable AI-Scientist Workflows with Held-Out Transfer

A new preprint presents an AI research agent for materials science that rigorously evaluates modeling changes using held-out data, aiming to ensure real-world transferability of its discoveries. In seven separate searches covering 701 modeling changes across ten Matbench endpoints, nine out of ten selected interventions outperformed baselines on previously unseen data, with notable improvements such as 17.4% for band gap prediction and 18.6% for steel strength. The study introduces a robust evaluation framework for closed-loop AI scientists, emphasizing code reusability and transfer across tasks.

Why it matters: This work provides evidence that closed-loop AI agents can generate scientific advances that generalize to new data, addressing concerns about overfitting and reproducibility in automated research.

ResearchOfficialarXiv Multiagent Systems

FOCAL: On-Device Multi-Agent System for Efficient Desktop Activity Summarization

FOCAL is a privacy-first, on-device multi-agent system designed to summarize desktop interaction streams into task-organized personal logs. By employing a filter-plan-log architecture, FOCAL reduces token consumption by 60.4% and Vision-Language Model (VLM) calls by 72.3% compared to baselines, while improving key information recall from 0.38 to 0.61. The system also maintains high accuracy and recall even during task interruptions, outperforming baseline approaches.

Why it matters: FOCAL demonstrates a significant advance in efficient, privacy-preserving summarization of continuous desktop activity, enabling practical on-device personal logging.

ResearchOfficialarXiv Multiagent Systems

The Curvature Shadow: An Apparent Failure of Maximum-Entropy Equilibrium Selection is a Removable Artifact

A new preprint investigates why regularized solvers like R-NaD, which typically select the maximum-entropy Nash equilibrium in two-player zero-sum games, appear to deviate in the case of Kuhn poker. The authors show that the observed gap is explained by a quantitative relationship involving entropy shortfall and curvature, and that the gap vanishes as the entropy shortfall approaches zero. This demonstrates that the deviation is not a fundamental bias but a removable artifact due to the curvature of the entropy landscape.

Why it matters: This work resolves a notable exception to maximum-entropy equilibrium selection, reinforcing the reliability of regularized solvers in game-theoretic analysis.

ResearchOfficialarXiv Machine Learning

HARP: Training-Free Interpretability with a Tool-Using Agent

A new preprint introduces HARP, a training-free interpretability method that equips a large language model (LLM) agent with a vector database of neural activations and tools for manipulating them. HARP enables the agent to iteratively retrieve, hypothesize, and validate concepts in neural networks without additional training. The method reportedly outperforms training-based approaches like sparse autoencoders (SAEs) and activation oracles on tasks such as concept discovery, model steering, and secret elicitation, while being more cost-effective and flexible.

Why it matters: HARP challenges the assumption that training-based interpretability methods extract fundamentally deeper insights, motivating the development of new benchmarks for interpretability.

ResearchOfficialarXiv Machine Learning

Building2Building: A Large-Scale Benchmark for Generalizable Real-World Reinforcement Learning

Researchers have introduced Building2Building (B2B), a large-scale benchmark suite for reinforcement learning (RL) focused on realistic HVAC control environments using the EnergyPlus simulator. B2B features a parametric building generator that creates diverse building configurations and defines tasks addressing key RL challenges such as goal adaptation and cross-domain transfer. The benchmark is designed to systematically study generalization and transfer in continuous control settings.

Why it matters: B2B provides a physically grounded and diverse testbed for advancing RL research on generalization, with potential real-world impact on energy efficiency in building HVAC systems.

ResearchOfficialarXiv Machine Learning

Compact CNNs for AI-Based Drone Detection Using RF Signals

Researchers have developed lightweight convolutional neural networks (CNNs) that detect drone video transmitter signals from radio-frequency (RF) emissions. By using rasterized time-domain images as input, these models eliminate the need for frequency-domain preprocessing and achieve high detection accuracy with low computational cost. The approach was validated both offline and in real-time using a GNU Radio signal processing chain.

Why it matters: This work demonstrates a practical advance in efficient, real-time drone detection suitable for embedded electronic warfare and RF monitoring systems.

ResearchOfficialarXiv Multiagent Systems

Composable Verification Pipelines for Multi-Agent Systems

Researchers have introduced a modular framework for transition and trajectory verification in multi-agent systems, leveraging the Tiles approach and implemented in the Soda functional programming language. The framework enables modular specifications and reusable reasoning components by operationalizing action language semantics through executable verification pipelines. It features an executable specification layer using YAML and is available as open-source software, with illustrative examples involving misinformation and emotional reasoning.

Why it matters: This framework offers a principled and modular method for verifying multi-agent systems, which is important for improving the reliability and safety of complex AI deployments.

ResearchOfficialarXiv Multiagent Systems

PRIME: Plasticity Recovery in Multi-Agent Environments for UAV-Assisted Emergency Communication Networks

Researchers introduce PRIME, a method to address neuron dormancy in multi-agent reinforcement learning under non-stationary conditions. PRIME extends the bidirectional Silent Neuron framework to cooperative settings, reinitializing only neurons that are both activation-dormant and gradient-silent. In a UAV emergency communication simulator, PRIME improves interquartile mean return by 24.9% over MAPPO and reduces dormant neuron fractions to 10–20% compared to 40–45%.

Why it matters: This work offers a principled solution to preserving learning capacity in multi-agent systems facing changing objectives, with implications for robotics and autonomous networks.

ResearchOfficialarXiv Machine Learning

Quantifying Ranking Uncertainty in LLM Benchmarks

A new preprint analyzes sources of uncertainty in the MMLU benchmark and proposes modifications to hypothesis tests for ranking large language models (LLMs). The authors demonstrate that ranking variability across MMLU subjects is substantial and argue that this variability should be considered when comparing LLMs or identifying top-performing models.

Why it matters: This work provides a statistical framework to quantify uncertainty in LLM leaderboard rankings, enabling more rigorous and reliable model comparisons.

ResearchOfficialarXiv Machine Learning

CIGPO: Contextual Information-Gain Policy Optimization Prevents GRPO Collapse in Multi-Turn Evidence-Reading Agents

A new method called CIGPO introduces per-turn rewards based on information gain to address a failure mode in outcome-only GRPO training for multi-turn evidence-reading agents. In experiments on HotpotQA with Qwen2.5-3B-Instruct, CIGPO achieved a standard F1 score of 0.518, outperforming GRPO's best checkpoint (0.430) and avoiding the collapse to format-violating outputs observed in GRPO. The approach maintains reward variance and prevents optimization deadlock caused by zero-advantage lock-in.

Why it matters: This work provides a practical solution to a concrete optimization failure in reinforcement learning for LLM agents, enabling more stable and reliable training of multi-turn evidence-reading systems.

ResearchOfficialarXiv Machine Learning

DGAP: Restoring Accuracy in One-Bit KV-Cache Quantization for LLMs

A new method called DGAP is proposed to address accuracy loss in low-bit KV-cache quantization for large language models (LLMs). By restoring the local distribution of top-K logits, DGAP recovers Llama-3.1-8B accuracy from 47.8% to 83.2% under one-bit quantization, with only modest decoding overhead. The approach targets structured local misranking, a key source of quality degradation in quantized inference.

Why it matters: This technique could make long-context LLM inference more memory- and bandwidth-efficient without sacrificing accuracy, improving the deployability of large models.

ResearchOfficialarXiv Machine Learning

RobustMAD: Benchmark Reveals Robustness Gaps in Multimodal Small Language Models for Industrial Anomaly Detection

Researchers have introduced RobustMAD, the first benchmark specifically designed to evaluate the real-world robustness of multimodal small language models (MSLMs) for industrial anomaly detection. The study finds that while top-performing MSLMs can outperform larger models such as GPT-5 Nano, they still exhibit critical failure modes, including fragile multimodal grounding, insufficiently comprehensive responses, and hallucinations on unanswerable queries. The benchmark provides actionable guidance for improving the deployment of MSLMs in safety-critical industrial environments.

Why it matters: RobustMAD exposes key robustness gaps in compact MSLMs, highlighting operational risks that must be addressed before these models can be safely deployed in smart factories.

ResearchOfficialarXiv Machine Learning

Normalized Rewards for Preference Optimization Improve LLM Alignment and Generalization

A new preprint proposes adding a regularization term to Direct Alignment Algorithms (DAAs) such as DPO and SimPO to maintain length-normalized probabilities of chosen and rejected responses, addressing over-optimization issues. The method leads to improved trade-offs between generation quality and general benchmark performance, with reported gains including over 20% relative increase in AlpacaEval2 scores and over 9% improvement on general benchmarks for Llama-3.1-8B-Instruct. The regularization also reduces undesirable likelihood shifts, particularly for outlier tokens.

Why it matters: This work offers a practical solution to a known limitation in preference optimization for LLMs, enhancing both alignment and general capabilities with a simple regularization technique.

ResearchOfficialarXiv Machine Learning

SOS-LoRA: Static Orthogonal-Subspace Low-Rank Adaptation Improves Fine-Tuning

SOS-LoRA is a new parameter-efficient fine-tuning method that reparameterizes a low-rank update as a sum of static, non-routed experts with fixed multi-scale scaling and orthogonal initialization. The method achieves consistent gains over standard LoRA and recent variants on reasoning and NLU benchmarks, without adding inference-time overhead. SOS-LoRA is fully mergeable, and code is available.

Why it matters: SOS-LoRA provides a simple, drop-in improvement to LoRA that enhances fine-tuning performance without extra inference cost, potentially benefiting many LLM adaptation workflows.

ResearchOfficialarXiv Machine Learning

Self-Evolving Just-In-Time Memory Enables Proactive Safety in Embodied Agents

A new framework called Self-Evolving Just-In-Time Memory has been proposed to improve safety in embodied agents, such as household robots, by shifting from traditional guardrails that can stall progress to proactive hazard mitigation. The framework introduces components like a Risk-Sufficient Topological Belief Graph, Agency-Grounded Factual Memory, and Experience Memory with procedural Meta-Skills. Experiments on the IS-Bench benchmark show a 30.3% increase in Safe-Success rate for the Qwen3-VL-8B model, indicating more effective hazard mitigation without sacrificing task completion.

Why it matters: This work offers a significant advance in embodied agent safety by enabling proactive hazard mitigation that maintains task efficiency, addressing a key limitation of existing safety approaches.

ResearchOfficialarXiv Machine Learning

NeoST: First Spatio-Temporal Foundation Model Pre-Trained on Pure Synthetic Data

Researchers introduce NeoST, a spatio-temporal foundation model pre-trained exclusively on procedurally generated synthetic data. NeoST features a latent-space reasoning architecture that generates and refines multiple future trajectories, aiming to avoid sequential error accumulation. Experimental results show that NeoST outperforms existing spatio-temporal foundation models on a range of real-world benchmarks, with improved long-horizon stability and inference efficiency.

Why it matters: This work suggests that synthetic data pre-training can address distributional bias in spatio-temporal modeling, potentially leading to more robust and generalizable AI systems for applications such as weather, climate, and physical simulations.

ResearchOfficialarXiv Machine Learning

OpenMHC: Largest Open-Access Wearable Health Dataset and Foundation Models Released

Researchers have released OpenMHC, the largest open-access wearable health dataset to date, comprising over 60 million hours of data from 11,894 participants. The dataset features 19 sensor channels and up to 169 linked variables, and is accompanied by open-source implementations of wearable foundation models. OpenMHC also introduces a unified benchmark for health prediction, data imputation, and time-series forecasting tasks, supporting standardized evaluation of wearable health models.

Why it matters: This release provides the research community with unprecedented access to large-scale wearable health data and reproducible models, enabling significant advances in health monitoring and AI-driven health applications.

ResearchOfficialarXiv Machine Learning

BACON: Budgeted Human Calibration for Modeling and Evaluation with Multiple AI Judges

BACON is a four-stage pipeline that integrates budgeted human calibration with outputs from multiple AI judges to generate more accurate and calibrated annotations. The method constructs auxiliary features from AI judges, collects human labels on a small subset, and trains a model to produce calibrated predictions. BACON demonstrates improved predictive accuracy, ranking consistency, and reduced bias and variance compared to using raw AI outputs or only human labels.

Why it matters: This approach offers a scalable and statistically robust framework for evaluation tasks where human annotation is limited, addressing biases in AI judge outputs that can affect model assessment and reporting.