25 papers across AI, ML, NLP, and CV from the last 24 hours.
Three patterns dominate today's batch. First, agentic AI is shifting from prototype to production infrastructure — automated multi-agent composition, adaptive retrieval orchestration, and compositional safety benchmarking (MOSAIC-Bench) all treat agent workflows as engineering problems, not research demos. Second, clinical AI safety and accuracy are formally decoupling — the SaFE-Scale framework demonstrates that larger models don't automatically behave more safely in medical contexts, while the EQUITRIAGE audit exposes latent gender bias in LLM triage systems. The atomic fact-checking RCT (d = 0.94) shows that granular verification can nearly triple clinician trust, suggesting that trust engineering may now be as important as capability engineering.
Third, vision-language convergence is producing shared architectures across 2D, 3D, and audio modalities. UniCorrn unifies geometric matching with shared weights. "LLMs as Universal Reasoners for Visual Generation" formalizes the understanding-generation gap — models that can verify complex prompts fail to synthesize them, a finding that should reframe how multi-vision-gen systems are evaluated.
The standout framing comes from The Counterexample Game, which puts language models through iterated philosophical analysis: one instance generates counterexamples to definitions, another repairs them, cycling thousands of times across 20 abstract concepts. LLMs aren't just performing philosophy — they're converging. This is a genuinely unusual use case that treats language models as tools for conceptual inquiry rather than information retrieval.
Today's papers collectively suggest the field is moving past capability benchmarks and toward the harder problems: auditing, safety, compositional reliability, and the infrastructure needed to make AI systems trustworthy at scale.
Sebastian Wind, Tri-Thien Nguyen, Jeta Sopa · 2026-05-05
Clinical LLMs are often scaled by increasing model size, context length, retrieval complexity, or inference-time compute, with the implicit expectation that higher accuracy implies safer behavior. This assumption is incomplete in medicine, where a few confident, high-risk, or evidence-contradicting errors can matter more than average benchmark performance. We introduce SaFE-Scale, a framework for ...
Zakarya Elmimouni, Fares Fourati, Mohamed-Slim Alouini · 2026-05-05
Accurate school detection is essential for supporting education initiatives, including infrastructure planning and expanding internet connectivity to underserved areas. However, many regions around the world face challenges due to outdated, incomplete, or unavailable official records. Manual mapping efforts, while valuable, are labor-intensive and lack scalability across large geographic areas. To...
Stanislav Kirpichenko, Andrei Konstantinov, Lev Utkin · 2026-05-05
Survival analysis on tabular data is a well-studied problem. However, existing deep learning methods are often highly task-specific, which can limit the transfer of new approaches from other domains and introduce constraints that may affect performance. We propose TabSurv, an approach that adapts modern tabular architectures to survival analysis using either the Weibull distribution or non-paramet...
Davide Marincione, Michele Mancusi, Giorgio Strano · 2026-05-05
Stem retrieval, the task of matching missing stems to a given audio submix, is a key challenge currently limited by models that discard temporal information. We introduce PHALAR, a contrastive framework achieving a relative accuracy increase of up to $\approx 70%$ over the state-of-the-art while requiring $<50%$ of the parameters and a 7$\times$ training speedup. By utilizing a Learned Spectral ...
Yuwen Du, Rui Ye, Shuo Tang · 2026-05-05
Deep search capabilities have become an indispensable competency for frontier Large Language Model (LLM) agents, yet their development remains dominated by industrial giants. The typical industry recipe involves a highly resource-intensive pipeline spanning pre-training, continual pre-training (CPT), supervised fine-tuning (SFT), and reinforcement learning (RL). In this report, we show that when f...
Aaron Havens, Brian Karrer, Neta Shaul · 2026-05-05
Sampling from unnormalized densities is analogous to the generative modeling problem, but the target distribution is defined by a known energy function instead of data samples. Because evaluating the energy function is often costly, a primary challenge is to learn an efficient sampler. We introduce Flow Sampling, a framework built on diffusion models and flow matching for the data-free setting. Ou...
Mohamed Mady, Johannes Reschke, Björn Schuller · 2026-05-05
AI-generated text is nowadays produced at scale across domains and heterogeneous generation pipelines, making robustness to distribution shift a central requirement for supervised binary detectors. We train transformer-based detectors on HC3 PLUS and calibrate a single decision threshold by maximising balanced accuracy on held-out validation; this threshold is then kept fixed for all downstream te...
Jianjie Fang, Yingshan Lei, Qin Wan · 2026-05-05
Achieving Artificial General Intelligence (AGI) requires agents that learn and interact adaptively, with interactive world models providing scalable environments for perception, reasoning, and action. Yet current research still lacks large-scale datasets and unified benchmarks to evaluate their physical interaction capabilities. To address this, we propose iWorld-Bench, a comprehensive benchmark f...
Daniel Drucker, Kyle Mahowald · 2026-05-05
Conceptual analysis -- proposing definitions and refining them through counterexamples -- is central to philosophical methodology. We study whether language models can perform this task through iterated analysis and repair chains: one model instance generates counterexamples to a proposed definition, another repairs the definition, and the process repeats. Across 20 concepts and thousands of count...
Lisa C. Adams, Linus Marx, Erik Thiele Orberg · 2026-05-05
Question: Does atomic fact-checking, which decomposes AI treatment recommendations into individually verifiable claims linked to source guideline documents, increase clinician trust compared to traditional explainability approaches? Findings: In this randomized trial of 356 clinicians generating 7,476 trust ratings, atomic fact-checking produced a large effect on trust (Cohen's d = 0.94), increa...
Danny Hoang, Ryan Matthiessen, Christopher Miller · 2026-05-05
High-precision CNC machining of free-form aerospace components requires bounded compensations informed by inspection, simulation, and process knowledge. Off-the-shelf large language model (LLM) assistants can generate text, but they do not reliably execute risk-constrained multi-step numerical workflows or provide auditable provenance for high-stakes decisions. We present multi-agent knowledge ana...
Jonathan Steinberg, Oren Gal · 2026-05-05
Coding agents often pass per-prompt safety review yet ship exploitable code when their tasks are decomposed into routine engineering tickets. The challenge is structural: existing safety alignment evaluates overt requests in isolation, leaving models blind to malicious end-states that emerge from sequenced compliance with innocuous-looking requests. We introduce MOSAIC-Bench (Malicious Objectives ...
Raja Sekhar Rao Dheekonda, Will Pearce, Nick Landers · 2026-05-05
AI systems are entering critical domains like healthcare, finance, and defense, yet remain vulnerable to adversarial attacks. While AI red teaming is a primary defense, current approaches force operators into manual, library-specific workflows. Operators spend weeks hand-crafting workflows - assembling attacks, transforms, and scorers. When results fall short, workflows must be rebuilt. As a resul...
Evangelos Ntavelis, Sean Wu, Mohamad Shahbazi · 2026-05-05
We propose HeadsUp, a scalable feed-forward method for reconstructing high-quality 3D Gaussian heads from large-scale multi-camera setups. Our method employs an efficient encoder-decoder architecture that compresses input views into a compact latent representation. This latent representation is then decoded into a set of UV-parameterized 3D Gaussians anchored to a neutral head template. This UV re...
Francisco M. Castro-Macías, Pablo Morales-Álvarez, Saifuddin Syed · 2026-05-05
Sampling from unnormalized multimodal distributions with limited density evaluations remains a fundamental challenge in machine learning and natural sciences. Successful approaches construct a bridge between a tractable reference and the target distribution. Parallel Tempering (PT) serves as the gold standard, while recent diffusion-based approaches offer a continuous alternative at the cost of ne...
Adwaitt Pandya, Ozioma C. Oguine, Harita Bhargava · 2026-05-05
A brain tumor is a medical disorder faced by individuals of all demographics. Medically, it is described as the spread of non-essential cells close to or throughout the brain. Symptoms of this ailment include headaches, seizures, and sensory changes. This research explores two main categories of brain tumors: benign and malignant. Benign spreads steadily, and malignant expresses growth, making it ...
Skye Gunasekaran, Téa Wright, Rui-Jie Zhu · 2026-05-05
Several recent Transformer architectures expose later layers to representations computed in the earliest layers, motivated by the observation that low-level features can become harder to recover as the residual stream is repeatedly transformed through depth. The cheapest among these methods add static value residuals: learned mixing coefficients that expose the first-layer value projection V_1 uni...
Tianyu Wang, Luhao Zhang, Rachel Cummings · 2026-05-05
Standard differential privacy imposes uniform privacy constraints across all features, overlooking the inherent distinction between sensitive and insensitive features in practice. In this paper, we introduce a relaxed definition of differential privacy that accounts for such heterogeneity, allowing certain features to be treated as insensitive even when correlated with sensitive ones. We propose a...
Cyrille Kone, Kevin Jamieson · 2026-05-05
We study the $(\varepsilon, δ)$-PAC policy identification problem in finite-horizon episodic Markov Decision Processes. Existing approaches provide finite-time guarantees for approximate settings ($\varepsilon>0$) but suffer from high computational cost, rendering them hard to implement, and also suffer from suboptimal dependence on $\log(1/δ)$. We propose a randomized and computationally efficien...
Sushovan Majhi, Atish Mitra, Žiga Virk · 2026-05-05
We introduce PALACE (Persistence Adaptive-Landmark Analytic Classification Engine), the data-adaptive companion to PLACE, paying a small cross-validation tier on three knobs (budget, radii, bandwidth; $\leq 5$ choices each). A cover-theoretic core (Lebesgue-number criterion on the landmark cover) yields four closed-form guarantees. (i) A structural lower distortion bound $λ(τ;ν)$ on $\mathcal{D}_n...
Yilun Zhao, Jinbiao Wei, Tingyu Song · 2026-05-05
Reasoning-intensive retrieval aims to surface evidence that supports downstream reasoning rather than merely matching topical similarity. This capability is increasingly important for agentic search systems, where retrievers must provide complementary evidence across iterative search and synthesis. However, existing work remains limited on both evaluation and training: benchmarks such as BRIGHT pr...
Richard J. Young, Alice M. Matthews · 2026-05-05
Emergency department triage assigns patients an acuity score that determines treatment priority, and clinical evidence documents persistent gender disparities in human acuity assessment. As hospitals pilot large language models (LLMs) as triage decision support, a critical question is whether these models reproduce or mitigate known biases. We present EQUITRIAGE, a fairness audit of LLM-based ESI ...
Abdulrahman Al-Fakih, Nabil Sariah, Ardiansyah Koeshidayatullah · 2026-05-05
Reservoir characterization workflows increasingly rely on image-based and machine-learning/deep learning or even generative AI approaches, but openly available geological image datasets suitable for reproducible benchmarking remain limited. Here we describe a high-resolution dataset of reservoir-property image slices derived from the Groningen static geological model. The dataset contains aligned ...
Abdulrahman Al-Fakih, Nabil Sariah, Ardiansyah Koeshidayatullah · 2026-05-05
Reservoir geomodeling is central to subsurface characterization, but it remains challenging because conditioning data are sparse, geological heterogeneity is strong, and conventional geostatistical workflows often struggle to capture nonlinear relationships between facies and petrophysical properties. This study evaluates the robustness and transferability of Pix2Geomodel on a different and more c...
Zhangnan Jiang, Zichen Yang · 2026-05-05
Nowadays as convolution neural networks demonstrate its powerful problem-solving ability in the area of image processing, efforts have been made to reconstruct detailed face shapes from 2D face images or videos. However, to make the full use of CNN, a large number of labeled data is required to train the network. Coarse morphable face model has been used to synthesize labeled data. However, it is ...
This digest is generated automatically from arXiv submissions. Not affiliated with arXiv or Cornell University.