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

Showing 1–50 of 153 results for author: Xie, K

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

    cs.SD

    FireRedTTS3: Unified Speech Generation and Editing with Semantically Enriched Speech Representations

    Authors: Feiyu Shen, Kun Xie, Yichen Wu, Ziqi Dai, Yichen Han, Junjie Li, Xuelong Geng, Fenglong Xie, Lei Xie, Xu Tang, Yao Hu

    Abstract: Recent continuous autoregressive TTS models operate directly on continuous speech representations, preserving rich acoustic details while leveraging the instruction-following capabilities of text LLMs. This paradigm opens new possibilities for voice cloning, instruction-controlled voice design, and speech editing, but remains susceptible to error accumulation during autoregressive generation. Exis… ▽ More

    Submitted 18 August, 2026; originally announced August 2026.

  2. arXiv:2608.16382  [pdf, ps, other

    cs.DS

    Incremental Directed Minimum Cut by Dynamizing Gabow's Algorithm

    Authors: Thatchaphol Saranurak, Kaiyang Xie, Zhaienhe Zhou

    Abstract: We give the first incremental algorithm for directed global minimum cut. Given a directed graph with $n$ vertices undergoing $m$ edge insertions, our deterministic algorithm explicitly maintains a global minimum cut or certifies that its value is at least $k$ in $O(km\log n)$ total update time. Prior work required either that $k\le2$ or that the graph is undirected. Our algorithm is a strict inc… ▽ More

    Submitted 17 August, 2026; originally announced August 2026.

  3. arXiv:2607.26828  [pdf, ps, other

    cs.LG cs.AI

    Budget-Aware LLM Discovery via Cost-Calibrated Frontier Utility

    Authors: Yansen Zhang, Yilu Liu, Tianyu Liu, Jiamin Chen, Xiaokun Zhang, Kai Xie, Xue Liu, Yiyan Qi, Chen Ma

    Abstract: Large language models increasingly support scientific and algorithmic discovery through inference-time search over evaluated candidates. Existing adaptive discovery controllers assign credit based only on score progress, even though prompt length, retries, and guidance calls cause search actions to incur different token costs. We prove that cost-blind credit can forfeit all but a vanishing fractio… ▽ More

    Submitted 5 August, 2026; v1 submitted 29 July, 2026; originally announced July 2026.

  4. arXiv:2607.04927  [pdf, ps, other

    cs.RO cs.AI

    DSWAM: A Dual-System World Action Foundation Model for Fine-Grained Robot Manipulation

    Authors: Jian Zhu, Jianjun Zhang, Taiyi Su, Tianbin Liu, Zhangyuan Wang, Kai Xie, Zitai Huang, Chong Ma, Youzhang He, Tianjian Wang, Hanyang Wang, Weihao Ding, Yi Xu

    Abstract: World Action Models (WAMs) provide a promising alternative to Vision-Language-Action (VLA) policies by using video-based world modeling as dense supervision for robot action learning. Existing WAMs excel at physically grounded execution, but typically lack the explicit language-level planning interface in VLM-based VLAs for decomposing coarse instructions. Such decomposition becomes important when… ▽ More

    Submitted 6 July, 2026; originally announced July 2026.

    Comments: 13 pages, 1 figures

  5. arXiv:2607.04675  [pdf, ps, other

    cs.CV

    ICME 2026 Grand Challenge on Cross-Scenario Defect Detection and Fine-Grained Severity Grading for High-Precision Manufacturing

    Authors: Wei Sun, Weixia Zhang, Linhan Cao, Mingkai Lu, Xiongkuo Min, Xiaoping Zhang, Patrick Le Callet, Guangtao Zhai, Hongxing Chen, Wenqi Wu, Zhenhao Hu, Shanshan Lin, Guanjie Huang, Kai Xie, Rui Xin, Zilong Zhao, Runmin Cong, Ningjing Li, Siqi Ma, Yi Jin Ong, Tianfei Zhou, Shunzhou Wang, Zhiyang Chen, Hao Fang, Chen Zhang , et al. (8 additional authors not shown)

    Abstract: This paper presents the IEEE International Conference on Multimedia and Expo (ICME) 2026 Grand Challenge on Cross-Scenario Defect Detection and Fine-Grained Severity Grading for High-Precision Manufacturing. The challenge is motivated by two key limitations of existing industrial defect inspection systems: (1) current deep learning-based methods often suffer significant performance degradation whe… ▽ More

    Submitted 6 July, 2026; originally announced July 2026.

  6. arXiv:2606.21101  [pdf, ps, other

    cs.DC

    DPIFrame: A Dual-Level Parallelism Acceleration Framework for CTR Model Inference

    Authors: Dezhi Yi, Huifeng Guo, Kunpeng Xie, Zhaolong Jian, Haochi Yu, Wenxuan He, Zhenhua Dong, Ruiming Tang, Ye Lu

    Abstract: Deep learning technology has enhanced the ability of Click-through rate (CTR) prediction models to learn features and improve prediction accuracy. However, it is challenging to deploy CTR models on GPU smoothly and perform inference efficiently, because there is a huge mismatch between the serial computational pattern and the parallel model structure. In this paper, we propose DPIFrame, the first… ▽ More

    Submitted 19 June, 2026; originally announced June 2026.

  7. arXiv:2606.17362  [pdf, ps, other

    cs.CV cs.AI cs.LG cs.RO

    DriveJudge: Rethinking Autonomous Driving Evaluation with Vision-Language Models

    Authors: Xinglong Sun, Kevin Xie, Jenny Schmalfuss, Despoina Paschalidou, Xiuming Zhang, Sanja Fidler, Kashyap Chitta, Jose M. Alvarez

    Abstract: Autonomous driving has shifted towards end-to-end policy learning, where reliable, interpretable policy evaluation is a fundamental challenge as driving quality is highly context-dependent. Commonly used rule-based driving metrics like EPDMS are interpretable but lack context-awareness, while recent VLMbased evaluations are context-aware but limited by ambiguous VLM outputs and weak physical groun… ▽ More

    Submitted 15 June, 2026; originally announced June 2026.

    Comments: Under Review

  8. arXiv:2606.03159  [pdf, ps, other

    cs.CV cs.AI cs.RO

    NVIDIA OmniDreams: Real-Time Generative World Model for Closed-Loop Autonomous Vehicle Simulation

    Authors: NVIDIA, :, Aarti Basant, Amlan Kar, Despoina Paschalidou, Fangyin Wei, Francesco Ferroni, Guillermo Garcia Cobo, Haithem Turki, Huan Ling, Jaewoo Seo, James Lucas, Jay Zhangjie Wu, Jialiang Wang, Jonathan Lorraine, Jun Gao, Kai He, Katarina Tothova, Kevin Xie, Michał Tyszkiewicz, Qi Wu, Riccardo de Lutio, Ruilong Li, Sanja Fidler, Seung Wook Kim , et al. (10 additional authors not shown)

    Abstract: As autonomous vehicle capabilities advance, the safe evaluation of driving policies in long-tail scenarios remains a critical bottleneck. In closed-loop simulation, the driving policy model actively interacts with the environment, where its actions dynamically update the simulator state and directly influence the next set of generated sensor observations. While recent reconstruction-based neural s… ▽ More

    Submitted 23 July, 2026; v1 submitted 2 June, 2026; originally announced June 2026.

  9. arXiv:2606.02800  [pdf, ps, other

    cs.CV cs.AI cs.LG cs.MM cs.RO

    Cosmos 3: Omnimodal World Models for Physical AI

    Authors: NVIDIA, :, Aditi, Niket Agarwal, Arslan Ali, Jon Allen, Martin Antolini, Adeline Aubame, Alisson Azzolini, Junjie Bai, Maciej Bala, Yogesh Balaji, Josh Bapst, Aarti Basant, Mukesh Beladiya, Mohammad Qazim Bhat, Zaid Pervaiz Bhat, Dan Blick, Vanni Brighella, Han Cai, Tiffany Cai, Eric Cameracci, Jiaxin Cao, Yulong Cao, Mark Carlson , et al. (271 additional authors not shown)

    Abstract: We introduce Cosmos 3, a family of omnimodal world models designed to jointly process and generate language, image, video, audio, and action sequences within a unified mixture-of-transformers architecture. By supporting highly flexible input-output configurations, Cosmos 3 seamlessly unifies critical modalities for Physical AI -- effectively subsuming vision-language models, video generators, worl… ▽ More

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

  10. arXiv:2606.00042  [pdf

    cs.CY cs.ET

    TransResAI: A Compound AI System for Coastal Transportation Resilience

    Authors: Qingwen Pu, Kun Xie, Chenyu Yan

    Abstract: Coastal flooding increasingly threatens transportation infrastructure, yet the analytical tools needed for resilience management remain difficult for many non-specialist practitioners to use. This study presents TransResAI, a compound AI system that supports analysis of flood-aware transportation resilience via natural-language interactions. The system integrates a locally deployable Large Languag… ▽ More

    Submitted 28 April, 2026; originally announced June 2026.

    Comments: 36 pages, 13 figures, 3 table

    ACM Class: I.2.7; H.3.3; I.2.1; J.2

  11. arXiv:2605.28552  [pdf

    cs.AI

    Modeling Vehicle-Type-Specific Pedestrian Crash Avoidance Behavior in Safety-Critical Interactions Using Smooth-Mamba Deep Reinforcement Learning

    Authors: Qingwen Pu, Kun Xie, Hong Yang, Di Yang, Junqing Wang

    Abstract: As automated vehicles (AVs) increasingly share roadways with human-driven vehicles (HDVs), understanding how pedestrians respond to different vehicle types in safety-critical interactions is essential for the safe deployment of automated driving technologies. This study extracts safety-critical pedestrian-vehicle interactions from the Argoverse 2 dataset to capture real-world crash avoidance behav… ▽ More

    Submitted 27 May, 2026; originally announced May 2026.

    Comments: 37 page. 15 Figure, 9 table

    MSC Class: 68T05; 68T07; 90B20; 93E35 ACM Class: I.2.6; I.2.9; I.6.5; J.7

  12. arXiv:2605.22200  [pdf, ps, other

    cs.CV cs.AI cs.LG

    OSS: Open Suturing Skills Vision-Based Assessment Challenge 2024-2025

    Authors: Hanna Hoffmann, Setareh Bady, Claas de Boer, Max Kirchner, Jan Egger, Rainer Röhrig, Frank Hölzle, Lennart Johannes Gruber, Kunpeng Xie, Marlon Neuhaus, Victor Alves, Guilherme Barbosa, Leonardo Barroso, João Carvalho, Hao Chen, Gabriella d'Albenzio, André Ferreira, Nuno Gomes, Yuichiro Hayashi, Kousuke Hirasawa, Rebecca Hisey, Seungjae Hong, Seoi Jeong, Tiago Jesus, Daehong Kang , et al. (32 additional authors not shown)

    Abstract: Achieving high levels of surgical skill through effective training is essential for optimal patient outcomes. Automated, data-driven skill assessment holds significant potential to improve surgical training. While machine learning-based methods are increasingly popular for assessing skills in minimally invasive surgery, their application to open surgery remains limited. We present the results of a… ▽ More

    Submitted 21 May, 2026; originally announced May 2026.

    Comments: Stefanie Speidel and Behrus Hinrichs-Puladi jointly supervised this work. Submitted to MEDIA

  13. arXiv:2605.17229  [pdf

    cs.RO eess.SY

    Generating Realistic Safety-Critical Scenarios for Vehicle-Pedestrian Interactions

    Authors: Qingwen Pu, Kun Xie, Yuan Zhu, Guocong Zhai

    Abstract: Automated driving system deployment requires rigorous validation across safety-critical vehicle-pedestrian interactions, yet real-world datasets rarely capture high-risk scenarios while simulation platforms lack realistic behavior. In response, this study proposes a three-stage framework that combines real-world grounding with adaptive simulation to generate behaviorally realistic safety-critical… ▽ More

    Submitted 16 May, 2026; originally announced May 2026.

    Comments: 49 pages, 13 figures, 11 table

    MSC Class: 68T05; 68T42; 68T07; 91A15; 90B20 ACM Class: I.2.11; I.2.6; I.6.3; I.2.9

  14. arXiv:2605.06347  [pdf, ps, other

    cs.HC cs.AI

    Human-AI Co-Evolution and Epistemic Collapse: A Dynamical Systems Perspective

    Authors: Xuening Wu, Yanlan Kang, Qianya Xu, Kexuan Xie, Jiaqi Mi, Honggang Wang, Yubin Liu, Zeping Chen

    Abstract: Large language models (LLMs) are reshaping how knowledge is produced, with increasing reliance on AI systems for generation, summarization, and reasoning. While prior work has studied cognitive offloading in humans and model collapse in recursive training, these effects are typically considered in isolation. We propose a unified perspective: humans and language models form a coupled dynamical syst… ▽ More

    Submitted 7 May, 2026; originally announced May 2026.

    Comments: 5 pages, 3 figures, ICML EIML Workshop submitted

  15. arXiv:2605.02094  [pdf, ps, other

    cs.CV

    SignMAE: Segmentation-Driven Self-Supervised Learning for Sign Language Recognition

    Authors: Kunyuan Xie, Zhixi Cai, Kalin Stefanov

    Abstract: Subtle hand differences make sign language recognition challenging, yet many existing methods rely on encoders pretrained on generic action datasets that poorly capture such fine-grained cues. We propose a self-supervised pretraining method for sign language recognition that uses segmentation-based masking to adapt to the presence and motion of key body parts, rather than treating hand poses as st… ▽ More

    Submitted 3 May, 2026; originally announced May 2026.

    Comments: Accepted by ICPR 2026

  16. arXiv:2604.25370  [pdf, ps, other

    cs.CV cs.AI

    GPT-Image-2 in the Wild: A Twitter Dataset of Self-Reported AI-Generated Images from the First Week of Deployment

    Authors: Kidus Zewde, Simiao Ren, Xingyu Shen, Jiaqi Wu, Yuchen Zhou, Tommy Duong, Zikang Zhang, Ethan Traister, Kewen Xie

    Abstract: The release of GPT-image-2 by OpenAI marks a watershed moment in AI-generated imagery: the boundary between photographic reality and synthetic content has never been more difficult to discern. We introduce the GPT-Image-2 Twitter Dataset, the first published dataset of GPT-image-2 generated images, sourced from publicly available Twitter/X posts in the immediate aftermath of the model's April 21,… ▽ More

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

    Comments: 11 pages; GPT-image-2 social media dataset; Twitter API collection and multilingual curation; C2PA watermark stripping on platform upload; browser-automated AI badge verification; CLIP semantic clustering; AI-generated image provenance and attribution

  17. arXiv:2604.17899  [pdf, ps, other

    cs.CV

    MEDN: Motion-Emotion Feature Decoupling Network for Micro-Expression Recognition

    Authors: Chenxing Hu, Kun Xie, Qiguang Miao, Ruyi Liu, Quan Wang, Zongkai Yang

    Abstract: Unlike macro-expression, micro-expression does not follow a strictly consistent mapping rule between emotions and Action Units (AUs). As a result, some micro-expressions share identical AUs yet represent completely opposite emotional categories, making them highly visually similar. Existing microexpression recognition (MER) methods mostly rely on explicit facial motion cues (e.g., optical flow, fr… ▽ More

    Submitted 15 July, 2026; v1 submitted 20 April, 2026; originally announced April 2026.

    Comments: 14 pages, 8 figures, 7 tabels

  18. arXiv:2604.03263  [pdf, ps, other

    cs.CL cs.AI cs.NE

    LPC-SM: Local Predictive Coding and Sparse Memory for Long-Context Language Modeling

    Authors: Keqin Xie

    Abstract: Most current long-context language models still rely on attention to handle both local interaction and long-range state, which leaves relatively little room to test alternative decompositions of sequence modeling. We propose LPC-SM, a hybrid autoregressive architecture that separates local attention, persistent memory, predictive correction, and run-time control within the same block, and we use O… ▽ More

    Submitted 12 March, 2026; originally announced April 2026.

  19. arXiv:2603.26049  [pdf, ps, other

    cs.CV cs.AI

    Seeing Like Radiologists: Context- and Gaze-Guided Vision-Language Pretraining for Chest X-rays

    Authors: Kang Liu, Zhuoqi Ma, Siyu Liang, Yunan Li, Xiyue Gao, Chao Liang, Kun Xie, Qiguang Miao

    Abstract: Despite recent advances in medical vision-language pretraining, existing models still struggle to capture the diagnostic workflow: radiographs are typically treated as context-agnostic images, while radiologists' gaze -- a crucial cue for visual reasoning -- remains largely underexplored by existing methods. These limitations hinder the modeling of disease-specific patterns and weaken cross-modal… ▽ More

    Submitted 26 March, 2026; originally announced March 2026.

    Comments: Code: https://github.com/mk-runner/CoGaze

  20. arXiv:2603.18178  [pdf, ps, other

    cs.CV cs.AI

    VLM-AutoDrive: Post-Training Vision-Language Models for Safety-Critical Autonomous Driving Events

    Authors: Mohammad Qazim Bhat, Yufan Huang, Niket Agarwal, Hao Wang, Michael Woods, John Kenyon, Tsung-Yi Lin, Xiaodong Yang, Ming-Yu Liu, Kevin Xie

    Abstract: The rapid growth of ego-centric dashcam footage presents a major challenge for detecting safety-critical events such as collisions and near-collisions, scenarios that are brief, rare, and difficult for generic vision models to capture. While multimodal large language models (MLLMs) demonstrate strong general reasoning ability, they underperform in driving contexts due to domain and temporal misali… ▽ More

    Submitted 15 May, 2026; v1 submitted 18 March, 2026; originally announced March 2026.

    Comments: 16 pages, 9 figures, submitted to arXiv

  21. arXiv:2603.14496  [pdf, ps, other

    cs.CV cs.LG

    Refining 3D Medical Segmentation with Verbal Instruction

    Authors: Kangxian Xie, Jiancheng Yang, Nandor Pinter, Chao Wu, Behzad Bozorgtabar, Mingchen Gao

    Abstract: Accurate 3D anatomical segmentation is essential for clinical diagnosis and surgical planning. However, automated models frequently generate suboptimal shape predictions due to factors such as limited and imbalanced training data, inadequate labeling quality, and distribution shifts between training and deployment settings. A natural solution is to iteratively refine the predicted shape based on t… ▽ More

    Submitted 15 March, 2026; originally announced March 2026.

  22. arXiv:2603.04024  [pdf, ps, other

    cs.CV cs.AI

    Volumetric Directional Diffusion: Anchoring Uncertainty Quantification in Anatomical Consensus for Ambiguous Medical Image Segmentation

    Authors: Chao Wu, Mahesh Bhosale, Kangxian Xie, Pouya Karimian, David Doermann, Mingchen Gao

    Abstract: Ambiguous 3D medical image segmentation often involves boundaries where different expert delineations are non-identical yet clinically plausible. Modeling such inter-observer variability requires a careful balance between diversity and anatomical fidelity: deterministic models preserve coherent volumetric structures but collapse expert disagreement into a single mask, while stochastic generative m… ▽ More

    Submitted 7 July, 2026; v1 submitted 4 March, 2026; originally announced March 2026.

  23. arXiv:2603.03655  [pdf, ps, other

    cs.AI

    Mozi: Governed Autonomy for Drug Discovery LLM Agents

    Authors: He Cao, Siyu Liu, Fan Zhang, Zijing Liu, Hao Li, Bin Feng, Shengyuan Bai, Leqing Chen, Kai Xie, Yu Li

    Abstract: Tool-augmented large language model (LLM) agents promise to unify scientific reasoning with computation, yet their deployment in high-stakes domains like drug discovery is bottlenecked by two critical barriers: unconstrained tool-use governance and poor long-horizon reliability. In dependency-heavy pharmaceutical pipelines, autonomous agents often drift into irreproducible trajectories, where earl… ▽ More

    Submitted 3 March, 2026; originally announced March 2026.

  24. arXiv:2603.01479  [pdf, ps, other

    cs.RO

    Multimodal Adversarial Quality Policy for Safe Grasping

    Authors: Kunlin Xie, Chenghao Li, Haolan Zhang, Nak Young Chong

    Abstract: Vision-guided robot grasping based on Deep Neural Networks (DNNs) generalizes well but poses safety risks in the Human-Robot Interaction (HRI). Recent works solved it by designing benign adversarial attacks and patches with RGB modality, yet depth-independent characteristics limit their effectiveness on RGBD modality. In this work, we propose the Multimodal Adversarial Quality Policy (MAQP) to rea… ▽ More

    Submitted 9 March, 2026; v1 submitted 2 March, 2026; originally announced March 2026.

    Comments: submitted

  25. arXiv:2602.10552  [pdf, ps, other

    cs.NE

    MindPilot: Closed-loop Visual Stimulation Optimization for Brain Modulation with EEG-guided Diffusion

    Authors: Dongyang Li, Kunpeng Xie, Mingyang Wu, Yiwei Kong, Jiahua Tang, Haoyang Qin, Chen Wei, Quanying Liu

    Abstract: Whereas most brain-computer interface research has focused on decoding neural signals into behavior or intent, the reverse challenge-using controlled stimuli to steer brain activity-remains far less understood, particularly in the visual domain. However, designing images that consistently elicit desired neural responses is difficult: subjective states lack clear quantitative measures, and EEG feed… ▽ More

    Submitted 21 July, 2026; v1 submitted 11 February, 2026; originally announced February 2026.

    Comments: 10 pages

  26. arXiv:2602.02186  [pdf, ps, other

    cs.CV

    Learning Topology-Aware Implicit Field for Unified Pulmonary Tree Modeling with Incomplete Topological Supervision

    Authors: Ziqiao Weng, Jiancheng Yang, Kangxian Xie, Bo Zhou, Weidong Cai

    Abstract: Pulmonary trees extracted from CT images frequently exhibit topological incompleteness, such as missing or disconnected branches, which substantially degrades downstream anatomical analysis and limits the applicability of existing pulmonary tree modeling pipelines. Current approaches typically rely on dense volumetric processing, explicit graph reasoning, or generic point cloud completion priors,… ▽ More

    Submitted 15 June, 2026; v1 submitted 2 February, 2026; originally announced February 2026.

    Comments: 20 pages

  27. arXiv:2601.14352  [pdf, ps, other

    cs.RO

    RoboBrain 2.5: Depth in Sight, Time in Mind

    Authors: Huajie Tan, Enshen Zhou, Zhiyu Li, Yijie Xu, Yuheng Ji, Xiansheng Chen, Cheng Chi, Pengwei Wang, Huizhu Jia, Yulong Ao, Mingyu Cao, Sixiang Chen, Zhe Li, Mengzhen Liu, Zixiao Wang, Shanyu Rong, Yaoxu Lyu, Zhongxia Zhao, Peterson Co, Yibo Li, Yi Han, Shaoxuan Xie, Guocai Yao, Songjing Wang, Leiduo Zhang , et al. (10 additional authors not shown)

    Abstract: We introduce RoboBrain 2.5, a next-generation embodied AI foundation model that advances general perception, spatial reasoning, and temporal modeling through extensive training on high-quality spatiotemporal supervision. Building upon its predecessor, RoboBrain 2.5 introduces two major capability upgrades. Specifically, it unlocks Precise 3D Spatial Reasoning by shifting from 2D pixel-relative gro… ▽ More

    Submitted 20 January, 2026; originally announced January 2026.

    Comments: 37 pages, 13 figures, Technical Report

  28. arXiv:2601.12716  [pdf, ps, other

    cs.CR

    CellularSpecSec-Bench: A Staged Benchmark for Evidence-Grounded Interpretation and Security Reasoning over 3GPP Specifications

    Authors: Ke Xie, Xingyi Zhao, Yiwen Hu, Shuhan Yuan, Tian Xie

    Abstract: Cellular networks are critical infrastructure supporting billions of worldwide users and safety- and mission-critical services. Vulnerabilities in cellular networks can therefore cause service disruption, privacy breaches, and broad societal harm, motivating growing efforts to analyze 3GPP specifications that define required device and operator behavior. While large language models (LLMs) have dem… ▽ More

    Submitted 18 January, 2026; originally announced January 2026.

  29. arXiv:2601.04233  [pdf, ps, other

    cs.SD eess.AS

    LEMAS: Large A 150K-Hour Large-scale Extensible Multilingual Audio Suite with Generative Speech Models

    Authors: Zhiyuan Zhao, Lijian Lin, Ye Zhu, Kai Xie, Yunfei Liu, Yu Li

    Abstract: We present the LEMAS-Dataset, which, to our knowledge, is currently the largest open-source multilingual speech corpus with word-level timestamps. Covering over 150,000 hours across 10 major languages, LEMAS-Dataset is constructed via a efficient data processing pipeline that ensures high-quality data and annotations. To validate the effectiveness of LEMAS-Dataset across diverse generative paradig… ▽ More

    Submitted 3 January, 2026; originally announced January 2026.

    Comments: Demo page: https://lemas-project.github.io/LEMAS-Project

  30. arXiv:2601.00694  [pdf

    cs.AI

    A Vision-and-Knowledge Enhanced Large Language Model for Generalizable Pedestrian Crossing Behavior Inference

    Authors: Qingwen Pu, Kun Xie, Hong Yang, Guocong Zhai

    Abstract: Existing paradigms for inferring pedestrian crossing behavior, ranging from statistical models to supervised learning methods, demonstrate limited generalizability and perform inadequately on new sites. Recent advances in Large Language Models (LLMs) offer a shift from numerical pattern fitting to semantic, context-aware behavioral reasoning, yet existing LLM applications lack domain-specific adap… ▽ More

    Submitted 2 January, 2026; originally announced January 2026.

  31. arXiv:2601.00125  [pdf, ps, other

    cs.AI

    Constructing a Neuro-Symbolic Mathematician from First Principles

    Authors: Keqin Xie

    Abstract: Large Language Models (LLMs) exhibit persistent logical failures in complex reasoning due to the lack of an internal axiomatic framework. We propose Mathesis, a neuro-symbolic architecture that encodes mathematical states as higher-order hypergraphs and uses a Symbolic Reasoning Kernel (SRK)--a differentiable logic engine that maps constraints to a continuous energy landscape. By defining a global… ▽ More

    Submitted 31 December, 2025; originally announced January 2026.

  32. arXiv:2512.24682  [pdf, ps, other

    cs.CR

    CellSecInspector: Safeguarding Cellular Networks via Automated Security Analysis on Specifications

    Authors: Ke Xie, Xingyi Zhao, Min-Yue Chen, Yu-An Chen, Yiwen Hu, Munshi Saifuzzaman, Wen Li, Shuhan Yuan, Guan-Hua Tu, Tian Xie

    Abstract: The complexity, interdependence, and rapid evolution of 3GPP specifications present fundamental challenges for ensuring the security of modern cellular networks. Manual reviews and existing automated approaches, which often depend on rule-based parsing or small sets of manually crafted security requirements, fail to capture deep semantic dependencies, cross-sentence/clause relationships, and evolv… ▽ More

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

  33. arXiv:2511.18084  [pdf, ps, other

    cs.LG cs.AI

    The Alignment Paradox of Medical Large Language Models in Infertility Care: Decoupling Algorithmic Improvement from Clinical Decision-making Quality

    Authors: Dou Liu, Ying Long, Sophia Zuoqiu, Kaipeng Xie, Runze Yang, Di Liu, Kang Li, Yiting Lin, Hanyi Liu, Rong Yin, Tian Tang

    Abstract: Large language models (LLMs) are increasingly adopted in clinical decision support, yet aligning them with the multifaceted reasoning pathways of real-world medicine remains a major challenge. Using more than 8,000 infertility treatment records, we systematically evaluate four alignment strategies: Supervised Fine-Tuning (SFT), Direct Preference Optimization (DPO), Group Relative Policy Optimizati… ▽ More

    Submitted 22 November, 2025; originally announced November 2025.

    Comments: 22 pages 5 figures

  34. arXiv:2511.16937  [pdf, ps, other

    cs.CV cs.AI

    OmniGround: A Comprehensive Spatio-Temporal Grounding Benchmark for Real-World Complex Scenarios

    Authors: Hong Gao, Jingyu Wu, Xiangkai Xu, Kangni Xie, Yunchen Zhang, Bin Zhong, Xurui Gao, Min-Ling Zhang

    Abstract: Spatio-Temporal Video Grounding (STVG) aims to localize target objects in videos based on natural language descriptions. Despite recent advances in Multimodal Large Language Models, a significant gap remains between current models and real-world demands involving diverse objects and complex queries. We attribute this to limited benchmark scope, causing models to exhibit category bias, oversimplifi… ▽ More

    Submitted 20 November, 2025; originally announced November 2025.

    Comments: 20 pages

  35. arXiv:2510.15200  [pdf, ps, other

    econ.TH cs.AI

    The Economics of AI Foundation Models: Openness, Competition, and Governance

    Authors: Fasheng Xu, Xiaoyu Wang, Wei Chen, Karen Xie

    Abstract: The strategic choice of model "openness" has become a defining issue for the foundation model (FM) ecosystem. While this choice is intensely debated, its underlying economic drivers remain underexplored. We construct a two-period game-theoretic model to analyze how openness shapes competition in an AI value chain, featuring an incumbent developer, a downstream deployer, and an entrant developer. O… ▽ More

    Submitted 16 October, 2025; originally announced October 2025.

  36. arXiv:2509.22227  [pdf, ps, other

    cs.GR cs.CV

    Aerial Path Planning for Urban Geometry and Texture Co-Capture

    Authors: Weidan Xiong, Bochuan Zeng, Ziyu Hu, Jianwei Guo, Ke Xie, Hui Huang

    Abstract: Recent advances in image acquisition and scene reconstruction have enabled the generation of high-quality structural urban scene geometry, given sufficient site information. However, current capture techniques often overlook the crucial importance of texture quality, resulting in noticeable visual artifacts in the textured models. In this work, we introduce the urban geometry and texture co-captur… ▽ More

    Submitted 26 September, 2025; originally announced September 2025.

    Comments: ACM TOG and SIGGRAPH Asia 2025 (Patent Protected); Project page: https://vcc.tech/research/2025/DroneTex

  37. arXiv:2509.21933  [pdf, ps, other

    cs.CL cs.AI

    Why Chain of Thought Fails in Clinical Text Understanding

    Authors: Jiageng Wu, Kevin Xie, Bowen Gu, Nils Krüger, Kueiyu Joshua Lin, Jie Yang

    Abstract: Large language models (LLMs) are increasingly being applied to clinical care, a domain where both accuracy and transparent reasoning are critical for safe and trustworthy deployment. Chain-of-thought (CoT) prompting, which elicits step-by-step reasoning, has demonstrated improvements in performance and interpretability across a wide range of tasks. However, its effectiveness in clinical contexts r… ▽ More

    Submitted 8 December, 2025; v1 submitted 26 September, 2025; originally announced September 2025.

  38. arXiv:2509.20664  [pdf, ps, other

    cs.CL

    Enhancing Molecular Property Prediction with Knowledge from Large Language Models

    Authors: Peng Zhou, Lai Hou Tim, Zhixiang Cheng, Kun Xie, Chaoyi Li, Wei Liu, Xiangxiang Zeng

    Abstract: Predicting molecular properties is a critical component of drug discovery. Recent advances in deep learning, particularly Graph Neural Networks (GNNs), have enabled end-to-end learning from molecular structures, reducing reliance on manual feature engineering. However, while GNNs and self-supervised learning approaches have advanced molecular property prediction (MPP), the integration of human pri… ▽ More

    Submitted 24 September, 2025; originally announced September 2025.

    Comments: 9 pages, 5 figures

  39. arXiv:2509.19351  [pdf

    q-bio.NC cs.AI cs.LG cs.NE

    The Impact of Structural Changes on Learning Capacity in the Fly Olfactory Neural Circuit

    Authors: Katherine Xie, Gabriel Koch Ocker

    Abstract: The Drosophila mushroom body (MB) is known to be involved in olfactory learning and memory; the synaptic plasticity of the Kenyon cell (KC) to mushroom body output neuron (MBON) synapses plays a key role in the learning process. Previous research has focused on projection neuron (PN) to Kenyon cell (KC) connectivity within the MB; we examine how perturbations to the mushroom body circuit structure… ▽ More

    Submitted 17 September, 2025; originally announced September 2025.

  40. arXiv:2509.12556  [pdf

    cs.CV

    VQT-Light:Lightweight HDR Illumination Map Prediction with Richer Texture.pdf

    Authors: Kunliang Xie

    Abstract: Accurate lighting estimation is a significant yet challenging task in computer vision and graphics. However, existing methods either struggle to restore detailed textures of illumination map, or face challenges in running speed and texture fidelity. To tackle this problem, we propose a novel framework (VQT-Light) based on VQVAE and ViT architecture. VQT-Light includes two modules: feature extracti… ▽ More

    Submitted 15 September, 2025; originally announced September 2025.

    Comments: 11 pages, 8 figures

  41. arXiv:2509.06502  [pdf, ps, other

    cs.SD cs.HC

    FireRedChat: A Pluggable, Full-Duplex Voice Interaction System with Cascaded and Semi-Cascaded Implementations

    Authors: Junjie Chen, Yao Hu, Junjie Li, Kangyue Li, Kun Liu, Wenpeng Li, Xu Li, Ziyuan Li, Feiyu Shen, Xu Tang, Manzhen Wei, Yichen Wu, Fenglong Xie, Kaituo Xu, Kun Xie

    Abstract: Full-duplex voice interaction allows users and agents to speak simultaneously with controllable barge-in, enabling lifelike assistants and customer service. Existing solutions are either end-to-end, difficult to design and hard to control, or modular pipelines governed by turn-taking controllers that ease upgrades and per-module optimization; however, prior modular frameworks depend on non-open co… ▽ More

    Submitted 8 September, 2025; originally announced September 2025.

    Comments: 12 pages, 2 figures

  42. arXiv:2509.02020  [pdf, ps, other

    cs.SD eess.AS

    FireRedTTS-2: Towards Long Conversational Speech Generation for Podcast and Chatbot

    Authors: Kun Xie, Feiyu Shen, Junjie Li, Fenglong Xie, Xu Tang, Yao Hu

    Abstract: Current dialogue generation approaches typically require the complete dialogue text before synthesis and produce a single, inseparable speech containing all voices, making them unsuitable for interactive chat; moreover, they suffer from unstable synthesis, inaccurate speaker transitions, and incoherent prosody. In this work, we present FireRedTTS-2, a long-form streaming TTS system for multi-speak… ▽ More

    Submitted 3 September, 2025; v1 submitted 2 September, 2025; originally announced September 2025.

  43. arXiv:2508.14357  [pdf, ps, other

    cs.LG cs.AI cs.CV

    Organ-Agents: Virtual Human Physiology Simulator via LLMs

    Authors: Rihao Chang, He Jiao, Weizhi Nie, Honglin Guo, Keliang Xie, Zhenhua Wu, Lina Zhao, Yunpeng Bai, Yongtao Ma, Lanjun Wang, Yuting Su, Xi Gao, Weijie Wang, Nicu Sebe, Bruno Lepri, Bingwei Sun

    Abstract: Recent advances in large language models (LLMs) have enabled new possibilities in simulating complex physiological systems. We introduce Organ-Agents, a multi-agent framework that simulates human physiology via LLM-driven agents. Each Simulator models a specific system (e.g., cardiovascular, renal, immune). Training consists of supervised fine-tuning on system-specific time-series data, followed b… ▽ More

    Submitted 19 August, 2025; originally announced August 2025.

  44. arXiv:2508.10934  [pdf, ps, other

    cs.CV cs.GR cs.RO eess.IV

    ViPE: Video Pose Engine for 3D Geometric Perception

    Authors: Jiahui Huang, Qunjie Zhou, Hesam Rabeti, Aleksandr Korovko, Huan Ling, Xuanchi Ren, Tianchang Shen, Jun Gao, Dmitry Slepichev, Chen-Hsuan Lin, Jiawei Ren, Kevin Xie, Joydeep Biswas, Laura Leal-Taixe, Sanja Fidler

    Abstract: Accurate 3D geometric perception is an important prerequisite for a wide range of spatial AI systems. While state-of-the-art methods depend on large-scale training data, acquiring consistent and precise 3D annotations from in-the-wild videos remains a key challenge. In this work, we introduce ViPE, a handy and versatile video processing engine designed to bridge this gap. ViPE efficiently estimate… ▽ More

    Submitted 12 August, 2025; originally announced August 2025.

    Comments: Paper website: https://research.nvidia.com/labs/toronto-ai/vipe/

  45. Generative Video Matting

    Authors: Yongtao Ge, Kangyang Xie, Guangkai Xu, Mingyu Liu, Li Ke, Longtao Huang, Hui Xue, Hao Chen, Chunhua Shen

    Abstract: Video matting has traditionally been limited by the lack of high-quality ground-truth data. Most existing video matting datasets provide only human-annotated imperfect alpha and foreground annotations, which must be composited to background images or videos during the training stage. Thus, the generalization capability of previous methods in real-world scenarios is typically poor. In this work, we… ▽ More

    Submitted 11 August, 2025; originally announced August 2025.

    Journal ref: SIGGRAPH Conference Papers 2025

  46. arXiv:2508.05353  [pdf, ps, other

    cs.CV cs.AI

    PriorRG: Prior-Guided Contrastive Pre-training and Coarse-to-Fine Decoding for Chest X-ray Report Generation

    Authors: Kang Liu, Zhuoqi Ma, Zikang Fang, Yunan Li, Kun Xie, Qiguang Miao

    Abstract: Chest X-ray report generation aims to reduce radiologists' workload by automatically producing high-quality preliminary reports. A critical yet underexplored aspect of this task is the effective use of patient-specific prior knowledge -- including clinical context (e.g., symptoms, medical history) and the most recent prior image -- which radiologists routinely rely on for diagnostic reasoning. Mos… ▽ More

    Submitted 4 January, 2026; v1 submitted 7 August, 2025; originally announced August 2025.

    Comments: Accepted by AAAI 2026

  47. arXiv:2507.20973  [pdf, ps, other

    cs.LG cs.CV

    Model-Agnostic Gender Bias Control for Text-to-Image Generation via Sparse Autoencoder

    Authors: Chao Wu, Zhenyi Wang, Kangxian Xie, Naresh Kumar Devulapally, Vishnu Suresh Lokhande, Mingchen Gao

    Abstract: Text-to-image (T2I) diffusion models often exhibit gender bias, particularly by generating stereotypical associations between professions and gendered subjects. This paper presents SAE Debias, a lightweight and model-agnostic framework for mitigating such bias in T2I generation. Unlike prior approaches that rely on CLIP-based filtering or prompt engineering, which often require model-specific adju… ▽ More

    Submitted 21 November, 2025; v1 submitted 28 July, 2025; originally announced July 2025.

  48. arXiv:2507.02029  [pdf, ps, other

    cs.RO

    RoboBrain 2.0 Technical Report

    Authors: BAAI RoboBrain Team, Mingyu Cao, Huajie Tan, Yuheng Ji, Xiansheng Chen, Minglan Lin, Zhiyu Li, Zhou Cao, Pengwei Wang, Enshen Zhou, Yi Han, Yingbo Tang, Xiangqi Xu, Wei Guo, Yaoxu Lyu, Yijie Xu, Jiayu Shi, Mengfei Du, Cheng Chi, Mengdi Zhao, Xiaoshuai Hao, Junkai Zhao, Xiaojie Zhang, Shanyu Rong, Huaihai Lyu , et al. (28 additional authors not shown)

    Abstract: We introduce RoboBrain 2.0, our latest generation of embodied vision-language foundation models, designed to unify perception, reasoning, and planning for complex embodied tasks in physical environments. It comes in two variants: a lightweight 7B model and a full-scale 32B model, featuring a heterogeneous architecture with a vision encoder and a language model. Despite its compact size, RoboBrain… ▽ More

    Submitted 14 September, 2025; v1 submitted 2 July, 2025; originally announced July 2025.

  49. arXiv:2506.23644  [pdf, ps, other

    cs.SE cs.AI cs.CR

    QLPro: Automated Code Vulnerability Discovery via LLM and Static Code Analysis Integration

    Authors: Junze Hu, Xiangyu Jin, Yizhe Zeng, Yuling Liu, Yunpeng Li, Dan Du, Kaiyu Xie, Hongsong Zhu

    Abstract: We introduce QLPro, a vulnerability detection framework that systematically integrates LLMs and static analysis tools to enable comprehensive vulnerability detection across entire open-source projects.We constructed a new dataset, JavaTest, comprising 10 open-source projects from GitHub with 62 confirmed vulnerabilities. CodeQL, a state-of-the-art static analysis tool, detected only 24 of these vu… ▽ More

    Submitted 19 July, 2025; v1 submitted 30 June, 2025; originally announced June 2025.

    Comments: The experimental data in the experimental section needs to be improved, and there are some errors

  50. arXiv:2506.20493  [pdf

    eess.SY cs.GT

    Analyzing the Impact of Strategic Bidding on the Reserve Capacity via a Bi-Level Model

    Authors: Yun Xu, Yunxiao Bai, Yunyong Zhang, Peng Wang, Xuelin Wang, Jiqun Guo, Kaijun Xie, Rusheng Zhao

    Abstract: The growing integration of renewable energy sources necessitates adequate reserve capacity to maintain power balance. However, in market clearing, power companies with flexible resources may submit strategic bids to maximize profits, potentially compromising system reserves. This paper examines the effects of such strategic behavior by modeling the market as a bi-level problem. The upper level rep… ▽ More

    Submitted 25 June, 2025; originally announced June 2025.