📄 Notable* Recent AI/ML arXiv Papers

Last updated just now...

📄 TRAJDEBUG: Tracing Error Lifecycle to Identify Critical Failures in Long-Horizon Agent Trajectories
🗓️ Published: 8/6/2026
🔗 http://arxiv.org/abs/2608.06346v1
👥 Authors: Yunjia Qi, Zehua Yin, Xintong Shi, Hao Peng (possible past Tsinghua University affiliation), Songyuanyi Lu, Yixian Liu, Richeng Xuan, Yuhong Liu, Zhichao Hu, Xiaozhi Wang, Lei Hou (possible past Tsinghua University affiliation), Bin Xu, Juanzi Li
Abstract

LLM-based agentic systems have shown remarkable capabilities in complex domains, while suffering from cascading errors and difficulty in debugging. Critical error detection aims to locate the earliest error step in a failed trajectory that is responsible for the final failure. However, progress faces two main challenges. First, long trajectories make it difficult to identify individual errors, since the evidence for judging a step may be scattered across distant instructions, observations, and p...

📄 Depth-Guided Video Object Counting in Crowded Scenes
🗓️ Published: 8/6/2026
🔗 http://arxiv.org/abs/2608.06236v1
👥 Authors: Yuanjing Xu, Xinyan Liu, Weidong Chen (possible past Tencent (China) affiliation), Zixuan Zou, Linhao Zhang, Zhuangzhe Meng, Antoni B. Chan (possible past Eth Zurich affiliation), Weigang Zhang
Abstract

Our primary objective is to advance video object counting in crowded scenes, aiming to robustly count all instances of a target category based on given text or visual prompts. Existing methods rely on RGB information, limiting their discriminative ability in crowded and occluded conditions. To address this, we propose a Depth-Guided Detector (DG-Det) along with a general post-processing pipeline. By integrating depth cues with multi-scale RGB-D cross-attention and explicit occlusion prediction, ...

📄 TS-RAG: Retrieval Augmented Generation for Time Series Forecasting
🗓️ Published: 8/6/2026
🔗 http://arxiv.org/abs/2608.06223v1
👥 Authors: Yixiong Xiao (possible past Tsinghua University affiliation), Congxi Xiao, Jingbo Zhou (possible past Baidu (China) affiliation)
Abstract

While deep learning models, particularly transformer-based architectures, have shown impressive performance in time series forecasting, the application of retrieval-augmented generation (RAG) in this domain remains limited. Since RAG has proven effective in enhancing the capabilities of large language models by incorporating relevant external information, retrieving similar time series sequences as references might also improve accuracy in time series forecasting tasks. However, most time series...

📄 Continual Learning in Transition
🗓️ Published: 8/6/2026
🔗 http://arxiv.org/abs/2608.06216v1
👥 Authors: Zhiyan Hou, Dan Zhang (possible past Google (United States) affiliation), Tao Feng, Liyuan Wang, Wei Li (possible past Peking University affiliation), Xiangzhao Hao, Hongyan An, Junfeng Fang, Haokai Ma, Zhaohui Xu, Haiyun Guo, Jinqiao Wang, Tat-Seng Chua
Abstract

Classical continual learning (CL) has primarily focused on enabling models to update and retain knowledge through parameter-centric mechanisms, e.g., training strategies, architectural designs, and weight adaptation. However, emerging paradigms are reshaping the scope of CL beyond this traditional model adaptation view. For instance, on-policy learning broadens the space of update mechanisms; test-time training extends CL from the training phase to inference; and external harness components such...

📄 EnvACE: Internalizing Environment Dynamics via World Rehearsal for Agentic Reinforcement Learning
🗓️ Published: 8/6/2026
🔗 http://arxiv.org/abs/2608.06197v1
👥 Authors: Zishan Xu, Zhiyuan Yao, Yuxin Chen, Yifu Guo, Zhengxi Lu, Yuquan Lu, Jinyang Huang, Yan Xu (possible past Peking University affiliation), Yasheng Wang, Weinan Zhang (possible past Shanghai Jiao Tong University affiliation), Xingshan Zeng, Weiwen Liu
Abstract

