πŸ“„ Notable* Recent AI/ML arXiv Papers

Last updated just now...

πŸ“„ TrackEverything: Long Horizon Dense Tracking via De-Duplicating 3D Scene Representations
πŸ—“οΈ Published: 9/24/2026
πŸ”— http://arxiv.org/abs/2609.30222v1
πŸ‘₯ Authors: Ayush Jain (possible past Google (United States) affiliation), Sreeharsha Paruchuri, Ishita Gupta, Fan Zhang, Tanner Schmidt (possible past University Of Washington affiliation), Jakob Engel (possible past Meta (United States) affiliation), Katerina Fragkiadaki (possible past University Of California, Berkeley affiliation), Adam W. Harley (possible past Carnegie Mellon University affiliation)
Abstract

Existing point tracking models face a fundamental tradeoff: they can either track a sparse set of query points over long horizons, or track all points across only short clips. We introduce TrackEverything, a 3D point tracker that breaks this trade-off by representing videos as persistent 3D scene tracks in world coordinates. Grounded in the insight that videos are 2D projections of an underlying 3D world, TrackEverything decouples model complexity from video duration, allowing it to scale with u...

πŸ“„ ExplorationBench: Measuring AI Systems' Exploration in Verifiable Alien Worlds
πŸ—“οΈ Published: 9/24/2026
πŸ”— http://arxiv.org/abs/2609.30199v1
πŸ‘₯ Authors: Ming Zhang (possible past Peking University affiliation), Zhenghao Xiang, Peizhong Gao, Yujiong Shen, Yuhui Wang, Zhonghan Yue, Shihan Dou, Zhangyue Yin, Junjie Ye, Shichun Liu, Weihuang Zheng, Jiahao Chen, Jiayi Chen, Hongzhang Liu, Jiaqi Shao, Tao Gui, Qi Zhang (possible past Tencent (China) affiliation), Xuanjing Huang, Suncong Zheng, Maxm Pan
Abstract

Scientific discovery begins where known problems end. There, AI systems must engage in exploration: framing hypotheses, designing experiments, and iterating on the results. However, evaluating this ability is difficult: (1) how to verify whether a genuinely new hypothesis holds, and (2) how to determine whether a system has discovered it through exploration or merely recalled related knowledge from pre-training data. To this end, we introduce ExplorationBench, which turns the wicked problem of e...

πŸ“„ Accelerating Video Diffusion via Training-Free Trajectory Routing
πŸ—“οΈ Published: 9/24/2026
πŸ”— http://arxiv.org/abs/2609.30096v1
πŸ‘₯ Authors: Mustafa Munir, Huy Vu, Shreyas Misra, Rohit Jena, Sajad Norouzi, Ali Taghibakhshi, Anis Ahmad, Anjul Patney (possible past Nvidia (United States) affiliation), Pavlo Molchanov (possible past Nvidia (United States) affiliation), Nima Tajbakhsh
Abstract

Video diffusion is computationally expensive, as it requires executing a large model across many denoising steps. Even with step-distillation, inference remains expensive because every distilled step still requires a costly model evaluation. We present TRACK: TRajectory-Aware Capacity routing via top-K selection, a heterogeneous denoising strategy that switches between compatible large and small models at selected steps, reducing the average cost per denoising evaluation. The switching steps are...

πŸ“„ SciWalker: Synthesizing Scientific Coding Problems with Operator Graphs and Execution Feedback
πŸ—“οΈ Published: 9/24/2026
πŸ”— http://arxiv.org/abs/2609.30054v1
πŸ‘₯ Authors: Chenxi Li, Wenxuan Zeng, Yun Luo, Fangchen Yu, Peng Ye, Yu Cheng (possible past National University Of Singapore affiliation), Jun Zhang (possible past Tencent (China) affiliation)
Abstract

Improving the scientific coding capabilities of large language models (LLMs) requires high-quality training data. However, such data remain scarce because manually authoring realistic problems is costly and time-consuming, while systematically covering diverse scientific domains and algorithmic combinations remains challenging. To address this, we introduce SciWalker, a framework for synthesizing scientific coding problems through operator-chain sampling and execution feedback. The framework com...

