40 papers across AI, ML, NLP, and CV from the last 24 hours.
Three distinct research currents dominate today's batch. First, agent infrastructure is maturing beyond capability benchmarks into the mechanics of control: memory architectures that compress long histories (Recuris), step-level guardrails that audit tool actions before execution (StepGuard), co-evolving feedback loops for self-improving search agents (CAFE), and harness evolution frameworks that optimize the agent shell while freezing the model (StarHarness). The focus has shifted from what agents can do to how they should be structured, monitored, and iteratively improved.
Second, world models and robotics are converging on action-conditioned planning. WorldEcho diagnoses the gap between world model simulation and actual policy execution when actions deviate from expert demonstrations, while LeFlow replaces iterative trajectory optimization with a single forward pass of a generative latent flow planner. The common thread: treat world models as active components in a control loop, not passive simulators.
Third, evaluation and measurement are being scrutinized at a foundational level. FID's moment-based metric is shown to be gameable to the point of meaningless, ELR collapse reveals that learning rate dynamics are governed by a simple ratio across optimizers and scales, and a medical CoT audit exposes that chain-of-thought rationales in clinical settings are often decorative rather than causal.
The standout is Evidence Blindness in Direct Corpus Interaction, which identifies a failure mode that goes beyond retrieval accuracy: agents with full corpus access still silently fail to surface, open, or locate the decisive fragment of evidence within finite interaction budgets. The framing shifts the problem from retrieval quality to interaction design — a genuinely different angle on the RAG bottleneck.
Notably absent today: new foundation model architectures, large-scale benchmark results, or scaling law papers. The batch is heavily applied and methodological rather than capacity-driven. Taken together, it suggests the field is pivoting from building bigger models to building better systems around them — control, evaluation, grounding, and efficiency are the new front lines.
Zhaochen Yu, Yingcheng Wu, Zhenfei Yin · 2026-08-25
Recursive self-improvement (RSI) remains hard in long-horizon tasks, where growing histories obscure the task state and misalign skill invocation. We introduce Recuris, a recursive Experiential-Working Memory architecture for long-horizon agent harnesses, in which Working Memory tracks task progress and guides skill selection from Experiential Memory, grounding skill use in current needs rather th...
Kai Ruan, Jinghao Lin, Qianshan Wei · 2026-08-25
Group-relative reinforcement learning waits for sibling rollouts of the same prompt, which is costly for long and variable tool-use trajectories. Single-stream Policy Optimization (SPO) removes this dependency with a persistent prompt-level value estimate, but its recipe whitens one advantage per trajectory before optimizing a token-mean actor loss. We show that trajectory centering generally does...
Md Saikat Islam Khan Bappy, Oshani Seneviratne · 2026-08-25
Real-world data for knowledge graph question answering is often distributed across different organizations due to governance and data sovereignty constraints. While centralized systems exist, they cannot answer multi-hop questions when the required facts are split across vertically partitioned silos. In this paper, we propose FedV-KGQA, a framework for multi-hop reasoning over knowledge graphs in ...
Jing Huang, Jihong Zhang, Hua-Hua Chang · 2026-08-25
The rapid expansion of large-scale assessments and the growing adoption of automatic item generation have intensified concerns about incidental content redundancy, where construct-irrelevant elements such as wording or contextual framing become unintentionally repetitive across items. Traditional similarity metrics like BLEU or cosine similarity often fail to capture the nuanced structural and sem...
Emanuel Kitzelmann · 2026-08-25
Large language models are increasingly used for knowledge graph question answering (KGQA), but can fail to correctly ground answers in the underlying graph. Current approaches to LLM-based KGQA either rely on full semantic parsing into executable queries such as SPARQL, which is brittle in practice due to complex schemas or incompleteness of real-world KGs, or on LLM-reasoning and answer generatio...
Yogesh Kumar · 2026-08-25
Recent work has applied Mamba style state space models (SSMs) to video anomaly detection, yet existing approaches still rely on buffering clips or windows internally, lack a theoretical account of how temporal memory relates to detection latency, and benchmark efficiency only through GPU throughput rather than the edge hardware these methods are intended to target. We introduce a strictly causal s...
Tajkia Rahman Toma, Balreet Grewal, Cor-Paul Bezemer · 2026-08-25
Model cards are structured documents that summarize key information about machine learning models to improve transparency, usability, and accountability. However, they often lack a consistent structure, and many models provide no model cards, making comparison and interpretation difficult. This paper presents two contributions. First, we propose MCTidy, an LLM-based approach that reorganizes exist...
Esakkivel Esakkiraja, Denis Akhiyarov, Vikas Yadav · 2026-08-25
We present StarHarness, a framework for evolving environment-specific agent harnesses while keeping model weights fixed. The evolved harness can include prompt and task framing, tool interfaces, skills, MCP-backed providers, subagent structure, and agent-loop configuration. StarHarness constructs a compact evolution pool by stratifying tasks according to baseline failure behavior, separates propos...
Boyang Liu, Senjie Jin, Peixin Wang · 2026-08-25
Outcome-supervised search agents learn when and how to retrieve evidence, but terminal rewards neither localize intermediate errors nor redirect an ongoing trajectory before those errors compound. Treating corrective feedback as a learned in-trajectory intervention couples the two roles: the agent must decide when to request and use feedback, while the critic must infer useful corrections from out...
Mengzhu Xu, Jifan Gao, Xia Jiang · 2026-08-25
Clinicians read chain-of-thought (CoT) rationales as evidence of medical reasoning, but whether the visible chain plays that role is rarely tested. General-domain CoT-faithfulness probes ignore clinical cost, and medical LLM evaluations treat the chain as a black box. We close this gap with a medical perturbation audit: a 30-operator battery edits both the chain and the question with clinically mo...
Zhijie Zheng, Yu Li, Chen Qian · 2026-08-25
LLM-based agents can interact with external environments through tool invocation, but this capability also introduces security risks such as file modification, information leakage, and unauthorized actions. Existing guardrails often evaluate completed trajectories, leaving pre-execution monitoring of step-level actions underexplored. We propose StepGuard, a step-level guard model that can audit co...
Weimin Zhou · 2026-08-25
The Bayesian Ideal Observer (IO) establishes the theoretical upper bound on task performance for binary detection tasks. However, analytical computation of the IO test statistic is generally intractable. Numerical approaches based on Markov-chain Monte Carlo (MCMC) methods, including their recent deep generative model-based extensions, typically require extensive posterior sampling for each test i...
Hongyu Guo, Zhiyu Zheng, Zhao Cao · 2026-08-25
Large language model agents are moving beyond conventional retrieval-augmented generation toward direct interaction with external corpora. Direct Corpus Interaction (DCI) keeps the full corpus accessible, yet reachable evidence can remain unusable under finite interaction budgets. Required evidence may fail to surface, a surfaced supporting document may remain unopened, or an opened document may f...
Fei Tang, Huawen Shen, Zhiqiong Lu · 2026-08-25
Web agents that act from rendered pixels avoid the fragility and heavy token cost of reading a page's HTML or accessibility tree, but training them depends on large amounts of high-quality interaction trajectories, and how to produce such data at scale remains an open problem. Public datasets typically contain only a few thousand trajectories drawn from a fixed and narrow set of websites, and even...
Miao Liu, Zhizhe Liu · 2026-08-25
Large language models (LLMs) are increasingly deployed as AI analysts to process financial disclosures and support AI-assisted investment decisions. Yet such systems are usually evaluated by what they can retrieve, not whether retrieved information affects their judgments. We identify a retrieval-integration gap in long-context financial analysis. Holding focal-firm information fixed and varying o...
Rima Hazra, Sayan Layek, Somnath Banerjee · 2026-08-25
We present Crase, a bounded and inspectable alternative to deep research agents for scholarly search. Instead of an open-ended search loop, Crase queries a search engine once for seed papers, expands them along their 1.5-hop citation neighborhood, prunes citation edges whose claims lack entailment support, and ranks the remaining papers with a recency-aware random walk. This makes the candidate se...
Gerrit Quaremba, Hanqi Yan, Elizabeth Black · 2026-08-25
Distinguishing machine-generated text (MGT) from human-written text (HWT) becomes increasingly important due to potential misuse. However, most supervised detectors often degrade out-of-domain (OOD) and require large, diverse training sets. In this work, we analyze the linearity and quality of MGT representations and show that simple linear probes outperform a wide range of detectors while being s...
Jingyao Liu, Jinkang Tang, Chen Huang · 2026-08-25
Text-to-CAD aims to generate executable CAD programs from natural-language descriptions. However, real-world descriptions are often underspecified and omit critical spatial constraints required for valid CAD construction, a challenge that has been largely overlooked by existing methods. In this paper, we argue that missing spatial constraints should be inferred with respect to the underlying const...
Jiangning Zhang, Haojun Chen, Yong Liu · 2026-08-25
Smart glasses are evolving from capture and display accessories into first-person intelligence platforms that connect human perception, persistent context, and digital or physical action. Their on-body viewpoint aligns with the wearer's vision, audition, motion, and hand-object interaction, but must operate under tight energy, thermal, privacy, and feedback constraints. Despite rapid progress in a...
Hsiang-Wei Huang, Jianxu Shangguan, Junbin Lu · 2026-08-25
Latent world models are inherently strong encoders that transform image pixel to latent embedding, yet existing world models still rely on online trajectory optimization for action planning: for every state-goal pair, an iterative optimizer is run from scratch to search for optimal action sequences, treating the world model as a black-box simulator. This approach pays the full iterative optimizati...
Andreas Hochlehnert, Marianna Nezhurina, Mehdi Cherti · 2026-08-25
We present LAION-BVD, a large-scale open video dataset for multimodal learning, which contains 1.3B platform-specific video URLs collected from CommonCrawl. From these, we download 80M videos with a total duration of 10 million hours. The dataset is designed for multimodal pre-training across the video, audio, and image modalities. Using content-aware scene detection, we extract clips for which we...
Md Abdullah Al Kafi, Walayat Hussain, Mousumi Karmakar · 2026-08-25
Automated malaria diagnosis from stained blood-smear microscopy is dominated by deep convolutional neural networks that are accurate but computationally expensive, poorly interpretable, and rarely validated with patient-level rigor. We present EMFE (Efficient Mathematical Feature Extraction), a five-feature framework for classifying single red-blood-cell images as parasitized or uninfected using G...
Lin Xi, Yingliang Ma · 2026-08-25
Accurate segmentation of coronary arteries in X-ray angiography videos is essential for quantitative coronary analysis and image-guided interventions. However, accurate segmentation remains challenging because coronary vessels are thin and exhibit low contrast, while the presence of catheters, guidewires, and complex anatomical background structures can further interfere with vessel delineation. E...
Manish Sharma, Timothy Yim, Clifton Forlines · 2026-08-25
Traditional image similarity metrics such as Mean Squared Error (MSE), Peak Signal-to-Noise Ratio (PSNR), and the Structural Similarity Index Measure (SSIM) rely on pixel-level comparisons and often fail to capture perceptually meaningful differences between images. In contrast, latent representations learned by deep neural networks encode high-level semantic information that is more closely align...
Md Shahriar Sajid · 2026-08-25
Brain stroke, known for its high mortality and incidence rates, poses significant health risks and requires rapid intervention for survival. Early diagnosis and preventive measures can greatly reduce life loss and disabilities. Recent advancements in deep learning have led to novel computer-aided diagnostic techniques for early stroke detection. This study proposes an intelligent system that predi...
This digest is generated automatically from arXiv submissions. Not affiliated with arXiv or Cornell University.