Training large language model agents for long-horizon tool use typically relies on interactions with real or synthesized executable environments, whose construction and verification are costly, or on external simulators that are difficult to ground. We introduce EnvACE, an agentic reinforcement learning method that replaces external environment interaction during training with world rehearsal. The policy alternates between acting and rehearsal: it first generates a tool call, then plays the role...

📄 MicroEvo: Knowledge-Guided LLM Sampling for Efficient Microarchitecture Design Space Exploration
🗓️ Published: 8/6/2026
🔗 http://arxiv.org/abs/2608.06183v1
👥 Authors: Jia Xiong, Runkai Li, Chenxu Niu, Guangyuan Gao, Changwen Xing, Yifan Zhang, Xinlai Wan, Jieran Cui, Chen Bai, Yusheng Hua, Ying Wang (possible past Tsinghua University affiliation), Ming Ling, Xi Wang (possible past Tsinghua University affiliation), Tao Xie
Abstract

Microarchitecture design space exploration suffers from expansive search spaces and expensive PPA evaluation, leaving only a small simulation budget for design decision-making. Existing methods perform blind search without considering microarchitectural dependencies and fail to learn from the iterative search effectively, leading to wasted evaluations and weak Pareto convergence. In this paper, we propose MicroEvo, a knowledge-guided framework that couples off-the-shelf LLMs with Monte Carlo Tre...

📄 PaDoc: Layout-Grounded Parallel Decoding for Document Parsing
🗓️ Published: 8/6/2026
🔗 http://arxiv.org/abs/2608.06146v1
👥 Authors: Hao Yu, Jiabo Zhan, Kang Liu, Linnan Zhao, Dongxu Yue, Rui Chen, Jinglin Wang, Chong Sun (possible past Tencent (China) affiliation), Chen Li (possible past Tencent (China) affiliation), Jing Lyu, Chun Yuan
Abstract

End-to-end document parsers provide a unified interface, but serialize page layouts and regional contents into one autoregressive sequence. This formulation forces independent regions onto a decoding path whose length grows with the total content, whereas crop-based two-stage parsers expose region-level parallelism at the cost of repeated visual prefills and fragmented page context. To retain full-page context while removing dependencies, we propose PaDoc, a layout-grounded parser that treats th...

📄 Temporal Bridges for Spatial Resolution: Enhancing Climate Data Super-Resolution with Bidirectional Alignment
🗓️ Published: 8/6/2026
🔗 http://arxiv.org/abs/2608.05981v1
👥 Authors: Yichen Zhang, Yixiong Xiao (possible past Tsinghua University affiliation), Congxi Xiao, Jingbo Zhou (possible past Baidu (China) affiliation)
Abstract

High-resolution climate data is crucial for meteorological predictions and for informing decision support across diverse domains. However, the acquisition of such high-resolution climate information is often prohibitively costly, necessitating the development of data-driven meteorological prediction models. These models aim to generate fine-grained climate data from low-resolution inputs, a process termed climate data super-resolution (SR). Nevertheless, recent advancements in deep learning for ...

📄 GAUGE: A Measurement-Grounded Benchmark for Physical Fidelity in Simulation Engines and Video World Models
🗓️ Published: 8/6/2026
🔗 http://arxiv.org/abs/2608.05948v1
👥 Authors: Shuai Wang, Yaxin Feng, Xuekun Jiang, Shihan Tian, Ningyu Yan, Xing Shen, Chaoyang Lyu, Hui Wang, Yunsong Zhou, Hanqing Wang, Jiangmiao Pang (possible past Shanghai Artificial Intelligence Laboratory affiliation), Yang Xiang, Xing Gao, Chunhua Shen, Weinan Zhang (possible past Shanghai Jiao Tong University affiliation)
Abstract

Physics engines facilitate large-scale training and evaluation for embodied intelligence, while generative video world models are emerging as implicit simulators of future states and interactions. However, existing evaluations of physical fidelity are often conducted in isolation and rely heavily on perceptual similarity or human judgments, providing limited insight into which physical principles or parameters are violated. We introduce GAUGE, a real-world-grounded diagnostic benchmark for joint...

