Skip to main content
arXiv is now an independent nonprofit! Learn more

Showing 1–50 of 597 results for author: Peng, B

Searching in archive cs. Search in all archives.
.
  1. arXiv:2608.12176  [pdf, ps, other

    cs.DS

    Harmonic Ranking for Edge-Weighted Oblivious Matching

    Authors: Bo Peng, Zhihao Gavin Tang

    Abstract: We study edge-weighted oblivious bipartite matching. The weight of every potential edge is known, but its existence is revealed only when the edge is probed, and a successful probe between two free vertices must be accepted immediately. We give an explicit randomized algorithm with certified competitive ratio $0.698$, improving the previous best guarantee of $0.659$ (Huang, Sun, Wu, and Zhao, FOCS… ▽ More

    Submitted 12 August, 2026; originally announced August 2026.

    Comments: 44 pages, 4 figures

  2. arXiv:2608.09355  [pdf, ps, other

    cs.CV

    Alpha as an Efficiency Signal: Visibility-Routed RGBA Image-to-Video Generation

    Authors: Zhe Li, Honghao Qiao, Zhixin Xu, Qijie Wang, Bo Peng, Dawei Li

    Abstract: RGBA videos combine RGB appearance with an alpha channel, enabling animated assets to be applied across arbitrary backgrounds, which are heavily used in gaming industry. However, generating high-quality RGBA animations for games remains challenging for two reasons. First, most existing RGBA video datasets are dominated by photorealistic content, with limited coverage of game assets. Second, the tr… ▽ More

    Submitted 10 August, 2026; originally announced August 2026.

  3. arXiv:2608.09061  [pdf, ps, other

    cs.GT

    Breaking the 4-Approximation Barrier in Strategyproof Two-Facility Location

    Authors: Mengfan Ma, Bo Peng

    Abstract: We study strategyproof mechanism design without transfers for the two-facility location problem in metric spaces. A mechanism selects two facility locations based on agents' reported locations; each agent incurs her distance to the nearer facility, and the objective is to minimize the expected social cost. A mechanism is strategyproof if no agent ever benefits from misreporting her location. The b… ▽ More

    Submitted 9 August, 2026; originally announced August 2026.

    Comments: 23 pages, 1 figure

  4. arXiv:2608.07302  [pdf, ps, other

    cs.CV cs.AI

    Same Attention, Different Truths: Put Logit-Lens over Visual Attention to Detect and Mitigate LVLM Object Hallucination

    Authors: Zichuan Wang, Songlin Yang, Bo Peng, Zhenchen Tang, Yang Li, Beibei Dong, Jing Dong

    Abstract: Large Vision-Language Models (LVLMs) often suffer from object hallucination, generating objects that are absent from the image. Prior work largely attributes this to insufficient visual attention. However, we find that both real and hallucinated objects receive equally strong visual attention in the model's mid-to-late layers, suggesting that the key issue may not be how much the model attends, bu… ▽ More

    Submitted 7 August, 2026; originally announced August 2026.

    Comments: CVPR2026 Highlight

  5. arXiv:2608.06270  [pdf, ps, other

    cs.AI

    The Illusion of Visual Tool-Use: A Causal Audit of Thinking with Images

    Authors: Zhiheng Wang, Bo Peng, Lai Wei, Chaochao Lu

    Abstract: The "thinking-with-images" paradigm equips multimodal LLMs with active visual operations such as crop-and-zoom. However, models using these operations often achieve only marginal or negative gains over direct inference at substantially higher token cost. They may also repeatedly crop irrelevant regions and fail on questions that direct inference answers correctly. We ask whether the returned visua… ▽ More

    Submitted 6 August, 2026; originally announced August 2026.

  6. arXiv:2607.29559  [pdf, ps, other

    cs.AI cs.RO

    LEMUR: Learning to Align with Multi-Objective Reinforcement Learning from Preference Feedback

    Authors: Manith Adikari, Bei Peng, Samuele Vinanzi, Angelo Cangelosi

    Abstract: Reinforcement Learning (RL) systems are typically trained using a single, well-specified scalar reward function. However, real-world decision-making tasks often involve multiple, competing objectives, such as performance versus efficiency, where ground-truth reward functions are difficult to specify or inaccessible. While Multi-Objective RL (MORL) addresses such trade-offs by modeling rewards as v… ▽ More

    Submitted 31 July, 2026; originally announced July 2026.

  7. arXiv:2607.23238  [pdf, ps, other

    cs.CV

    SARATR-X-v2: Scale-Aware Structural Pre-Training for SAR Foundation Models

    Authors: Weijie Li, Yafei Song, Yongxiang Liu, Bowen Peng, Jie Zhou, Jingyuan Xia, Wei Yang, Tianpeng Liu, Zhen Liu, Li Liu

    Abstract: Masked image modeling has become a dominant paradigm for SAR pre-training, yet the design of the reconstruction target remains fundamentally unsettled. This article argues that a SAR pre-training target should satisfy two conditions to produce transferable representations: (i) physics-grounded stability, i.e., approximate invariance of the target operator to multiplicative speckle inherent in cohe… ▽ More

    Submitted 7 August, 2026; v1 submitted 25 July, 2026; originally announced July 2026.

  8. arXiv:2607.22620  [pdf, ps, other

    math.OC cs.LG stat.ML

    A Resolution of the SS--RS--GD Inequalities

    Authors: Binghui Peng

    Abstract: Yun, Sra, and Jadbabaie (COLT 2021, open question) conjectured the SS--RS--GD inequalities: for well-conditioned symmetric matrices $A_1,\dots,A_n$, the operators $W_{ss}$, $W_{rs}$, and $W_{gd}$ that encode the expected iterate of single-shuffle SGD, random-reshuffle SGD, and gradient descent on a quadratic finite sum should satisfy \[ \|W_{ss}\|\le \| W_{rs}\|\le \|W_{gd}\|. \] The conjecture… ▽ More

    Submitted 16 June, 2026; originally announced July 2026.

  9. arXiv:2607.22496  [pdf, ps, other

    cs.DS cs.GT

    Random-Order Online Facility Location Beyond Uniform Opening Costs

    Authors: Bo Peng, Zhihao Gavin Tang

    Abstract: We study online metric facility location in the random-order model with arbitrary positive opening costs. A finite set of candidate facilities and their costs is known in advance, while an adversary fixes a multiset of demand points that arrives in a uniformly random order. This setting includes both prescribed candidate sites and the classical finite full-space node-cost model. For a known hori… ▽ More

    Submitted 24 July, 2026; originally announced July 2026.

    Comments: 39 pages, no figures

  10. arXiv:2607.21557  [pdf, ps, other

    cs.AI cs.CL

    OpenForgeRL: Train Harness-native Agents in Any Environment

    Authors: Xiao Yu, Baolin Peng, Ruize Xu, Hao Zou, Qianhui Wu, Hao Cheng, Wenlin Yao, Nikhil Singh, Zhou Yu, Jianfeng Gao

    Abstract: Modern AI agents rely on elaborate inference harnesses such as Claude Code, Codex, and OpenClaw to drive multi-turn reasoning, tool use, and access to external systems. While powerful, these complex harnesses also make agents hard to train end-to-end with open infrastructure, whose SFT/RL stacks cannot natively express stateful, multi-process harness inference. To address this, we present OpenForg… ▽ More

    Submitted 7 August, 2026; v1 submitted 23 July, 2026; originally announced July 2026.

    Comments: added github link

  11. arXiv:2607.14392  [pdf, ps, other

    cs.ET cs.CE physics.comp-ph quant-ph

    Unified Uncertainty Quantification Framework Bridging Noisy Quantum Backends Across Variational Quantum Algorithms and Quantum Signal Processing

    Authors: Priyabrata Senapati, Vibin Abraham, Qiang Guan, Bo Peng

    Abstract: We present an uncertainty quantification (UQ) framework for application level benchmarking and characterization of noisy quantum backends. The framework compares two workload classes under one statistical pipeline: noisy intermediate scale quantum (NISQ) variational quantum algorithms (VQAs) and Quantum Singular Value Transformation (QSVT) based Green's function reconstruction. For the VQA branch,… ▽ More

    Submitted 15 July, 2026; originally announced July 2026.

  12. arXiv:2607.13988  [pdf, ps, other

    cs.LG

    TRACE: Turn-level Reward Assignment via Credit Estimation for Long-Horizon Agents

    Authors: Leitian Tao, Baolin Peng, Wenlin Yao, Tao Ge, Hao Cheng, Mike Hang Wang, Jianfeng Gao, Sharon Li

    Abstract: Multi-turn agents solve complex tasks through extended sequences of tool interactions before producing a final answer, making credit assignment a fundamental challenge during post-training. Outcome rewards provide reliable supervision for short-horizon reasoning, but become sparse and high-variance as trajectories grow to tens or hundreds of tool calls. They can also be misleading: a failed rollou… ▽ More

    Submitted 15 July, 2026; originally announced July 2026.

    Comments: 26 pages

  13. arXiv:2607.08716  [pdf, ps, other

    cs.AI cs.CL

    Remember When It Matters: Proactive Memory Agent for Long-Horizon Agents

    Authors: Yifan Wu, Lizhu Zhang, Yuhang Zhou, Mingyi Wang, Bo Peng, Serena Li, Xiangjun Fan, Zhuokai Zhao

    Abstract: In long-horizon tasks, decision-relevant state is often scattered across an expanding trajectory, while the action agent must surface it and act. As trajectories grow, task requirements, environment facts, prior attempts, diagnoses, and open subgoals can be buried in the context window or pushed beyond it, failing to influence decisions when needed. We call this failure mode "behavioral state deca… ▽ More

    Submitted 9 July, 2026; originally announced July 2026.

  14. arXiv:2607.05543  [pdf, ps, other

    cs.RO cs.CV

    GEM-Occ: From Visual Geometry Evidence to Embodied Semantic Occupancy Memory

    Authors: Hu Zhu, Bohan Li, Xianda Guo, Hongsi Liu, Baorui Peng, Mingqi Yuan, Xin Jin, Wenjun Zeng, Chang Wen Chen

    Abstract: Semantic occupancy provides a structured spatial memory for embodied indoor agents by jointly representing occupied regions, observed free space, unknown areas, and object semantics. However, existing indoor occupancy benchmarks and methods mainly focus on single-view prediction or room-level online perception, leaving long-horizon semantic mapping across connected indoor spaces underexplored. We… ▽ More

    Submitted 6 July, 2026; originally announced July 2026.

    Comments: 19 pages, 6 figures. Project page: https://zhuhu00.top/GEM-Occ/

  15. arXiv:2606.29148  [pdf, ps, other

    cs.CV cs.AI cs.GR cs.LG

    GPC: Large-Scale Generative Pretraining for Transferable Motor Control

    Authors: Yi Shi, Yifeng Jiang, Chen Tessler, Xue Bin Peng

    Abstract: Developing controllers capable of completing a wide range of tasks in a natural and life-like manner is a key challenge in enabling practical applications of physics-based character animation. In this work, we introduce Generative Pretrained Controllers (GPC), which leverage tokenization and next-token modeling to create general-purpose, reusable generative controllers from large-scale motion data… ▽ More

    Submitted 27 June, 2026; originally announced June 2026.

    Journal ref: SIGGRAPH 2026 Conference Proceedings

  16. arXiv:2606.28379  [pdf, ps, other

    cs.IR cs.AI cs.CL

    LEDGER: Scaling Agentic Document Editing with Dependency-aware Graph Retrieval

    Authors: Mike Hang Wang, Utkarsh Garg, Reza Davari, Huitian Jiao, Hao Cheng, Baolin Peng, Tao Ge, Si-Qing Chen

    Abstract: We introduce LEDGER to tackle the novel context engineering challenge of agentic document editing, where localized edits to long, structured documents must be applied efficiently without breaking cross-references or semantic consistency. LEDGER constructs a lightweight dependency graph that explicitly models document structure, including hierarchical organization, explicit references, implicit dep… ▽ More

    Submitted 19 June, 2026; originally announced June 2026.

    Comments: ACL 2026

  17. arXiv:2606.19659  [pdf, ps, other

    cs.CL

    SAGE-OPD: Selective Agent-Guided Intervention for Multi-Turn On-Policy Distillation

    Authors: Yuhang Zhou, Lizhu Zhang, Yifan Wu, Mingyi Wang, Bo Peng, Jiayi Liu, Xiangjun Fan, Zhuokai Zhao

    Abstract: On-policy distillation (OPD) improves student models by training them on trajectories induced by their own policy, making it a promising approach for mitigating exposure bias in agent training. However, most OPD studies focus on single-turn settings, while realistic LLM agents interact with environments over multiple turns. In this regime, early errors can alter future observations and compound ac… ▽ More

    Submitted 17 June, 2026; originally announced June 2026.

    Comments: 21 pages, 3 figures

  18. arXiv:2606.15966  [pdf, ps, other

    cs.CV cs.GR

    VEPHand: View-Efficient Photometric Hand Performance Capture at Scale

    Authors: Zhengyang Shen, Kai-Hung Chang, Erroll Wood, Deying Kong, Bo Peng, Timo Bolkart, Jinlong Yang, Bowen Zhao, Danhang Tang, Sasa Petrovic, Emre Aksan, Jérémy Riviere, Vassilis Choutas, Delio Vicini, Jay Busch, Shichen Liu, Zhe Cao, Hugh Liu, JingJing Shen, Jonathan Taylor, Mingsong Dou

    Abstract: Robust, high-fidelity 3D hand capture, while fundamental to digital human creation, remains challenging with practical multi-view systems that balance rich photometry with the geometric ambiguities of reconstruction arising from limited viewpoint density. This paper presents an end-to-end pipeline for dynamic hand performance capture and registration, specifically designed for view-efficient setup… ▽ More

    Submitted 18 June, 2026; v1 submitted 14 June, 2026; originally announced June 2026.

    ACM Class: I.3.8; I.4.5

  19. arXiv:2606.15908  [pdf, ps, other

    cs.CV

    High-Fidelity 4D Hand-Object Capture via Multi-View Spatiotemporal Tracking and Physics-Aware Gaussians

    Authors: Bo Peng, Xu Chen, Yi Gu, Hidenobu Matsuki, Mingsong Dou, Jingjing Shen, Deying Kong, Juyong Zhang, Zhengyang Shen

    Abstract: The growing demand for high-fidelity 4D hand-object interaction (HOI) data in embodied AI and spatial computing is currently bottlenecked by the reliance on pre-scanned object templates and physical markers. While recent methods have demonstrated promising results in reconstructing 4D hand-object interaction from videos, they are highly sensitive to initial estimates of hand and object poses. Yet,… ▽ More

    Submitted 18 June, 2026; v1 submitted 14 June, 2026; originally announced June 2026.

    Comments: Project page: https://hostpg.github.io/

  20. arXiv:2606.03614  [pdf, ps, other

    cs.MM

    OmniHalluc-L: Counterfactual Benchmarking and Modality-Perturbation Reliability Calibration for Long-Form Omni Hallucination

    Authors: Zixuan Dong, Jiafu Tang, Zhide Lei, Zhe Cao, Zijie Zhang, Yanghai Wang, Shihao Li, Xiaodong Wang, Baoyun Peng, Jiaheng Liu

    Abstract: Long-video Omni assistants often fail not by inventing content, but by misbinding real evidence: they hear the right utterance and see the right event, yet attach it to the wrong speaker, moment, or modality. These \emph{almost-true} errors evade standard video QA because local evidence remains valid, so item-level scoring can reward both a supported claim and its near-counterfactual. We introduce… ▽ More

    Submitted 2 June, 2026; originally announced June 2026.

    Comments: 13 pages, 6 figures

  21. arXiv:2606.03602  [pdf, ps, other

    cs.LG cs.AI cs.CL

    CauTion: Knowing When to Trust LLMs for Ensemble Causal Discovery

    Authors: Bo Peng, Kaiwen Wu, Sirui Chen, Zhiheng Wang, Yu Qiao, Chaochao Lu

    Abstract: Causal discovery from observational data remains challenging due to the fundamental limitations of purely statistical methods, such as statistical distinguishability within equivalence classes and sensitivity to finite sample sizes. While large language models (LLMs) offer a promising source of domain knowledge to complement statistical inference, existing LLM-augmented methods are vulnerable to L… ▽ More

    Submitted 2 June, 2026; originally announced June 2026.

  22. arXiv:2606.02802  [pdf, ps, other

    cs.AI

    ChatHealthAI: Aligning Electronic Health Record Representations with Large Language Models for Grounded Clinical Reasoning

    Authors: Bo-Hong Wang, Baicheng Peng, Ruilin Wang, Jun Bai, Ziyang Song, Yue Li

    Abstract: Large language models (LLMs) exhibit strong natural-language reasoning abilities for clinical decision support, but struggle to effectively model structured longitudinal electronic health records (EHRs). In contrast, EHR foundation models can learn predictive patient representations, yet lack interpretable language-based reasoning. To bridge this gap, we propose ChatHealthAI, a multimodal reasonin… ▽ More

    Submitted 5 June, 2026; v1 submitted 1 June, 2026; originally announced June 2026.

    Comments: Main paper with appendix, 13 pages

  23. arXiv:2606.02031  [pdf, ps, other

    cs.LG cs.AI cs.CL cs.CV

    OpenWebRL: Demystifying Online Multi-turn Reinforcement Learning for Visual Web Agents

    Authors: Rui Yang, Qianhui Wu, Yuxi Chen, Hao Bai, Wenlin Yao, Hao Cheng, Baolin Peng, Huan Zhang, Tong Zhang, Jianfeng Gao

    Abstract: Building capable visual web agents requires long-horizon reasoning, precise grounding, and robust interaction with dynamic real-world websites. Despite rapid progress, the strongest systems remain largely proprietary, while open agents still depend heavily on supervised post-training over large collections of curated web trajectories. This dependence creates a major scalability bottleneck: high-qu… ▽ More

    Submitted 4 June, 2026; v1 submitted 1 June, 2026; originally announced June 2026.

    Comments: 36 pages, 11 figures

  24. arXiv:2606.01476  [pdf, ps, other

    cs.LG cs.CL

    OmniOPD: Logit-Free On-Policy Distillation via Speculative Verification

    Authors: Yuhang Zhou, Lizhu Zhang, Yifan Wu, Mingyi Wang, Bo Peng, Jiayi Liu, Xiangjun Fan, Zhuokai Zhao

    Abstract: On-Policy Distillation (OPD) trains a student model on its own generative trajectories under dense token-level feedback from a stronger teacher, mitigating both the off-policy distribution shift of Supervised Fine-Tuning (SFT) and the sparse credit assignment of Reinforcement Learning (RL). However, standard OPD faces two coupled limitations. First, it requires direct access to the teacher's token… ▽ More

    Submitted 11 June, 2026; v1 submitted 31 May, 2026; originally announced June 2026.

    Comments: 26 pages, 3 figures

  25. Towards Effective Long-Video Event Prediction via Multi-Level Event Semantics Mining

    Authors: Bo Peng, YuanJie Lyu, PengGang Qin, Tong Xu

    Abstract: Accurately predicting future events is fundamental to content understanding and decision-making across various domains. While prior research has primarily focused on text or short-video scenarios, long-video event prediction, characterized by vast multimodal context and more complex narratives, remains underexplored. Meanwhile, although recent Long-Video Language Models (LVLMs), built on Large Lan… ▽ More

    Submitted 29 May, 2026; originally announced May 2026.

  26. arXiv:2605.29292  [pdf, ps, other

    cs.CV

    Turbulence-Robust Dynamic Object Segmentation with Multi-Signal Priors and SAM2 Refinement

    Authors: Bolian Peng, Ying Tang, Xu Liu, Long Sun, Xiaoqiang Lu

    Abstract: This technical report presents our solution for the CVPR 2026 UG2+ Challenge Track 3: Dynamic Object Segmentation in Turbulence (DOST). We design a training-free multi-signal segmentation pipeline that combines pretrained motion estimation, self-supervised semantic priors, background anomaly modeling, manually calibrated proposal fusion, and SAM2-based mask refinement. The method uses RAFT for den… ▽ More

    Submitted 27 May, 2026; originally announced May 2026.

    Journal ref: Proceedings of the CVPR 2026 Workshops, UG2+ Challenge, 2026

  27. arXiv:2605.26797  [pdf, ps, other

    cs.LG cs.CL

    Latent Recurrent Transformer: Architecture Exploration, Training Strategies, and Scaling Behavior

    Authors: Zeyi Huang, Xuehai He, LiLiang Ren, Yiping Wang, Baolin Peng, Hao Cheng, Shuohang Wang, Pengcheng He, Jianfeng Gao, Yong Jae Lee, Yelong Shen

    Abstract: We study Latent Recurrent Transformer (LRT), a lightweight augmentation of autoregressive transformers that reuses a high-level source-layer hidden state from the previous token as recurrent memory for the next token. Because this source state is already computed during ordinary decoding, LRT adds a cross-layer recurrent latent pathway across positions without inserting pause tokens or extra depth… ▽ More

    Submitted 26 May, 2026; originally announced May 2026.

  28. arXiv:2605.26661  [pdf, ps, other

    cs.CV cs.AI

    Respecting Modality Gap in Post-hoc Out-of-distribution Detection with Pre-trained Vision-Language Models

    Authors: Yuanwei Hu, Bo Peng, Yadan Luo, Zhen Fang, Ling Chen, Jie Lu

    Abstract: Out-of-distribution (OOD) detection has emerged as a popular technique to enhance the reliability of machine learning models by identifying unexpected inputs from unknown classes. Recent progress in pre-trained vision-language models (VLMs) has enabled zero-shot OOD detection without access to in-distribution (ID) training data; in this setting, existing methods commonly treat text embeddings of c… ▽ More

    Submitted 26 May, 2026; originally announced May 2026.

  29. arXiv:2605.25922  [pdf, ps, other

    cs.CV

    Closed-Loop Bidirectional Prompting for Adversarial Robustness of Vision Language Models

    Authors: Xiao Liu, Jiaxiang Liu, Boci Peng, Boren Hu, Yusong Wang, Xiwen Chen, Prayag Tiwari, Liming Zhang, Mingkun Xu

    Abstract: Vision Language Models adapt well to downstream tasks but are highly vulnerable to adversarial perturbations that disrupt cross-modal semantic alignment. Existing defenses are largely unidirectional or structural, failing to exploit bidirectional cross-modal complementarity and instance-wise adaptive protection. To overcome the limitations of unidirectional and static defenses in adversarial setti… ▽ More

    Submitted 25 May, 2026; originally announced May 2026.

    Comments: 24 pages, 8 figures

  30. arXiv:2605.23797  [pdf, ps, other

    cs.LG cs.CV

    Debiased Negative Mining Improves Out-of-distribution Detection with Pre-trained Vision-Language Models

    Authors: Bo Peng, Jie Lu, Guangquan Zhang, Zhen Fang

    Abstract: Aiming at identifying unexpected inputs from unknown classes, out-of-distribution (OOD) detection has emerged as a pivotal approach to enhancing the reliability of machine learning models. This paper focuses on the burgeoning paradigm of post-hoc OOD detection with pre-trained vision-language models (VLMs), where a popular pipeline is to detect OOD inputs by examining their affinities between ID l… ▽ More

    Submitted 22 May, 2026; originally announced May 2026.

    Comments: KDD 2026

  31. arXiv:2605.18817  [pdf, ps, other

    cs.LG

    Multi-Token Residual Prediction

    Authors: Yufeng Xu, Zishuo Bao, Qian Wang, Zeshen Zhang, Haoqi Zhang, Bowen Peng, Ang Li, Rahul Chalamala, Yucheng Lu

    Abstract: Diffusion Language Models (DLMs) generate text by iteratively denoising masked token sequences, offering a tradeoff between parallelism and quality compared to autoregressive models. In current practice, the number of tokens decoded per step is controlled by a confidence threshold, and quality degrades monotonically as more tokens are denoised per step. We introduce Multi-token Residual Prediction… ▽ More

    Submitted 11 June, 2026; v1 submitted 12 May, 2026; originally announced May 2026.

  32. arXiv:2605.15040  [pdf, ps, other

    cs.AI cs.CL

    Orchard: An Open-Source Agentic Modeling Framework

    Authors: Baolin Peng, Wenlin Yao, Qianhui Wu, Hao Cheng, Xiao Yu, Rui Yang, Tao Ge, Alessandro Sordoni, Xingdi Yuan, Yelong Shen, Pengcheng He, Tong Zhang, Zhou Yu, Jianfeng Gao

    Abstract: Agentic modeling aims to transform LLMs into autonomous agents capable of solving complex tasks through planning, reasoning, tool use, and multi-turn interaction with external environments. We present Orchard, an open-source framework for scalable agentic modeling. At its core is Orchard Env, a lightweight Kubernetes-native environment service that provides reusable primitives for sandbox lifecycl… ▽ More

    Submitted 30 July, 2026; v1 submitted 14 May, 2026; originally announced May 2026.

  33. arXiv:2605.14445  [pdf, ps, other

    cs.LG

    FrontierSmith: Synthesizing Open-Ended Coding Problems at Scale

    Authors: Runyuan He, Qiuyang Mang, Shang Zhou, Kaiyuan Liu, Hanchen Li, Huanzhi Mao, Qizheng Zhang, Zerui Li, Bo Peng, Lufeng Cheng, Tianfu Fu, Yichuan Wang, Wenhao Chai, Jingbo Shang, Alex Dimakis, Joseph E. Gonzalez, Alvin Cheung

    Abstract: Many real-world coding challenges are open-ended and admit no known optimal solution. Yet, recent progress in LLM coding has focused on well-defined tasks such as feature implementation, bug fixing, and competitive programming. Open-ended coding remains a weak spot for LLMs, largely because open-ended training problems are scarce and expensive to construct. Our goal is to synthesize open-ended cod… ▽ More

    Submitted 14 May, 2026; originally announced May 2026.

  34. arXiv:2605.12562  [pdf, ps, other

    eess.IV cs.AI cs.CV

    Uncovering Latent Pathological Signatures in Pulmonary CT via Cross-Window Knowledge Distillation

    Authors: Bo Peng, Wujian Xu, Kun Wang, Ximing Liao, Na Wang, Daqian Shi, Tian Li, Jing Gao, Johan Thygesen, Yingqun Ji, Honghan Wu

    Abstract: Multi-window CT imaging captures complementary pathological information across anatomical structures of differing densities, yet existing deep learning methods fuse representations only at later stages, missing cross-density interactions. We propose a cross-window knowledge distillation framework in which student encoders learn latent clinical priors from a teacher trained on the most informative… ▽ More

    Submitted 11 May, 2026; originally announced May 2026.

  35. arXiv:2605.09410  [pdf, ps, other

    cs.RO cs.AI

    RePO-VLA: Recovery-Driven Policy Optimization for Vision-Language-Action Models

    Authors: Weijia Liufu, Xiaoyu Guo, Ruiyi Chen, Jingzhi Liu, Kaidong Zhang, Xiwen Liang, Jianqi Lin, Dawei Sun, Yuze Wang, Rongtao Xu, Bingqian Lin, Bowen Yang, Tongtong Cao, Bowen Peng, Dongyu Zhang, Guangrun Wang, Min Wang, Liang Lin, Xiaodan Liang

    Abstract: Vision-Language-Action (VLA) models remain brittle in long-horizon, contact-rich manipulation because success-only imitation provides little supervision for execution drift, while failed rollouts are often discarded. We introduce RePO-VLA, a recovery-driven policy optimization framework that assigns distinct roles to success, recovery, and failure trajectories. RePO-VLA first applies Recovery-Awar… ▽ More

    Submitted 10 May, 2026; originally announced May 2026.

  36. arXiv:2605.08712  [pdf, ps, other

    cs.CV

    From Articulated Kinematics to Routed Visual Control for Action-Conditioned Surgical Video Generation

    Authors: Bohan Li, Shuojue Yang, Baorui Peng, Xianda Guo, Erli Zhang, Youqi Tao, Junfeng Duan, Daguang Xu, Qi Dou, Xin Jin, Wenjun Zeng, Hao Zhao, Yueming Jin

    Abstract: Action-conditioned surgical video generation is a critical yet highly challenging problem for robotic surgery. The core difficulty is that low-dimensional control vectors must precisely govern complex image-space evolution. In this work, we propose a kinematic-to-visual lifting paradigm that converts articulated kinematics into a unified set of five image-aligned control modalities. Building on th… ▽ More

    Submitted 9 May, 2026; originally announced May 2026.

  37. arXiv:2605.07194  [pdf, ps, other

    cs.CV cs.AI cs.LG

    Closed-Form Linear-Probe Dataset Distillation for Pre-trained Vision Models

    Authors: Bincheng Peng, Guang Li, Ping Liu, Takahiro Ogawa, Miki Haseyama

    Abstract: Dataset distillation compresses a large training set into a small synthetic set that preserves downstream training utility. While most existing methods target training networks from scratch, modern visual transfer learning often uses frozen pre-trained encoders followed by lightweight linear probing. Existing distillation methods for this setting either unroll iterative linear-probe updates with t… ▽ More

    Submitted 7 May, 2026; originally announced May 2026.

  38. arXiv:2605.07172  [pdf, ps, other

    cs.CL

    Topology-Enhanced Alignment for Large Language Models: Trajectory Topology Loss and Topological Preference Optimization

    Authors: Yurui Pan, Ke Xu, Bo Peng

    Abstract: Alignment of large language models (LLMs) via SFT and RLHF/DPO typically ignores the global geometry of the representation space, relying instead on local token likelihoods or scalar scores. We view generation as tracing a semantic trajectory in hidden space and propose a topology-enhanced alignment framework that regularizes these trajectories using 0-dimensional persistent homology. First, for S… ▽ More

    Submitted 7 May, 2026; originally announced May 2026.

    Comments: Accepted to ACL 2026. 15 pages

  39. arXiv:2605.07149  [pdf, ps, other

    cs.CV

    Real-IAD MVN: A Multi-View Normal Vector Dataset and Benchmark for High-Fidelity Industrial Anomaly Detection

    Authors: Wenbing Zhu, Jianing Liang, Linjie Cheng, Yurui Pan, Zhuhao Chen, Qingwang Yan, Yudong Cheng, Jianghui Zhang, Mingmin Chi, Bo Peng

    Abstract: Industrial Anomaly Detection (IAD) is critical for quality control, but existing methods struggle with subtle, geometric defects. Standard 2D (RGB) images are sensitive to texture and lighting but often miss fine geometric anomalies. While 3D point clouds capture macro-shape, they are typically too sparse to detect micro-defects like scratches or pits. We address this fundamental data limitation b… ▽ More

    Submitted 7 May, 2026; originally announced May 2026.

    Comments: Accepted to CVPR 2025. 15 pages

  40. arXiv:2605.07039  [pdf, ps, other

    cs.LG

    PACEvolve++: Improving Test-time Learning for Evolutionary Search Agents

    Authors: Minghao Yan, Bo Peng, Benjamin Coleman, Ziqi Chen, Zhouhang Xie, Shuo Chen, Zhankui He, Noveen Sachdeva, Weili Wang, Ed H. Chi, Shivaram Venkataraman, Wang-Cheng Kang, Derek Zhiyuan Cheng, Beidou Wang

    Abstract: Large language models have become drivers of evolutionary search, but most systems rely on a fixed, prompt-elicited policy to sample next candidates. This limits adaptation in practical engineering and research tasks, where evaluations are expensive, and progress depends on learning task-specific search dynamics. We introduce PACEvolve++, an advisor-model reinforcement learning framework for test-… ▽ More

    Submitted 7 May, 2026; originally announced May 2026.

  41. arXiv:2605.06554  [pdf, ps, other

    cs.CL

    Long Context Pre-Training with Lighthouse Attention

    Authors: Bowen Peng, Subho Ghosh, Jeffrey Quesnelle

    Abstract: Training causal transformers at extreme sequence lengths is bottlenecked by the quadratic time and memory of scaled dot-product attention (SDPA). In this work, we propose Lighthouse Attention, a training-only symmetrical selection-based hierarchical attention algorithm that wraps around ordinary SDPA and can be easily removed towards the end of the training. Our hierarchical selection is also grad… ▽ More

    Submitted 7 May, 2026; originally announced May 2026.

    Comments: 18 pages, 4 figures, 4 tables

  42. arXiv:2605.06546  [pdf, ps, other

    cs.CL

    Efficient Pre-Training with Token Superposition

    Authors: Bowen Peng, Théo Gigant, Jeffrey Quesnelle

    Abstract: Pre-training of Large Language Models is often prohibitively expensive and inefficient at scale, requiring complex and invasive modifications in order to achieve high data throughput. In this work, we present Token-Superposition Training (TST), a simple drop-in method that significantly improves the data throughput per FLOPs during pre-training without modifying the parallelism, optimizer, tokeniz… ▽ More

    Submitted 19 May, 2026; v1 submitted 7 May, 2026; originally announced May 2026.

    Comments: 25 pages, 11 figures, 28 tables

  43. arXiv:2605.00883  [pdf, ps, other

    cs.CV cs.AI

    Towards High Fidelity Face Swapping: A Comprehensive Survey and New Benchmark

    Authors: Qi Li, Weining Wang, Shuangjun Du, Bo Peng, Jing Dong, Kun Wang, Zhenan Sun, Ming-Hsuan Yang

    Abstract: Face swapping has witnessed significant progress in recent years, largely driven by advances in deep generative models such as GANs and diffusion models.Despite these advances, existing methods remain fragmented across different paradigms, and their evaluation is highly inconsistent due to the lack of standardized datasets and protocols. Moreover, prior surveys primarily focus on broader deepfake… ▽ More

    Submitted 26 April, 2026; originally announced May 2026.

  44. arXiv:2604.28181  [pdf, ps, other

    cs.AI cs.CL cs.LG

    Synthetic Computers at Scale for Long-Horizon Productivity Simulation

    Authors: Tao Ge, Baolin Peng, Hao Cheng, Jianfeng Gao

    Abstract: Realistic long-horizon productivity work is strongly conditioned on user-specific computer environments, where much of the work context is stored and organized through directory structures and content-rich artifacts. To scale synthetic data creation for such productivity scenarios, we introduce Synthetic Computers at Scale, a scalable methodology for creating such environments with realistic folde… ▽ More

    Submitted 30 April, 2026; originally announced April 2026.

    Comments: Preview version; work in progress

  45. arXiv:2604.27263  [pdf, ps, other

    cs.CL

    Decoupling the Benefits of Subword Tokenization for Language Model Training via Byte-level Simulation

    Authors: Théo Gigant, Bowen Peng, Jeffrey Quesnelle

    Abstract: Subword tokenization is an essential part of modern large language models (LLMs), yet its specific contributions to training efficiency and model performance remain poorly understood. In this work, we decouple the effects of subword tokenization by isolating them within a controlled byte-level pretraining pipeline. We formulate and test hypotheses across various dimensions, including sample throug… ▽ More

    Submitted 14 May, 2026; v1 submitted 29 April, 2026; originally announced April 2026.

    Comments: 14 pages, 7 figures

  46. arXiv:2604.27253  [pdf, ps, other

    cs.AI

    AutoSurfer -- Teaching Web Agents through Comprehensive Surfing, Learning, and Modeling

    Authors: Fazle Elahi Faisal, Qianhui Wu, Baolin Peng, Jianfeng Gao

    Abstract: Recent advances in multimodal large language models (LLMs) have revolutionized web agents that can automate complex tasks on websites. However, their accuracy remains limited by the scarcity of high-quality web trajectory training data. Existing automatic trajectory generation methods suffer from incomplete website coverage due to homepage-based task proposals or random-walk exploration. Such meth… ▽ More

    Submitted 29 April, 2026; originally announced April 2026.

    Comments: 21 pages, 3 figures

  47. arXiv:2604.24833  [pdf, ps, other

    cs.RO cs.AI cs.GR cs.LG

    MotionBricks: Scalable Real-Time Motions with Modular Latent Generative Model and Smart Primitives

    Authors: Tingwu Wang, Olivier Dionne, Michael De Ruyter, David Minor, Davis Rempe, Kaifeng Zhao, Mathis Petrovich, Ye Yuan, Chenran Li, Zhengyi Luo, Brian Robison, Xavier Blackwell, Bernardo Antoniazzi, Xue Bin Peng, Yuke Zhu, Simon Yuen

    Abstract: Despite transformative advances in generative motion synthesis, real-time interactive motion control remains dominated by traditional techniques. In this work, we identify two key challenges in bridging research and production: 1) Real-time scalability: Industry applications demand real-time generation of a vast repertoire of motion skills, while generative methods exhibit significant degradation… ▽ More

    Submitted 27 April, 2026; originally announced April 2026.

    Comments: ACM Transactions on Graphics; SIGGRAPH 2026. Project page: https://nvlabs.github.io/motionbricks/

  48. arXiv:2604.23781  [pdf, ps, other

    cs.CV cs.SE

    ClawMark: A Living-World Benchmark for Multi-Turn, Multi-Day, Multimodal Coworker Agents

    Authors: Fanqing Meng, Lingxiao Du, Zijian Wu, Guanzheng Chen, Xiangyan Liu, Jiaqi Liao, Chonghe Jiang, Zhenglin Wan, Jiawei Gu, Pengfei Zhou, Rui Huang, Ziqi Zhao, Shengyuan Ding, Ailing Yu, Bo Peng, Bowei Xia, Hao Sun, Haotian Liang, Ji Xie, Jiajun Chen, Jiajun Song, Liu Yang, Ming Xu, Qionglin Qiu, Runhao Fu , et al. (24 additional authors not shown)

    Abstract: Language-model agents are increasingly used as persistent coworkers that assist users across multiple working days. During such workflows, the surrounding environment may change independently of the agent: new emails arrive, calendar entries shift, knowledge-base records are updated, and evidence appears across images, scanned PDFs, audio, video, and spreadsheets. Existing benchmarks do not adequa… ▽ More

    Submitted 5 May, 2026; v1 submitted 26 April, 2026; originally announced April 2026.

    Comments: github repo: https://github.com/evolvent-ai/ClawMark

  49. arXiv:2604.20835  [pdf, ps, other

    cs.CL

    Parallel-SFT: Improving Zero-Shot Cross-Programming-Language Transfer for Code RL

    Authors: Zhaofeng Wu, Shiqi Wang, Boya Peng, Anuj Goyal, Melanie Kambadur, Sebastian Ruder, Yoon Kim, Chloe Bi

    Abstract: Modern language models demonstrate impressive coding capabilities in common programming languages (PLs), such as C++ and Python, but their performance in lower-resource PLs is often limited by training data availability. In principle, however, most programming skills are universal across PLs, so the capability acquired in one PL should transfer to others. In this work, we propose the task of zero-… ▽ More

    Submitted 23 April, 2026; v1 submitted 22 April, 2026; originally announced April 2026.

  50. arXiv:2604.17335  [pdf, ps, other

    cs.RO

    Learning Whole-Body Humanoid Locomotion via Motion Generation and Motion Tracking

    Authors: Zewei Zhang, Kehan Wen, Michael Xu, Junzhe He, Chenhao Li, Takahiro Miki, Clemens Schwarke, Chong Zhang, Xue Bin Peng, Marco Hutter

    Abstract: Whole-body humanoid locomotion is challenging due to high-dimensional control, morphological instability, and the need for real-time adaptation to various terrains using onboard perception. Directly applying reinforcement learning (RL) with reward shaping to humanoid locomotion often leads to lower-body-dominated behaviors, whereas imitation-based RL can learn more coordinated whole-body skills bu… ▽ More

    Submitted 12 July, 2026; v1 submitted 19 April, 2026; originally announced April 2026.