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

Showing 1–50 of 158 results for author: Tao, L

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

    math.OC cs.LG

    Difference-of-Convex Regularization for Graph Learning by Differentiable Programming

    Authors: Liping Tao, Chee Wei Tan

    Abstract: Laplacian-regularized minimization is fundamental in signal processing and machine learning, but is limited by the dense and ill-conditioned nature of the graph Laplacian pseudoinverse. While the Laplacian itself is sparse, its pseudoinverse is dense and often ill-conditioned, rendering direct computation impractical at scale. Moreover, pseudoinverse learning is more challenging than Laplacian lea… ▽ More

    Submitted 12 August, 2026; originally announced August 2026.

  2. arXiv:2607.28087  [pdf, ps, other

    cs.AI

    Diversifying Personalized Research Ideation against AI-Induced Homogenization

    Authors: Rui Xu, Yunke Wang, Linwei Tao, Wenjie Xuan, Yong Luo

    Abstract: AI-assisted research ideation has emerged as a promising paradigm for accelerating scientific discovery, with systems now capable of generating research directions conditioned on papers, topics, or lightweight researcher contexts. Yet current systems largely optimize individual suggestions in isolation. This leaves two blind spots. First, coarse researcher representations may elicit mainstream dir… ▽ More

    Submitted 30 July, 2026; originally announced July 2026.

  3. 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

  4. arXiv:2607.03671  [pdf, ps, other

    q-bio.QM cs.LG nlin.CD q-bio.NC

    Diffusion learning reveals viable parameter manifolds and compensation geometry in biological dynamical systems

    Authors: Ruilin Zhang, Louis Tao, Zhuo-Cheng Xiao

    Abstract: Models of complex systems often have many parameters, yet are constrained by far fewer experimentally accessible observables: similar activity can emerge from coordinated parameter changes. We formalize these compatible parameter sets as \emph{viable parameter manifolds}: the inverse images of a system's target dynamical behaviors under a parameter-to-feature map. The relevant codimension is not t… ▽ More

    Submitted 3 July, 2026; originally announced July 2026.

    Comments: 25 pages, 7 figures

  5. arXiv:2606.31691  [pdf, ps, other

    cs.RO

    FastDSAC: Enhancing Policy Plasticity via Constrained Exploration for Scalable Humanoid Locomotion

    Authors: Guanchen Lu, Yajuan Dun, Yi Zhou, Letian Tao, Jingliang Duan, Jie Li, Guofa Li

    Abstract: Scalable reinforcement learning has popularized high-throughput sampling architectures, which significantly compresses the training time for off-policy methods in robotic locomotion. However, the rapid increase of data volume and update frequency undermines the stability of value-based methods and diminishes the plasticity of policy networks. To address these challenges, this work presents FastDSA… ▽ More

    Submitted 30 June, 2026; originally announced June 2026.

    Comments: 8 pages, 9 figures. Code is available at https://github.com/luge66/FastDSAC

  6. arXiv:2606.27946  [pdf, ps, other

    q-bio.NC cond-mat.dis-nn cs.NE

    Heterogeneous synaptic motifs bridge microscale structure and macroscale nonlinear dynamics

    Authors: Meiyi Zhang, Jinjian Yu, Louis Tao, Yuxiu Shao

    Abstract: Recent breakthroughs in synaptic-resolution network connectomics have revealed that brain circuits feature fine-scale structural connectivity, such as pairs of correlated synaptic couplings known as second-order motifs. Large-scale recordings of neuronal activity in networks containing nonlinear neurons reveal macroscopic heterogeneous population dynamics throughout the brain. These findings rekin… ▽ More

    Submitted 26 June, 2026; originally announced June 2026.

    Comments: 36 pages, 14 figures

  7. arXiv:2606.21587  [pdf, ps, other

    cs.LG cs.AI

    FAST: A Framework for Aligned Sampling and Training in Parallel Reinforcement Learning for Autonomous Driving

    Authors: Bonan Wang, Letian Tao, Bin Shuai, Jiaxin Gao, Wenxin Zhao, Wei Xiong, Kehua Sheng, Bo Zhang, Yang Guan, Shengbo Eben Li

    Abstract: Deep reinforcement learning is pivotal for closed-loop autonomous driving yet remains constrained by severe bottlenecks in sampling efficiency. Standard parallel sampling mitigates this but suffers from the straggler effect, where the premature termination of a single environment necessitates a synchronized batch re-initialization, leading to suboptimal sample utilization and prohibitive re-initia… ▽ More

    Submitted 13 July, 2026; v1 submitted 19 June, 2026; originally announced June 2026.

  8. arXiv:2606.11408  [pdf, ps, other

    cs.RO

    Dynamic Execution Horizon Prediction for Chunk-based Robot Policies

    Authors: Yuchi Zhao, Miroslav Bogdanovic, Arjun Sohal, Liyu Tao, Kourosh Darvish, Alán Aspuru-Guzik, Florian Shkurti, Animesh Garg

    Abstract: Action chunking has become a standard design in modern robot policies, from diffusion/flow policies to vision-language-action models, where the policy predicts a sequence of actions and executes a fixed number of them instead of acting one step at a time. However, this paradigm relies on a key assumption: a fixed execution horizon. During chunk execution, the policy operates open-loop, which is pa… ▽ More

    Submitted 9 July, 2026; v1 submitted 9 June, 2026; originally announced June 2026.

  9. arXiv:2606.10968  [pdf, ps, other

    cs.LG cs.AI

    Beyond Uniform Token-Level Trust Region in LLM Reinforcement Learning

    Authors: Renjie Mao, Xiangxin Zhou, Lvfang Tao, Yixin Ding, Yu Shi, Yongguang Lin, Yuheng Wu, Honglin Zhu, Qian Qiu, Wenxi Zhu

    Abstract: Reinforcement learning with verifiable rewards (RLVR) has become standard for improving LLM reasoning. However, existing PPO-style trust-region mechanisms remain position-agnostic by enforcing uniform thresholds across all tokens independently. This pointwise treatment conflicts with autoregressive generation in two critical ways. First, uniform thresholds ignore autoregressive asymmetry. Early-st… ▽ More

    Submitted 10 June, 2026; v1 submitted 9 June, 2026; originally announced June 2026.

    Comments: Project Page: https://hunyuan-cppo.github.io/

  10. arXiv:2606.10243  [pdf, ps, other

    cs.LG

    DUET -- Dual User Embedding Transformers for Offsite Conversion Prediction

    Authors: Reazul Hasan Russel, Mingwei Tang, Rostam Shirani, Xinlong Liu, Navid Madani, Leo Ding, Yawen He, Xiangyu Wang, Mustafa Acar, Ashish Katiyar, Yuhai Li, Alan Yang, Metarya Ruparel, Derek Qiang Xu, Rupert Wu, Rui Yang, Liang Tao, Xinyi Zhao, Larry Zhang, Sri Reddy, Rob Malkin

    Abstract: Offsite conversion rate (OCVR) prediction is an important ranking problem in computational recommendation systems. This task presents a modeling challenge: click signals are abundant and exhibit short temporal horizons, whereas conversion signals are inherently sparse, long-delayed, and frequently unattributed. Despite these statistical disparities, both signal types must inform models that operat… ▽ More

    Submitted 8 June, 2026; originally announced June 2026.

  11. arXiv:2605.19344  [pdf, ps, other

    cs.CL

    Retrieval-Augmented Linguistic Calibration

    Authors: Yi-Fan Yeh, Linwei Tao, Minjing Dong, Tao Huang, Jialin Yu, Philip Torr, Chang Xu

    Abstract: Linguistic cues such as "I believe" and "probably" offer an intuitive interface for communicating confidence, yet a generalisable, principled calibration framework for linguistic confidence expressions remains underexplored. In particular, co-occurring linguistic cues, contextual variation, and subjective audience interpretation pose unique challenges. We therefore model linguistic confidence as a… ▽ More

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

  12. arXiv:2605.10359  [pdf, ps, other

    cs.NI math.OC

    Learning-Based Spectrum Cartography in Low Earth Orbit Satellite Networks: An Overview

    Authors: Liping Tao, Xindi Tong, Chee Wei Tan

    Abstract: Low earth orbit (LEO) satellite networks are emerging as a key infrastructure for global connectivity and space-based sensing. Many tasks in such systems can be formulated as measurement-set-to-spatial-inference problems, where spatial variables are inferred from sparse and heterogeneous wireless observations. Spectrum cartography provides a unifying framework for this paradigm, encompassing repre… ▽ More

    Submitted 11 May, 2026; originally announced May 2026.

  13. arXiv:2605.01340  [pdf, ps, other

    cs.RO eess.SP

    Terrain Perception for Agricultural UAVs in Complex Farmland via Rotating mmWave Radar

    Authors: Zhihao Zhan, Le Tao, Shaobin Li, Chenxin Fang, Xingrui Yang, Liang Li, Rui Fan, Yuhang Ming

    Abstract: Accurate terrain perception is essential for terrain-following flight of agricultural unmanned aerial vehicles (UAVs), yet remains challenging in real-world farmland due to occlusions, complex terrain geometry, and environmental disturbances. Millimeter-wave (mmWave) radar is a promising sensing modality for this task due to its robustness to adverse conditions; however, existing UAV-mounted radar… ▽ More

    Submitted 2 May, 2026; originally announced May 2026.

  14. arXiv:2605.00880  [pdf, ps, other

    cs.CV cs.AI

    Adversarial Flow Matching for Imperceptible Attacks on End-to-End Autonomous Driving

    Authors: Xinyu Zeng, Xiangkun He, Lei Tao, Chen Lv, Hong Cheng

    Abstract: Autonomous driving (AD) is evolving towards end-to-end (E2E) frameworks through two primary paradigms: monolithic models exemplified by Vision-Language-Action (VLA), and specialized modular architectures. Despite their divergent designs, both paradigms increasingly rely on Transformer backbones for complex reasoning, potentially causing a shared vulnerability: visually imperceptible perturbations… ▽ More

    Submitted 26 April, 2026; originally announced May 2026.

    Comments: 16 pages, 11 figures

  15. arXiv:2604.25164  [pdf, ps, other

    cs.CV

    IAM: Identity-Aware Human Motion and Shape Joint Generation

    Authors: Wenqi Jia, Zekun Li, Abhay Mittal, Chengcheng Tang, Chuan Guo, Lezi Wang, James Matthew Rehg, Lingling Tao, Size An

    Abstract: Recent advances in text-driven human motion generation enable models to synthesize realistic motion sequences from natural language descriptions. However, most existing approaches assume identity-neutral motion and generate movements using a canonical body representation, ignoring the strong influence of body morphology on motion dynamics. In practice, attributes such as body proportions, mass dis… ▽ More

    Submitted 27 April, 2026; originally announced April 2026.

  16. arXiv:2604.25138  [pdf, ps, other

    math.OC cs.LG

    Accelerating Regularized Attention Kernel Regression for Spectrum Cartography

    Authors: Liping Tao, Chee Wei Tan

    Abstract: Spectrum cartography reconstructs spatial radio fields from sparse and heterogeneous wireless measurements, underpinning many sensing and optimization tasks in wireless networks. Attention mechanisms have recently enabled adaptive measurement aggregation via attention kernel-based formulations. However, the resulting exponential kernels exhibit severe spectral imbalance, inducing large condition n… ▽ More

    Submitted 27 April, 2026; originally announced April 2026.

  17. arXiv:2604.20290  [pdf

    cs.RO

    Onboard Wind Estimation for Small UAVs Equipped with Low-Cost Sensors: An Aerodynamic Model-Integrated Filtering Approach

    Authors: Bingchen Cheng, Tielin Ma, Jingcheng Fu, Lulu Tao, Tianhui Guo

    Abstract: To enable autonomous wind estimation for energy-efficient flight in small unmanned aerial vehicles (UAVs), this study proposes a method that estimates flight states and wind using only the low-cost essential onboard sensors required for autonomous flight, without relying on additional wind measurement devices. The core of the method includes an Extended Kalman Filter (EKF) integrated with the aero… ▽ More

    Submitted 22 April, 2026; originally announced April 2026.

  18. arXiv:2604.06036  [pdf, ps, other

    cs.DC cs.CV cs.LG

    CodecSight: Leveraging Video Codec Signals for Efficient Streaming VLM Inference

    Authors: Yulin Zou, Yan Chen, Wenyan Chen, JooYoung Park, Shivaraman Nitin, Luo Tao, Francisco Romero, Dmitrii Ustiugov

    Abstract: Video streaming analytics is a crucial workload for vision-language model serving, but the high cost of multimodal inference limits scalability. Prior systems reduce inference cost by exploiting temporal and spatial redundancy in video streams, but they target either the vision transformer (ViT) or the LLM with a limited view, leaving end-to-end opportunities untapped. Moreover, existing methods i… ▽ More

    Submitted 9 April, 2026; v1 submitted 7 April, 2026; originally announced April 2026.

    Comments: 18 pages, 34 figures

  19. arXiv:2604.05297  [pdf, ps, other

    cs.AI

    Breakthrough the Suboptimal Stable Point in Value-Factorization-Based Multi-Agent Reinforcement Learning

    Authors: Lesong Tao, Yifei Wang, Haodong Jing, Jingwen Fu, Miao Kang, Shitao Chen, Nanning Zheng

    Abstract: Value factorization, a popular paradigm in MARL, faces significant theoretical and algorithmic bottlenecks: its tendency to converge to suboptimal solutions remains poorly understood and unsolved. Theoretically, existing analyses fail to explain this due to their primary focus on the optimal case. To bridge this gap, we introduce a novel theoretical concept: the stable point, which characterizes t… ▽ More

    Submitted 6 April, 2026; originally announced April 2026.

  20. arXiv:2603.22879  [pdf, ps, other

    cs.LG cs.AI

    Confidence Calibration under Ambiguous Ground Truth

    Authors: Linwei Tao, Haoyang Luo, Minjing Dong, Chang Xu

    Abstract: Confidence calibration assumes a unique ground-truth label per input, yet this assumption fails wherever annotators genuinely disagree. Post-hoc calibrators fitted on majority-voted labels, the standard single-label targets used in practice, can appear well-calibrated under conventional evaluation yet remain substantially miscalibrated against the underlying annotator distribution. We show that th… ▽ More

    Submitted 24 March, 2026; originally announced March 2026.

  21. arXiv:2603.21208  [pdf, ps, other

    cs.CV cs.LG

    JANUS: A Lightweight Framework for Jailbreaking Text-to-Image Models via Distribution Optimization

    Authors: Haolun Zheng, Yu He, Tailun Chen, Shuo Shao, Zhixuan Chu, Hongbin Zhou, Lan Tao, Zhan Qin, Kui Ren

    Abstract: Text-to-image (T2I) models such as Stable Diffusion and DALLE remain susceptible to generating harmful or Not-Safe-For-Work (NSFW) content under jailbreak attacks despite deployed safety filters. Existing jailbreak attacks either rely on proxy-loss optimization instead of the true end-to-end objective, or depend on large-scale and costly RL-trained generators. Motivated by these limitations, we pr… ▽ More

    Submitted 26 March, 2026; v1 submitted 22 March, 2026; originally announced March 2026.

    Comments: This paper is accepted by the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) 2026. 18 pages, 8 figures

  22. arXiv:2603.07685  [pdf, ps, other

    cs.DC cs.CL cs.LG

    Scalable Training of Mixture-of-Experts Models with Megatron Core

    Authors: Zijie Yan, Hongxiao Bai, Xin Yao, Dennis Liu, Tong Liu, Hongbin Liu, Pingtian Li, Evan Wu, Shiqing Fan, Li Tao, Robin Zhang, Yuzhong Wang, Shifang Xu, Jack Chang, Xuwen Chen, Kunlun Li, Yan Bai, Gao Deng, Nan Zheng, Vijay Anand Korthikanti, Abhinav Khattar, Ethan He, Soham Govande, Sangkug Lym, Zhongbo Zhu , et al. (20 additional authors not shown)

    Abstract: Scaling Mixture-of-Experts (MoE) training introduces systems challenges absent in dense models. Because each token activates only a subset of experts, this sparsity allows total parameters to grow much faster than per-token computation, creating coupled constraints across memory, communication, and computation. Optimizing one dimension often shifts pressure to another, demanding co-design across t… ▽ More

    Submitted 10 March, 2026; v1 submitted 8 March, 2026; originally announced March 2026.

    Comments: Technical Report. 88 pages. 42 figures

  23. arXiv:2603.04457  [pdf, ps, other

    cs.AI cs.CE physics.soc-ph

    Capability Thresholds and Manufacturing Topology: How Embodied Intelligence Triggers Phase Transitions in Economic Geography

    Authors: Xinmin Fang, Lingfeng Tao, Zhengxiong Li

    Abstract: The fundamental topology of manufacturing has not undergone a paradigm-level transformation since Henry Ford's moving assembly line in 1913. Every major innovation of the past century, from the Toyota Production System to Industry 4.0, has optimized within the Fordist paradigm without altering its structural logic: centralized mega-factories, located near labor pools, producing at scale. We argue… ▽ More

    Submitted 2 March, 2026; originally announced March 2026.

  24. arXiv:2603.02613  [pdf, ps, other

    cs.LG cs.RO

    Real-Time Generative Policy via Langevin-Guided Flow Matching for Autonomous Driving

    Authors: Tianze Zhu, Yinuo Wang, Wenjun Zou, Tianyi Zhang, Likun Wang, Letian Tao, Feihong Zhang, Yao Lyu, Shengbo Eben Li

    Abstract: Reinforcement learning (RL) is a fundamental methodology in autonomous driving systems, where generative policies exhibit considerable potential by leveraging their ability to model complex distributions to enhance exploration. However, their inherent high inference latency severely impedes their deployment in real-time decision-making and control. To address this issue, we propose diffusion actor… ▽ More

    Submitted 3 March, 2026; originally announced March 2026.

  25. arXiv:2602.15620  [pdf, ps, other

    cs.CL cs.AI

    STAPO: Stabilizing Reinforcement Learning for LLMs by Silencing Rare Spurious Tokens

    Authors: Shiqi Liu, Zeyu He, Guojian Zhan, Letian Tao, Zhilong Zheng, Jiang Wu, Yinuo Wang, Yang Guan, Kehua Sheng, Bo Zhang, Keqiang Li, Jingliang Duan, Shengbo Eben Li

    Abstract: Reinforcement Learning (RL) has significantly improved large language model reasoning, but existing RL fine-tuning methods rely heavily on heuristic techniques such as entropy regularization and reweighting to maintain stability. In practice, they often suffer from late-stage performance collapse, leading to degraded reasoning quality and unstable training. We identify a key factor behind this ins… ▽ More

    Submitted 25 May, 2026; v1 submitted 17 February, 2026; originally announced February 2026.

  26. arXiv:2602.14536  [pdf, ps, other

    cs.CL cs.AI

    Explainable Token-level Noise Filtering for LLM Fine-tuning Datasets

    Authors: Yuchen Yang, Wenze Lin, Enhao Huang, Zhixuan Chu, Hongbin Zhou, Lan Tao, Yiming Li, Zhan Qin, Kui Ren

    Abstract: Large Language Models (LLMs) have seen remarkable advancements, achieving state-of-the-art results in diverse applications. Fine-tuning, an important step for adapting LLMs to specific downstream tasks, typically involves further training on corresponding datasets. However, a fundamental discrepancy exists between current fine-tuning datasets and the token-level optimization mechanism of LLMs: mos… ▽ More

    Submitted 5 April, 2026; v1 submitted 16 February, 2026; originally announced February 2026.

  27. arXiv:2602.13810  [pdf, ps, other

    cs.LG cs.AI

    Mean Flow Policy with Instantaneous Velocity Constraint for One-step Action Generation

    Authors: Guojian Zhan, Letian Tao, Pengcheng Wang, Yixiao Wang, Yiheng Li, Yuxin Chen, Hongyang Li, Masayoshi Tomizuka, Shengbo Eben Li

    Abstract: Learning expressive and efficient policy functions is a promising direction in reinforcement learning (RL). While flow-based policies have recently proven effective in modeling complex action distributions with a fast deterministic sampling process, they still face a trade-off between expressiveness and computational burden, which is typically controlled by the number of flow steps. In this work,… ▽ More

    Submitted 7 March, 2026; v1 submitted 14 February, 2026; originally announced February 2026.

    Comments: ICLR Oral Presentation

  28. arXiv:2602.12370  [pdf, ps, other

    cs.CV

    LLaMo: Scaling Pretrained Language Models for Unified Motion Understanding and Generation with Continuous Autoregressive Tokens

    Authors: Zekun Li, Sizhe An, Chengcheng Tang, Chuan Guo, Ivan Shugurov, Linguang Zhang, Amy Zhao, Srinath Sridhar, Lingling Tao, Abhay Mittal

    Abstract: Recent progress in large models has led to significant advances in unified multimodal generation and understanding. However, the development of models that unify motion-language generation and understanding remains largely underexplored. Existing approaches often fine-tune large language models (LLMs) on paired motion-text data, which can result in catastrophic forgetting of linguistic capabilitie… ▽ More

    Submitted 16 April, 2026; v1 submitted 12 February, 2026; originally announced February 2026.

    Comments: Project page: https://kunkun0w0.github.io/project/LLaMo/

  29. arXiv:2602.11860  [pdf, ps, other

    cs.AI

    Talk2DM: Enabling Natural Language Querying and Commonsense Reasoning for Vehicle-Road-Cloud Integrated Dynamic Maps with Large Language Models

    Authors: Lu Tao, Jinxuan Luo, Yousuke Watanabe, Zhengshu Zhou, Yuhuan Lu, Shen Ying, Pan Zhang, Fei Zhao, Hiroaki Takada

    Abstract: Dynamic maps (DM) serve as the fundamental information infrastructure for vehicle-road-cloud (VRC) cooperative autonomous driving in China and Japan. By providing comprehensive traffic scene representations, DM overcome the limitations of standalone autonomous driving systems (ADS), such as physical occlusions. Although DM-enhanced ADS have been successfully deployed in real-world applications in… ▽ More

    Submitted 12 February, 2026; originally announced February 2026.

    Comments: Submitted to IEEE TITS. Under review

  30. arXiv:2601.16510  [pdf, ps, other

    cs.MS cs.LG math.OC

    Learning to Optimize by Differentiable Programming

    Authors: Liping Tao, Xindi Tong, Chee Wei Tan

    Abstract: Solving massive-scale optimization problems requires scalable first-order methods with low per-iteration cost. This tutorial highlights a shift in optimization: using differentiable programming not only to execute algorithms but to learn how to design them. Modern frameworks such as PyTorch, TensorFlow, and JAX enable this paradigm through efficient automatic differentiation. Embedding first-order… ▽ More

    Submitted 6 July, 2026; v1 submitted 23 January, 2026; originally announced January 2026.

  31. arXiv:2601.10911  [pdf, ps, other

    cs.LG

    Realistic Curriculum Reinforcement Learning for Autonomous and Sustainable Marine Vessel Navigation

    Authors: Zhang Xiaocai, Xiao Zhe, Liang Maohan, Liu Tao, Li Haijiang, Zhang Wenbin

    Abstract: Sustainability is becoming increasingly critical in the maritime transport, encompassing both environmental and social impacts, such as Greenhouse Gas (GHG) emissions and navigational safety. Traditional vessel navigation heavily relies on human experience, often lacking autonomy and emission awareness, and is prone to human errors that may compromise safety. In this paper, we propose a Curriculum… ▽ More

    Submitted 15 January, 2026; originally announced January 2026.

    Comments: Present in The 40th Annual AAAI Conference on Artificial Intelligence (AAAI-26)

  32. PhysSFI-Net: Physics-informed Geometric Learning of Skeletal and Facial Interactions for Orthognathic Surgical Outcome Prediction

    Authors: Jiahao Bao, Huazhen Liu, Yu Zhuang, Leran Tao, Xinyu Xu, Yongtao Shi, Mengjia Cheng, Yiming Wang, Congshuang Ku, Ting Zeng, Yilang Du, Siyi Chen, Shunyao Shen, Suncheng Xiang, Hongbo Yu

    Abstract: Orthognathic surgery repositions jaw bones to restore occlusion and enhance facial aesthetics. Accurate simulation of postoperative facial morphology is essential for preoperative planning. This study aims to develop and validate a physics-informed geometric deep learning framework named PhysSFI-Net for precise prediction of soft tissue deformation following orthognathic surgery. The model integra… ▽ More

    Submitted 19 August, 2026; v1 submitted 5 January, 2026; originally announced January 2026.

    Comments: 16 pages, 9 figures

    Journal ref: Bao, J., Liu, H., Zhuang, Y. et al. PhysSFI-Net: physics-informed geometric learning of skeletal and facial interactions for orthognathic surgical outcome prediction. npj Digit. Med. (2026)

  33. arXiv:2601.01910  [pdf, ps, other

    cs.AI

    MMP-A*: Multimodal Perception Enhanced Incremental Heuristic Search on Path Planning

    Authors: Minh Hieu Ha, Khanh Ly Ta, Hung Phan, Tung Doan, Tung Dao, Dao Tran, Huynh Thi Thanh Binh

    Abstract: Autonomous path planning requires a synergy between global reasoning and geometric precision, especially in complex or cluttered environments. While classical A* is valued for its optimality, it incurs prohibitive computational and memory costs in large-scale scenarios. Recent attempts to mitigate these limitations by using Large Language Models for waypoint guidance remain insufficient, as they r… ▽ More

    Submitted 22 January, 2026; v1 submitted 5 January, 2026; originally announced January 2026.

  34. arXiv:2512.20059  [pdf, ps, other

    cs.MM cs.LG

    DS-HGCN: A Dual-Stream Hypergraph Convolutional Network for Predicting Student Engagement via Social Contagion

    Authors: Ziyang Fan, Li Tao, Yi Wang, Jingwei Qu, Ying Wang, Fei Jiang

    Abstract: Student engagement is a critical factor influencing academic success and learning outcomes. Accurately predicting student engagement is essential for optimizing teaching strategies and providing personalized interventions. However, most approaches focus on single-dimensional feature analysis and assessing engagement based on individual student factors. In this work, we propose a dual-stream multi-… ▽ More

    Submitted 23 December, 2025; originally announced December 2025.

    Comments: 14pages,Accepted by MMM2026

  35. arXiv:2512.03794  [pdf, ps, other

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

    AdaptVision: Efficient Vision-Language Models via Adaptive Visual Acquisition

    Authors: Zichuan Lin, Yicheng Liu, Yang Yang, Lvfang Tao, Deheng Ye

    Abstract: Vision-Language Models (VLMs) have achieved remarkable success in visual question answering tasks, but their reliance on large numbers of visual tokens introduces significant computational overhead. While existing efficient VLM approaches reduce visual tokens through fixed-ratio compression, they operate passively and lack the ability to adapt to varying task requirements. This motivates a fundame… ▽ More

    Submitted 20 March, 2026; v1 submitted 3 December, 2025; originally announced December 2025.

    Comments: Accepted by CVPR 2026. Code and models are available at https://github.com/AdaptVision/AdaptVision

  36. arXiv:2511.19561  [pdf, ps, other

    cs.LG cs.AI cs.CV

    Merging without Forgetting: Continual Fusion of Task-Specific Models via Optimal Transport

    Authors: Zecheng Pan, Zhikang Chen, Ding Li, Min Zhang, Sen Cui, Hongshuo Jin, Luqi Tao, Yi Yang, Deheng Ye, Yu Zhang, Tingting Zhu, Tianling Ren

    Abstract: Merging models fine-tuned for different tasks into a single unified model has become an increasingly important direction for building versatile, efficient multi-task systems. Existing approaches predominantly rely on parameter interpolation in weight space, which we show introduces significant distribution shift in the feature space and undermines task-specific knowledge. In this paper, we propose… ▽ More

    Submitted 24 November, 2025; originally announced November 2025.

  37. arXiv:2511.13249  [pdf, ps, other

    cs.CV

    Referring Camouflaged Object Detection With Multi-Context Overlapped Windows Cross-Attention

    Authors: Yu Wen, Shuyong Gao, Shuping Zhang, Miao Huang, Lili Tao, Han Yang, Haozhe Xing, Lihe Zhang, Boxue Hou

    Abstract: Referring camouflaged object detection (Ref-COD) aims to identify hidden objects by incorporating reference information such as images and text descriptions. Previous research has transformed reference images with salient objects into one-dimensional prompts, yielding significant results. We explore ways to enhance performance through multi-context fusion of rich salient image features and camoufl… ▽ More

    Submitted 17 November, 2025; originally announced November 2025.

    Comments: 12 pages, 7figures, This work is supported by National Nature Science Foundation of China (Grant No. 62203291)

  38. arXiv:2511.00139  [pdf, ps, other

    cs.RO cs.AI

    End-to-End Dexterous Arm-Hand VLA Policies via Shared Autonomy: VR Teleoperation Augmented by Autonomous Hand VLA Policy for Efficient Data Collection

    Authors: Yu Cui, Yujian Zhang, Lina Tao, Yang Li, Xinyu Yi, Zhibin Li

    Abstract: Achieving human-like dexterous manipulation remains a major challenge for general-purpose robots. While Vision-Language-Action (VLA) models show potential in learning skills from demonstrations, their scalability is limited by scarce high-quality training data. Existing data collection methods face inherent constraints: manual teleoperation overloads human operators, while automated planning often… ▽ More

    Submitted 13 December, 2025; v1 submitted 31 October, 2025; originally announced November 2025.

  39. arXiv:2510.24145  [pdf, ps, other

    cs.AI

    OpsAgent: An Evolving Multi-agent System for Incident Management in Microservices

    Authors: Yu Luo, Jiamin Jiang, Jingfei Feng, Lei Tao, Qingliang Zhang, Xidao Wen, Yongqian Sun, Shenglin Zhang, Dan Pei

    Abstract: Incident management (IM) is central to the reliability of large-scale microservice systems. Yet manual IM, where on-call engineers examine metrics, logs, and traces is labor-intensive and error-prone in the face of massive and heterogeneous observability data. Existing automated IM approaches often struggle to generalize across systems, provide limited interpretability, and incur high deployment c… ▽ More

    Submitted 12 May, 2026; v1 submitted 28 October, 2025; originally announced October 2025.

  40. arXiv:2510.19203  [pdf, ps, other

    q-fin.CP cs.CL

    Aligning Multilingual News for Stock Return Prediction

    Authors: Yuntao Wu, Lynn Tao, Ing-Haw Cheng, Charles Martineau, Yoshio Nozawa, John Hull, Andreas Veneris

    Abstract: News spreads rapidly across languages and regions, but translations may lose subtle nuances. We propose a method to align sentences in multilingual news articles using optimal transport, identifying semantically similar content across languages. We apply this method to align more than 140,000 pairs of Bloomberg English and Japanese news articles covering around 3500 stocks in Tokyo exchange over 2… ▽ More

    Submitted 21 October, 2025; originally announced October 2025.

    Comments: 6 pages, 4 tables, 2 figures, AI for Finance Symposium'25 Workshop at ICAIF'25

    ACM Class: J.4; I.2.7

  41. arXiv:2510.07242  [pdf, ps, other

    cs.CL cs.LG

    Hybrid Reinforcement: When Reward Is Sparse, It's Better to Be Dense

    Authors: Leitian Tao, Ilia Kulikov, Swarnadeep Saha, Tianlu Wang, Jing Xu, Sharon Li, Jason E Weston, Ping Yu

    Abstract: Post-training for reasoning of large language models (LLMs) increasingly relies on verifiable rewards: deterministic checkers that provide 0-1 correctness signals. While reliable, such binary feedback is brittle--many tasks admit partially correct or alternative answers that verifiers under-credit, and the resulting all-or-nothing supervision limits learning. Reward models offer richer, continuous… ▽ More

    Submitted 17 October, 2025; v1 submitted 8 October, 2025; originally announced October 2025.

    Comments: 21 pages

  42. arXiv:2510.02172  [pdf, ps, other

    cs.CL

    RESTRAIN: From Spurious Votes to Signals -- Self-Driven RL with Self-Penalization

    Authors: Zhaoning Yu, Will Su, Leitian Tao, Haozhu Wang, Aashu Singh, Hanchao Yu, Jianyu Wang, Hongyang Gao, Weizhe Yuan, Jason Weston, Ping Yu, Jing Xu

    Abstract: Reinforcement learning with human-annotated data has boosted chain-of-thought reasoning in large reasoning models, but these gains come at high costs in labeled data while faltering on harder tasks. A natural next step is experience-driven learning, where models improve without curated labels by adapting to unlabeled data. We introduce RESTRAIN (REinforcement learning with Self-restraint), a self-… ▽ More

    Submitted 2 October, 2025; originally announced October 2025.

  43. arXiv:2509.26074  [pdf, ps, other

    cs.CL

    Limited Preference Data? Learning Better Reward Model with Latent Space Synthesis

    Authors: Leitian Tao, Xuefeng Du, Sharon Li

    Abstract: Reward modeling, crucial for aligning large language models (LLMs) with human preferences, is often bottlenecked by the high cost of preference data. Existing textual data synthesis methods are computationally expensive. We propose a novel framework LENS for synthesizing preference data directly in the LLM's latent embedding space. Our method employs a Variational Autoencoder (VAE) to learn a stru… ▽ More

    Submitted 14 October, 2025; v1 submitted 30 September, 2025; originally announced September 2025.

    Comments: Accepted by NeurIPS 2025

  44. arXiv:2509.25137  [pdf, ps, other

    cs.AI cs.CL cs.LG

    The Era of Real-World Human Interaction: RL from User Conversations

    Authors: Chuanyang Jin, Jing Xu, Bo Liu, Leitian Tao, Olga Golovneva, Tianmin Shu, Wenting Zhao, Xian Li, Jason Weston

    Abstract: We posit that to achieve continual model improvement and multifaceted alignment, future models must learn from natural human interaction. Current conversational models are aligned using pre-annotated, expert-generated human feedback. In this work, we introduce Reinforcement Learning from Human Interaction (RLHI), a paradigm that learns directly from in-the-wild user conversations. We develop two c… ▽ More

    Submitted 29 September, 2025; originally announced September 2025.

  45. arXiv:2509.24202  [pdf, ps, other

    cs.CL cs.AI

    Can Large Language Models Express Uncertainty Like Human?

    Authors: Linwei Tao, Yi-Fan Yeh, Bo Kai, Minjing Dong, Tao Huang, Tom A. Lamb, Jialin Yu, Philip H. S. Torr, Chang Xu

    Abstract: Large language models (LLMs) are increasingly used in high-stakes settings, where overconfident responses can mislead users. Reliable confidence estimation has been shown to enhance trust and task accuracy. Yet existing methods face practical barriers: logits are often hidden, multi-sampling is computationally expensive, and verbalized numerical uncertainty (e.g., giving a 0-100 score) deviates fr… ▽ More

    Submitted 28 September, 2025; originally announced September 2025.

    Comments: 10 pages

  46. arXiv:2509.17566  [pdf, ps, other

    cs.CV cs.AI

    MRN: Harnessing 2D Vision Foundation Models for Diagnosing Parkinson's Disease with Limited 3D MR Data

    Authors: Ding Shaodong, Liu Ziyang, Zhou Yijun, Liu Tao

    Abstract: The automatic diagnosis of Parkinson's disease is in high clinical demand due to its prevalence and the importance of targeted treatment. Current clinical practice often relies on diagnostic biomarkers in QSM and NM-MRI images. However, the lack of large, high-quality datasets makes training diagnostic models from scratch prone to overfitting. Adapting pre-trained 3D medical models is also challen… ▽ More

    Submitted 22 September, 2025; originally announced September 2025.

    Comments: First-place solution of the classification track for MICCAI'2025 PDCADxFoundation Challenge

  47. arXiv:2508.02490  [pdf

    cs.AI

    PHM-Bench: A Domain-Specific Benchmarking Framework for Systematic Evaluation of Large Models in Prognostics and Health Management

    Authors: Puyu Yang, Laifa Tao, Zijian Huang, Haifei Liu, Wenyan Cao, Hao Ji, Jianan Qiu, Qixuan Huang, Xuanyuan Su, Yuhang Xie, Jun Zhang, Shangyu Li, Chen Lu, Zhixuan Lian

    Abstract: With the rapid advancement of generative artificial intelligence, large language models (LLMs) are increasingly adopted in industrial domains, offering new opportunities for Prognostics and Health Management (PHM). These models help address challenges such as high development costs, long deployment cycles, and limited generalizability. However, despite the growing synergy between PHM and LLMs, exi… ▽ More

    Submitted 4 August, 2025; originally announced August 2025.

  48. arXiv:2507.06261  [pdf, ps, other

    cs.CL cs.AI

    Gemini 2.5: Pushing the Frontier with Advanced Reasoning, Multimodality, Long Context, and Next Generation Agentic Capabilities

    Authors: Gheorghe Comanici, Eric Bieber, Mike Schaekermann, Ice Pasupat, Noveen Sachdeva, Inderjit Dhillon, Marcel Blistein, Ori Ram, Dan Zhang, Evan Rosen, Luke Marris, Sam Petulla, Colin Gaffney, Asaf Aharoni, Nathan Lintz, Tiago Cardal Pais, Henrik Jacobsson, Idan Szpektor, Nan-Jiang Jiang, Krishna Haridasan, Ahmed Omran, Nikunj Saunshi, Dara Bahri, Gaurav Mishra, Eric Chu , et al. (3410 additional authors not shown)

    Abstract: In this report, we introduce the Gemini 2.X model family: Gemini 2.5 Pro and Gemini 2.5 Flash, as well as our earlier Gemini 2.0 Flash and Flash-Lite models. Gemini 2.5 Pro is our most capable model yet, achieving SoTA performance on frontier coding and reasoning benchmarks. In addition to its incredible coding and reasoning skills, Gemini 2.5 Pro is a thinking model that excels at multimodal unde… ▽ More

    Submitted 19 December, 2025; v1 submitted 7 July, 2025; originally announced July 2025.

    Comments: 72 pages, 17 figures

  49. arXiv:2507.02960  [pdf, ps, other

    cs.NE cs.AI

    Optimization of Low-Latency Spiking Neural Networks Utilizing Historical Dynamics of Refractory Periods

    Authors: Liying Tao, Zonglin Yang, Delong Shang

    Abstract: The refractory period controls neuron spike firing rate, crucial for network stability and noise resistance. With advancements in spiking neural network (SNN) training methods, low-latency SNN applications have expanded. In low-latency SNNs, shorter simulation steps render traditional refractory mechanisms, which rely on empirical distributions or spike firing rates, less effective. However, omitt… ▽ More

    Submitted 30 June, 2025; originally announced July 2025.

  50. arXiv:2507.02373  [pdf, ps, other

    cs.CV

    UVLM: Benchmarking Video Language Model for Underwater World Understanding

    Authors: Xizhe Xue, Yang Zhou, Dawei Yan, Lijie Tao, Junjie Li, Ying Li, Haokui Zhang, Rong Xiao

    Abstract: Recently, the remarkable success of large language models (LLMs) has achieved a profound impact on the field of artificial intelligence. Numerous advanced works based on LLMs have been proposed and applied in various scenarios. Among them, video language models (VidLMs) are particularly widely used. However, existing works primarily focus on terrestrial scenarios, overlooking the highly demanding… ▽ More

    Submitted 18 November, 2025; v1 submitted 3 July, 2025; originally announced July 2025.

    Comments: 18 pages, 10 figures, 7 tables. Accepted to the Fortieth AAAI Conference on Artificial Intelligence (AAAI-26), 2026