📄 Hierarchical Latent Prediction for Language Models
🗓️ Published: 8/6/2026
🔗 http://arxiv.org/abs/2608.05806v1
👥 Authors: Chang Shi, Tim Pearce, Manan Tomar, Siddhartha Sen (possible past Microsoft (United States) affiliation), John Langford (possible past Microsoft (United States) affiliation)
Abstract

While standard Next-Token Prediction (NTP) lays the foundation of language model pre- training, its teacher-forced training paradigm may not be optimal for long-horizon reasoning and planning. Recent works such as Multi-Token Prediction (MTP) and Next-Latent prediction (NextLat) try to mitigate the problem through predicting multiple future tokens and self-supervised prediction in the latent space. However, those auxiliary objectives either have a limited horizon or suffer from compounding error...

📄 Multivariate Time Series Forecasting needs Cross Variable Loss
🗓️ Published: 8/6/2026
🔗 http://arxiv.org/abs/2608.05742v1
👥 Authors: Kuiye Ding, Yifan Hu (possible past Tencent (China) affiliation), Hanchen Wang (possible past University Of Cambridge affiliation), Hao Xue
Abstract

Multivariate time series forecasting presents unique challenges because future variables often co-evolve under shared system dynamics. While existing studies mainly focus on cross-variable dependencies in historical observations, dependencies among future values are much less explored. Specifically, modern forecasting models largely follow the Direct Forecasting (DF) paradigm, generating multi-step forecasts with point-wise objectives that do not explicitly constrain cross-variable structure. In...

📄 DreamGuard: Efficient Runtime Guardrail for LLM Agents via Risk-Aware World Model
🗓️ Published: 8/6/2026
🔗 http://arxiv.org/abs/2608.05695v1
👥 Authors: Wenhao Lin, Chenyu Yu, Xingwei Lin, Sicong Cao, Xiang Chen (possible past Tencent (China) affiliation), Lei Xue, Le Yu (possible past Tsinghua University affiliation), Letian Sha, Chunming Wu
Abstract

As large language model (LLM) agents increasingly invoke external tools and interact with real-world systems, unsafe actions may cause irreversible consequences on external states, user data, and downstream services. Recent runtime guardrails mitigate such risks by checking proposed actions before execution, but many remain reactive: they primarily assess the apparent safety of the current action, lacking an explicit model of how risk evolves across the trajectory. This limitation creates a crit...

📄 SafeDivertor: Faithful Divertor Heat Flux Reconstruction from Macroscopic Plasma State Signals via Time-Frequency Prior Exploitation
🗓️ Published: 8/6/2026
🔗 http://arxiv.org/abs/2608.05669v1
👥 Authors: Hao Si, Zehua Chen, Qingquan Yang, Xiao Wang (possible past Google (United States) affiliation), Dengdi Sun, Wanli Lyu, Gaoting Chen, Guosheng Xu, Hang Su (possible past Tsinghua University affiliation), Jin Tang, Jun Zhu (possible past Tsinghua University affiliation)
Abstract

Divertor heat-flux analysis is essential for understanding plasma-wall interactions and protecting plasma-facing components in magnetic-confinement fusion devices, while conventional infrared-based inversion is usually performed after discharge and requires heat-conduction modeling with device-specific material properties, divertor geometry, and boundary conditions. Rather than accelerating this conventional infrared-based inversion paradigm, we introduce a new online-oriented signal-based recon...

📄 Relay, Don't Route: Adaptive Population Handoff for Cost-Efficient LLM-Driven Evolution
🗓️ Published: 8/6/2026
🔗 http://arxiv.org/abs/2608.05651v1
👥 Authors: Sichun Luo, Yi Huang, Guanzhi Deng, Haibo Wang, Haochen Luo, Lei Li (possible past Carnegie Mellon University affiliation), Zefa Hu, Junlan Feng, Qi Liu (possible past Tencent (China) affiliation)
Abstract

