25 papers across AI, ML, NLP, and CV from the last 24 hours.
Three threads run through today's batch. First, agentic systems are moving beyond single-shot prompting into genuinely iterative loops — self-evolving data synthesis, autoresearch protocols that redesign their own training recipes, multi-agent defenses that accumulate jailbreak experience over time. The pattern is clear: agents that can learn from their own failures are replacing static pipelines. Second, robotics is absorbing reasoning paradigms from language models. In-context learning, test-time compute scaling, and natural-language reasoning traces are being transplanted into manipulation policies, suggesting the boundary between "language reasoning" and "physical reasoning" is collapsing. Third, interpretability is going cross-domain: sparse autoencoders that worked on LLMs are now mapping physical concepts in neutrino detectors, concept decomposition methods are auditing medical imaging models for shortcut learning, and even personality traits are being traced through quantization layers.
The standout is SwarmWorld, where homogeneous LLM agents coordinate through stigmergy — indirect communication via a shared environment — and evolve functional technologies without predefined roles or centralized control. It reframes multi-agent design from orchestration to ecology, and the early results suggest decentralized agent societies may outperform independently reasoning models on construction tasks.
Notably absent: there's little on foundation model pretraining at scale, and no papers on large multimodal benchmark results. The batch skews toward methodology — new frameworks, new defenses, new audit tools — rather than scaling curves or leaderboard entries. That signals a field maturing past "bigger is better" and into the harder work of making systems auditable, efficient, and genuinely generalizable.
Evelyn Ma, Rama Kumar Pasumarthi, Kishwar Shafin · 2026-08-26
Addressing critical global challenges, from food security and disaster risk to disease outbreaks and socio-economic vulnerability, demands high-fidelity geospatial modeling. However, building predictive planetary models remains bottlenecked by a fragmented data ecosystem, requiring manual data retrieval, multimodal data curation and fusion along with iterative model selection. We present the Plane...
Subhadeep Pal, Fiona Y. Wang, Markus J. Buehler · 2026-08-26
Collective intelligence can emerge when individuals coordinate through a shared environment, allowing local actions to accumulate into durable social organization. Language-model agents offer a new substrate for this process, yet most multi-agent systems rely on direct conversation, predefined roles, or centralized workflows. It remains unclear whether decentralized agents can build functional tec...
Srimonti Dutta, Akshata Kishore Moharir · 2026-08-26
Answer accuracy is an insufficient reliability signal for LLM data agents. In structured-data tasks, a benchmark-correct answer can be produced by an invalid trace. This paper introduces Trace Integrity, a deployment reliability criterion for evaluating whether the computation recorded behind an answer is explicit, executable, schema-valid, operator-faithful, replayable, answer-consistent, and aud...
Fredrik Rømming, Mantas Bakšys, Martin S. Fixman · 2026-08-26
An automated theorem prover builds a proof step by step, choosing at each point what to add and what to remove. We cast this construction as a policy acting in a transition system induced by a formal calculus, which fixes which steps are sound: for clausal connection tableaux, leanCoP-style search and plCoP/rlCoP-style planning then become stateful policies over one interface, and policy-learning ...
Sheng Liang, Yongyue Zhang, Nathanael Brian · 2026-08-26
Agentic LLM pipelines face escalating inference costs as context accumulates across retrieval, tool use, and multi-turn interactions. To control latency, deployments routinely compress inputs, but this degrades task accuracy. Speculative decoding (SD) accelerates generation losslessly, yet it assumes the drafter and verifier share an identical context, preventing SD from resolving the accuracy-ove...
Somgyuan Li, Ahmed M. Abdelmoniem, Shiqiang Wang · 2026-08-26
Multi-agent large language model (LLM) workflows have emerged as a powerful paradigm for solving complex, open-ended tasks through collaborative reasoning among specialized LLM agents, but they incur substantial operating costs due to repeated LLM invocations and long-horizon context accumulation. Existing cascade routing methods make one-shot, query-level decisions and cannot adapt to the dynamic...
Zongyu Wu, Yilong Wang, Xiaochen Wang · 2026-08-26
Retrieval-augmented generation (RAG) is widely used to mitigate hallucination issues in large language models (LLMs) and multimodal large language models (MLLMs). In particular, knowledge graph (KG)-based RAG leverages structured knowledge to provide (M)LLMs with high-quality external information. Building on these works, recent studies have explored multimodal knowledge graphs (MMKGs) as knowledg...
Ye Shen, Yuting Zheng, Dun Pei · 2026-08-26
Understanding instruction-following capabilities in scientific domains is essential for effectively leveraging Multimodal Large Language Models (MLLMs) to advance the development of scientific fields. In this work, we introduce SciMIF, a novel benchmark designed to evaluate the capability of MLLMs in following complex scientific instructions. Specifically, based on an extensive analysis of 22 dist...
Ahmad Khan, Akram Bin Sediq, Sara Azadegi Naeini · 2026-08-26
Designing machine learning algorithms for wireless resource management is labour-intensive: the architecture, the loss function and the training recipe are all specified by hand. We demonstrate that this design layer can be surrendered to an autonomous agent in its entirety. We adopt the autoresearch protocol, in which an AI coding agent edits a training script, runs a fixed-budget experiment, and...
Jiarui Yan, Weiwei Sun, Sijie Li · 2026-08-26
Large language models write correct code for isolated problems but remain far weaker at autonomous machine-learning development, where an agent must revise data pipelines, models, and validation over hours of feedback, and on most competitions still finishes below strong human competitors. Outcome-based benchmarks record this gap but not its cause, because they grade the final submission and disca...
Roshan Prakash Rane, Marco Simnacher, Manuel Pfeuffer · 2026-08-26
Deep neural networks often exploit spurious associations in their training data, a failure known as shortcut learning. Concept-based explainability methods screen for shortcuts by testing whether concepts such as a patient's sex or scanner settings can be decoded from a network layer. Because each concept is evaluated in isolation, these methods can mistake correlations between concepts as evidenc...
Hao Luo, Yiting Yang, Wenyi Zhao · 2026-08-26
Large-kernel Convolutional Neural Networks (CNNs) deliver remarkable performance in vision tasks by significantly expanding receptive fields, yet their quadratic parameter growth critically impedes storage-efficient edge deployment. While existing efficient architectures adopt parameter-efficient depthwise separable convolution backbones that leverage techniques like low-rank approximation and wei...
Gerard Conangla Planes · 2026-08-26
Choosing the rank of a low-rank adaptation (LoRA) update is usually an empirical task. In this paper, we provide a task-dependent theory of the approximation error achievable at each LoRA rank for Transformer attention. We fix a pretrained attention head, a target attention function, and a distribution over inputs from the downstream task, and bound the smallest expected Kullback--Leibler (KL) err...
Xu Zhang, Ren Wang · 2026-08-26
Multi-norm adversarial defense aims to protect neural networks against perturbations defined by different norm constraints, but existing methods typically optimize competing robustness objectives within a single parameter configuration, leading to substantial training cost and unfavorable robustness trade-offs. We propose Robust CurveMoE, an efficient mixture-of-experts framework that connects mod...
Yutong Chen, Guangfu Guo, Zhichao Xu · 2026-08-26
On-policy self-distillation (OPSD) uses a privileged copy of the student model to provide dense supervision without an external teacher. OPSD keeps this privileged teacher fixed, even though the student distribution and output style change during training. We propose DualOPSD, an asymmetric alternating framework that adapts both policies. The student first learns from the privileged teacher. The t...
Xiaodong Wu, Wenyi Yu, Chao Zhang · 2026-08-26
Orthogonal optimisers such as Muon can substantially accelerate large language model pretraining relative to Adam, yet the mechanism remains incompletely understood. We investigate this through an out-of-sample spectral probing analysis of Transformer loss landscapes. At checkpoints along real training trajectories, we decompose each momentum buffer into its singular directions and estimate the lo...
Niklas Muennighoff, Zhengyang Wang, Zeyi Chen · 2026-08-26
Test-time scaling uses extra test-time compute to improve performance, such as letting language models reason longer when solving a problem. As models keep the entire reasoning trace in memory via full attention, hard tasks that need long thinking can be prohibitively expensive. However, we find most intermediate reasoning tokens lose importance as the model continues reasoning. This calls into qu...
Leonardo Duart, Tiago Fonseca, Thiago Chacón · 2026-08-26
Automatic Speech Recognition (ASR) technologies have achieved remarkable performance in recent years through the use of large multilingual foundation models. However, most advances remain concentrated on high-resource languages, while indigenous languages continue to suffer from a lack of speech resources and language technologies. This work presents a preliminary study on the adaptation of Whispe...
Ziming Liu, Bhanu Chaitanya Jasti, Ziyang Xu · 2026-08-26
When a speaker refers to a scene that the listener cannot directly see, the listener must decide whether to preserve its current understanding or revise it as new utterances arrive. Many language systems treat local mismatch as a cue for updating: divergence from the current understanding encourages adjustment. Yet conversational understanding may be more conservative, interpreting mismatching evi...
Min Zeng, Guanxin Tan, Libin Cen · 2026-08-26
Multimodal instruction-following models require training data that is accurate, diverse, verifiable, and challenging. Existing synthesis pipelines typically follow a one-pass generate-and-filter paradigm, discarding feedback from failed samples, verifier outcomes, and target-model errors. We present VISA (Visual Instruction Synthesis Agent), an agentic framework that reformulates multimodal instru...
Rui He, Nihal Altay, Wolfram Hinzen · 2026-08-26
Linguistic meaning is grounded in conceptual content, from which reference to particular entities emerges as words enter discourse. To examine the processing dynamics associated with these two dimensions of meaning, we selectively disrupted conceptual or referential information in short narratives and traced the resulting effects in human self-paced reading and in the predictive and representation...
Yao Fu, Lijia Huang, Xiaomin Li · 2026-08-26
Personality is increasingly important in large language models (LLMs), as it shapes users' trust, engagement, and emotional experiences. While the Myers--Briggs Type Indicator (MBTI) has emerged as a common framework for assessing LLMs' personality, existing studies focus primarily on full-precision models and evaluate only final outputs. They overlook the widespread deployment of quantized LLMs r...
Peter Plantinga, Charlotte Moore, Peter W. Donhauser · 2026-08-26
International adoptees retain phonological traces of a birth language they can no longer speak or comprehend, a persistence typically attributed to a biologically-timed critical period. We asked whether it could instead reflect the ordinary dynamics of learning, using automatic speech recognition models that simulate the international adoptee experience without maturational confounds. Models were ...
Junxiang Xu, Ruisi Wang, Fanyi Pu · 2026-08-26
Native visual reasoning treats visual generation as the medium of reasoning itself: visual states (i.e. images and videos) are not merely inputs to be understood or outputs to be rendered, but first-class substrates for problem solving beyond language. Yet progress remains bottlenecked by the lack of scalable training tasks, reliable feedback, and controlled comparisons across generative substrate...
Bojia Zi, Xiaoyan Yang, Yu Zhou · 2026-08-26
Recent advances in video editing have been largely driven by large-scale instruction-based datasets. However, existing datasets still suffer from two critical limitations. First, target videos are commonly produced by automatic editing models, which may introduce visible artifacts and unreliable supervision signals. Second, most public datasets rely primarily on textual instructions, while lacking...
This digest is generated automatically from arXiv submissions. Not affiliated with arXiv or Cornell University.