15 papers across AI, ML, NLP, and CV from the last 24 hours.
Three themes dominate today's arXiv batch: mechanistic interpretability, hallucination detection, and robot learning from behavior cloning. A dozen papers probe what neural networks actually represent — from attention as a featurizer for in-context learning, to manifold steering revealing the shared geometry between representation and behavior, to signal propagation theory at finite width in linear recurrences. The field is moving past black-box benchmarking toward structural understanding.
On the reliability front, two papers tackle LLM hallucination from opposite angles: one shows the first generated token carries enough signal for confidence scoring, bypassing expensive multi-decode self-consistency checks, while another reframes detection as a dynamical system prediction problem for low-cost black-box monitoring. Both suggest the community is converging on lightweight diagnostics rather than consensus-based voting.
Robotics work also stands out. A paper extracting Q-values from behavior cloning policies gives imitation-learning robots a path to self-directed improvement — turning a static clone into an agent that can explore. Another builds a closed-form safety filter for real-time velocity control on incrementally mapped environments, addressing the deployment gap between lab demos and real-world operation.
Notably absent: retrieval-augmented generation, which has saturated recent weeks, and reinforcement learning for games or simulation. The research energy has shifted toward understanding existing systems rather than building larger ones.
Collectively, today's batch suggests the field is maturing toward rigor — structural analysis of models we already have, cheaper reliability checks, and bridging imitation learning to autonomous improvement.
Human-AI Co-Mentorship in Project-Based Learning: A Case Study in Financial Forecasting Freyaa Chawla, Ahan Chawla, Rishi Singh · 2026-05-06
This paper reflects on a AI research project carried out by a team of high-school and early-undergraduate students under the mentorship of graduate researchers and ably assisted by AI tools. We share our experience in not only on the learning experience for the high school students, but also on how AI tools accelerated the process that enabled the high school students to focus on higher order prob
Low-Cost Black-Box Detection of LLM Hallucinations via Dynamical System Prediction Dan Wilson, Mohamed Akrout · 2026-05-06
Large Language Models (LLMs) frequently generate plausible but non-factual content, a phenomenon known as hallucination. While existing detection methods typically rely on computationally expensive sampling-based consistency checks or external knowledge retrieval, we propose a new method that treats the LLM as a black-box dynamical system. By projecting LLM responses into a high-dimensional manifo
Transformed Latent Variable Multi-Output Gaussian Processes Xiaoyu Jiang, Xinxing Shi, Sokratia Georgaka · 2026-05-06
Multi-Output Gaussian Processes (MOGPs) provide a principled probabilistic framework for modelling correlated outputs but face scalability bottlenecks when applied to datasets with high-dimensional output spaces. To maintain tractability, existing methods typically resort to restrictive assumptions, such as employing low-rank or sum-of-separable kernels, which can limit expressiveness. We propose
Joint Treatment Effect Estimation from Incomplete Healthcare Data: Temporal Causal Normalizing Flows with LLM-driven Evolutionary MNAR Imputation Olivia Jullian Parra, Sara Zoccheddu, David Catalan Cerezo · 2026-05-06
Target trial emulation (TTE) enables causal questions to be studied with observational data when randomized controlled trials (RCTs) are infeasible. Yet treatment-effect methods often address causal estimation, missingness, and temporal structure separately, limiting their robustness in electronic health records (EHRs), where time-varying confounding and missing-not-at-random (MNAR) biomarkers can
Adaptive Policy Selection and Fine-Tuning under Interaction Budgets for Offline-to-Online Reinforcement Learning Alper Kamil Bozkurt, Xiaoan Xu, Shangtong Zhang · 2026-05-06
In offline-to-online reinforcement learning (O2O-RL), policies are first safely trained offline using previously collected datasets and then further fine-tuned for tasks via limited online interactions. In a typical O2O-RL pipeline, candidate policies trained with offline RL are evaluated via either off-policy evaluation (OPE) or online evaluation (OE). The policy with the highest estimated value
Conditional outlier detection for clinical alerting Milos Hauskrecht, Michal Valko, Shyam Visweswaran · 2026-05-06
We develop and evaluate a data-driven approach for detecting unusual (anomalous) patient-management actions using past patient cases stored in an electronic health record (EHR) system. Our hypothesis is that patient-management actions that are unusual with respect to past patients may be due to a potential error and that it is worthwhile to raise an alert if such a condition is encountered. We eva
Physiologically Grounded Driver Behavior Classification: SHAP-Driven Elite Feature Selection and Hybrid Gradient Boosting for Multimodal Physiological Signals Sahar Askari, Mohammad Mahdi Mirza Ali Mohammadi, Fatemeh Ensafdoust · 2026-05-06
An interpretable and scalable framework for decoding driving behaviors from multimodal physiological signals is proposed in this study. We utilize multimodal physiological driving behavior large-scale dataset comprising synchronized electroencephalogram (EEG), electromyography (EMG), and galvanic skin response (GSR) signals. Our approach involves rigorous preprocessing followed by a domain-specifi
On the Wasserstein Gradient Flow Interpretation of Drifting Models Arthur Gretton, Li Kevin Wenliang, Alexandre Galashov · 2026-05-06
Recently, Deng et al. (2026) proposed Generative Modeling via Drifting (GMD), a novel framework for generative tasks. This note presents an analysis of GMD through the lens of Wasserstein Gradient Flows (WGF), i.e., the path of steepest descent for a functional in the space of probability measures, equipped with the geometry of optimal transport. Unlike previous WGF-based contributions, GMD can be
On the Hardness of Junking LLMs Marco Rando, Samuel Vaiter · 2026-05-06
Large language models (LLMs) are known to be vulnerable to jailbreak attacks, which typically rely on carefully designed prompts containing explicit semantic structure. These attacks generally operate by fixing an adversarial instruction and optimizing small adversarial components (e.g., suffixes or prefixes). In this setting, prompt structure is fundamental for performance, and recent results sho
Manifold Steering Reveals the Shared Geometry of Neural Network Representation and Behavior Daniel Wurgaft, Can Rager, Matthew Kowal · 2026-05-06
Neural representations carry rich geometric structure; but does that structure causally shape behavior? To address this question, we intervene along paths through activation space defined by different geometries, and measure the behavioral trajectories they induce. In particular, we test whether interventions that respect the geometry of activation space will yield behaviors close to those the mod
How Long Does Infinite Width Last? Signal Propagation in Long-Range Linear Recurrences Mariia Seleznova · 2026-05-06
We study signal propagation in linear recurrent models at finite width. While existing signal propagation theory relies predominantly on the infinite-width limit, it remains unclear for how long that approximation remains accurate when recurrent depth $t$ grows jointly with width $n$. This question is especially relevant for modern recurrent sequence models, whose natural operating regime involves
Executable World Models for ARC-AGI-3 in the Era of Coding Agents Sergey Rodionov · 2026-05-06
We evaluate an initial coding-agent system for ARC-AGI-3 in which the agent maintains an executable Python world model, verifies it against previous observations, refactors it toward simpler abstractions as a practical proxy for an MDL-like simplicity bias, and plans through the model before acting. The system is intentionally direct: it uses a scripted controller, predefined world-model interface
CPCANet: Deep Unfolding Common Principal Component Analysis for Domain Generalization Yu-Hsi Chen, Abd-Krim Seghouane · 2026-05-06
Domain Generalization (DG) aims to learn representations that remain robust under out-of-distribution (OOD) shifts and generalize effectively to unseen target domains. While recent invariant learning strategies and architectural advances have achieved strong performance, explicitly discovering a structured domain-invariant subspace through second-order statistics remains underexplored. In this wor
ConsisVLA-4D: Advancing Spatiotemporal Consistency in Efficient 3D-Perception and 4D-Reasoning for Robotic Manipulation Wei Li, Jizhihui Liu, Li Yixing · 2026-05-06
Current Vision-Language-Action (VLA) models primarily focus on mapping 2D observations to actions, but exhibit notable limitations in spatiotemporal perception and reasoning: 1) spatial representations often rely on additional sensors, introducing substantial computational overhead; 2) visual reasoning is typically limited to future-frame prediction, lacking alignment with the instruction-grounded
Beyond Semantics: An Evidential Reasoning-Aware Multi-View Learning Framework for Trustworthy Mental Health Prediction Yucheng Ruan, Ling Huang, Qika Lin · 2026-05-06
Automated mental health prediction using textual data has shown promising results with deep learning and large language models. However, deploying these models in high-stakes real-world settings remains challenging, as existing approaches largely rely on semantic representations and often produce overconfident predictions under ambiguous, noisy, or shifted data. Moreover, most methods lack reliabl
This digest is generated automatically from arXiv submissions. Not affiliated with arXiv or Cornell University.