Large language model (LLM)-driven evolution has shown promise for program search and algorithm discovery, but relying on strong models throughout long evolutionary runs is costly. A natural alternative is to combine cheap and strong models under a fixed inference budget. However, existing approaches typically allocate models at the level of individual queries or mutation steps, overlooking that evolutionary search is \textit{stateful}: each generated candidate changes the population from which s...

📄 StepReflect: Structured UI Transition Reflection for Mobile GUI Agents
🗓️ Published: 8/6/2026
🔗 http://arxiv.org/abs/2608.05587v1
👥 Authors: Linqiang Guo, Wei Liu (possible past Tsinghua University affiliation), Li Gu, Yang Wang (possible past Baidu (China) affiliation), Tse-Hsun, Chen
Abstract

Autonomous mobile GUI agents require accurate action reflection for reliable long-horizon execution. Existing approaches rely on open-ended multimodal reasoning after each action, which is costly and poorly matched to the structured nature of GUI state transitions. We propose StepReflect, which formulates per-step GUI reflection as supervised structured prediction conditioned on explicit transition specifications and paired visual evidence. StepReflect is trained through a staged pipeline combin...

📄 WorldClaw: Agentic 3D Open-World Generation at Scale
🗓️ Published: 8/5/2026
🔗 http://arxiv.org/abs/2608.05248v1
👥 Authors: Chunchao Guo, Jinpeng Li, Yang Li (possible past Google (United States) affiliation), Zilong Huang (possible past Tencent (China) affiliation)
Abstract

Generating large-scale, freely explorable 3D worlds from open-ended text remains challenging because a system must jointly maintain global spatial coherence, rich local content, and explicit assets suitable for downstream editing and reuse. We present WorldClaw, a fully agentic, coarse-to-fine framework for open-world 3D scene generation. Planning agents translate a text prompt into a structured specification of regions, terrain, assets, materials, and spatial relations. WorldClaw then builds a ...

📄 SkillTFM: Gated Skill Evolution for Training-Free Adaptation of Tabular Foundation Models
🗓️ Published: 8/6/2026
🔗 http://arxiv.org/abs/2608.06137v1
👥 Authors: Yi He, Zhengkang Guan, Anpeng Wu, Peng Cui (possible past Tsinghua University affiliation), Fei Wu (possible past Google (United States) affiliation), Kun Kuang
Abstract

Tabular data are ubiquitous in real-world applications and are crucial for data-driven prediction and decision-making across science, industry, finance, healthcare, and public services. Tabular foundation models (TFMs) have emerged as a promising paradigm for general-purpose tabular learning, offering reusable predictors across diverse datasets and substantially reducing the need for task-specific training, tuning, and model development. However, their practical deployment remains constrained by...

📄 Engram-E2VID: Reference-Based Event-to-Video Reconstruction via Generative Activation of Appearance Engrams
🗓️ Published: 8/6/2026
🔗 http://arxiv.org/abs/2608.05728v1
👥 Authors: Feiyu Ji, Xiang Li, Hao Ma (possible past Meta (United States) affiliation), Tianxiang Huang, Qingxin Lu, Mengqi Ji, Lei Han (possible past Tencent (China) affiliation), Xiaokang Yang (possible past Shanghai Jiao Tong University affiliation), Xiaoyun Yuan
Abstract

Reference-based event-to-video reconstruction aims to recover target RGB frames from a reference frame and the event stream captured over the reference-to-target interval. Although events provide fine-grained temporal cues, they encode sparse and asynchronous log-intensity changes rather than absolute appearance, making faithful reconstruction intrinsically challenging. The central challenge lies in associating event-derived target-time structures with relevant appearance information from the re...

📄 KV-Skill: Forging Expertise in the Model's Native Language
🗓️ Published: 8/5/2026
🔗 http://arxiv.org/abs/2608.05475v1
👥 Authors: Zhaowei Han, Xiang Zhang, Bing Han, Kai Liu (possible past Baidu (China) affiliation), Danqi Hu, Jie Liu (possible past Tencent (China) affiliation)
Abstract