πŸ“„ Advancing Model Research in AgentX: Long-Horizon Autonomy for Industrial Recommender Systems
πŸ—“οΈ Published: 9/24/2026
πŸ”— http://arxiv.org/abs/2609.30001v1
πŸ‘₯ Authors: Shuang Yang, Zijie Zhuang, Changxin Lao, Pengbo Xu, Hanwen Xu, Yusheng Huang, Han Gao (possible past Tencent (China) affiliation), Guanchen Wang, Tianbao Ma, Linxun Chen, Peilin Song, Xuming Wang, Chen Li (possible past Tencent (China) affiliation), Fan Wu, Tao Wang (possible past Stanford University affiliation), Zibo Zhao, Xiangyu Wu, An Liu, Fei Pan, Peng Jiang, Chen Yang (possible past Tencent (China) affiliation), Zhaojie Liu, Wenwu Ou
Abstract

Sustaining industrial recommendation research requires using the results of one experiment to decide what to investigate next. We present AgentX-Model, the next generation of AgentX's model research framework, which connects proposal development and model experimentation within sandboxes defined by business inputs and prediction tasks. AgentX-Model adopts a dual-agent architecture comprising a Research Agent and a Model Agent. The Research Agent develops independently reviewed proposals from pap...

πŸ“„ From Interests to Semantic IDs: Retrieval-Grounded Credit Assignment for Generative Recommendation
πŸ—“οΈ Published: 9/24/2026
πŸ”— http://arxiv.org/abs/2609.29983v1
πŸ‘₯ Authors: Mengdan Zhu, Yufan Zhao, Yao Zhao (possible past Microsoft (United States) affiliation), Sophie Di, Tao Di, Yulan Yan, Sridhar Iyer, Liang Zhao (possible past Baidu (China) affiliation)
Abstract

Semantic IDs (SIDs) encode each catalog item as a short token sequence, enabling generative recommenders to predict the next item autoregressively. Reasoning-enhanced variants, an increasingly common extension, first generate a textual trace and then decode a next-item SID by beam search. Such recommenders are commonly trained with group-relative policy optimization under an exact-match SID reward, which is sparse in large catalogs. Two failure modes follow. When all rollouts in a group miss the...

πŸ“„ Learning Better Reasoning for Generative Recommendation with Semantic IDs
πŸ—“οΈ Published: 9/24/2026
πŸ”— http://arxiv.org/abs/2609.29973v1
πŸ‘₯ Authors: Mengdan Zhu, Yufan Zhao, Sophie Di, Yao Zhao (possible past Microsoft (United States) affiliation), Tao Di, Yulan Yan, Sridhar Iyer, Liang Zhao (possible past Baidu (China) affiliation)
Abstract

Generative recommendation reformulates item retrieval as sequence generation, allowing a unified model to directly generate the next item from a user's interaction history. Semantic IDs further make this paradigm effective and scalable by representing each item as discrete codes, enabling knowledge sharing among semantically related items. Recent studies introduce explicit reasoning before Semantic-ID generation, helping models summarize user interests and infer possible preference transitions. ...

