40 papers across AI, ML, NLP, and CV from the last 24 hours.
Three clear currents run through today's batch: vision-language models getting tested where they actually break, foundation models converging on domain-specific distillation, and a quiet return to theoretical guarantees. The counting paper — which probes VLM activations and finds the correct count encoded internally even when the model says the wrong number — matters because it reframes a benchmark failure as a decoding problem rather than a representational one. If models already know the answer but can't verbalize it, the bottleneck shifts from training to alignment.
EEG decoding shows up twice with fundamentally different approaches — topological persistent homology on one side, contrastive pretraining on the other — suggesting that brain-signal ML is entering a phase of methodological pluralism rather than consensus on a single recipe. Meanwhile, the agentic AI papers cluster around governance and orchestration: auction-based task allocation and a formal risk classification framework both treat multi-agent systems as something that needs mechanism design, not just better prompts.
A notable absence: no new transformer architecture papers. The attention-heavy innovation cycle seems to be yielding to applied distillation, physics-constrained surrogates, and domain-adaptation work. The field is maturing from architecture search into deployment engineering.
Haoyuan Li, Dizhe Zhang, Yuemei Zhou · 2026-07-10
In this work, we aim to address the challenge of long-range memory in panoramic world models by exploiting the rotation-equivariant property of omnidirectional representations, where rotation can be treated as an implicit geometric transformation.Building on this insight, we propose PanoWorld, which simplifies camera trajectories into translations via fixed headings for both current-action modelin…
Yiming Zhang, Zhonghan Zhao, Wenwei Zhang · 2026-07-10
The rapid progress of large foundation models has been driven predominantly by pretraining on large-scale text corpora. However, many forms of knowledge are conveyed through visual representations, where figures, typeset equations, and page layouts carry rich information that cannot be faithfully or completely captured by text alone. Yet current pretraining approaches discard these visual cues by…
Lulin Liu, Nuo Chen, Yan Wang · 2026-07-10
Scaling robust driving policies is fundamentally bottlenecked by the scarcity of edge cases in curated datasets. While the real world continuously captures these critical events, such long-tail events remain underutilized when collected from heterogeneous sources. Specifically, diverse but valuable in-the-wild long-tail videos lack the full view coverage required for training policy models, often…
Shravan Murlidaran, Miguel P. Eckstein · 2026-07-10
Vision language models (VLMs) have made remarkable progress in visual reasoning during the last decade. Most evaluations have used simple scenes (MS-COCO) that do not showcase complex human interactions or behaviors, only a handful of non-curated human descriptions as a benchmark, and have not focused on understanding the model's error types. Here, we introduce the Complex Social Behavior (CSB) da…
Yangting Sun, Zijun Cui, Yufei Zhang · 2026-07-10
In many real-world systems, including articulated robots and biomechanical models, rotations are defined in joint space and naturally parameterized by Euler angles with bounded ranges. Yet regressing Euler angles remains challenging, as their discontinuities and singularities often destabilize training. In this work, we revisit Euler-angle regression and show that its effectiveness depends critica…
Amirsalar Darvishpour, Mikolaj Cieslak, Adam Runions · 2026-07-10
Collecting annotated plant images for automated phenotyping is often slow and expensive. Plant models simulating growth and development can generate unlimited synthetic images with exact labels. However, previous work has established that whether incorporating synthetic data improves performance depends on the ratio of synthetic to real images and the label distribution of the synthetic dataset. T…
Xiaokai Bai, Lianqing Zheng, Runwei Guan · 2026-07-10
Reliable autonomous driving requires full-scene perception that couples foreground objects with dense semantic layout. Recently, 4D millimeter-wave radar has emerged as a robust and affordable sensor, yet its sparse returns make radar-camera fusion necessary for comprehensive scene understanding. Existing radar-camera methods mainly optimize detection, while dual-task systems usually decode boxes…
Mohammad Dabaja, Turgay Celik · 2026-07-10
The deployment of large-scale foundation models, such as the Segment Anything Model 3 (SAM 3), promises a transition toward open-vocabulary, training-free computer vision. However, their capacity to generalize out-of-distribution to the complex, top-down geometric structures of Earth Observation imagery remains largely unquantified. Driven by SAM 3's performance disparities in highly specialized d…
Mingyang Huang, Peng Zhang, Li Hu · 2026-07-10
Generating long-duration, high-definition, and rhythmically synchronized dance videos directly from music remains a significant challenge, primarily due to the temporal constraints of current diffusion models, which typically fail beyond 20 seconds. Existing approaches, whether they rely on intermediate 3D skeletons or on end-to-end video synthesis, suffer from temporal drift, identity inconsisten…
Tianyou Jiang, Ziyu Zhou · 2026-07-10
Medical Vision-Language Models (VLMs) exhibit strong zero-shot performance, yet their effectiveness still declines on out-of-distribution (OOD) data due to domain shifts and class bias inherited from large-scale pretraining. Existing few-shot adaptation methods typically introduce additional trainable components, which can be unstable in extremely low-data regimes (e.g., 1-shot), and lack robustne…
Ahmed Oumar El-Shangiti, Abzal Nurgazy, Hilal AlQuabeh · 2026-07-10
Despite strong performance on many multimodal tasks, vision-language models (VLMs) still struggle with basic object counting. We investigate whether this reflects missing internal knowledge or a gap between internal representations and verbalized outputs. Training simple probes on activations from four VLMs across five counting datasets reveals that nonlinear probes can reliably detect counting er…
Jiawen Li, Tian Guan, Huijuan Shi · 2026-07-10
Foundation models are reshaping computational pathology, yet their capabilities remain shaped by pretraining objectives, data sources, and spatial scales, fragmenting complementary expertise across separate backbones. Here we present ALICE, a unified foundation model trained through multi-stage agglomerative distillation that sequentially distills eight vision-only, vision-language, and slide-leve…
Ren Takahashi, Emre Yusuf, Jayabrata Bhaduri · 2026-07-10
Current electroencephalography (EEG)-based dream detection relies on power spectral density (PSD) and statistical moment features, achieving a state-of-the-art area under the receiver operating characteristic curve (AUC) of approximately 0.70 on the DREAM database (Wong et al., 2025, Nature Communications). We introduce PHINN-EEG (Persistent Homology Inspired Neural Network for EEG), the first top…
Katherine Swinea, Kshitiz Aryal, Lopamudra Praharaj · 2026-07-10
Internet of Things (IoT) systems are inherently vulnerable due to constrained hardware, outdated firmware, and insecure default configurations, creating a need for scalable and adaptive security testing approaches. While recent adoptions of Large Language Model (LLM) agents have demonstrated promise in penetration testing and Capture-the-Flag (CTF) environments, their application to IoT specific v…
Mohadeseh Mollapour, Koorosh Aslansefat, Zeinab Dehghani · 2026-07-10
Concept-based explainable artificial intelligence (AI) can make model reasoning more human-understandable, but concept-level outputs are not automatically trustworthy. We introduce ConceptSMILE, a model-agnostic perturbation-based auditing framework for evaluating the reliability of concept-based explanations. Rather than replacing SMILE, ConceptSMILE extends its perturbation-based logic from feat…
Kaiji Zhou, Ales Leonardis, Yue Feng · 2026-07-10
Enhancing the reasoning capabilities of large language model (LLM) agents requires effective orchestration of diverse expert models and tools. However, existing frameworks typically call APIs based on coarse-grained matching between tasks and the functions of expert models or tools, while overlooking critical factors such as performance variability and cost efficiency among functionally similar al…
Hannah M. Liu, Rhea Saxena, Shiv Asthana · 2026-07-10
The proliferation of agentic AI systems across enterprise and public-sector contexts has outpaced the capacity of general-purpose AI risk frameworks to classify and govern them. In this paper, we introduce the TrustX Agent Risk Classification Framework, a structured, repeatable instrument that can be applied to seven types of agentic AI systems and is grounded in foundational pre-existing AI gover…
Jan Gronewald, Andreas Emrich, Nijat Mehdiyev · 2026-07-10
Pre-demolition assessment, the regulated audit process at the heart of urban mining, is an information process in which AI support must serve qualified auditors who remain accountable for the decisions taken. The relevant unit of value is not prediction accuracy alone, but the defensibility of the supported decisions: their legibility, plausibility, sourcing, and contestability. Explainable AI tec…
Danial Ramezani, Mostafa Abouei Ardakan · 2026-07-10
Decision-making is posing an increasingly formidable challenge to investors because of the growing number of alternatives available in financial markets. A hot area of research over the past few decades has been portfolio optimization that seeks to determine how much an investor should invest in which asset. Introducing real-world conditions to the optimization model turns the problem into an NP-h…
Yuan Cao, Haiqian Yang · 2026-07-10
Modern AI systems are increasingly being evaluated for their ability to reason, code, prove theorems, use tools, and long-horizon research tasks. These are powerful capabilities, but they share a structural limitation: the representational frame within which the model operates, including its conceptual vocabulary, the space of admissible solutions it can search, and the criteria by which success i…
Chengkai Zhu, Ziao Tang, Guocheng Zhen · 2026-07-10
Quantum information theory (QIT) characterizes the capabilities and fundamental limits of quantum information processing, underpinning quantum communication, computation, and error correction. Formalizing its coding theorems requires connecting finite-block protocols, analytic inequalities, and asymptotic limits within a unified machine-checked framework. Existing developments, however, lack a reu…
Cláudio Lúcio do Val Lopes, Lucca Machado da Silva · 2026-07-10
Financial anomaly detection suffers from extreme class imbalance, causing traditional single-objective algorithms to exhibit ``fraud collapse'', defaulting to the majority class and failing to balance anomaly interdiction with customer friction. To overcome this without distortive data resampling, we propose the Semantic Pareto-DQN, a multi-objective reinforcement learning framework. Our approach…
Okezzi Ukorigho, Opeoluwa Owoyele · 2026-07-10
We present a physics-constrained machine learning framework for accelerating the direct numerical simulation (DNS) of turbulent reacting flows. The model replaces the direct evaluation of detailed chemical source terms with a surrogate that predicts reaction rates from a reduced thermochemical state. To improve physical consistency, the second law of thermodynamics is incorporated as a training co…
Benoît Loucheur, P. -A. Absil, Michel Journée · 2026-07-10
We address the low-rank matrix completion problem by incorporating graph regularization into the existing Riemannian Trust-Region Matrix Completion (RTRMC) framework. The latter uses the geometry of the low-rank constraint to remodel the problem as an unconstrained optimization problem on a single Grassmann manifold. Our approach, named Graph-Regularized RTRMC (GR-RTRMC), exploits the inherent rel…
Gabriel Mahuas, Victoria Shevchenko, Ugo Tanielian · 2026-07-10
Self-supervised pretrained foundation models (FM) have shown early promise for non-invasive electroencephalogram (EEG) decoding applications. Many recent large-scale models converged on the approach of tokenizing raw EEG followed by masked reconstruction pretraining. However, this recipe has been shown to be suboptimal for data, like EEG, with high noise amplitude and information confined to limit…
This digest is generated automatically from arXiv submissions. Not affiliated with arXiv or Cornell University.