Task knowledge is commonly stored either as text in the prompt or as an update to model weights. Text is modular but must be interpreted on every use, while weight adaptation makes the resulting capability difficult to load, remove, or share independently. We introduce KV-Skill, a design space of external factorized operators that a frozen language model reads through a lightweight interface. KV-Skill supports two complementary paths. Registration converts an authored text skill into a text-deri...

📄 EvoHarness-RL: Learning Self-Evolving Runtime Harness for Long-Horizon LLM Agents
🗓️ Published: 8/5/2026
🔗 http://arxiv.org/abs/2608.05446v1
👥 Authors: Xuying Ning, Dongqi Fu, Tianxin Wei, Hanqing Zeng, Yuanchen Bei, Bingxuan Li, Zihao Li, Qifan Wang (possible past Google (United States) affiliation), Xiang Shen, Yifan Wu (possible past Carnegie Mellon University affiliation), Jiayi Liu, Hong Li, Yinglong Xia, Xiangjun Fan, Hanghang Tong (possible past Ibm (United States) affiliation), Jingrui He
Abstract

Long-horizon LLM agents increasingly rely on external execution support to maintain state, track progress, invoke tools, verify outcomes, and reuse experience across interactions. However, effective harness use raises two coupled challenges: state formation from noisy interaction traces and runtime control over external-state access. Existing agents usually handle both through prompts, heuristics, or domain-specific conventions, leaving the external workspace and its usage policy manually engine...

📄 QEvict: Recoverable Quantized KV Eviction for Attention-Drift-Robust Long-Context Decoding
🗓️ Published: 8/5/2026
🔗 http://arxiv.org/abs/2608.05326v1
👥 Authors: Ayushman Garg, Akshita Gupta, Shaswata Bhattacharya, Abhishek Gupta (possible past University Of California, Berkeley affiliation), Sandeep Kumar, Manoj Kumar (possible past Google (United States) affiliation)
Abstract

Autoregressive large language model inference is increasingly constrained by the memory footprint of the Key-Value (KV) cache. A dominant line of work reduces this footprint by evicting tokens that appear unimportant under attention-derived scores. However, such policies make an implicit irreversible decision: once a token is evicted, it cannot become useful again. We show that this assumption is brittle during decoding. Token and window importance drift as generated queries evolve, causing stan...

📄 Towards Physics of Multimodal Pretraining: Knowledge Flow, Modality Synergy, Early Unification, and Recipes
🗓️ Published: 8/5/2026
🔗 http://arxiv.org/abs/2608.05000v2
👥 Authors: Junlin Han, Shengbang Tong, David Fan, Minghao Chen, Philip Torr (possible past University Of Oxford affiliation), Filippos Kokkinos, Mike Lewis (possible past Meta (United States) affiliation)
Abstract

Vision offers a critical axis for advancing foundation models, driving a shift towards natively unified multimodal pretraining. Despite this momentum, the design space and the fundamental mechanisms of how modalities interact during unified training remain underexplored. We provide empirical clarity through a systematic exploration of multimodal pretraining. Our controlled experiments on both synthetic and large-scale real-world datasets yield four key insights into the physics of multimodal pre...

📄 State2State: Environment-Derived Mid-Training for LLM Agents
🗓️ Published: 8/5/2026
🔗 http://arxiv.org/abs/2608.04934v1
👥 Authors: Xuanyu Lei, Yiqi Zhu, Chenliang Li, Kaiming Liu, Peng Li (possible past Tsinghua University affiliation), Ming Yan, Jieping Ye, Ya-Qin Zhang, Yang Liu (possible past Tsinghua University affiliation)
Abstract

Training LLM agents commonly relies on supervised fine-tuning from expert trajectories or online reinforcement learning over human-specified tasks with handcrafted verifiers. Though effective, both remain bottlenecked by externally specified tasks and supervision signals, limiting the scalability and diversity of agent training. We study an environment learning paradigm in which agents acquire interaction and manipulation capabilities solely through environment interaction, without externally sp...

*Notable papers are those with at least two authors from a "big" AI/ML lab.