πŸ“„ Working with Agentic `Teammates': When a New Organizational Actor Collides with the Human Ecosystem of Work
πŸ—“οΈ Published: 9/24/2026
πŸ”— http://arxiv.org/abs/2609.29901v1
πŸ‘₯ Authors: Rida Qadri, Remi Denton, Michael Madaio, Mahima Pushkarna (possible past Google (United States) affiliation), Leslie Lai, Sherry Moore (possible past Google (United States) affiliation), Michelle Chen Huebscher, Andrew Butcher, Ritom Sen, Hsiao-Yu Tung, Shaan Mathur, Yimeng Liu, Shibl Mourad, Noah Fiedel (possible past Google (United States) affiliation), Edward Grefenstette (possible past University Of Oxford affiliation), Michael Terry (possible past Google (United States) affiliation)
Abstract

Enterprise AI is transitioning from single-user, reactive tools toward proactive, multi-user 'teammates,' but our empirical understanding of this transition is limited. In this paper, we present an in-situ qualitative study of a persistent, proactive AI agent 'teammate' deployed across multiple teams in a large technology company. Our findings reveal the boundaries of the human-agent workplace are actively in flux, triggering breakdowns and negotiations across: 1) tacit rules of collaborative hu...

πŸ“„ When Can Agents Forget Their Reasoning? ICLR for Long-Horizon Agent Context Compression
πŸ—“οΈ Published: 9/24/2026
πŸ”— http://arxiv.org/abs/2609.29875v1
πŸ‘₯ Authors: Mingxuan Wang (possible past Tencent (China) affiliation), Fei Luo, Bo Wang (possible past Tencent (China) affiliation), Guorun Yao, Yinglong Guo, Chao Ning, Hongyue Chen, Yanbiao Ma, Jungong Han
Abstract

Long horizon language model agents continually accumulate reasoning history, increasing context length and inference cost even after earlier decisions have been executed and observed. Unlike static Chain of Thought compression, removing historical reasoning can change future actions and the resulting interaction trajectory. We study when such reasoning can be safely forgotten. We propose Interaction Aware Compression for Long Horizon Reasoning (ICLR), a training free online method that ranks rea...

πŸ“„ SWE-Prometheus: Measuring Engineering Governance Improvements in Real-World Repositories
πŸ—“οΈ Published: 9/24/2026
πŸ”— http://arxiv.org/abs/2609.29465v1
πŸ‘₯ Authors: Jiajun Wu (possible past Massachusetts Institute Of Technology affiliation), Leixin Sun, Zihan Tan, Yitao Liu, Shuo Li, Jiaru Qian, Shanghaoran Quan, Chuangxin Zhao, Yangxu Liao, Yang Liu (possible past Tsinghua University affiliation), Bin Chong, Guancheng Wan
Abstract

Large language model based coding agents have made substantial progress on repository-level software engineering tasks. Existing repository benchmarks, however, usually start from a human-identified issue and evaluate whether a patch satisfies a functional signal. We present SWE-Prometheus, a benchmark for the broader task of improving repository engineering governance. Each task provides a fixed snapshot and an open-ended objective, requiring the agent to identify risks, prioritize intervention...

πŸ“„ IterSynth: Rethinking Deep Search Agents via Role-Decoupled Iterative Synthesis
πŸ—“οΈ Published: 9/24/2026
πŸ”— http://arxiv.org/abs/2609.29444v1
πŸ‘₯ Authors: Xingyu Wu, Yuchen Yan, Zhengxi Lu, Siqi Chen, Xin Zhang (possible past Google (United States) affiliation), Aiting Liu, Chao Deng, Jie Liu (possible past Tencent (China) affiliation), Jin Ma, Jian Shao, Jun Xiao, Yongliang Shen
Abstract

Deep search requires LLM agents to decompose complex queries, search for evidence, and synthesize grounded answers, yet existing ReAct-style agents suffer from two limitations: role coupling, where one policy must handle planning, evidence use, and synthesis; and context accumulation, where growing search histories introduce noise and obscure useful information. To address these issues, we propose IterSynth, a role-decoupled and summary-based paradigm that alternates between a Planner for identi...

πŸ“„ Detecting Glaucoma Across Multi-ethnic Myopic and Non-Myopic Populations Using an Uncertainty-Aware Vision Transformer: A Multicentre Model Development and Validation Study
πŸ—“οΈ Published: 9/24/2026
πŸ”— http://arxiv.org/abs/2609.29433v1
πŸ‘₯ Authors: Raghavan Lavanya, Yangqin Feng, Ten Cheer Quek, Quan V. Hoang, Linda Yi-Chieh Poon, Jost B. Jonas, Ya Xing Wang, Vinay Nangia, Jin Wook Jeoung, Sehie Park, Soyeon Kim, Benjamin Y Xu, Sreenidhi Iyengar Munimadugu, Paul Mitchell, Gerald Liew, Yanin Suwan, Jirayu Hong-Amata, Sahil Thakur, Monisha E Nongipur, Tina Wong, Rahat Husain, Ng Si Rui, Yamon Syn, Phey Feng Lo, Nicholas Tan Yi Qiang, Shaista Hussain, Xiaofeng Lei, Zhi Da Soh, Marco Yu, Haslina Hamzah, Zizhou Wang, Yan Wang (possible past Tencent (China) affiliation), Liangli Zhen, Xinxing Xu, Tien-Yin Wong, Tin Aung (possible past National University Of Singapore affiliation), Rachel S Chong, Yong Liu, Ching-Yu Cheng
Abstract

Background: Artificial intelligence (AI)-based glaucoma detection from colour fundus photographs (CFP) offers scalable screening, but performance may decline on external datasets because of differences in ground-truth definitions, populations, and coexisting conditions such as high myopia (HM). We developed and validated a Vision Transformer-based deep learning (DL) model for glaucoma detection across multi-ethnic cohorts with and without HM. Methods: A ViT-B/16 model with predictive uncertainty...

πŸ“„ Just Ask Jev: Reinforcement Learning for Calibrated Decisions as a Zero-Shot Detector of AI Alignment Failures
πŸ—“οΈ Published: 9/24/2026
πŸ”— http://arxiv.org/abs/2609.29429v1
πŸ‘₯ Authors: Ruoqi Guo, Yi Liu (possible past Google (United States) affiliation), Gelei Deng, Yuekang Li, Lida Zhao, Yutao Wu, Simin Chen, Ying Zhang (possible past Tencent (China) affiliation), Leo Yu Zhang
Abstract

Detectors of alignment failures screen deployed language models and score alignment benchmarks. Most are generative judges that spend a decoding pass on every criterion, and classifiers that read token probabilities, such as Llama Guard, still score one fixed label per call. Jev, a model trained with reinforcement learning for calibrated decisions (RLCD), answers many typed questions about one input with calibrated probabilities in a single call. Whether it detects alignment failures has not bee...

πŸ“„ No More Free Lunch: Corpus Task Complexity Matters as Corpora Grow
πŸ—“οΈ Published: 9/24/2026
πŸ”— http://arxiv.org/abs/2609.29245v1
πŸ‘₯ Authors: Prasann Singhal, Amanda Bertsch, Jacob Steinhardt (possible past University Of California, Berkeley affiliation), Sewon Min (possible past University Of Washington affiliation)
Abstract

Given a large corpus, the questions one might ask can vary -- from "When was the first human heart transplant?" to "What are all the contradictory claims in this literature?" -- but what makes some questions more challenging than others? In this work, we define a notion of Corpus Task Complexity (CTC) that characterizes tasks by how their difficulty grows with corpus size; for instance, a retrieval query only requires a single linear pass over a corpus, while finding contradictions requires chec...

πŸ“„ TOLA: Text-aware One-Step Latent Adaptation for Diffusion-based Text Image Super-Resolution
πŸ—“οΈ Published: 9/24/2026
πŸ”— http://arxiv.org/abs/2609.29240v1
πŸ‘₯ Authors: Yike Xu, Yue Shi, Yong Guo (possible past Baidu (China) affiliation), Jiezhang Cao (possible past Baidu (China) affiliation)
Abstract

Text image super-resolution (TSR) aims to recover visually faithful and readable text under unknown degradations. Existing diffusion-based methods typically rely on multi-step prediction of either the high-resolution image or its text prior, resulting in prohibitive computational cost and inference latency. More critically, an erroneous text prior may be repeatedly injected into the denoising process, causing image and text predictions to reinforce each other and progressively amplify an early r...

πŸ“„ HarnessPAI: An Evolving Harness for Physical AI
πŸ—“οΈ Published: 9/24/2026
πŸ”— http://arxiv.org/abs/2609.29166v1
πŸ‘₯ Authors: Xin Wang (possible past University Of Edinburgh affiliation), Wenhao Wu, Menghao Zhang, Zhi Wang, Kun Shao, Jian Luan, Yang Li (possible past Google (United States) affiliation), Qing Li, Shangding Gu, Huichi Zhou, Shuqing Shi, Fei Ni, Shuo Lu, Weicheng Meng, Kang Li, Jin Wu, Kang Zhao, Shangmin Guo, Gen Li (possible past University Of Edinburgh affiliation), Yongqiang Tang, Zhizhong Zhang, Yuan Xie, Heng Qu
Abstract

Physical AI aims to build embodied agents that perceive the world, understand and reason about it, and decide how to act. Yet the field has focused primarily on the last component: the action model that maps observations to low-level controls. The prevailing training recipe can erode the perceptual and reasoning capabilities needed for robust behavior, leaving even strong action models vulnerable to scene perturbations and long-horizon tasks. We introduce HarnessPAI, a model- and embodiment-agno...

πŸ“„ Cross-Country Code-Mixing for Generative Recommendation
πŸ—“οΈ Published: 9/24/2026
πŸ”— http://arxiv.org/abs/2609.28972v1
πŸ‘₯ Authors: Yuan Gao (possible past Tencent (China) affiliation), Hao Deng, Haibo Xing, Yi Xu, Lingyu Mu, Jinxin Hu, Yu Zhang (possible past Google (United States) affiliation), Xiaoyi Zeng
Abstract

Cross-country recommendation on modern e-commerce platforms is typically deployed with disjoint user and item ID spaces across markets, removing the shared anchors that conventional cross-domain methods rely on. Generative recommendation (GR) mitigates this by mapping items into a shared token space and training a unified model, but existing approaches keep behavior sequences strictly country-specific, so knowledge transfer occurs only at the parameter level and remains absent at the data level....

πŸ“„ A Harness for Synthesizing Diverse Naturalistic Full-Duplex Conversations
πŸ—“οΈ Published: 9/23/2026
πŸ”— http://arxiv.org/abs/2609.28806v1
πŸ‘₯ Authors: Matthew Sun, Vinay Kothapally, Meng Yu (possible past Tencent (China) affiliation), Chao Huang (possible past Tencent (China) affiliation), Hao Zhang (possible past Tencent (China) affiliation), Yixuan Zhang, Steve Yves
Abstract

Full-duplex dialogue systems, which listen while speaking, must distinguish a completed turn from a pause within a turn and an interruption that requests a turn from a brief acknowledgment or speech addressed to a third party. Yet existing conversational corpora provide limited control over these events and limited labels for their intent. We present a pipeline for synthesizing intent-labeled, two-channel conversational speech from relational event lists. An LLM authors each event's speaker, tex...

πŸ“„ Training Object Permanence in World Models
πŸ—“οΈ Published: 9/23/2026
πŸ”— http://arxiv.org/abs/2609.28654v1
πŸ‘₯ Authors: Haotian Zhang (possible past Stanford University affiliation), Fengyuan Yu, Dezhi Luo, Haoran Sun, Zehong Zhao, Qingying Gao, Yihan Li, Siyuan An, Huayi Qin, Yilan Zhang, Zhengze Jiang, Pinyuan Feng, Renrui Zhang, Ziyu Guo, Letian Wang, Mengyue Yang, Kangfu Mei, Maijunxian Wang, Ran Ji, Vikash Kumar (possible past University Of Washington affiliation), Freda Shi, Chandra Sripada, Vincent C. Muller, Philip Torr (possible past University Of Oxford affiliation), Alan Yuille (possible past Google (United States) affiliation), Nikolaus Kriegeskorte, Felix Juefei-Xu, Lvmin Zhang, Jieneng Chen, Yilun Du (possible past Massachusetts Institute Of Technology affiliation), Hokin Deng
Abstract

Object permanence and solidity are hallmarks of human cognitive priors. Recent studies show that video generation models, a paradigmatic class of current world models, have begun to show emerged reasoning abilities, making them ideal candidates for building human-like physical intelligence. Do video models have emerged object permanence in them? If not, could we train them with a core-cognition inspired dataset? We introduce WROP (World Reasoning with Object Permanence), a data infrastructure of...

πŸ“„ Agent-Editing World Model: Rethinking World Modeling for LLM Agents
πŸ—“οΈ Published: 9/23/2026
πŸ”— http://arxiv.org/abs/2609.28416v1
πŸ‘₯ Authors: Shuang Sun, Guoxin Chen, Fanzhe Meng, Jia Deng (possible past Google (United States) affiliation), Huatong Song, Jinhao Jiang, Wayne Xin Zhao (possible past Baidu (China) affiliation), Hongteng Xu, Ji-Rong Wen
Abstract

Recent advances in large language models (LLMs) have enabled agents to tackle long-horizon tasks across diverse environments. To further improve agent performance, existing language world models typically predict environment observations, yet reconstructing high-entropy, execution-dependent tool responses offers limited value when real feedback is available. Meanwhile, agents suffer from \emph{task-state contamination}, where unsupported assumptions and outdated plans persist in history and dist...

πŸ“„ LastOPD: Taming Collapse in Latent On-Policy Distillation
πŸ—“οΈ Published: 9/23/2026
πŸ”— http://arxiv.org/abs/2609.28845v1
πŸ‘₯ Authors: Jie Yang (possible past Shanghai Jiao Tong University affiliation), Zhengyu Fang, Zelin Xu, Jiarui Sun (possible past Tencent (China) affiliation), Xiran Fan, Junpeng Wang, Liang Wang (possible past Tencent (China) affiliation), Qinghua Liu, Yiwei Cai, Yan Zheng
Abstract

On-policy distillation (OPD) corrects a student on the responses it writes, but its signal is the teacher's next-token distribution: it tells the student what the teacher says but misses how it thinks. Latent supervision promises the missing part by aligning the student's latent states to the teacher's. Recent methods such as OPRD bring this signal into on-policy distillation. However, we observe two failures of this recipe when distilling Qwen3-4B and Qwen3-8B into Qwen3-1.7B-Base. Early gain, ...

πŸ“„ Monitoring Urban Traffic Dynamics at Fine Spatiotemporal Resolution Using Distributed Acoustic Sensing and Deep Learning
πŸ—“οΈ Published: 9/23/2026
πŸ”— http://arxiv.org/abs/2609.28793v1
πŸ‘₯ Authors: Hao Tian (possible past Baidu (China) affiliation), Heng Cai, Xiaowei Chen, Yifan Yang (possible past Tencent (China) affiliation)
Abstract

Mapping the distribution of traffic dynamics at high spatiotemporal resolution is a fundamental question in transportation research. Distributed acoustic sensing (DAS), an innovative seismic observation tool, emerges as a promising solution for real-time urban traffic monitoring at high spatial and temporal scales. Distributed acoustic sensing repurposes existing underground fiber-optic cables as dense, continuous sensor arrays, enabling passive and privacy-preserving monitoring of roadway traff...

πŸ“„ LabFactory: Building and Evaluating Executable AI Labs
πŸ—“οΈ Published: 9/23/2026
πŸ”— http://arxiv.org/abs/2609.28697v1
πŸ‘₯ Authors: Jinge Wu, Hongjian Zhou, Mingde Zeng, Jiayuan Zhu, Junde Wu (possible past Tencent (China) affiliation), Jiazhen Pan, Lei Clifton, Andrew Liu (possible past Google (United States) affiliation), David A. Clifton (possible past University Of Oxford affiliation)
Abstract

Scientific tasks specify a desired capability, but realizing it often requires building a computational system tailored to the task---acquiring data, designing representations, training models, implementing tools, and deciding how they are used at inference. We present LabFactory, a framework in which an AI builder turns a scientific brief into an executable AI lab: a task-specific solver that integrates models, knowledge resources, tools, and a controller behind a fixed interface. The builder d...

πŸ“„ Reward Hacking Challenges Oversight of Autonomous Research Agents
πŸ—“οΈ Published: 9/23/2026
πŸ”— http://arxiv.org/abs/2609.28614v1
πŸ‘₯ Authors: Yue Huang, Zhangchen Xu, Yuchen Ma, Wenjie Wang, Zheyuan Liu, Ziwei Xu, Pin-Yu Chen, Michel Galley (possible past Microsoft (United States) affiliation), Zinan Lin, Stefan Feuerriegel, Radha Poovendran, Misha Sra, Alex Pentland (possible past Massachusetts Institute Of Technology affiliation), Xiangliang Zhang, Zichen Chen
Abstract

Autonomous research agents can design experiments, evaluate results, and write reports, giving them control over both a scientific result and the evidence used to support it. This creates a risk of reward hacking: meeting the reward criteria without achieving the intended goal. We study (1) how often models reward-hack without instructions to do so, (2) how effective and detectable their methods are when hacking is allowed, and (3) how they adapt when an LLM review panel returns its decision and...

πŸ“„ Repairability of Inexact Solvers in Recursive State Estimation with Machine Learning
πŸ—“οΈ Published: 9/23/2026
πŸ”— http://arxiv.org/abs/2609.28425v1
πŸ‘₯ Authors: Yanjun Ji, Dennis Willsch, Orkun Şensebat, Priyanka Arkalgud Ganeshamurthy, Zhi Pei, M. Sahnawaz Alam, Ivelina Stoyanova, Frank K. Wilhelm, Bo Zhao (possible past National University Of Singapore affiliation), Chao Wang (possible past Google (United States) affiliation), Kristel Michielsen
Abstract

Recursive state estimation often executes approximate numerical solutions inside a feedback loop, where highly accurate local steps do not guarantee better overall results. For a fixed linear Kalman model, we characterize when a correction within a prescribed subspace and norm budget can meet a local admissibility tolerance, and how the defects actually executed affect the finite-horizon covariance response. Centering each defect on the exact gain for the implemented covariance separates current...

πŸ“„ Generalizable Robotic Insertion with World Models
πŸ—“οΈ Published: 9/23/2026
πŸ”— http://arxiv.org/abs/2609.28258v1
πŸ‘₯ Authors: Nicklas Hansen, Iretiayo Akinola, Yijie Guo, Jie Xu, Bingjie Tang, Hao Su, Xiaolong Wang (possible past Carnegie Mellon University affiliation), Abhishek Gupta (possible past University Of California, Berkeley affiliation), Dieter Fox (possible past University Of Washington affiliation), Yashraj Narang
Abstract

Robotic assembly in high-mixture settings requires adaptable systems that can handle diverse parts, yet current approaches typically rely on policies specialized to each insertion task. Although this can reach high success rates, it makes the process of deploying systems for new problems tedious and time consuming. We present a framework for generalizable insertion using world models that combine robot proprioceptive information with raw visual observations captured by a wrist-mounted camera. Ou...

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