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

Showing 1–50 of 663 results for author: Sun, G

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

    cs.CV

    AvatarDynamizer: From Static to Dynamic Human Avatars via Generative Dynamic Textures

    Authors: Guoxing Sun, Heming Zhu, Linjie Lyu, Pascal Fua, Christian Theobalt, Marc Habermann

    Abstract: For full-body avatars, modeling surface dynamics is crucial for overcoming the uncanny valley and achieving perceptual realism. Person-agnostic methods recover static 3D avatars from monocular images, videos, or text prompts, but their skeleton-driven animations lack realistic surface dynamics such as clothing wrinkles. In contrast, person-specific methods achieve high-quality rendering and realis… ▽ More

    Submitted 20 August, 2026; originally announced August 2026.

    Comments: Project page: https://vcai.mpi-inf.mpg.de/projects/AvatarDynamizer

  2. arXiv:2608.17301  [pdf, ps, other

    cs.AI

    SignalReasoner: Assessing the Upper Bound of 3B Models for Signal Mathematical Reasoning

    Authors: Guozheng Sun

    Abstract: Post-training with supervised chain-of-thought fine-tuning and reinforcement learning from verifiable rewards has substantially improved the mathematical reasoning capabilities of large language models (LLMs). However, their application to signal processing problems remains relatively under-explored. This report investigates reinforcement fine-tuning strategies for adapting Qwen2.5-3B-Base to grad… ▽ More

    Submitted 17 August, 2026; originally announced August 2026.

  3. arXiv:2608.15533  [pdf, ps, other

    cs.DC cs.LG

    DeltaLog: Deferred Materialization of Recurrent States for Linear Attention Decoding

    Authors: Junqing Lin, Jingwei Sun, Guangzhong Sun

    Abstract: Linear attention models eliminate the quadratic prefix computation and context-growing KV cache of softmax attention by replacing pairwise token interactions with recurrent state updates. However, existing decoding implementations often materialize and write back the full recurrent state after every generated token, making state maintenance a major source of memory traffic, especially for models w… ▽ More

    Submitted 16 August, 2026; originally announced August 2026.

  4. arXiv:2608.15531  [pdf, ps, other

    cs.DC

    FlashQuant: Sparse-Dense Fusion for Memory-Efficient Outlier-Aware LLM Inference

    Authors: Junqing Lin, Jingwei Sun, Zhengding Hu, Guangzhong Sun

    Abstract: Low-bit quantization reduces the memory footprint and computational cost of large language model (LLM) inference. However, high-magnitude outlier weights can induce substantial quantization errors and degrade model accuracy. Outlier-aware quantization addresses this issue by retaining outliers in high precision while quantizing the remaining weights, resulting in a low-bit dense GEMM path and a hi… ▽ More

    Submitted 16 August, 2026; originally announced August 2026.

  5. arXiv:2608.11668  [pdf, ps, other

    cs.AR

    HBF Sucks! A Full-Stack Characterization of High-Bandwidth Flash for KV-Centric LLM Serving

    Authors: Zhuoran Li, Zhuohang Bian, Xin Huang, Yibo Zhao, Guangyu Sun, Youwei Zhuo

    Abstract: A faster storage device should make serving faster. We find the opposite. High-Bandwidth Flash (HBF) stacks NAND behind a wide, package-local interface, promising flash-scale capacity with far lower read latency and higher bandwidth than an SSD. The obvious move is to keep an SSD-style Mooncake KV-offloading stack and swap in HBF underneath. We built that system and measured it: an extended TokenS… ▽ More

    Submitted 12 August, 2026; v1 submitted 12 August, 2026; originally announced August 2026.

    Comments: 13 pages, 12 figures

    MSC Class: 68M07; 68M20 ACM Class: C.1.3; C.4; D.4.2; D.4.8

  6. arXiv:2608.11341  [pdf, ps, other

    cs.AI

    Apodex Discovery: Reality Benchmarks and Environments for Evaluating and Building Discoverative Artificial Intelligence

    Authors: Brian Wang, Bin Feng, Xiaoman Pan, Chenyang An, Felix Liu, Tangqi Fang, Gongbo Sun, Lingfeng Shen, Ning Wang, Handuo Zhang, Feng Chen, Fuchao Yang, Xiang Wang, Jiacheng Lin, Siting Li, Zixuan Liu, Chi Han, Zhenhailong Wang, Kunlun Zhu, Lawrence Zhao, Yueqi Guo, Kailong Wen, Feng Xing, Yiling Guo, Lidong Bing , et al. (4 additional authors not shown)

    Abstract: Apollo did not reach the Moon merely because its engineers could solve difficult equations. It succeeded by turning a distant ambition into a mission architecture of explicit objectives, simulation, verification, and repeated correction. AI now faces a similar transition: frontier models can solve difficult tasks once the problem, tools, and success criteria are specified, yet consequential real-w… ▽ More

    Submitted 11 August, 2026; originally announced August 2026.

    Comments: 85 pages, 9 figures, 38 tables

  7. arXiv:2608.11238  [pdf, ps, other

    cs.AI

    Towards Query-Agnostic RAG Evaluation via Query Coverage and Claim Verifiability

    Authors: Jeonghwan Choi, Taewon Yun, Minjeong Ban, Gyeonghun Sun, Jae-Gil Lee, Hwanjun Song

    Abstract: Retrieval-augmented generation improves the factuality of large language models by grounding responses in retrieved evidence, yet existing evaluation frameworks struggle to provide consistent, fine-grained diagnostics across the diverse spectrum of user queries, ranging from close-ended fact-seeking to open-ended explanatory requests. We propose Q-CARE, a query-agnostic and fully reference-free fr… ▽ More

    Submitted 31 July, 2026; originally announced August 2026.

    Comments: Accepted to COLM 2026

  8. arXiv:2608.09467  [pdf, ps, other

    cs.CV cs.AI

    RecoverFly: A Failure-Aware Reinforcement Learning Post-Training Framework for Aerial Vision-Language Navigation

    Authors: Boxiong Wang, Hui Kang, Geng Sun, Jiahui Li, Chao Yu, Daxin Tian

    Abstract: Unmanned aerial vehicle vision-language navigation (UAV-VLN) requires agents to translate visual observations and language instructions into reliable flight actions in complex environments. Although recent end-to-end UAV vision-language-action (UAV-VLA) policies reduce reliance on separately designed perception, planning, and control modules, their behavior-cloning objectives provide limited corre… ▽ More

    Submitted 10 August, 2026; originally announced August 2026.

  9. arXiv:2608.09258  [pdf, ps, other

    cs.RO

    Task-Oriented Formation Decision via Reinforcement Learning: Herding an Attacking Swarm

    Authors: Zhaozong Wang, Guibin Sun, Jinyong Chen, Rui Zhou

    Abstract: Multi-robot systems can accomplish tasks that are difficult for a single robot by organizing into task-specific formations. Different from existing studies on multi-robot shape formation, we here study the task-oriented formation decision problem, with a focus on the herding task. This task is challenging due to the attackers' superior maneuverability and their unknown strategies. To address these… ▽ More

    Submitted 10 August, 2026; originally announced August 2026.

    Comments: Accepted for publication in IEEE Transactions on Automation Science and Engineering

  10. arXiv:2608.05033  [pdf, ps, other

    cs.DC cs.LG

    SparseDitto: Customizing GPU Kernels for Different Sparsity Patterns with LLM-Based Agentic System

    Authors: Shiyang Li, Guangyan Sun, Jinwei Tang, Yanzhi Wang, Mingyi Hong, Caiwen Ding

    Abstract: Sparse matrix kernels are fundamental to scientific computing, graph analytics, and machine learning. Their GPU performance depends strongly on the input sparsity pattern and execution strategy. For the same SpMM on the same matrix, cuSPARSE exhibits a 350x performance gap between CSR and Blocked-ELL. Our study of multiple data formats, specialized systems, and sparse compilers shows that no singl… ▽ More

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

  11. arXiv:2608.04905  [pdf, ps, other

    cs.RO

    PRIMAL3: Pathfinding via Reinforcement and Imitation Multi-Agent Learning - Leveraging LaCAM3

    Authors: Chengyang He, Tanishq Duhan, Gadiel Sznaier Camps, Fangyuan Wang, Yuhong Cao, Jiankai Sun, Ge Sun, Mac Schwager, Guillaume Sartoretti

    Abstract: We present PRIMAL3, an ultra-large-scale learning-based framework for multi-agent pathfinding (MAPF) that integrates reinforcement learning, topology-aware communication, LaCAM3-guided training, and PIBT-based action refinement. PRIMAL3 targets failures at topologically critical states, where agents must coordinate decisively around bottlenecks, dead ends, and persistent conflicts. Each agent is r… ▽ More

    Submitted 5 August, 2026; originally announced August 2026.

    Comments: Under Review

  12. arXiv:2608.00235  [pdf, ps, other

    cs.CV

    Attention-Steered Vision-Language Models for Sign Language Translation

    Authors: Meibo Hu, Guohao Sun, Annemarie D. Ross, Sheng Li, Zhiqiang Tao

    Abstract: Vision-language models (VLMs) have emerged as a powerful framework for multimodal video understanding. However, they remain limited in the sign language translation task, where we identify a key failure mode of existing VLMbased translators: poor spatial-temporal visual grounding. In particular, we find that standard next-token cross-entropy does not directly provide signal for where and when the… ▽ More

    Submitted 31 July, 2026; originally announced August 2026.

  13. arXiv:2607.24513  [pdf, ps, other

    cs.LG

    Physics Transformer: Tailoring Transformer for General PDE Prediction

    Authors: Guoze Sun, Rui Zhang, Jiankai Tang, Mengtao Yan, Runze Mao, Zhi X. Chen, Hao Sun

    Abstract: Transformer architectures have attracted increasing attention for solving partial differential equations (PDEs), owing to their flexibility in handling irregular discretizations and their ability to capture long-range physical dependencies. However, unlike discrete language tokens or fixed-resolution image patches, observed physical fields are finite samples of underlying infinite-dimensional func… ▽ More

    Submitted 27 July, 2026; originally announced July 2026.

    Comments: Original version. To be updated

    ACM Class: I.2.6; G.1.8; J.2

  14. arXiv:2607.20909  [pdf, ps, other

    eess.SP cs.LG

    RadioTrace: Transmitter-Aware Diffusion for Radio Map Estimation without Deployment-Time Fine-Tuning

    Authors: Liu Yang, Qiang Li, Zhuo Cao, Weijie Xiong, Guomin Sun, Jingran Lin

    Abstract: Radio map (RM) estimation aims to reconstruct the spatial distribution of wireless signal characteristics, such as received signal strength (RSS), from sparse measurements, a task that is critical for spectrum management, interference mitigation, and localization in modern wireless networks. Traditional approaches, including interpolation and deep learning, either struggle to capture complex propa… ▽ More

    Submitted 23 July, 2026; originally announced July 2026.

    Comments: IEEE Trans. Wireless Comm

  15. arXiv:2607.14908  [pdf, ps, other

    cs.AR cs.DC

    CODA: Algorithm-Hardware Co-design for Edge Video Diffusion via NMP-Enabled Compute-Cache Operator Disaggregation

    Authors: Yuanpeng Zhang, YuXuan Wu, Yitong Xiao, Chenhao Xue, Yi Ren, Cong Li, Yihan Yin, Dimin Niu, Guangyu Sun

    Abstract: Deploying Video Diffusion Models (VDMs) on edge devices is appealing for localized and privacy-preserving generation, but their iterative Transformer-based denoising remains too slow for practical local inference. Cross-Timestep Caching (CTC) has emerged as a promising direction for reducing redundant computation, reusing activations across adjacent denoising steps rather than modifying model weig… ▽ More

    Submitted 16 July, 2026; originally announced July 2026.

    Comments: 15 pages, 14 figures, accepted to the 59th IEEE/ACM International Symposium on Microarchitecture (MICRO 2026)

  16. arXiv:2607.14852  [pdf, ps, other

    cs.RO

    Towards Human-like Physical Intelligence: Lifelong Vision-Language-Action Learning for Robotic Manipulation

    Authors: Yao He, Gan Sun, Wenqi Liang, Fazeng Li, Yang Cong

    Abstract: Similar to the natural capabilities of humans to sequentially learn new tasks, robots with Vision-Language-Action (VLA) models should possess lifelong learning ability to learn a new task when deployed in open-world environments. However, most recently proposed lifelong learning models aim to effectively learn the current task (plasticity) or maintain high accuracy on previous tasks (stability), w… ▽ More

    Submitted 21 July, 2026; v1 submitted 16 July, 2026; originally announced July 2026.

  17. arXiv:2607.13802  [pdf, ps, other

    cs.CV

    RainDancer: RGB-Event Video Deraining with Rain-Oriented Spiking Dynamics

    Authors: Kui Jiang, Runzhe Li, Zhaocheng Yu, Guanglu Sun, Junjun Jiang, Xianming Liu

    Abstract: Video deraining aims to recover clean visual content from rainy videos for reliable perception under adverse weather. Existing methods mainly rely on RGB sequences and temporal redundancy, but RGB-only restoration remains ambiguous in dynamic rainy scenes, where rain streaks, textures, boundaries, motion, and occlusions may share similar visual patterns. Event cameras provide complementary motion-… ▽ More

    Submitted 15 July, 2026; originally announced July 2026.

  18. arXiv:2607.12477  [pdf, ps, other

    cs.CV

    Self in Space: Benchmarking Self-Awareness and Spatial Cognition in UAV Embodied Intelligence

    Authors: Zhishan Zou, Guoyan Sun, Zhiwei Wei, Jiancheng Pan, Yujie Li, Mugen Peng, Wenjia Xu

    Abstract: Autonomous UAV systems increasingly rely on multimodal large language models (MLLMs) to operate in complex real-world environments. Such embodied scenarios require not only understanding the surrounding space but also maintaining a coherent representation of the agent itself. However, existing UAV-oriented approaches and benchmarks remain largely environment-centric, primarily focusing on spatial… ▽ More

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

    Comments: Website:https://choucisan.github.io/publications/self-in-space ; Code:https://github.com/IntelliSensing/Self-in-Space

  19. arXiv:2607.12324  [pdf, ps, other

    cs.PF

    EMO: Energy Efficiency Modeling and Optimization for AI Workloads

    Authors: Jiyu Luo, Shaoyu Chen, Jingwei Sun, Shengcai Liu, Ke Tang, Guangzhong Sun

    Abstract: The massive energy consumption of GPU-accelerated AI workloads challenges sustainable computing. We observe that execution asynchrony (e.g., CPU-GPU, concurrent streams, multi-GPU) creates slack, allowing non-critical kernels to run at lower frequencies to save energy without impacting end-to-end latency. However, existing approaches fail to simultaneously achieve workload generality and fine-grai… ▽ More

    Submitted 14 July, 2026; originally announced July 2026.

    Comments: 13 pages, 9 figures. Accepted to SC26

  20. arXiv:2607.11673  [pdf, ps, other

    cs.CV

    ABot-3DWorld 0: A Universal World Model to Explore Any 3D Space

    Authors: Mingchao Sun, Luyang Tang, Yu Liu, Xu Yan, Zhan Li, Yunwei Zhang, Fei Yu, Zengye Ge, Yumin Liu, Jiacheng Zhang, Yongchang Zhang, Jiawei Zhang, Zhicheng Liu, Zhongxu Sun, Tianjian Ouyang, Wenzheng Chen, Shixing Yang, Nianfei Fan, Guodong Sun, Huan Li, Zheng Zhou, Yongze Li, Yingliang Peng, Mengmeng Du, Yuan Liu , et al. (12 additional authors not shown)

    Abstract: We present ABot-3DWorld 0, a universal multimodal 3D world model that turns text, image, and video inputs into high-fidelity, explorable 3D worlds. At the heart of our framework is a unified Spatial Generative Primitive (SGP), a compact tuple of a high-quality panorama and a spatial point cloud that delivers an efficient description of any 3D space. Multimodal inputs are first lifted into this pri… ▽ More

    Submitted 14 July, 2026; v1 submitted 13 July, 2026; originally announced July 2026.

    Comments: Official Page: https://abot-world.amap.com/plaza

  21. arXiv:2607.11312  [pdf, ps, other

    cs.CV

    SLVMBench: Skill Learning from Video Memory

    Authors: Yudong Yang, Guangzhi Sun, Yixuan Li, Chao Zhang

    Abstract: We introduce Skill Learning from Video Memory (SLVMBench), the first benchmark that jointly evaluates whether video large language models (video-LLMs) can learn skills from long video memory and apply them to real-time tasks. SLVMBench presents models with 2-3 hour video streams that contain a tutorial video embedded in a stream of arbitrary irrelevant videos, resembling real-world human learning… ▽ More

    Submitted 13 July, 2026; originally announced July 2026.

  22. arXiv:2607.07073  [pdf, ps, other

    cs.HC

    ShapeTalk: Combining Natural Language and Sketch for Time-Series Pattern Querying

    Authors: Guoruizhe Sun, Yueqiao Chen, Emily Guo, Yutong Yao, Dongyu Liu

    Abstract: Searching for time-series segments that match user-defined patterns is important in domains such as finance, climate science, and healthcare. However, existing visual query tools often struggle to support vague, composite, or fuzzy pattern descriptions, often requiring users to express their intent through precise sketches or rigid structured filters. We present ShapeTalk, a coordinated natural-la… ▽ More

    Submitted 8 July, 2026; originally announced July 2026.

    Comments: 10 pages of main text, 2 pages of references, and 20 pages of appendices

  23. arXiv:2607.03269  [pdf, ps, other

    cs.NI

    Agentic-SecPBFT: Agentic AI-Driven Proactive Security Framework for Wireless PBFT Consensus in Mobile Ad-Hoc Networks

    Authors: Haoxiang Luo, Yinqiu Liu, Ruichen Zhang, Guangyuan Liu, Gang Sun, Hongfang Yu, Zhu Han, Dong In Kim

    Abstract: The standard Practical Byzantine Fault Tolerance (PBFT) protocol, designed for stable, wired environments, exhibits critical vulnerabilities when deployed in settings like mobile ad-hoc networks, thus making it susceptible to sophisticated threats such as Sybil attacks, Byzantine collusion, and message manipulation. Existing static defense mechanisms are ill-equipped to handle the intelligent and… ▽ More

    Submitted 3 July, 2026; originally announced July 2026.

  24. arXiv:2607.02922  [pdf, ps, other

    cs.CV

    STAC: Selective Spatiotemporal Aggregation and Compression for Video Reasoning Segmentation

    Authors: Syed Ariff Syed Hesham, Yun Liu, Guolei Sun, Jing Yang, Henghui Ding, Xue Geng, Xudong Jiang

    Abstract: Video reasoning segmentation demands pixel-accurate object tracking across hundreds of frames under complex natural language queries, producing dense spatiotemporal tokens whose quadratic self-attention cost makes long-video processing prohibitive. Existing methods address this through token compression, yet typically operate on encoder features lacking temporal context, constraining selection bef… ▽ More

    Submitted 2 July, 2026; originally announced July 2026.

  25. arXiv:2607.00434  [pdf, ps, other

    cs.CV cs.LG

    Information-Regularized Attention for Visual-Centric Reasoning

    Authors: Guohao Sun, Xiaofang Wang, Yash Patel, Mengchen Liu, Zhiqiang Tao, Praveen Krishnan

    Abstract: Vision-language models (VLMs) have become a paradigm for multimodal learning, yet remain unstable due to object hallucination, weak visual grounding, and catastrophic forgetting after full-parameter instruction tuning. We claim these failures result from a lack of explicit control over visual representation learning during the standard next-token prediction objective. As a result, visual embedding… ▽ More

    Submitted 1 July, 2026; originally announced July 2026.

    Comments: Accepted by ECCV 2026

  26. arXiv:2606.29173  [pdf, ps, other

    cs.RO

    TacGen: Touch Is a Necessary Dimension of Physical-World Representation -- Addressing Tactile Data Scarcity with Scalable Vision-to-Touch Alignment and Generation

    Authors: Wanghao Ye, Aarosh Das, Sihan Chen, Yiting Wang, Bowei Tian, Guoheng Sun, Shwai He, Zheyu Shen, Ziyao Wang, Yexiao He, Zhaoyi Liu, Meng Liu, Yuning Zhang, Meng Feng, Ziyi Wang, Yilong Dai, Yifei Dong, Siyuan Peng, Zhenle Duan, Joshua Liu, Lang Xiong, Ang Li

    Abstract: Touch resolves the physical-property ambiguity left by vision: exploratory contact recovers shape, texture, compliance, and material, and visuo-haptic object representations converge in ventral visual cortex. We ask whether representation learning can reproduce this grounding. TacGen mitigates the tactile-data scarcity bottleneck by combining pre-specified V+T contrastive alignment with a latent-s… ▽ More

    Submitted 30 June, 2026; v1 submitted 27 June, 2026; originally announced June 2026.

    Comments: 49 pages, 29 figures

  27. arXiv:2606.28971  [pdf, ps, other

    cs.CV

    Self-Evolving Agentic Image Restoration via Deliberate Planning and Intuitive Execution

    Authors: Shuang Cui, Fan Ji, Guanglong Sun, Yufei Guo, Xiongxin Tang, Jiangmeng Li, Fanjiang Xu

    Abstract: Real-world image restoration (IR) remains challenging due to complex and coupled degradations. While recent agentic IR frameworks leverage Large Language Models for flexible tool planning, they face two critical limitations. First, from a search scheme perspective, excessive reliance on greedy strategies fails to balance exploration and exploitation. Second, existing agentic systems underutilize i… ▽ More

    Submitted 27 June, 2026; originally announced June 2026.

  28. arXiv:2606.28719  [pdf, ps, other

    cs.AI

    ComMem: Complementary Memory Systems for Test-Time Adaptation of Vision-Language Models

    Authors: Guanglong Sun, Shuang Cui, Bo Lei, Liyuan Wang, Zihan Zhai, Hongwei Yan, Hang Su, Jun Zhu, Yi Zhong

    Abstract: Test-time adaptation (TTA) of vision-language models (VLMs) is essential for their robust deployment in dynamic, real-world environments. However, existing TTA methods often adapt locally without accumulating knowledge over time, or operating within a single modality without exploiting VLMs' inherently multi-modal nature. Inspired by the \textbf{Com}plementary \textbf{Mem}ory systems of the biolog… ▽ More

    Submitted 26 June, 2026; originally announced June 2026.

    Comments: A brain-inspired complementary memory framework leveraging fast visual caching and slow textual refinement for VLM test-time adaptation

  29. arXiv:2606.27755  [pdf, ps, other

    cs.RO cs.AI

    Drop-Then-Recovery: How Redundant Are Vision-Language-Action Models?

    Authors: Guoheng Sun, Kaixi Feng, Shwai He, Xiaochuan Gong, Yexiao He, Ziyao Wang, Zheyu Shen, Wanghao Ye, Ramana Rao Kompella, Gaowen Liu, Ang Li

    Abstract: Vision-Language-Action (VLA) models enable instruction-driven robotic manipulation, but they inherit oversized language backbones from pretrained VLMs whose capacity far exceeds what is needed for short robotic instructions. This raises a basic question: how much of a VLA model is actually necessary for closed-loop control? In this work, we study architectural redundancy in VLA models by using tra… ▽ More

    Submitted 26 June, 2026; originally announced June 2026.

  30. arXiv:2606.24477  [pdf, ps, other

    cs.CV cs.AI cs.SD

    video-SALMONN-R$^3$: Learning to ReWatch, ReAsk, and ReAnswer for Efficient Video Understanding

    Authors: Yixuan Li, Guangzhi Sun, Yudong Yang, Chao Zhang

    Abstract: Video large language models (LLMs) are often constrained by computation and memory budgets, leading them to use reduced frame rates and spatial resolutions, which may cause them to miss critical information for question answering (QA). A practical and efficient solution is a two-stage paradigm: first perform coarse video understanding to localize relevant segments, and then re-watch these segments… ▽ More

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

  31. arXiv:2606.24193  [pdf, ps, other

    cs.NI cs.DC

    SkyChain Intelligence: A Blockchain-Secured Multi-Agent DRL Framework for Low-Altitude Embodied Artificial Intelligence

    Authors: Haoxiang Luo, Tianqi Jiang, Ruichen Zhang, Yinqiu Liu, Gang Sun, Hongfang Yu, Abbas Jamalipour, Dong In Kim

    Abstract: With the rapid development of the Low-Altitude Economy (LAE) ecosystem, Low-Altitude Embodied Artificial Intelligence (LAEAI) agents have become the core carriers of autonomous aerial services, thereby enabling dynamic Low-altitude Computility Networks (LACNets) for distributed computing resource sharing. However, resource-constrained LAEAI agents in decentralized LACNets face a fundamental trilem… ▽ More

    Submitted 23 June, 2026; originally announced June 2026.

  32. arXiv:2606.23313  [pdf, ps, other

    cs.CY cs.CL

    Uncertainty-based Debiasing and Unlearning for Decontamination

    Authors: Guangzhi Sun, Xiao Zhan, Mark Gales

    Abstract: Benchmark-based evaluation is the dominant paradigm for assessing large language model (LLM) capabilities, yet data contamination inflates reported performance and undermines fair comparison. Existing decontamination methods are evaluated solely through aggregate accuracy, which can obscure substantial differences in per-sample model behaviour, and many require access to an uncontaminated model. I… ▽ More

    Submitted 22 June, 2026; originally announced June 2026.

  33. arXiv:2606.17707  [pdf, ps, other

    cs.IR

    Do Generative Recommenders Deepen the Information Cocoon? A Closed-Loop Simulation with LLM-powered User Simulators

    Authors: Jiyuan Yang, Gengxin Sun, Mengqi Zhang, Lingjie Wang, Yuanzi Li, Hongxi Cui, Xin Xin, Pengjie Ren

    Abstract: Recommender systems alleviate information overload, yet repeated feedback between recommendations and user interactions can reinforce existing preferences and narrow users' exposure, forming information cocoons. While this phenomenon has been widely studied in traditional sequential recommendation, its impact on generative recommendation remains unclear. By replacing atomic item IDs with Semantic… ▽ More

    Submitted 16 June, 2026; originally announced June 2026.

  34. arXiv:2606.16633  [pdf, ps, other

    cs.CV cs.AI

    DCP-Prune: Ultra-Low Token Pruning with Distribution Consistency Preservation

    Authors: Xifeng Xue, Xiaokang Wang, Zirui Li, Ming-Ming Cheng, Guolei Sun

    Abstract: Recent vision token pruning methods effectively preserve model performance under moderate token budgets but become unstable under ultra-low token budget. Our analysis shows that as the pruning budget decreases, accuracy degradation is often accompanied by larger feature distribution shifts. Critically, the degree of this distribution shift strongly correlates with performance degradation. To bette… ▽ More

    Submitted 15 June, 2026; originally announced June 2026.

    Comments: The code will be released at: https://github.com/EMVision-NK/DCP-Prune

  35. arXiv:2606.15320  [pdf, ps, other

    cs.CV

    Conditional Multi-Event Temporal Grounding in Long-Form Video

    Authors: Yuanhao Zou, Arthad Kulkarni, Lucas Tonanez, Lincoln Spencer, Guangyu Sun, Tianxingjian Ding, Andong Deng, Yi Li, Shuangjun Liu, Yuan Li, Dashan Gao, Ning Bi, Taotao Jing, Shuai Zhang, Chen Chen

    Abstract: Multimodal large language models have made rapid progress in video temporal grounding, yet real-world applications routinely require localizing every event that satisfies compositional temporal and spatial conditions. Existing benchmarks fall short: they localize only a single moment per query, count without temporal conditions, or treat grounding and counting as disjoint tasks. We introduce CoMET… ▽ More

    Submitted 13 June, 2026; originally announced June 2026.

  36. arXiv:2606.10303  [pdf, ps, other

    cs.AR cs.DC

    Isolation-aware Scheduling Framework for DNN-based End-to-End Autonomous Driving System on Tile-based Accelerators

    Authors: Chenguang Zhang, Yuanpeng Zhang, Chenhao Xue, Yihan Yin, Chen Zhang, Guangyu Sun

    Abstract: Level-4+ autonomous driving systems (ADS) must run dozens of heterogeneous deep neural networks (DNNs) as end-to-end (E2E) pipelines under a strict latency constraint (<=100 ms), even as execution time varies by up to 3.3x. Cost rules out dedicating isolated hardware to each function in mass-produced ADS, so these DNNs must be densely colocated on a single chip, which introduces shared-resource co… ▽ More

    Submitted 8 June, 2026; originally announced June 2026.

    Comments: Accepted by IEEE Transactions on Computers

  37. arXiv:2606.08897  [pdf, ps, other

    cs.CV cs.AI q-bio.QM

    A multi-agent system for spine MRI report generation from multi-sequence imaging

    Authors: Zhiping Xiao, Junwei Yang, Gongbo Sun, Han Zhang, Hanwen Xu, Yi Yao, Zachary D. Miller, William E. King III, Mohammed M. Kanani, Jalal B. Andre, Sammy Chu, Ming Zhang, Paul E. Kinahan, Nathan M. Cross, Sheng Wang

    Abstract: Spinal pathology is a leading cause of pain and disability worldwide. Spine MRI is central to clinical evaluation, yet its interpretation remains complex and time-consuming, requiring integration of information across multiple imaging sequences and anatomical regions. Despite recent advances in automated MRI analysis, effectively combining multi-sequence data while preserving sequence-specific dia… ▽ More

    Submitted 7 June, 2026; originally announced June 2026.

    MSC Class: 68T07 ACM Class: J.3; I.2.1

  38. arXiv:2606.07577  [pdf, ps, other

    cs.AI cs.CV cs.SD eess.AS

    OmniMem: Perturbation-aware Memory Compression for Streaming Audio-Visual LLMs

    Authors: Guangzhi Sun, Yixuan Li, Yudong Yang, Chao Zhang

    Abstract: Audio-visual large language models (LLMs) hold strong promise for long-form video understanding, yet their long-video inference is fundamentally limited by the linear growth of video tokens and key-value (KV) caches. We present OmniMem, a memory-efficient streaming framework designed specifically for audio-visual LLMs. Unlike existing compression methods that treat all tokens uniformly, OmniMem in… ▽ More

    Submitted 26 May, 2026; originally announced June 2026.

    Comments: Code: https://github.com/bytedance/SALMONN/tree/omni_mem

  39. arXiv:2606.06049  [pdf, ps, other

    cs.RO

    L-SDPPO: Policy Optimization of Spiking Diffusion Policy for Intra-vehicular Robotic Manipulation

    Authors: Liwen Zhang, Dong Zhou, Guanghui Sun, Yifei Zheng, Yuhui Hu, Kaihong Ouyang, Zuoquan Zhao

    Abstract: Intra-vehicular robots in spacecraft help reduce astronaut workload and improve mission efficiency. Recent research focuses on using deep learning methods to achieve the acute control required for operations in these complex environments. However, objects exhibit unpredictable, unconstrained drift without gravitational damping. These factors demand robustness against complex multimodal action dist… ▽ More

    Submitted 4 June, 2026; originally announced June 2026.

  40. arXiv:2606.03999  [pdf, ps, other

    eess.SP cs.IT

    Airy Beam Dispersion in Near-Field Wideband Terahertz Communications

    Authors: Yongchao Qu, Wanming Hao, Gangcan Sun

    Abstract: This letter investigates Airy beam dispersion in near-field wideband terahertz communications. Unlike conventional focusing beams, whose dispersion mainly appears as focal-point migration, Airy beams exhibit frequency-dependent shifts of both the reference focusing point and the self-bending main-lobe trajectory. Based on the Fresnel diffraction integral, a closed-form trajectory expression is der… ▽ More

    Submitted 22 May, 2026; originally announced June 2026.

    Comments: 5 pages, 8 figures. Submitted to IEEE Transactions on Vehicular Technology

  41. arXiv:2605.31504  [pdf, ps, other

    cs.LG stat.ML

    When Are Multimodal Predictions Biologically Supported? A Diagnostic Evaluation Framework

    Authors: Dylan Steiner, Gustavo Arango-Argoty, Gerald Sun, Etai Jacob

    Abstract: Multimodal models in oncology can produce accurate predictions, but accurate prediction does not reveal whether the model has learned biology that is shared across modalities, biology confined to one modality, or spurious correlations that reflect confounders rather than genuine biology. We introduce DECAT, a model-agnostic post-hoc evaluation framework that classifies multimodal representations i… ▽ More

    Submitted 29 May, 2026; originally announced May 2026.

  42. arXiv:2605.26715  [pdf, ps, other

    cs.LG

    Image Feature Fusion-based Federated Client Unlearning (FCU)

    Authors: Hangyi Shen, Yizhi Pan, Tiansuo Li, Weiqi Jiang, Guanqun Sun

    Abstract: Major data protection regulations all mention the "right to be forgotten," and that's what pushed federated unlearning (FU) techniques forward. But one stubborn issue remains: catastrophic forgetting--you erase the target knowledge, yet somehow you also end up throwing out essential retained knowledge, which then hurts the model's global generalization. To get a better balance between unlearning… ▽ More

    Submitted 26 May, 2026; originally announced May 2026.

  43. arXiv:2605.25851  [pdf, ps, other

    cs.RO

    RePlan-Bot: Multi-Level Replanning for Embodied Instruction Following

    Authors: Xicheng Gong, Guozheng Sun, Peiran Xu, Yadong Mu

    Abstract: Embodied instruction following (EIF) requires agents to understand and execute complex natural language commands within interactive 3D environments. Despite recent advances, existing methods often fail in long-horizon planning and handling irreversible state changes, resulting in low task success rates. To address these challenges, we introduce RePlan-Bot, a novel EIF agent that performs multi-lev… ▽ More

    Submitted 25 May, 2026; originally announced May 2026.

    Comments: 10 pages

  44. arXiv:2605.20192  [pdf, ps, other

    cs.CL cs.CE cs.CR cs.CY q-fin.CP

    Leveraging Large Language Models for Sentiment Analysis: Multi-Modal Analysis of Decentraland's MANA Token

    Authors: Xintong Wu, Peiting Tsai, Jing Yuan, Michael Yu, Greg Sun, Luyao Zhang

    Abstract: Decentraland, a decentralized virtual reality platform operating within the expanding Metaverse ecosystem, utilizes its native MANA token to facilitate virtual asset transactions and governance. This study investigates the integration of Discord community sentiment with multi-modal financial data to enhance cryptocurrency price prediction within virtual world economies. We address: (1) identifying… ▽ More

    Submitted 4 April, 2026; originally announced May 2026.

  45. arXiv:2605.19929  [pdf, ps, other

    cs.CV cs.AI

    Breaking Modality Heterogeneity in Low-Bit Quantization for Large Vision-Language Models

    Authors: Yi Zhong, Haotong Qin, Xindong Zhang, Lei Zhang, Guolei Sun

    Abstract: Low-bit post-training quantization (PTQ) is a pivotal technique for deploying Vision-Language Models (VLMs) on resource-constrained devices. However, existing PTQ methods often degrade VLMs' accuracy due to the heterogeneous activation distributions of text and vision modalities during quantization. We find that this cross-modal heterogeneity is distributed unevenly across channels: a small subset… ▽ More

    Submitted 19 May, 2026; originally announced May 2026.

  46. arXiv:2605.15002  [pdf, ps, other

    cs.LO cs.CC

    Extending CDCL to disjunctions of parity equations

    Authors: Paul Beame, Glenn Sun

    Abstract: Because CDCL produces proofs in the Resolution proof system, problems provably hard for Resolution are also provably hard for CDCL. Exponentially shorter proofs can sometimes be found using stronger proof systems such as $\text{Res}(\oplus)$, a generalization of Resolution to XNF formulas, whose constraints are disjunctions of parity equations ("linear clauses") such as… ▽ More

    Submitted 14 May, 2026; originally announced May 2026.

    Comments: 28 pages, 5 figures. This is the extended version of an article to appear in SAT'26 (29th International Conference on Theory and Applications of Satisfiability Testing)

  47. arXiv:2605.12998  [pdf, ps, other

    cs.LG

    DRIFT: A Benchmark for Task-Free Continual Graph Learning with Continuous Distribution Shifts

    Authors: Guiquan Sun, Xikun Zhang, Jingchao Ni, Dongjin Song

    Abstract: Continual graph learning (CGL) aims to learn from dynamically evolving graphs while mitigating catastrophic forgetting. Existing CGL approaches typically adopt a task-based formulation, where the data stream is partitioned into a sequence of discrete tasks with pre-defined boundaries. However, such assumptions rarely hold in real-world environments, where data distributions evolve continuously and… ▽ More

    Submitted 27 June, 2026; v1 submitted 13 May, 2026; originally announced May 2026.

    Comments: 20 pages, 5 figures

  48. arXiv:2605.11739  [pdf, ps, other

    cs.CL

    Learning to Foresee: Unveiling the Unlocking Efficiency of On-Policy Distillation

    Authors: Yuchen Cai, Ding Cao, Liang Lin, Chunxi Luo, Xin Xu, Kai Yang, Weijie Liu, Saiyong Yang, Tianxiang Zhao, Guangzhong Sun, Guiquan Liu, Junfeng Fang

    Abstract: On-policy distillation (OPD) has emerged as an efficient post-training paradigm for large language models. However, existing studies largely attribute this advantage to denser and more stable supervision, while the parameter-level mechanisms underlying OPD's efficiency remain poorly understood. In this work, we argue that OPD's efficiency stems from a form of ``foresight'': it establishes a stable… ▽ More

    Submitted 21 May, 2026; v1 submitted 12 May, 2026; originally announced May 2026.

  49. arXiv:2605.08467  [pdf, ps, other

    cs.LG

    CUDAHercules: Benchmarking Hardware-Aware Expert-level CUDA Optimization for LLMs

    Authors: Shiyang Li, Zijian Zhang, Guangyan Sun, Yuebo Luo, Winson Chen, Yanzhi Wang, Mingyi Hong, Caiwen Ding

    Abstract: Large language models show promise for automated CUDA programming, however even the strongest coding models (e.g., Claude-Opus-4.6) may still fall short of expert-level, architecture-aware optimization. We introduce CUDAHercules, a benchmark that evaluates generated CUDA against end-to-end human-expert SOTA systems. It spans single kernels, module-level operators, full applications, and unsolved c… ▽ More

    Submitted 8 May, 2026; originally announced May 2026.

  50. arXiv:2605.05888  [pdf, ps, other

    cs.AR cs.DC

    MoE-Hub: Taming Software Complexity for Seamless MoE Overlap with Hardware-Accelerated Communication on Multi-GPU Systems

    Authors: Zhuoshan Zhou, Chen Zhang, Shuyi Zhang, Qijun Zhang, Haibo Wang, Zhe Zhou, Zhipeng Tu, Guangyu Sun, Yijia Diao, Zhigang Ji, Jingwen Leng, Guanghui He, Minyi Guo

    Abstract: The Mixture-of-Experts (MoE) architecture is crucial for scaling large language models, but its scalability is severely limited by inter-GPU communication bottlenecks in multi-GPU systems. Although overlapping communication with computation is a widely recognized optimization, its effective deployment still remains challenging, both in terms of performance and programmability. In this work, we ide… ▽ More

    Submitted 7 May, 2026; originally announced May 2026.

    Comments: Accepted to ISCA 2026