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

Showing 1–50 of 165 results for author: Qiu, T

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

    cs.CR cs.AI

    DiagChain: A Diagnostic Benchmark for Evaluating LLM Agents on Evidence-Grounded Attack Chain Reconstruction

    Authors: Xuyang Liu, Yibin Han, Zhenwei Zhang, Kai Chang, Zhiwei Xu, Tian Qiu, Weixian Deng, Jiabao Gao, Xiaolin Peng, Hai Wan, Xibin Zhao

    Abstract: Large Language Model (LLM) agents offer a promising approach to attack chain reconstruction by retrieving and interpreting heterogeneous telemetry to infer ordered attacker actions. However, existing benchmarks mainly evaluate final outputs or aggregate accuracy, providing limited insight into how errors arise and propagate across intermediate reasoning stages. We present DiagChain, a diagnostic b… ▽ More

    Submitted 4 August, 2026; originally announced August 2026.

  2. arXiv:2607.20065  [pdf, ps, other

    cs.AI

    TRUST-ESD: A Risk-Calibrated and Governance-Aware AI Framework for Enterprise Strategic Decision Support Under Uncertainty

    Authors: Tian Qiu, Li Yan, Mahabubur Rahman Miraj, Shanqin Yi, Md Intekhab Rahman Galib, Jahid Hasan

    Abstract: Enterprise strategic decision support requires AI systems that are not only accurate, but also uncertainty-aware, risk-calibrated, explainable, and governance-compliant. This paper proposes TRUST-ESD, a risk-calibrated and governance-aware framework for enterprise decision support under uncertainty. TRUST-ESD evaluates feasible counterfactual strategies through predictive utility estimation, confo… ▽ More

    Submitted 22 July, 2026; originally announced July 2026.

    Comments: 15 pages, 7 figures, 4 tables. Submitted to APWeb-WAIM 2026, Danang, Vietnam, September 7-9, 2026

  3. arXiv:2607.10017  [pdf, ps, other

    cs.MS cs.GR

    AcadGIS: A Single-Import Python Package for Reproducible, Publication-Ready Academic Maps

    Authors: Ripon Chandra Malo, Shatabdi Roy, Tong Qiu

    Abstract: Academic and project maps are often produced through a fragmented workflow: researchers locate boundaries, manage shapefiles, join tabular data, assemble locator insets, add cartographic decorations, and export figures through desktop GIS or multi-package Python scripts. This creates an accessibility barrier for non-GIS users and a reproducibility problem when data sources, styling choices, and ma… ▽ More

    Submitted 10 July, 2026; originally announced July 2026.

    Comments: 19 pages, 8 figures, 2 tables, and 6 code listings. AcadGIS v0.2.0: https://github.com/riponcm/AcadGIS/releases/tag/v0.2.0

  4. arXiv:2607.04610  [pdf, ps, other

    cs.RO

    RoboVista: Evaluating Vision Language Models for Diverse Robot Applications

    Authors: Shuangyu Xie, Kaiyuan Chen, Ziyang Chen, Simeon Adebola, Yixuan Huang, Zehan Ma, Tianshuang Qiu, Wentao Yuan, Dhruv Shah, Pannag R. Sanketi, Ken Goldberg

    Abstract: Diverse applications for robotics, such as industry and agriculture, require robots to operate across various embodiments, changing visual conditions, and complex planning. Vision-Language Models (VLMs) offer a promising foundation for general-purpose and interpretable robotic reasoning. Aligning VLMs with diverse robot applications requires a modular understanding of the individual decision compo… ▽ More

    Submitted 5 July, 2026; originally announced July 2026.

    Comments: Accepted to RSS 2026. Project website: https://berkeleyautomation.github.io/robovista/

  5. arXiv:2606.28840  [pdf, ps, other

    cs.CV

    DLGStream: Dynamic Language-embedded Guassian Splatting for Open-vocabulary Enabled Free-viewpoint Video Streaming

    Authors: Zhihui Ke, Yuyang Liu, Xiaobo Zhou, Tie Qiu

    Abstract: 3D Gaussian Splatting~(3DGS) has emerged as a promising paradigm for reconstructing streamable free-viewpoint video~(FVV) from multi-view videos. However, 3DGS-based FVVs typically lack user interaction and editing capabilities, which diminishes the immersive experience. Recent research has integrated language features from CLIP into 3DGS via distillation, enabling open-vocabulary queries and supp… ▽ More

    Submitted 27 June, 2026; originally announced June 2026.

    Comments: ECCV 2026

  6. arXiv:2606.25272  [pdf, ps, other

    cs.SE

    Semantic Code Clone Detection: Are We There Yet?

    Authors: Zhiwei Xu, Weixian Deng, Xuyang Liu, Xiaolin Peng, Jiabao Gao, Tian Qiu, Hai Wan, Xibin Zhao

    Abstract: Code clone detection has been extensively studied for decades, and recent approaches have begun reporting remarkably high performance for semantic (Type-4) clones on benchmark datasets. However, it remains unclear whether these results reflect a genuine ability to capture semantic equivalence between programs, or simply an ability to exploit dataset-specific patterns. In this paper, we present t… ▽ More

    Submitted 23 June, 2026; originally announced June 2026.

    Comments: 12 pages

  7. Progressive Pixel-Neighborhood Deformable Cross-Attention for Multispectral Object Detection

    Authors: Tian Qiu, Jifeng Shen, Xin Zuo

    Abstract: Effective cross-modal feature alignment and interaction are central challenges in multispectral object detection. Although global cross-attention provides strong long-range modeling ability, its quadratic complexity with respect to feature size limits deployment on resource-constrained platforms. We therefore propose Progressive Pixel-Neighborhood Deformable Cross-Attention for multispectral featu… ▽ More

    Submitted 22 June, 2026; originally announced June 2026.

    Comments: Accepted by Sensors

  8. arXiv:2606.12329  [pdf, ps, other

    cs.AI

    PROJECTMEM: A Local-First, Event-Sourced Memory and Judgment Layer for AI Coding Agents

    Authors: Ripon Chandra Malo, Tong Qiu

    Abstract: AI coding assistants now support a growing share of software work, from quick scripts to production applications. Yet these agents remain largely stateless: each new session re-reads project files, re-derives prior decisions, and - most costly - may repeat debugging attempts that already failed. Reconstructing this context can consume an estimated 5,000-20,000 tokens per session; the bottleneck is… ▽ More

    Submitted 10 June, 2026; originally announced June 2026.

    Comments: 12 pages, 5 figures, 1 table. Code: https://github.com/riponcm/projectmem

  9. arXiv:2605.31075  [pdf, ps, other

    cs.CV

    Task-Focused Memorization for Multimodal Agents

    Authors: Tao Zou, Yichen He, Tian Qiu, Yuan Lin, Hang Li

    Abstract: Long-term memory is essential for multimodal agents to build coherent experience, accumulate world knowledge, and achieve continual learning. However, constructing effective memory goes beyond memory module design and basic requirements such as accuracy and fidelity; the key challenge lies in determining what to memorize. Multimodal agents, such as embodied agents, continuously perceive, reason, a… ▽ More

    Submitted 29 May, 2026; originally announced May 2026.

  10. arXiv:2605.22843  [pdf, ps, other

    cs.CL cs.IR

    Knowledge Distillation for Low-Resource Open-source Text-to-SQL Model

    Authors: Tianhao Qiu, Xiaojun Chen

    Abstract: Text-to-SQL converts natural language questions into executable SQL queries, enabling non-technical users to access relational databases for analytics and intelligent data services. In real-world scenarios, performance is often constrained by low-resource settings, where high-quality annotated \texttt{<question, SQL>} pairs are scarce, particularly for domain-specific databases. Additional challen… ▽ More

    Submitted 13 May, 2026; originally announced May 2026.

    Comments: 17ages, 5 figures

    MSC Class: 68T50; 68P15 ACM Class: H.2.3; I.2.7; I.2.6

  11. arXiv:2604.20689  [pdf, ps, other

    cs.RO

    FingerEye: Learning Dexterous Manipulation with Continuous Vision-Tactile Sensing

    Authors: Zhixuan Xu, Yichen Li, Xuanye Wu, Tianyu Qiu, Lin Shao

    Abstract: Dexterous robotic manipulation requires perception that remains informative from pre-contact approach to contact initiation and post-contact control. We introduce FingerEye, a sensing and learning framework that strengthens robotic dexterity through continuous vision-tactile feedback throughout interaction. On the sensing side, FingerEye integrates binocular RGB cameras with a compliant contact in… ▽ More

    Submitted 6 June, 2026; v1 submitted 22 April, 2026; originally announced April 2026.

  12. arXiv:2604.17002  [pdf, ps, other

    cs.HC

    Intelligent Drill-Down: Large Language Model-Driven Drill-Down Technique for Human-AI Collaborative Visual Exploration

    Authors: Zhijun Zheng, Tian Qiu, Yuheng Zhao, Siming Chen

    Abstract: In visual analytics, applying filters to drill-down and extract higher-value insights is a common and important data analysis method. When the drill-down space becomes excessively large, analysts may lose orientation, leading to decreased efficiency in the drill-down process. To tackle these challenges, we propose the Intelligent Drill-Down Framework, in which a large language model (LLM) facilita… ▽ More

    Submitted 18 April, 2026; originally announced April 2026.

    Comments: 11 pages, 6 figures. Accepted to IEEE PacificVis 2026

  13. arXiv:2603.15636  [pdf, ps, other

    cs.AI

    AIDABench: AI Data Analytics Benchmark

    Authors: Yibo Yang, Fei Lei, Yixuan Sun, Yantao Zeng, Chengguang Lv, Jiancao Hong, Jiaojiao Tian, Tianyu Qiu, Xin Wang, Yanbing Chen, Yanjie Li, Zheng Pan, Xiaochen Zhou, Guanzhou Chen, Haoran Lv, Yuning Xu, Yue Ou, Haodong Liu, Shiqi He, Anya Jia, Yulei Xin, Huan Wu, Liang Liu, Jiaye Ge, Jianxin Dong , et al. (2 additional authors not shown)

    Abstract: As AI-driven document understanding and processing tools become increasingly prevalent in real-world applications, the need for rigorous evaluation standards has grown increasingly urgent. Existing benchmarks and evaluations often focus on isolated capabilities or simplified scenarios, failing to capture the end-to-end task effectiveness required in practical settings. To address this gap, we intr… ▽ More

    Submitted 27 March, 2026; v1 submitted 27 February, 2026; originally announced March 2026.

    Comments: 22 pages (including appendix), 9 figures, 4 tables. Code: https://github.com/MichaelYang-lyx/AIDABench. Dataset: https://huggingface.co/datasets/MichaelYang-lyx/AIDA

  14. arXiv:2603.11862  [pdf, ps, other

    cs.CR cs.AI

    You Told Me to Do It: Measuring Instructional Text-induced Private Data Leakage in LLM Agents

    Authors: Ching-Yu Kao, Xinfeng Li, Shenyu Dai, Tianze Qiu, Pengcheng Zhou, Eric Hanchen Jiang, Philip Sperl

    Abstract: High-privilege LLM agents that autonomously process external documentation are increasingly trusted to automate tasks by reading and executing project instructions, yet they are granted terminal access, filesystem control, and outbound network connectivity with minimal security oversight. We identify and systematically measure a fundamental vulnerability in this trust model, which we term the \emp… ▽ More

    Submitted 12 March, 2026; originally announced March 2026.

    Comments: 14 pages

  15. arXiv:2603.11085  [pdf, ps, other

    cs.RO cs.CV cs.MA

    Edge-Assisted Multi-Robot Visual-Inertial SLAM with Efficient Communication

    Authors: Xin Liu, Shuhuan Wen, Jing Zhao, Tony Z. Qiu, Hong Zhang

    Abstract: The integration of cloud computing and edge computing is an effective way to achieve global consistent and real-time multi-robot Simultaneous Localization and Mapping (SLAM). Cloud computing effectively solves the problem of limited computing, communication and storage capacity of terminal equipment. However, limited bandwidth and extremely long communication links between terminal devices and the… ▽ More

    Submitted 10 March, 2026; originally announced March 2026.

    Comments: 13 pages, 18 figures

    ACM Class: I.2.9

    Journal ref: IEEE Transactions on Automation Science and Engineering, 22 (2025) 2186-2198

  16. arXiv:2603.09517  [pdf, ps, other

    cs.CL cs.LG

    You Didn't Have to Say It like That: Subliminal Learning from Faithful Paraphrases

    Authors: Isaia Gisler, Zhonghao He, Tianyi Qiu

    Abstract: When language models are trained on synthetic data, they (student model) can covertly acquire behavioral traits from the data-generating model (teacher model). Subliminal learning refers to the transmission of traits from a teacher to a student model via training on data unrelated to those traits. Prior work demonstrated this in the training domains of number sequences, code, and math Chain-of-Tho… ▽ More

    Submitted 10 March, 2026; originally announced March 2026.

    Comments: Accepted for Spotlight presentation at EACL 2026 SRW. 5 pages, 2 figures, plus appendix. Equal supervision by Zhonghao He and Tianyi Qiu

  17. arXiv:2602.01568  [pdf, ps, other

    cs.GT cs.RO

    Efficiently Solving Mixed-Hierarchy Games with Quasi-Policy Approximations

    Authors: Hamzah Khan, Dong Ho Lee, Jingqi Li, Tianyu Qiu, Christian Ellis, Jesse Milzman, Wesley Suttle, David Fridovich-Keil

    Abstract: Multi-robot coordination often exhibits hierarchical structure, with some robots' decisions depending on the planned behaviors of others. While game theory provides a principled framework for such interactions, existing solvers struggle to handle mixed information structures that combine simultaneous (Nash) and hierarchical (Stackelberg) decision-making. We study N-robot forest-structured mixed-hi… ▽ More

    Submitted 14 May, 2026; v1 submitted 1 February, 2026; originally announced February 2026.

  18. arXiv:2601.23181  [pdf, ps, other

    cs.LG

    Ensuring Semantics in Weights of Implicit Neural Representations through the Implicit Function Theorem

    Authors: Tianming Qiu, Christos Sonis, Hao Shen

    Abstract: Weight Space Learning (WSL), which frames neural network weights as a data modality, is an emerging field with potential for tasks like meta-learning or transfer learning. Particularly, Implicit Neural Representations (INRs) provide a convenient testbed, where each set of weights determines the corresponding individual data sample as a mapping from coordinates to contextual values. So far, a preci… ▽ More

    Submitted 30 January, 2026; originally announced January 2026.

  19. arXiv:2601.20299  [pdf, ps, other

    cs.LG cs.AI cs.CL cs.GT

    Truthfulness Despite Weak Supervision: Evaluating and Training LLMs Using Peer Prediction

    Authors: Tianyi Alex Qiu, Micah Carroll, Cameron Allen

    Abstract: The evaluation and post-training of large language models (LLMs) rely on supervision, but strong supervision for difficult tasks is often unavailable, especially when evaluating frontier models. In such cases, models are demonstrated to exploit evaluations built on such imperfect supervision, leading to deceptive results. However, underutilized in LLM research, a wealth of mechanism design researc… ▽ More

    Submitted 28 January, 2026; originally announced January 2026.

    Comments: ICLR 2026

  20. arXiv:2601.13566  [pdf, ps, other

    cs.LG cs.AI cs.CL

    Self-Improvement as Coherence Optimization: A Theoretical Account

    Authors: Tianyi Qiu, Ahmed Hani Ismail, Zhonghao He, Shi Feng

    Abstract: Can language models improve their accuracy without external supervision? Methods such as debate, bootstrap, and internal coherence maximization achieve this surprising feat, even matching golden finetuning performance. Yet why they work remains theoretically unclear. We show that they are all special cases of coherence optimization: finding a context-to-behavior mapping that's most compressible an… ▽ More

    Submitted 19 January, 2026; originally announced January 2026.

    Comments: 39 pages

  21. arXiv:2512.22941  [pdf, ps, other

    cs.MA cs.AI

    Heterogeneity in Multi-Agent Reinforcement Learning

    Authors: Tianyi Hu, Zhiqiang Pu, Yuan Wang, Tenghai Qiu, Min Chen, Xin Yu

    Abstract: Heterogeneity is a fundamental property in multi-agent reinforcement learning (MARL), which is closely related not only to the functional differences of agents, but also to policy diversity and environmental interactions. However, the MARL field currently lacks a rigorous definition and deeper understanding of heterogeneity. This paper systematically discusses heterogeneity in MARL from the perspe… ▽ More

    Submitted 28 December, 2025; originally announced December 2025.

  22. arXiv:2512.08627  [pdf, ps, other

    cs.CV

    Trajectory Densification and Depth from Perspective-based Blur

    Authors: Tianchen Qiu, Qirun Zhang, Jiajian He, Zhengyue Zhuge, Jiahui Xu, Yueting Chen

    Abstract: In the absence of a mechanical stabilizer, the camera undergoes inevitable rotational dynamics during capturing, which induces perspective-based blur especially under long-exposure scenarios. From an optical standpoint, perspective-based blur is depth-position-dependent: objects residing at distinct spatial locations incur different blur levels even under the same imaging settings. Inspired by thi… ▽ More

    Submitted 9 December, 2025; originally announced December 2025.

  23. arXiv:2512.04864  [pdf, ps, other

    cs.AI

    Are Your Agents Upward Deceivers?

    Authors: Dadi Guo, Qingyu Liu, Dongrui Liu, Qihan Ren, Shuai Shao, Tianyi Qiu, Haoran Li, Yi R. Fung, Zhongjie Ba, Juntao Dai, Jiaming Ji, Zhikai Chen, Jialing Tao, Yaodong Yang, Jing Shao, Xia Hu

    Abstract: Large Language Model (LLM)-based agents are increasingly used as autonomous subordinates that carry out tasks for users. This raises the question of whether they may also engage in deception, similar to how individuals in human organizations lie to superiors to create a good image or avoid punishment. We observe and define agentic upward deception, a phenomenon in which an agent facing environment… ▽ More

    Submitted 4 December, 2025; originally announced December 2025.

  24. arXiv:2512.02914  [pdf, ps, other

    cs.AI cs.CL cs.LG

    Martingale Score: An Unsupervised Metric for Bayesian Rationality in LLM Reasoning

    Authors: Zhonghao He, Tianyi Qiu, Hirokazu Shirado, Maarten Sap

    Abstract: Recent advances in reasoning techniques have substantially improved the performance of large language models (LLMs), raising expectations for their ability to provide accurate, truthful, and reliable information. However, emerging evidence suggests that iterative reasoning may foster belief entrenchment and confirmation bias, rather than enhancing truth-seeking behavior. In this study, we propose… ▽ More

    Submitted 2 December, 2025; originally announced December 2025.

    Comments: NeurIPS 2025

  25. arXiv:2512.00796  [pdf, ps, other

    cs.CV

    CircleFlow: Flow-Guided Camera Blur Estimation using a Circle Grid Target

    Authors: Jiajian He, Enjie Hu, Shiqi Chen, Tianchen Qiu, Huajun Feng, Zhihai Xu, Yueting Chen

    Abstract: The point spread function (PSF) serves as a fundamental descriptor linking the real-world scene to the captured signal, manifesting as camera blur. Accurate PSF estimation is crucial for both optical characterization and computational vision, yet remains challenging due to the inherent ambiguity and the ill-posed nature of intensity-based deconvolution. We introduce CircleFlow, a high-fidelity PSF… ▽ More

    Submitted 30 November, 2025; originally announced December 2025.

  26. Efficient Optimization of a Permanent Magnet Array for a Stable 2D Trap

    Authors: Ann-Sophia Müller, Moonkwang Jeong, Jiyuan Tian, Meng Zhang, Tian Qiu

    Abstract: Untethered magnetic manipulation of biomedical millirobots has a high potential for minimally invasive surgical applications. However, it is still challenging to exert high actuation forces on the small robots over a large distance. Permanent magnets offer stronger magnetic torques and forces than electromagnetic coils, however, feedback control is more difficult. As proven by Earnshaw's theorem,… ▽ More

    Submitted 24 November, 2025; originally announced November 2025.

    Comments: 6 pages, 6 figures, IEEE International Conference on Robotics and Automation (ICRA)

    Journal ref: In 2025 IEEE International Conference on Robotics and Automation (ICRA) (pp. 6666-6671). IEEE

  27. arXiv:2511.19198  [pdf, ps, other

    cs.CV cs.RO

    Three-Dimensional Anatomical Data Generation Based on Artificial Neural Networks

    Authors: Ann-Sophia Müller, Moonkwang Jeong, Meng Zhang, Jiyuan Tian, Arkadiusz Miernik, Stefanie Speidel, Tian Qiu

    Abstract: Surgical planning and training based on machine learning requires a large amount of 3D anatomical models reconstructed from medical imaging, which is currently one of the major bottlenecks. Obtaining these data from real patients and during surgery is very demanding, if even possible, due to legal, ethical, and technical challenges. It is especially difficult for soft tissue organs with poor imagi… ▽ More

    Submitted 24 November, 2025; originally announced November 2025.

    Comments: 6 pages, 4 figures, 1 table, IEEE International Conference on Intelligent Robots and Systems (IROS)

  28. arXiv:2511.08049  [pdf, ps, other

    cs.CE cs.AI

    CometNet: Contextual Motif-guided Long-term Time Series Forecasting

    Authors: Weixu Wang, Xiaobo Zhou, Xin Qiao, Lei Wang, Tie Qiu

    Abstract: Long-term Time Series Forecasting is crucial across numerous critical domains, yet its accuracy remains fundamentally constrained by the receptive field bottleneck in existing models. Mainstream Transformer- and Multi-layer Perceptron (MLP)-based methods mainly rely on finite look-back windows, limiting their ability to model long-term dependencies and hurting forecasting performance. Naively exte… ▽ More

    Submitted 11 November, 2025; originally announced November 2025.

    Comments: Accepted by AAAI 2026

  29. arXiv:2511.06046  [pdf, ps, other

    cs.CV

    StreamSTGS: Streaming Spatial and Temporal Gaussian Grids for Real-Time Free-Viewpoint Video

    Authors: Zhihui Ke, Yuyang Liu, Xiaobo Zhou, Tie Qiu

    Abstract: Streaming free-viewpoint video~(FVV) in real-time still faces significant challenges, particularly in training, rendering, and transmission efficiency. Harnessing superior performance of 3D Gaussian Splatting~(3DGS), recent 3DGS-based FVV methods have achieved notable breakthroughs in both training and rendering. However, the storage requirements of these methods can reach up to $10$MB per frame,… ▽ More

    Submitted 8 November, 2025; originally announced November 2025.

    Comments: Accepted by AAAI 2026. Code will be released at https://www.github.com/kkkzh/StreamSTGS

  30. arXiv:2511.05393  [pdf, ps, other

    cs.CV

    PreResQ-R1: Towards Fine-Grained Rank-and-Score Reinforcement Learning for Visual Quality Assessment via Preference-Response Disentangled Policy Optimization

    Authors: Zehui Feng, Tian Qiu, Tong Wu, Junxuan Li, Huayuan Xu, Ting Han

    Abstract: Visual Quality Assessment (QA) seeks to predict human perceptual judgments of visual fidelity. While recent multimodal large language models (MLLMs) show promise in reasoning about image and video quality, existing approaches mainly rely on supervised fine-tuning or rank-only objectives, resulting in shallow reasoning, poor score calibration, and limited cross-domain generalization. We propose Pre… ▽ More

    Submitted 7 November, 2025; originally announced November 2025.

    Comments: 27 pages, 14 figures, under review as a conference paper

  31. arXiv:2511.00449  [pdf, ps, other

    eess.IV cs.CV cs.LG

    Towards Reliable Pediatric Brain Tumor Segmentation: Task-Specific nnU-Net Enhancements

    Authors: Xiaolong Li, Zhi-Qin John Xu, Yan Ren, Tianming Qiu, Xiaowen Wang

    Abstract: Accurate segmentation of pediatric brain tumors in multi-parametric magnetic resonance imaging (mpMRI) is critical for diagnosis, treatment planning, and monitoring, yet faces unique challenges due to limited data, high anatomical variability, and heterogeneous imaging across institutions. In this work, we present an advanced nnU-Net framework tailored for BraTS 2025 Task-6 (PED), the largest publ… ▽ More

    Submitted 1 November, 2025; originally announced November 2025.

  32. arXiv:2510.04835  [pdf, ps, other

    cs.SE

    InsightQL: Advancing Human-Assisted Fuzzing with a Unified Code Database and Parameterized Query Interface

    Authors: Wentao Gao, Renata Borovica-Gajic, Sang Kil Cha, Tian Qiu, Van-Thuan Pham

    Abstract: Fuzzing is a highly effective automated testing method for uncovering software vulnerabilities. Despite advances in fuzzing techniques, such as coverage-guided greybox fuzzing, many fuzzers struggle with coverage plateaus caused by fuzz blockers, limiting their ability to find deeper vulnerabilities. Human expertise can address these challenges, but analyzing fuzzing results to guide this support… ▽ More

    Submitted 6 October, 2025; originally announced October 2025.

  33. arXiv:2509.19353  [pdf, ps, other

    eess.IV cs.CV

    Frequency-Aware Ensemble Learning for BraTS 2025 Pediatric Brain Tumor Segmentation

    Authors: Yuxiao Yi, Qingyao Zhuang, Zhi-Qin John Xu, Xiaowen Wang, Yan Ren, Tianming Qiu

    Abstract: Pediatric brain tumor segmentation presents unique challenges due to the rarity and heterogeneity of these malignancies, yet remains critical for clinical diagnosis and treatment planning. We propose an ensemble approach integrating nnU-Net, Swin UNETR, and HFF-Net for the BraTS-PED 2025 challenge. Our method incorporates three key extensions: adjustable initialization scales for optimal nnU-Net c… ▽ More

    Submitted 10 October, 2025; v1 submitted 17 September, 2025; originally announced September 2025.

    Comments: 11 pages, 3 figures, conference, miccai brats challenge

  34. arXiv:2509.18325  [pdf, ps, other

    cs.SI physics.soc-ph

    A Graph-Neural-Network-Entropy model of vital node identification on network attack and propagation

    Authors: Huaizhi Liao, Tian Qiu, Guang Chen

    Abstract: Vital nodes usually play a key role in complex networks. Uncovering these nodes is an important task in protecting the network, especially when the network suffers intentional attack. Many existing methods have not fully integrated the node feature, interaction and state. In this article, we propose a novel method (GNNE) based on graph neural networks and information entropy. The method employs a… ▽ More

    Submitted 22 September, 2025; originally announced September 2025.

  35. arXiv:2509.06329  [pdf, ps, other

    cs.CV q-bio.QM

    Towards scalable organ level 3D plant segmentation: Bridging the data algorithm computing gap

    Authors: Ruiming Du, Guangxun Zhai, Tian Qiu, Yu Jiang

    Abstract: The precise characterization of plant morphology provides valuable insights into plant environment interactions and genetic evolution. A key technology for extracting this information is 3D segmentation, which delineates individual plant organs from complex point clouds. Despite significant progress in general 3D computer vision domains, the adoption of 3D segmentation for plant phenotyping remain… ▽ More

    Submitted 8 September, 2025; originally announced September 2025.

  36. arXiv:2508.19508  [pdf, ps, other

    cs.RO cs.CV

    DATR: Diffusion-based 3D Apple Tree Reconstruction Framework with Sparse-View

    Authors: Tian Qiu, Alan Zoubi, Yiyuan Lin, Ruiming Du, Lailiang Cheng, Yu Jiang

    Abstract: Digital twin applications offered transformative potential by enabling real-time monitoring and robotic simulation through accurate virtual replicas of physical assets. The key to these systems is 3D reconstruction with high geometrical fidelity. However, existing methods struggled under field conditions, especially with sparse and occluded views. This study developed a two-stage framework (DATR)… ▽ More

    Submitted 26 August, 2025; originally announced August 2025.

  37. arXiv:2508.00354  [pdf, ps, other

    cs.RO cs.CV

    Omni-Scan: Creating Visually-Accurate Digital Twin Object Models Using a Bimanual Robot with Handover and Gaussian Splat Merging

    Authors: Tianshuang Qiu, Zehan Ma, Karim El-Refai, Hiya Shah, Chung Min Kim, Justin Kerr, Ken Goldberg

    Abstract: 3D Gaussian Splats (3DGSs) are 3D object models derived from multi-view images. Such "digital twins" are useful for simulations, virtual reality, marketing, robot policy fine-tuning, and part inspection. 3D object scanning usually requires multi-camera arrays, precise laser scanners, or robot wrist-mounted cameras, which have restricted workspaces. We propose Omni-Scan, a pipeline for producing hi… ▽ More

    Submitted 1 August, 2025; originally announced August 2025.

  38. arXiv:2507.22729  [pdf, ps, other

    cs.CL

    Resource-Efficient Adaptation of Large Language Models for Text Embeddings via Prompt Engineering and Contrastive Fine-tuning

    Authors: Benedikt Roth, Stephan Rappensperger, Tianming Qiu, Hamza Imamović, Julian Wörmann, Hao Shen

    Abstract: Large Language Models (LLMs) have become a cornerstone in Natural Language Processing (NLP), achieving impressive performance in text generation. Their token-level representations capture rich, human-aligned semantics. However, pooling these vectors into a text embedding discards crucial information. Nevertheless, many non-generative downstream tasks, such as clustering, classification, or retriev… ▽ More

    Submitted 24 September, 2025; v1 submitted 30 July, 2025; originally announced July 2025.

  39. arXiv:2507.18531  [pdf, ps, other

    cs.CV

    IntentVCNet: Bridging Spatio-Temporal Gaps for Intention-Oriented Controllable Video Captioning

    Authors: Tianheng Qiu, Jingchun Gao, Jingyu Li, Huiyi Leong, Xuan Huang, Xi Wang, Xiaocheng Zhang, Kele Xu, Lan Zhang

    Abstract: Intent-oriented controlled video captioning aims to generate targeted descriptions for specific targets in a video based on customized user intent. Current Large Visual Language Models (LVLMs) have gained strong instruction following and visual comprehension capabilities. Although the LVLMs demonstrated proficiency in spatial and temporal understanding respectively, it was not able to perform fine… ▽ More

    Submitted 24 July, 2025; originally announced July 2025.

  40. arXiv:2507.14193  [pdf, ps, other

    cs.GT cs.AI cs.CY

    Modeling the Economic Impacts of AI Openness Regulation

    Authors: Tori Qiu, Benjamin Laufer, Jon Kleinberg, Hoda Heidari

    Abstract: Regulatory frameworks, such as the EU AI Act, encourage openness of general-purpose AI models by offering legal exemptions for "open-source" models. Despite this legislative attention on openness, the definition of open-source foundation models remains ambiguous. This paper models the strategic interactions among the creator of a general-purpose model (the generalist) and the entity that fine-tune… ▽ More

    Submitted 23 October, 2025; v1 submitted 14 July, 2025; originally announced July 2025.

  41. arXiv:2507.11842  [pdf, ps, other

    astro-ph.CO cs.LG

    CosmoFlow: Scale-Aware Representation Learning for Cosmology with Flow Matching

    Authors: Sidharth Kannan, Tian Qiu, Carolina Cuesta-Lazaro, Haewon Jeong

    Abstract: Generative machine learning models have been demonstrated to be able to learn low dimensional representations of data that preserve information required for downstream tasks. In this work, we demonstrate that flow matching based generative models can learn compact, semantically rich latent representations of field level cold dark matter (CDM) simulation data without supervision. Our model, CosmoFl… ▽ More

    Submitted 15 July, 2025; originally announced July 2025.

  42. arXiv:2507.05594  [pdf, ps, other

    cs.CV

    GSVR: 2D Gaussian-based Video Representation for 800+ FPS with Hybrid Deformation Field

    Authors: Zhizhuo Pang, Zhihui Ke, Xiaobo Zhou, Tie Qiu

    Abstract: Implicit neural representations for video have been recognized as a novel and promising form of video representation. Existing works pay more attention to improving video reconstruction quality but little attention to the decoding speed. However, the high computation of convolutional network used in existing methods leads to low decoding speed. Moreover, these convolution-based video representatio… ▽ More

    Submitted 7 July, 2025; originally announced July 2025.

  43. arXiv:2506.22937  [pdf, ps, other

    cs.HC

    GamerAstra: Supporting 2D Non-Twitch Video Games for Blind and Low-Vision Players through a Multi-Agent Framework

    Authors: Tianrun Qiu, Changxin Chen, Sizhe Cheng, Xuyang Liu, Xumeng Wang, Zhicong Lu, Yuxin Ma

    Abstract: Blind and low-vision (BLV) players face critical challenges in engaging with video games due to the inaccessibility of visual elements, difficulties navigating interfaces, and limitations in performing interaction. Meanwhile, the development of specialized accessibility features typically requires substantial programming effort and is often implemented on a game-by-game basis. To address these cha… ▽ More

    Submitted 26 September, 2025; v1 submitted 28 June, 2025; originally announced June 2025.

    Comments: 17 pages, 11 figures, 2 tables

    ACM Class: H.5.2

  44. arXiv:2506.21962  [pdf, ps, other

    cs.HC

    AnyAni: An Interactive System with Generative AI for Animation Effect Creation and Code Understanding in Web Development

    Authors: Tianrun Qiu, Yuxin Ma

    Abstract: Generative AI assistants have been widely used in front-end programming. However, besides code writing, developers often encounter the need to generate animation effects. As novices in creative design without the assistance of professional designers, developers typically face difficulties in describing, designing, and implementing desired animations. To address this issue, we conducted a formative… ▽ More

    Submitted 27 June, 2025; originally announced June 2025.

    ACM Class: J.6

  45. arXiv:2506.06975  [pdf, ps, other

    cs.CR cs.AI cs.CL

    Auditing Black-Box LLM APIs with a Rank-Based Uniformity Test

    Authors: Xiaoyuan Zhu, Yaowen Ye, Tianyi Qiu, Hanlin Zhu, Sijun Tan, Ajraf Mannan, Jonathan Michala, Raluca Ada Popa, Willie Neiswanger

    Abstract: As API access becomes a primary interface to large language models (LLMs), users often interact with black-box systems that offer little transparency into the deployed model. To reduce costs or maliciously alter model behaviors, API providers may discreetly serve quantized or fine-tuned variants, which can degrade performance and compromise safety. Detecting such substitutions is difficult, as use… ▽ More

    Submitted 8 April, 2026; v1 submitted 7 June, 2025; originally announced June 2025.

  46. arXiv:2506.06166  [pdf, other

    cs.LG cs.AI cs.CL cs.CY cs.HC

    The Lock-in Hypothesis: Stagnation by Algorithm

    Authors: Tianyi Alex Qiu, Zhonghao He, Tejasveer Chugh, Max Kleiman-Weiner

    Abstract: The training and deployment of large language models (LLMs) create a feedback loop with human users: models learn human beliefs from data, reinforce these beliefs with generated content, reabsorb the reinforced beliefs, and feed them back to users again and again. This dynamic resembles an echo chamber. We hypothesize that this feedback loop entrenches the existing values and beliefs of users, lea… ▽ More

    Submitted 6 June, 2025; originally announced June 2025.

    Comments: ICML 2025, 46 pages

  47. arXiv:2505.23201  [pdf, ps, other

    cs.CV

    WTEFNet: Real-Time Low-Light Object Detection for Advanced Driver Assistance Systems

    Authors: Hao Wu, Junzhou Chen, Ronghui Zhang, Nengchao Lyu, Hongyu Hu, Yanyong Guo, Tony Z. Qiu

    Abstract: Object detection is a cornerstone of environmental perception in advanced driver assistance systems(ADAS). However, most existing methods rely on RGB cameras, which suffer from significant performance degradation under low-light conditions due to poor image quality. To address this challenge, we proposes WTEFNet, a real-time object detection framework specifically designed for low-light scenarios,… ▽ More

    Submitted 29 May, 2025; v1 submitted 29 May, 2025; originally announced May 2025.

    Comments: This paper is expected to be submitted to IEEE Transactions on Instrumentation and Measurement

  48. arXiv:2505.18440  [pdf, ps, other

    cs.CL cs.AI

    Efficient Long CoT Reasoning in Small Language Models

    Authors: Zhaoyang Wang, Jinqi Jiang, Tian Qiu, Hui Liu, Xianfeng Tang, Huaxiu Yao

    Abstract: Recent large reasoning models such as DeepSeek-R1 exhibit strong complex problems solving abilities by generating long chain-of-thought (CoT) reasoning steps. It is challenging to directly train small language models (SLMs) to emerge long CoT. Thus, distillation becomes a practical method to enable SLMs for such reasoning ability. However, the long CoT often contains a lot of redundant contents (e… ▽ More

    Submitted 18 June, 2025; v1 submitted 23 May, 2025; originally announced May 2025.

  49. arXiv:2505.17553  [pdf

    cs.LG cs.CL

    CoMoE: Contrastive Representation for Mixture-of-Experts in Parameter-Efficient Fine-tuning

    Authors: Jinyuan Feng, Chaopeng Wei, Tenghai Qiu, Tianyi Hu, Zhiqiang Pu

    Abstract: In parameter-efficient fine-tuning, mixture-of-experts (MoE), which involves specializing functionalities into different experts and sparsely activating them appropriately, has been widely adopted as a promising approach to trade-off between model capacity and computation overhead. However, current MoE variants fall short on heterogeneous datasets, ignoring the fact that experts may learn similar… ▽ More

    Submitted 28 August, 2025; v1 submitted 23 May, 2025; originally announced May 2025.

    Comments: Accepted by EMNLP Findings 2025

  50. arXiv:2505.17406  [pdf, ps, other

    cs.AI

    Robust Answers, Fragile Logic: Probing the Decoupling Hypothesis in LLM Reasoning

    Authors: Enyi Jiang, Changming Xu, Nischay Singh, Tian Qiu, Gagandeep Singh

    Abstract: While Chain-of-Thought (CoT) prompting has become a cornerstone for complex reasoning in Large Language Models (LLMs), the faithfulness of the generated reasoning remains an open question. We investigate the Decoupling Hypothesis: that correct answers often mask fragile, post-hoc rationalizations that are not causally tied to the model's prediction. To systematically verify this, we introduce MATC… ▽ More

    Submitted 4 February, 2026; v1 submitted 22 May, 2025; originally announced May 2025.