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

Showing 1–50 of 612 results for author: Fan, C

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

    cs.CL cs.AI

    PTXBench: Benchmark and Adapt LLMs for GPU Kernel Optimization with Architecture-specific PTX

    Authors: Genghan Zhang, Yixin Dong, Chengze Fan, Zhichen Zeng, Yueming Yuan, Shaowei Zhu, Kunle Olukotun

    Abstract: We introduce PTXBench, a benchmark for evaluating and adapting large language models (LLMs) to use architecture-specific PTX for GPU kernel optimization. PTXBench measures functional correctness, whether selected target instructions execute at runtime, and speedup over frontier libraries across GEMM and attention workloads on H100 and B200 GPUs. Our evaluation shows that architecture-specific PTX… ▽ More

    Submitted 19 August, 2026; v1 submitted 18 August, 2026; originally announced August 2026.

  2. arXiv:2608.14354  [pdf, ps, other

    cs.AI

    ScienceFlow: A long-horizon agent for ML research, scientific discovery and beyond

    Authors: Mingming Zhao, Jiqian Dong, Kangping Xu, Zadid Hasan, Chengrui Fan, Shan Jiang, Shuai Mao, Ting Lingya, Linyi Zou, Tailin Zhou, Yun Hin Chan, Wenkai Zhang, Zhanhong Zhou, Guowei Huang, Hongliang Li, Wenjing Cun, Zhitang Chen, Mingxuan Yuan, Yanhui Geng

    Abstract: Enabling LLM agents to sustain productive, stable, and goal-aligned research over extended horizons is a central challenge for autonomous machine learning and scientific discovery, as progress hinges on continuously managing evolving state, exploration decisions, and computational resources. Pioneering autoresearch agents, despite great success, still lack mechanisms for continuity, recovery from… ▽ More

    Submitted 14 August, 2026; originally announced August 2026.

  3. arXiv:2608.13905  [pdf, ps, other

    cs.CR cs.AI cs.NI

    CipherSight: Robust Website Fingerprinting via Record-Resource Semantic Supervision under Distribution Shifts

    Authors: Runhan Song, Qiqi Liu, Chuanzhou Pan, Zhenquan Ding, Youquan Xian, Chongru Fan, Lei Cui, Wei Wang, Zhiyu Hao

    Abstract: HTTPS website fingerprinting (WF) aims to identify visited websites from metadata observable in encrypted traffic. However, real-world deployments introduce a significant out-of-distribution (OOD) problem caused by temporal and geographic changes, while previously unseen websites are common in open-world scenarios. Existing methods primarily learn from raw TCP packet sequences and struggle to capt… ▽ More

    Submitted 13 August, 2026; originally announced August 2026.

  4. arXiv:2608.13719  [pdf, ps, other

    cs.AI cs.RO

    Coverage Aware Active Evaluation for Failure Discovery with Paired Systems

    Authors: Anjali Parashar, Rachel Luo, Apoorva Sharma, Sushant Veer, Edward Schmerling, Carson Sobolewski, Mingxin Yu, Chuchu Fan, Marco Pavone

    Abstract: Autonomous systems can fail in rare and heterogeneous ways, making real-world failure discovery difficult under limited testing budgets. Although cheaper proxies such as simulators, lower-fidelity systems, or related policies can be sampled extensively to find failures, proxy failures often do not transfer to the real world due to sim-to-real and system-to-system gaps. The key challenge is therefo… ▽ More

    Submitted 13 August, 2026; originally announced August 2026.

    Comments: 9 main pages followed by Appendix, total 21 pages, 12 figures

  5. arXiv:2608.13610  [pdf, ps, other

    eess.IV cs.MM

    LoopVSR: A Loop Engineering Framework for Automated Repair of Visual Speech Recognition Inference Pipelines

    Authors: Fei Qin, Bowen Zhang, Chao Fan, Pengcheng Luo, Genke Yang

    Abstract: Visual speech recognition (VSR) recovers speech from lip movements when audio is noisy or unavailable. Its multi-stage inference pipeline spans video decoding, mouth-region extraction, preprocessing, model invocation, and decoding, where upstream failures can mask downstream faults. Pipeline maintenance therefore still relies largely on predefined checks and manual debugging. We propose LoopVSR, a… ▽ More

    Submitted 12 August, 2026; originally announced August 2026.

  6. arXiv:2608.11685  [pdf, ps, other

    cs.CV

    EGM-Det: Entropy-Guided Multimodal Adaptive Fusion for UAV RGB-IR Object Detection

    Authors: Cunzheng Fan, Dawei Yan, Guanlin Wang, Xingshuo Yang, Yupeng Jia, Jing Yang, Haokui Zhang

    Abstract: Joint use of RGB and infrared (IR) imagery can improve UAV-view object detection, but most existing methods fuse multimodal features with static or fixed weights and therefore overlook spatially varying modality reliability. We propose EGM-Det, an entropy-guided multimodal adaptive fusion framework for RGB-IR object detection. EGM-Det employs a dual-stream architecture to preserve modality-specifi… ▽ More

    Submitted 12 August, 2026; originally announced August 2026.

    Comments: 14 pages, 7 figures, 6 tables

  7. arXiv:2608.10204  [pdf, ps, other

    cs.LG

    Boundary-Seeking Policy Gradient for Safe Reinforcement Learning

    Authors: Chenhua Fan, Jiahui Zhu, Yuhang Zhang, Honghao Wei

    Abstract: Safe reinforcement learning maximizes reward subject to safety constraints. For Constrained Markov Decision Processes, the linear-programming view over occupancy measures implies that whenever the constraint is active at optimality, the optimal policy lies exactly on the constraint boundary, yet standard gradient-based methods do not exploit this structure and often settle in the feasible interior… ▽ More

    Submitted 10 August, 2026; originally announced August 2026.

    Comments: CDC 2026

  8. arXiv:2608.08960  [pdf, ps, other

    cs.AI

    Reading is not Reasoning: Bridging the Agentic Policy Gap in Vision-Text Compression

    Authors: Cheng Fan, Junyi Zhou, Tingzhang Luo, RongJian Xu, Qiyanhui Lu, Mingjian Zhu, Hanting Chen, Jianyuan Guo

    Abstract: Multi-step language-model agents repeatedly process growing interaction histories, leading to substantial context costs. Vision--text compression reduces these costs by rendering history as images, but the resulting modality shift creates a marked capability gap. Through controlled evaluations of history recovery, matched-state decisions, and complete trajectories, we show that this gap cannot be… ▽ More

    Submitted 9 August, 2026; originally announced August 2026.

  9. arXiv:2608.07968  [pdf, ps, other

    cs.CL cs.AI

    Thinking Hard, Not Smart: Reasoning Models Fail to Ration Test-Time Compute Across Questions

    Authors: Chenrui Fan, Yize Cheng, Ming Li, Yongyuan Liang, Tianyi Zhou, Soheil Feizi

    Abstract: Reasoning language models increasingly use test-time compute to improve performance, but existing evaluations typically study this compute one question at a time. Yet when multiple problems share an end-to-end cost or latency constraint, models must decide how to divide limited inference compute among them. We introduce an exam-style evaluation framework for studying this setting, in which a model… ▽ More

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

  10. arXiv:2608.07088  [pdf, ps, other

    cs.CV cs.AI

    RoRA: Role-Oriented Regional Allocation for Visual Token Pruning in MLLMs

    Authors: Qiyanhui Lu, Han Wu, Rongjian Xu, Tingzhang Luo, Cheng Fan, Xinghao Chen, Minjing Dong, Jufeng Yang, Jianyuan Guo

    Abstract: Multimodal large language models (MLLMs) encode images as long visual token sequences, making prefilling and KV-cache storage expensive. Existing training-free pruning methods select tokens by importance, diversity, or spatial coverage, but treat retained tokens as interchangeable and do not explicitly track which object-related regions are already covered. We present RoRA, a training-free framewo… ▽ More

    Submitted 7 August, 2026; originally announced August 2026.

    Comments: 9 pages, 4 figures, 4 tables. Code is available at https://github.com/LukieLuu/RoRA

  11. arXiv:2608.03653  [pdf, ps, other

    cs.AI

    AutoSND: From Execution Evidence to Structural Policies for Automated Network Dismantling Heuristic Discovery

    Authors: Zhijing Hu, Changjun Fan, Yufan Deng, Zhiguang Cao

    Abstract: Network dismantling is fundamental to analyzing the robustness and vulnerability of complex systems, yet practical heuristics must balance effectiveness and computational efficiency, and are usually designed manually by researchers. Existing large language model based automatic heuristic design methods can generate and screen candidates, yet they have difficulty further transforming candidate qual… ▽ More

    Submitted 4 August, 2026; originally announced August 2026.

  12. arXiv:2608.03147  [pdf, ps, other

    cs.CV

    CROSS: Cascaded Distillation and Dual-Constraint Grounding for Remote Sensing Referring Segmentation

    Authors: Tingzhang Luo, Ruizhong Liu, Yichao Liu, Cheng Fan, Yu Liu, Jianyuan Guo

    Abstract: Referring Remote Sensing Image Segmentation (RRSIS) has achieved significant progress through the integration of VLMs and the Segment Anything Model (SAM). However, this progress largely relies on strong pre-trained capabilities, while leaving two fundamental limitations insufficiently addressed: (1) Architectural Weak-Coupling, where the unidirectional flow forces reliance on coarse VLM prompts a… ▽ More

    Submitted 5 August, 2026; v1 submitted 4 August, 2026; originally announced August 2026.

    Comments: Accepted at the European Conference on Computer Vision (ECCV) 2026. 20 pages, 6 figures, and 5 tables. Tingzhang Luo and Ruizhong Liu contributed equally. Jianyuan Guo is the corresponding author. Project page: https://clarence-cv.github.io/CROSS/

  13. arXiv:2608.01092  [pdf, ps, other

    cs.AI

    Inter-Residue Geometry Attention for Antibody-Specific Epitope Prediction

    Authors: Chuanliu Fan, Nan Yu, Junjie Wu, Guohong Fu

    Abstract: Antibody-specific epitope prediction aims to identify which antigen residues are recognized by a given antibody, a task that depends on the three-dimensional complementarity between antibody CDRs and the antigen surface. Existing methods usually leverage PLM embeddings and inject structure through additional graph, surface, or point-cloud encoders, where the positional mechanism inside attention r… ▽ More

    Submitted 2 August, 2026; originally announced August 2026.

  14. arXiv:2607.27271  [pdf, ps, other

    cs.LG cs.SE

    RLPF: Reinforcement Learning from Performance Feedback for Code Generation

    Authors: Huihao Jing, Haozhe Cui, Wenbin Hu, Shaojin Chen, Haochen Shi, Changxuan Fan, Yuxuan Liu, Hanyu Yang, Sirui Zhang, Ziyi Chen, Haoran Li, Yangqiu Song

    Abstract: Code models are increasingly trained with execution feedback, but most training signals still stop at correctness. This leaves an important gap for systems code: two programs can pass the same tests while differing greatly in runtime. We study how to train code agents to prefer faster correct implementations, rather than treating efficiency only as an evaluation metric. The key difficulty is that… ▽ More

    Submitted 29 July, 2026; originally announced July 2026.

  15. arXiv:2607.20665  [pdf, ps, other

    cs.RO cs.MA eess.SY

    Safe and Scalable Multi-Drone Payload Transport via CBF-based Reinforcement Learning with Zero-Shot Sim-to-Real Transfer

    Authors: Jaeyoun Choi, Oswin So, Songyuan Zhang, Cooper Taylor, Chuchu Fan

    Abstract: Multi-drone payload transportation has emerged as a promising research paradigm with potential applications in construction, logistics, and disaster response. However, the complex coupled dynamics among drones, cables, and payloads pose significant challenges, and existing approaches remain limited in safety and scalability, particularly in dynamic and unstructured environments. In this work, we p… ▽ More

    Submitted 22 July, 2026; originally announced July 2026.

    Comments: Published in IEEE Robotics and Automation Letters (Early Access), 2026

  16. arXiv:2607.19876  [pdf, ps, other

    cs.RO cs.CV

    KineBench: Benchmarking Embodied World Models via IDM-Free Kinematic Grounding

    Authors: Zeyu Liu, Zhangzhe Zhu, Yang Zhang, Chenyou Fan, Chenjia Bai, Xuelong Li

    Abstract: Evaluating the physical consistency of embodied world models(EWMs) is a critical open challenge. While closed-loop evaluation via simulator rollouts offers a more faithful assessment of physical plausibility than open-loop alternatives, existing frameworks almost exclusively rely on Inverse Dynamics Models(IDMs) for action extraction. Due to the intricate mapping from 2D pixel space to 3D kinemati… ▽ More

    Submitted 22 July, 2026; originally announced July 2026.

    Comments: Accept to ECCV2026

  17. arXiv:2607.18846  [pdf, ps, other

    cs.DS cs.CR

    Private Approximation of Graph Spectra and Cuts via Spectral Amplifiers

    Authors: Chenglin Fan, Jingcheng Liu, Pan Peng, Hangyu Xu, Zongrui Zou

    Abstract: We study the problem of releasing a synthetic graph that approximates the sizes of all cuts of an input graph under edge-level differential privacy. If one insists on purely additive error, the optimal worst-case error is $\widetildeΘ(n^{3/2})$. If one allows a small multiplicative slack, an information-theoretic exponential-time mechanism achieves nearly linear additive error, but the best known… ▽ More

    Submitted 21 July, 2026; originally announced July 2026.

    Comments: 77 pages

  18. arXiv:2607.13175  [pdf, ps, other

    cs.LG cs.AI

    SteinGate: Tail-Sensitive Safe Reinforcement Learning via Stein Discrepancy

    Authors: Yassine Chemingui, Chenhua Fan, Honghao Wei, Janardhan Rao Doppa

    Abstract: Safe reinforcement learning typically enforces safety by bounding expected cumulative costs, a criterion that often fails to detect rare but catastrophic tail events. To overcome these limitations, this paper introduces SteinGate, a boundary-aware distributional safety certificate that replaces fragile tail fitting with a robust consistency check using Kernelized Stein Discrepancy while accounting… ▽ More

    Submitted 14 July, 2026; originally announced July 2026.

    Comments: Accepted for Publication at the 42nd Conference on Uncertainty in Artificial Intelligence (UAI), 2026

  19. arXiv:2607.12406  [pdf, ps, other

    cs.AI

    Isolation as a First-Class Principle for LLM-Agent System Safety: Concepts, Taxonomy, Challenges and Future Directions

    Authors: Huihao Jing, Wenbin Hu, Shaojin Chen, Haochen Shi, Sirui Zhang, Hanyu Yang, Changxuan Fan, Zhongwei Xie, Hongyu Luo, Wun Yu Chan, Wei Fan, Haoran Li, Yangqiu Song

    Abstract: The capability of LLM agents to function as the ``brain'' of a system fundamentally expands the scope of analysis beyond a standalone model. Consequently, safety is no longer only about input--output content alignment. It also concerns system behavior and real-world execution outcomes. However, the current literature is fragmented across attack types, applications, and benchmarks. This makes it ha… ▽ More

    Submitted 14 July, 2026; originally announced July 2026.

  20. arXiv:2607.08770  [pdf, ps, other

    cs.CV

    LongE2V: Long-Horizon Event-based Video Reconstruction, Prediction, and Frame Interpolation with Video Diffusion Models

    Authors: Cheng-De Fan, Chun-Wei Tuan Mu, Chen-Wei Chang, Chin-Yang Lin, Kun-Ru Wu, Yu-Chee Tseng, Yu-Lun Liu

    Abstract: Recovering high-quality video from sparse event streams is a challenging task. Regression methods often blur textures, while existing generative models struggle with long-term stability. We propose LongE2V, a novel approach that leverages pre-trained video diffusion priors to jointly handle event-based video reconstruction, prediction, and frame interpolation. By fine-tuning a foundational video m… ▽ More

    Submitted 9 July, 2026; originally announced July 2026.

    Comments: SIGGRAPH 2026. Project page: https://cdfan0627.github.io/LongE2V-page/

  21. arXiv:2607.07177  [pdf

    eess.IV cs.CV

    Towards Accurate and Fast Clinical Body Composition: A Resource-Efficient Hierarchical Segmentation Framework for Multi-Source CT

    Authors: Xiaodi Shen, Qingzhu Zheng, Yaoyang Qiu, Cien Fan, Ruonan Zhang, Yangdi Wang, Luyao Wu, Weikai Zheng, Longfei Zhao, Bing Li, Rulin Xu, Qiqi Xu, Ren Mao, Shiting Feng, Xuehua Li

    Abstract: Background: Automated 3D segmentation of muscles and adipose tissue from CT is vital for body composition analysis, but multi-source data heterogeneity and high CPU memory demands hinder clinical deployment. Methods: We propose a coarse-to-fine hierarchical framework to segment ten tissue structures. Efficiency is optimized using Dynamic Spacing and Anisotropic Patching, a Group Inference mechan… ▽ More

    Submitted 8 July, 2026; originally announced July 2026.

    Comments: Affiliations: (1) Department of Radiology, The First Affiliated Hospital, Sun Yat-sen University, Guangzhou 510080, China. (2) Research & Development Center, Canon Medical Systems (China) Co. Ltd. Beijing 100015, China

  22. arXiv:2607.06987  [pdf, ps, other

    cs.LG

    UP: Unbounded Positive Asymmetric Optimization for Breaking the Exploration-Stability Dilemma

    Authors: Chongyu Fan, Pengfei Liu, Jingjia Huang, Sijia Liu, Yi Lin

    Abstract: Reinforcement learning (RL) has become the standard paradigm for enhancing the complex reasoning capabilities of large language models (LLMs). To achieve sample efficiency, modern RL frameworks rely on importance sampling (IS). However, these algorithms suffer from an exploration-stability dilemma. Pure IS often leads to catastrophic training instability, while standard clipping mechanisms used to… ▽ More

    Submitted 8 July, 2026; originally announced July 2026.

  23. arXiv:2607.02770  [pdf, ps, other

    cs.CL cs.AI

    Gemma 4 Technical Report

    Authors: Gemma Team, Sherif El Abd, Vaibhav Aggarwal, Robin Algayres, Alek Andreev, Olivier Bachem, Ian Ballantyne, Cormac Brick, Victor Cărbune, Michelle Casbon, Mayank Chaturvedi, Aditya Chawla, Victor Cotruta, Alice Coucke, Phil Culliton, Robert Dadashi, Lucas Dixon, Mohamed Elhawaty, Utku Evci, Clément Farabet, Johan Ferret, Filippo Galgani, Sertan Girgin, Jean-Bastien Grill, Maarten Grootendorst , et al. (298 additional authors not shown)

    Abstract: We introduce Gemma 4, a new generation of open-weight, natively multimodal language models in the Gemma model family. Designed to advance compute efficiency and reasoning, the Gemma 4 model suite features dense and Mixture-of-Experts architectures, ranging from 2.3B to 31B parameters. Alongside improved vision and audio encoders for all model sizes, we propose a unified, encoder-free architecture… ▽ More

    Submitted 24 July, 2026; v1 submitted 2 July, 2026; originally announced July 2026.

    Comments: 17 pages, 2 figures, technical report, updated

  24. arXiv:2606.31824  [pdf, ps, other

    cs.CV

    Absorption-Feature-Guided Distance-Decoupled Estimation and Band Selection for LWIR Hyperspectral Passive Ranging

    Authors: Shuo Liu, Chen Fan, Zhihe Chen, Xiaolin Huang, Lilian Zhang

    Abstract: Long-wave infrared (LWIR) hyperspectral observations contain distance-dependent atmospheric absorption signatures, providing a physical basis for long-range passive ranging. However, in natural scenes, these signatures are nonlinearly coupled with target temperature, material emissivity, and path radiance, making distance inversion from observed radiance ill posed. Existing methods typically rely… ▽ More

    Submitted 30 June, 2026; originally announced June 2026.

    Comments: 18 pages, 9 figures

  25. arXiv:2606.31131  [pdf, ps, other

    cs.AI cs.RO

    Scenario Generation for Testing of Autonomous Driving Systems Using Real-World Failure Records

    Authors: Anjali Parashar, Chuchu Fan

    Abstract: To ensure safe on-road behavior, pre-deployment testing and failure discovery of Autonomous Driving Systems (ADS) is crucial. Present day simulation based testing methods focus largely on mathematical models for efficient search of optimal scenarios, assuming a fixed scenario representation. On the other hand, real-world testing involves substantial manual effort to design scenario templates for t… ▽ More

    Submitted 30 June, 2026; originally announced June 2026.

    Comments: 9 pages, Appendix included. Paper accepted and presented at NeuS 2026

  26. arXiv:2606.24829  [pdf, ps, other

    cs.CV

    GeoT2V-Bench: Benchmarking 3D Consistency in Text-to-Video Models via 3D Reconstruction

    Authors: Chenrui Fan, Paolo Favaro

    Abstract: Camera-prompted text-to-video (T2V) models are increasingly used to synthesize virtual camera captures, such as orbiting objects or moving through static scenes. For these outputs, visual plausibility is insufficient: the generated frames should also provide coherent multi-view evidence for a single static 3D scene. We introduce GeoT2V-Bench, a reconstruction-based diagnostic benchmark for evaluat… ▽ More

    Submitted 23 June, 2026; originally announced June 2026.

    Comments: 36 pages, 17 figures, 18 tables

  27. arXiv:2606.24799  [pdf, ps, other

    cs.CV cs.AI

    OrbitForge: Text-to-3D Scene Generation via Reconstruction-Anchored Video Synthesis

    Authors: Chenrui Fan, Paolo Favaro

    Abstract: Generic text-to-video models can be used as rich open-world scene priors. Despite the high quality of today's generated videos, they do not directly yield reliable 3D assets: camera motion is difficult to control, view coverage is partial, and frames often contain inconsistencies across time. We introduce OrbitForge, an adapter built from frozen video priors and per-prompt Gaussian Splatting recon… ▽ More

    Submitted 23 June, 2026; originally announced June 2026.

    Comments: 40 pages, 33 figures, 19 tables

  28. arXiv:2606.23296  [pdf, ps, other

    cs.RO

    IOI: Decoupling Kinematics and Physics for Interactive World Models

    Authors: Chengyu Bai, Peidong Jia, Tiecheng Guo, Yukai Wang, Rui Ma, Fangyuan Zhao, Chunkai Fan, Xiaobao Wei, Jintao Chen, Hao Wang, Ying Li, Xiaozhu Ju, Jian Tang, Shanghang Zhang

    Abstract: Developing generalist embodied agents requires interactive environments providing visually realistic feedback and accurate action-conditioned dynamics. Interactive world models address this by simulating such complex dynamics. However, purely data-driven methods struggle to ensure precise control alignment and physically plausible visual feedback due to a lack of explicit structural constraints. T… ▽ More

    Submitted 22 June, 2026; originally announced June 2026.

  29. arXiv:2606.21088  [pdf, ps, other

    cs.RO

    MV-WAM: Manifold-Aware World Action Model with Value Augmentation

    Authors: Jintao Chen, Peidong Jia, Qingpo Wuwu, Jiaming Liu, Mengfei Du, Chun-Kai Fan, Xiaowei Chi, Hao Chen, Chengyu Bai, Zezhong Qian, Hao Wang, Jiajun Cao, Weishi Mi, Xiaozhu Ju, Jian Tang, Shanghang Zhang

    Abstract: Achieving robust and generalizable manipulation across diverse environments remains a fundamental challenge in embodied robotics. Recent world action models achieve strong in-domain performance, yet their gains do not extend proportionally to out-of-distribution scenarios. We attribute this to a structural mismatch between visual and action modalities, whose intrinsically heterogeneous manifolds c… ▽ More

    Submitted 19 June, 2026; originally announced June 2026.

    Comments: 20 pages, 9 figures, 7 tables

  30. arXiv:2606.20698  [pdf, ps, other

    cs.RO

    SafeDojo: Safe Reinforcement Learning for VLA via Interactive World Model

    Authors: Kai Tang, Peidong Jia, Zhong Chu, Jixian Wu, Rui Ma, Jiajun Cao, Fangyuan Zhao, Sixiang Chen, Yichen Guo, Xiaowei Chi, Chun-Kai Fan, Kevin Zhang, Jinchang Xu, Fubing Yang, Weishi Mi, Xiaozhu Ju, Jian Tang, Shanghang Zhang

    Abstract: Safe control is a prerequisite for real-world embodied intelligence, for which safe reinforcement learning has emerged as a promising paradigm. However, existing safe reinforcement learning methods either require costly real-world exploration or depend on hand-crafted safety functions. Neither scales to vision-language-action models deployed in open-world physical environments. We propose SafeDojo… ▽ More

    Submitted 15 June, 2026; originally announced June 2026.

    Comments: 20 pages, 5 figures, 8 tables

  31. arXiv:2606.20683  [pdf, ps, other

    cs.AI cs.CL

    From Question Answering to Task Completion: A Survey on Agent System and Harness Design

    Authors: Jianyuan Guo, Zhiwei Hao, Chengcheng Wang, Cheng Fan, Tingzhang Luo, Hongguang Li, Ying Gao, Hefei Mei, Jiankun Peng, Rongjian Xu, Minjing Dong, Han Wu, Mengyu Zheng, Kai Han, Shiqi Wang, Chang Xu, Yunhe Wang

    Abstract: LLM-based agents mark a shift from passive question answering to active task completion: they perceive environments, invoke tools, maintain state, and act over extended horizons. As agent systems have evolved from prompt engineering to workflows and context engineering, harness engineering, and agent-native training with co-evolution, a central question has become increasingly important: where doe… ▽ More

    Submitted 14 June, 2026; originally announced June 2026.

  32. arXiv:2606.17462  [pdf, ps, other

    cs.LG cs.NI

    ResAware: Cross-Environment Website Fingerprinting via Resource-Privileged Distillation

    Authors: Chongru Fan, Wei Wang, Wentao Huang, Zhenquan Ding, Jinqiao Shi, Lei Cui, Zhiyu Hao, Xiaochun Yun

    Abstract: While Website Fingerprinting (WF) attacks achieve high accuracy in controlled laboratory settings, they often degrade substantially in real-world environments due to spatio-temporal drift, browser heterogeneity, proxy obfuscation and etc. This limitation stems from their sole reliance on low-level traffic features that are noisy and highly sensitive to environmental perturbations. To address this… ▽ More

    Submitted 15 June, 2026; originally announced June 2026.

    Comments: 18 pages, 9 figures

  33. arXiv:2606.11599  [pdf, ps, other

    cs.CL cs.LG

    When is Your LLM Steerable?

    Authors: Chenrui Fan, Yize Cheng, Ming Li, Soheil Feizi, Tianyi Zhou

    Abstract: Activation steering offers a lightweight approach to control language models' behavior at inference time, but whether it succeeds or fails heavily depends on the prompt, concept, model, and steering configuration. Finding the regime and boundaries of successful steering typically requires expensive grid searches and post-hoc evaluation of full autoregressive rollouts. In this work, we investigate… ▽ More

    Submitted 9 June, 2026; originally announced June 2026.

  34. arXiv:2606.09117  [pdf, ps, other

    cs.LG cs.AI

    Optimizing Energy-based Neural Network Training with Coherent Ising Machine

    Authors: Chen-Rui Fan, Bo Lu, Zhi-Hong Zhang, Run-Qing Zhang, Jing-Wei Wen, Chuan Wang

    Abstract: While Ising machines serve as advanced physical solvers for the Ising model,enabling applications in combinatorial optimization and neural network training,their scalability for large-scale neural networks remains constrained by hardware connectivity limitations and suboptimal training methodologies. In this work,we leverage a Coherent Ising Machine (CIM) to train an energy-based neural network us… ▽ More

    Submitted 8 June, 2026; originally announced June 2026.

  35. arXiv:2606.09112  [pdf, ps, other

    cs.LG cs.AI

    Hybridizing Equilibrium Propagation with Ising Machines for Efficient Energy-Based Learning

    Authors: Chen-Rui Fan, Bo Lu, Xing-Yu Wu, Tie-Jun Wang, Chuan Wang

    Abstract: The rapid evolution of artificial intelligence has led to substantial advances in deep neural networks. Nonetheless, conventional GPU-based training remains highly energy-demanding, motivating the exploration of physical dynamics and compatible energy-based learning schemes, such as equilibrium propagation (EP). EP-based training, however, frequently suffers from convergence to local minima due to… ▽ More

    Submitted 8 June, 2026; originally announced June 2026.

  36. arXiv:2606.07288  [pdf, ps, other

    cs.CV cs.GR

    ExMesh: EXplicit Mesh Reconstruction with Topology Adaptation

    Authors: Chuanjin Fan, Lifan Wu, Wenjie Chang, Hanzhi Chang, Wenfei Yang, Tianzhu Zhang

    Abstract: Reconstructing surface meshes from multi-view images has remained a core challenge in recent years. Most existing methods, whether implicit or explicit, depend on intermediate representations and post-processing steps like Marching Cubes or TSDF fusion, often resulting in artifacts and fragmented geometry. Directly optimizing explicit meshes is a promising approach. However, it presents two critic… ▽ More

    Submitted 5 June, 2026; originally announced June 2026.

    Comments: Accepted at the IEEE/CVF Conference on Computer Vision and Pattern Recognition 2026 (CVPR 2026)

  37. arXiv:2606.05911  [pdf, ps, other

    cs.SD cs.LG eess.AS

    DBHN-Net: Dual-Branch Hybrid Neural Network For Low-Complexity Monaural Speech Enhancement

    Authors: Cunhang Fan, Enrui Liu, Jing Zhou, Jian Kang, Jie Li, Andong Li, Jian Zhou, Zhao Lv, Xuelong Li

    Abstract: Although artificial neural network (ANN) based speech enhancement (SE) methods demonstrate excellent performance, the high computational complexity and high energy consumption hinder their deployment in practical front-end processing tasks.} Currently, the spiking neural networks (SNNs) have shown potential in reducing power consumption. However, the discrete binary activation and complex spatio-t… ▽ More

    Submitted 4 June, 2026; originally announced June 2026.

    Comments: This article has been accepted for publication in IEEE Transactions on Pattern Analysis and Machine Intelligence(TPAMI)

    Journal ref: IEEE Transactions on Pattern Analysis and Machine Intelligence(TPAMI2026)

  38. arXiv:2606.00540  [pdf, ps, other

    cs.IR

    Trustworthy Recommendation in the Era of Large Language Models: Opportunities and Challenges

    Authors: Bohao Wang, Yu Cui, Zhenxiang Xu, Jujia Zhao, Chenxiao Fan, Jizhi Zhang, Weiqin Yang, Shengjia Zhang, Sirui Chen, Yang Zhang, Xiaoyan Zhao, Wenjie Wang, Chongming Gao, Fuli Feng, Xiangnan He, Jiawei Chen

    Abstract: The field of recommender systems (RS) is currently undergoing two profound paradigm shifts. From the perspective of objectives, the goal has shifted beyond mere recommendation accuracy to comprehensive trustworthiness, encompassing multiple dimensions such as robustness, fairness, and privacy preservation. From a technical perspective, Large Language Models (LLMs) have been extensively integrated… ▽ More

    Submitted 30 May, 2026; originally announced June 2026.

  39. Generating Graph-Like Logical Rules for Knowledge Graph Reasoning via Diffusion Models

    Authors: Haoxiang Cheng, Yunfei Wang, Chao Chen, Kewei Cheng, Zhipeng Lin, Haoxuan Li, Changjun Fan, Shixuan Liu

    Abstract: Logical rules constitute a cornerstone of knowledge graph (KG) reasoning, valued for their interpretability and ability to model relational patterns. However, existing rule mining methods predominantly focus on simple chain-like rules and therefore neglect the richer relational information encoded in graph-like structures, such as cycles and branches. This limitation is further exacerbated by comp… ▽ More

    Submitted 4 June, 2026; v1 submitted 28 May, 2026; originally announced May 2026.

    Comments: accepted by KDD 26

  40. arXiv:2605.29863  [pdf, ps, other

    cs.LG

    STAP: A Shuffle-Tokenized App Predictor with Ultra Long Context for Vocabulary-Free Mobile App Prediction

    Authors: Chengyu Fan, Hang Liu

    Abstract: Predicting the next mobile application a user will launch is essential for intelligent device resource management and proactive assistance. Existing models rely on fixed app vocabularies, which prevents them from generalizing across different app ecosystems. Many also depend on user-specific knowledge, which complicates deployment in cold start scenarios. We propose STAP, a Transformer-based model… ▽ More

    Submitted 28 May, 2026; originally announced May 2026.

    Comments: 15 pages, 9 figures, 5 tables Preprint submitted to Expert Systems with Applications

  41. arXiv:2605.23560  [pdf, ps, other

    eess.SY cs.NI

    SafeSABR: Risk-Calibrated Adaptive Bitrate Streaming over Starlink Networks

    Authors: Hongjun Xie, Jiahang Zhu, Zhiming Shao, Chao Fan, Zenghui Zhang, Genke Yang, Pengcheng Luo

    Abstract: Starlink, as a representative low Earth orbit (LEO) satellite broadband system, makes high-bitrate video streaming possible in regions where terrestrial broadband is unavailable. However, its access links exhibit rapid throughput fluctuations caused by satellite mobility and handovers. Existing learned adaptive bitrate (ABR) algorithms can achieve high average quality of experience (QoE), yet high… ▽ More

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

  42. arXiv:2605.20203  [pdf, ps, other

    cs.HC cs.AI

    GrandGuard: Taxonomy, Benchmark, and Safeguards for Elderly-Chatbot Interaction Safety

    Authors: Changxuan Fan, Xi Yang, Yueyuan Zheng, Bin Zhou, Yuanping Wang, Wenbin Hu, Huihao Jing, Ki Sen Hung, Dazhao Du, Haoran Li, Janet Hui-wen Hsiao, Yangqiu Song

    Abstract: As older adults increasingly use LLM-based chatbots for companionship and assistance, a safety gap is emerging. Older adults may face vulnerabilities from social isolation, limited digital literacy, and cognitive decline, yet existing safety benchmarks largely target general harms and overlook elderly-specific risks. For example, a prompt such as "how to repair a ceiling light alone in the dark" m… ▽ More

    Submitted 7 April, 2026; originally announced May 2026.

  43. arXiv:2605.19592  [pdf, ps, other

    cs.RO cs.AI

    Implicit Action Chunking for Smooth Continuous Control

    Authors: Bosun Liang, Shuo Pei, Zirui Chen, Chuanzhi Fan, Chen Sun, Yuankai Wu, Huachun Tan, Yong Wang

    Abstract: Reinforcement learning often produces high-frequency oscillatory control signals that undermine the safety and stability required for physical deployment. Explicit action chunking addresses this by predicting fixed-horizon trajectories but scales the policy output dimension proportionally with the horizon length, leading to optimization difficulties and incompatibility with standard step-wise inte… ▽ More

    Submitted 19 May, 2026; originally announced May 2026.

  44. arXiv:2605.19282  [pdf, ps, other

    cs.LG

    Rethinking Muon Beyond Pretraining: Spectral Failures and High-Pass Remedies for VLA and RLVR

    Authors: Chongyu Fan, Gaowen Liu, Mingyi Hong, Ramana Rao Kompella, Sijia Liu

    Abstract: Muon is a matrix-aware optimizer that leverages Newton-Schulz (NS) iterations to enforce spectral gradient orthogonalization by driving all singular values of the momentum matrix toward 1. While this uniform spectral whitening enhances exploration and outperforms AdamW in LLM pretraining, we show it could lead to fundamental limitations beyond pretraining in two regimes: (i) cross-modality vision-… ▽ More

    Submitted 18 May, 2026; originally announced May 2026.

  45. arXiv:2605.16745  [pdf, ps, other

    cs.CV

    EVA01: Unified Native 3D Understanding and Generation via Mixture-of-Transformers

    Authors: Zongyuan Yang, Mingjing Yi, Wanli Ma, Chenzhuo Fan, Bocheng Li, Baolin Liu, Yuke Lou, Yingde Song, Yongping Xiong, Zhengdong Guo, Shimu Wang

    Abstract: This paper addresses the challenge of integrating 3D meshes as a native modality within Multimodal Large Language Models (MLLMs). Diffusion-based large reconstruction models decouple semantic understanding from geometric reasoning, operating as stateless reconstructors conditioned on dense 2D pixel priors. Recent MLLM-based methods treat the 3D modality as an external output rather than a native c… ▽ More

    Submitted 15 May, 2026; originally announced May 2026.

    Comments: 28 pages, 10 figures, 6 tables. Technical report

  46. arXiv:2605.15622  [pdf, ps, other

    cs.LG

    Position: Zeroth-Order Optimization in Deep Learning Is Underexplored, Not Underpowered

    Authors: Sijia Liu, Yicheng Lang, Soumyadeep Pal, Changsheng Wang, Yancheng Huang, Chongyu Fan, James Diffenderfer, Bhavya Kailkhura, Yihua Zhang

    Abstract: Zeroth-order (ZO) optimization, learning from finite differences of function evaluations without backpropagation, has recently regained attention in deep learning due to its memory efficiency and applicability to gray- or black-box pipelines. Yet, ZO methods are often dismissed as fundamentally unscalable because of estimator variance and unfavorable query complexity. We argue that this conclusion… ▽ More

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

    Comments: Accepted by ICML 2026 Position Paper Track as a Spotlight Paper

  47. arXiv:2605.14038  [pdf, ps, other

    cs.AI

    Model-Adaptive Tool Necessity Reveals the Knowing-Doing Gap in LLM Tool Use

    Authors: Yize Cheng, Chenrui Fan, Mahdi JafariRaviz, Keivan Rezaei, Soheil Feizi

    Abstract: Large language models (LLMs) increasingly act as autonomous agents that must decide when to answer directly vs. when to invoke external tools. Prior work studying adaptive tool use has largely treated tool necessity as a model-agnostic property, annotated by human or LLM judge, and mostly cover cases where the answer is obvious (e.g., fetching the weather vs. paraphrasing text). However, tool nece… ▽ More

    Submitted 17 May, 2026; v1 submitted 13 May, 2026; originally announced May 2026.

  48. arXiv:2605.12994  [pdf, ps, other

    cs.LG

    DP-Muon: Differentially Private Optimization via Matrix-Orthogonalized Momentum

    Authors: Jihwan Kim, Chenglin Fan

    Abstract: We study differentially private (DP) training with Muon, a matrix-valued optimizer that updates hidden-layer weights using momentum followed by Newton--Schulz orthogonalization. While DP-SGD is well understood, the interaction between per-example clipping, Gaussian noise, momentum, and nonlinear orthogonalization in Muon has not been systematically analyzed. We formulate DP-Muon, a private Muon pr… ▽ More

    Submitted 13 May, 2026; originally announced May 2026.

    Comments: 26 pages

  49. arXiv:2605.12369  [pdf, ps, other

    cs.RO

    GuidedVLA: Specifying Task-Relevant Factors via Plug-and-Play Action Attention Specialization

    Authors: Xiaosong Jia, Bowen Yang, Zuhao Ge, Xian Nie, Yuchen Zhou, Cunxin Fan, Yufeng Li, Yilin Chai, Chao Jing, Zijian Liang, Qingwen Bu, Haidong Cao, Chao Wu, Qifeng Li, Zhenjie Yang, Chenhe Zhang, Hongyang Li, Zuxuan Wu, Junchi Yan, Yu-Gang Jiang

    Abstract: Vision-Language-Action (VLA) models aim for general robot learning by aligning action as a modality within powerful Vision-Language Models (VLMs). Existing VLAs rely on end-to-end supervision to implicitly enable the action decoding process to learn task-relevant features. However, without explicit guidance, these models often overfit to spurious correlations, such as visual shortcuts or environme… ▽ More

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

    Comments: Accepted to RSS 2026. Project page: https://guidedvla.github.io/project_page/

  50. arXiv:2605.10485  [pdf, ps, other

    cs.RO

    VEGA: Visual Encoder Grounding Alignment for Spatially-Aware Vision-Language-Action Models

    Authors: Hao Wang, Xiaobao Wei, Jingyang He, Chengyu Bai, Chun-Kai Fan, Jiajun Cao, Jintao Chen, Ying Li, Shanyu Rong, Ming Lu, Xiaozhu Ju, Jian Tang, Shanghang Zhang

    Abstract: Precise spatial reasoning is fundamental to robotic manipulation, yet the visual backbones of current vision-language-action (VLA) models are predominantly pretrained on 2D image data without explicit 3D geometric supervision, resulting in representations that lack accurate spatial awareness. Existing implicit spatial grounding methods partially address this by aligning VLA features with those of… ▽ More

    Submitted 11 May, 2026; originally announced May 2026.