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

Showing 1–50 of 1,767 results for author: Liang, Y

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

    cs.CV cs.AI

    Scale-Separated Conditioning for Style-Encoder-Free Diffusion Stylization

    Authors: Jingtao Zhang, Haorui Gao, Youqing Liang, Zeming Liu

    Abstract: Reference-based diffusion stylization requires separating target geometry from transferable appearance. Existing tuning-based methods often rely on aligned content-style-target triplets or auxiliary visual encoders, which increases data cost and can transfer unintended scene structure from the style reference. We propose SEFS (Style-Encoder-Free Stylization), a style-encoder-free conditioning fram… ▽ More

    Submitted 20 August, 2026; originally announced August 2026.

  2. arXiv:2608.19626  [pdf, ps, other

    cs.SE

    Auditing and Decomposing Feedback-Driven Evolution in LLM Test Generation under the Oracle Problem

    Authors: Yunhao Liang, Chengguang Gan, Ruixuan Ying, Hanjun Wei, Zhe Cui, Shiwen Ni

    Abstract: Execution feedback is often treated as a self-verifying signal for improving LLM-generated tests. However, when generated inputs are executed on a single accepted program and its outputs are used as ground truth, invalid or underspecified inputs can create spurious fault detections and apparent evolutionary gains. We audit this failure mode in feedback-driven test generation using 142 development… ▽ More

    Submitted 20 August, 2026; originally announced August 2026.

  3. arXiv:2608.18103  [pdf

    cs.CL cs.AI

    DeepTCM1.0: A Multi-Expert AI Agent for Deciphering Mechanisms of Chinese Herbal Formulae Based on General Large Language Models

    Authors: Wenxin Duan, Hanwei Wang, Zhongying Peng, Zhonghua Lu, Jiayi An, Fan Song, Yong Liang

    Abstract: Background: Mechanistic elucidation of traditional Chinese medicine (TCM) compound formulas remains a central challenge in the modernization of TCM. Conventional approaches, including data mining and network pharmacology, are insufficient for achieving deep integration between classical TCM theory and modern scientific research. In addition, direct question-answering using general-purpose artifici… ▽ More

    Submitted 9 June, 2026; originally announced August 2026.

  4. arXiv:2608.17299  [pdf, ps, other

    cs.AI

    LiveHouse-TS: An Open-world Living Benchmark for Time Series Foundation Models

    Authors: Haomin Wen, Ziyu Zhou, Qingxiang Liu, Siru Zhong, Yuxuan Liang

    Abstract: Time Series Foundation Models (TSFMs) have recently emerged as a highly promising paradigm for cross-domain zero-shot forecasting. However, existing evaluation protocols predominantly rely on static benchmarks with fixed historical test windows. While these benchmarks provide a valuable baseline snapshot, they evaluate an average performance on a fixed history, failing to capture how models behave… ▽ More

    Submitted 17 August, 2026; originally announced August 2026.

  5. arXiv:2608.14863  [pdf, ps, other

    cs.SE cs.AI cs.DC

    Evaluating Agentic Code Repair Capabilities in Distributed Systems

    Authors: Yibo Yan, Huijuan Wang, Junzhou He, Yizhuo Liang, Shaoyu Wang, Huanchen Sun, Seo Jin Park

    Abstract: LLM-based coding agents have advanced rapidly on single-process SWE tasks, with frontier models now clustering in the high-70s on SWE-bench Verified. Distributed-system debugging, however, remains an under-explored regime: bugs span processes, nodes, and protocol interactions, with root causes rarely recoverable from source alone and brute-force exploration intractable across non-deterministic int… ▽ More

    Submitted 14 August, 2026; originally announced August 2026.

    Comments: Under submission

  6. arXiv:2608.14144  [pdf, ps, other

    cs.CV cs.AI

    Self-Supervised Visual On-Policy Distillation

    Authors: Yijiang Li, Yijun Liang, Yunjie Tian, Bingyang Wang, Ke Zhang, Zhenfei Yin, Di Fu, Philip Torr, Nuno Vasconcelos

    Abstract: Visual on-policy distillation relies heavily on an informative teacher-student asymmetry, through either a larger, stronger teacher or privileged supervision, such as reference answers or ground-truth regions of interest. This raises a fundamental question: where can informative asymmetry come from when nothing privileged is available? We answer this by inverting where the asymmetry comes from. Ra… ▽ More

    Submitted 14 August, 2026; originally announced August 2026.

  7. arXiv:2608.12932  [pdf, ps, other

    cs.AI

    FlashDrive: Flash Vision-Language-Action Inference for Autonomous Driving

    Authors: Zekai Li, Yihao Liang, Hongfei Zhang, Jian Chen, Yesheng Liang, Zhijian Liu

    Abstract: Vision-Language-Action (VLA) models promise to bring end-to-end reasoning to autonomous driving, but their computational cost remains far too high for real-time control. The core challenge is structural: VLA inference is not a single bottleneck but a cascade of four. Visual encoding wastes compute on overlapping video frames; language-model prefill recomputes context that could be carried over fro… ▽ More

    Submitted 13 August, 2026; originally announced August 2026.

    Comments: 15 pages; 8 figures

  8. arXiv:2608.12129  [pdf, ps, other

    cs.CL

    SAG: SQL-Retrieval Augmented Generation with Query-Time Dynamic Hyperedges

    Authors: Yuchao Wu, Junqin Li, XingCheng Liang, Yongjie Chen, Yinghao Liang, Linyuan Mo, Guanxian Li

    Abstract: While retrieval-augmented generation (RAG) has proven effective at giving LLMs access to external knowledge, mainstream dense-retrieval implementations remain inherently limited in handling structured constraints and multi-hop reasoning. Graph-based methods address this by constructing knowledge graphs offline, but they often fragment semantics, incur high maintenance, and complicate incremental u… ▽ More

    Submitted 12 August, 2026; originally announced August 2026.

  9. arXiv:2608.10232  [pdf, ps, other

    cs.RO cs.AI cs.LG

    FACT: Failure-Aware Causal Training for World-Action Models

    Authors: Quanquan Peng, Yutong Liang, Rui Yan, Nicklas Hansen, Xiaolong Wang

    Abstract: Recent world-action models (WAMs) show that co-training policies with future prediction can provide physical priors for action generation. Building on the future-prediction ability of video models, many WAMs generate future videos and recover actions with inverse-dynamics models, or use these predicted videos as goal conditions for action generation. In both cases, the world model is trained mostl… ▽ More

    Submitted 10 August, 2026; originally announced August 2026.

  10. arXiv:2608.09740  [pdf, ps, other

    cs.SE

    Security Tests as Executable Specifications for LLM Code Generation: Benefits, Trade-offs, and Coverage Limits

    Authors: Yunhao Liang, Chengguang Gan, Ruixuan Ying, Hanjun Wei, Zhe Cui, Shiwen Ni

    Abstract: Large language models (LLMs) can generate functionally useful code that remains vulnerable, while security-focused interventions may break intended behavior. We investigate security tests as executable specifications both before generation and during iterative repair. We develop SecTDD, a controlled test-feedback scaffold that separates three factors: whether tests are shown upfront, whether faile… ▽ More

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

  11. arXiv:2608.09613  [pdf, ps, other

    cs.CV

    Marrying Optimal Transport and ODEs for Unified Continuous-Time 4D Reconstruction and Tracking

    Authors: Liying Yang, Hao Mo, Jialun Liu, Chen Liu, Xinxing Yu, Chenhao Guan, Hui Ma, Xiao Cao, Ajian Liu, Yanyan Liang

    Abstract: Existing unified 4D reconstruction and point tracking approaches typically rely on heuristic interpolations or just predict at integer timestamps, lacking kinematic coherence and failing to model dynamics at any arbitrary timestamp. In this paper, we propose Uni4R, a framework that unifies these tasks by learning continuous velocity fields through the synergy of Optimal Transport (OT) and Ordinary… ▽ More

    Submitted 10 August, 2026; originally announced August 2026.

    Comments: Preliminary version

  12. arXiv:2608.09122  [pdf, ps, other

    cs.CV cs.AI

    Visual Distortion Detection in UGC Images Using Large Multimodal Models

    Authors: Ziheng Jia, Yingji Liang, Jiaying Qian, Xiongkuo Min

    Abstract: The localized depiction of perceptual quality has long been a crucial, yet underexplored, challenge in image quality assessment (IQA). Existing approaches based on large multimodal models (LMMs) predominantly rely on text-driven supervised fine-tuning (SFT). However, this training paradigm exhibits notable limitations in detection accuracy. Moreover, synthetically distorted images, which are oft… ▽ More

    Submitted 10 August, 2026; originally announced August 2026.

  13. arXiv:2608.08446  [pdf, ps, other

    cs.AI

    TRACE-Memory: Public-Conditioned Retrieval and Utility-Aware Evidence Admission for Personalized Generation

    Authors: Jing Wang, Zhu Wang, Yifan Guo, Yulong Yang, Yunji Liang

    Abstract: Personalized generation systems retrieve user history by request--memory relevance and inject it into the model context. Yet relevant history may concern the wrong preference aspect, duplicate public information, or provide insufficient support. We argue that personal memory should be used only when it adds utility beyond a public-only response. We propose TRACE-Memory, a two-stage framework for s… ▽ More

    Submitted 8 August, 2026; originally announced August 2026.

    Comments: 9 pages, 4 figures, and 6 tables. Submitted to the 41st AAAI Conference on Artificial Intelligence (AAAI 2027)

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

  15. arXiv:2608.06296  [pdf, ps, other

    cs.LG

    On-Policy Self-Distillation without Any Supervision

    Authors: Yijiang Li, Bingyang Wang, Yijun Liang, Yunjie Tian, Di Fu, Nuno Vasconcelos

    Abstract: On-policy (Self-)Distillation (OPD / OPSD) has shown strong potential for post-training large language models (LLMs). However, existing methods still rely heavily on external supervision, including ground-truth signals, environmental feedback, or guidance from larger models, and therefore fall short of genuine "self"-distillation. In this study, we show that on-policy self-distillation can be achi… ▽ More

    Submitted 9 August, 2026; v1 submitted 6 August, 2026; originally announced August 2026.

    Comments: Project page at https://williamium3000.github.io/u-opsd/ and code at https://github.com/williamium3000/u-opsd

  16. arXiv:2608.06125  [pdf, ps, other

    cs.CV

    Sample-Adaptive Latent Rewards for Uncertainty-Guided Diffusion Post-Training

    Authors: Rui Li, Yuanzhi Liang, Ke Hao, Ziqiao Weng, Haibin Huang, Chi Zhang, XueLong Li

    Abstract: Latent reward models can supervise visual diffusion models without decoding intermediate states into pixel space. This makes alignment with human preferences more efficient. However, existing latent reward models output only scalar scores. They do not estimate the uncertainty of each prediction. The generator therefore cannot determine which feedback is reliable. This can drive optimization in the… ▽ More

    Submitted 6 August, 2026; originally announced August 2026.

  17. arXiv:2608.05970  [pdf, ps, other

    cs.RO cs.AI

    SkillMemo: Expert-guided Skill Memory Framework for Compositional Embodied Manipulation

    Authors: Changyuan Wang, Chubin Zhang, Zhenyu Wu, Runhao Li, Angyuan Ma, Ke Chao, Yinan Liang, Xiuwei Xu, Ziwei Wang, Yansong Tang, Jiwen Lu

    Abstract: Embodied visuomotor models, including Diffusion Policy (DP) and Vision-Language-Action (VLA) models, have demonstrated promising performance on robotic manipulation benchmarks. However, their potential remains fundamentally constrained by the scarcity of large-scale embodied trajectory datasets, leading to insufficient compositional generalization in out-of-distribution (OOD) scenarios with limite… ▽ More

    Submitted 6 August, 2026; originally announced August 2026.

  18. arXiv:2608.04949  [pdf, ps, other

    cs.CV cs.CL cs.IT cs.MM

    UG-UMRE: Uncertainty-Guided Modality Augmentation and Distributional Calibration for Unified Multimodal Relation Extraction

    Authors: Bo Kong, Liruiz Jia, Yi Liang, Chao Liu, Dongfang Han, Tianwei Yan, Yuan Liu, Shengquan Liu

    Abstract: Unified Multimodal Relation Extraction (UMRE) aims to identify intra-modal and cross-modal relations between textual entities and visual objects. However, existing UMRE studies still encounter two critical issues: ignoring inherent aleatoric uncertainty causes noise propagation, and deep-seated heterogeneity between distinct modal distributions hinders alignment. To address these issues, we propos… ▽ More

    Submitted 5 August, 2026; originally announced August 2026.

    Comments: Accepted at ACM MM2026

  19. arXiv:2608.04610  [pdf, ps, other

    cs.CV

    HiSC: Hierarchical Spatial Clustering Token Compression for Efficient 3D Scene Understanding

    Authors: Jiuhe Qu, Yingping Liang, Ying Fu

    Abstract: 3D vision-language models (3D VLMs) enable spatial reasoning over multi-view scenes but suffer from substantial token redundancy due to duplicated observations and large uninformative regions, leading to high computational cost. Although visual token compression has shown promise in accelerating 2D VLMs, it fails to capture the structured nature of 3D scenes and leads to incomplete spatial coverag… ▽ More

    Submitted 5 August, 2026; originally announced August 2026.

    Comments: Accepted by ACM MM 2026

  20. arXiv:2608.03483  [pdf, ps, other

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

    Continue or Replan? Bernoulli-Continuation Policy Learning for Adaptive Horizon Execution

    Authors: Weichen Xu, Zhenhua Liu, Lin Luo, Yaobo Liang, Chengtang Yao, Qingyu Mei, Jian Cao, Xixin Cao, Xing Zhang, Jiaolong Yang, Baining Guo

    Abstract: Existing chunk-based Vision-Language-Action (VLA) models execute a fixed number of actions (i.e., execution horizon) before replanning, turning replanning into a task-agnostic periodic schedule that is independent of task progress. As a result, when no replanning boundary falls before a critical manipulation stage, it is executed from a stale chunk rather than a freshly replanned one. To address t… ▽ More

    Submitted 4 August, 2026; originally announced August 2026.

    Comments: Project page: https://fleetfootwork.github.io/BCP/

  21. arXiv:2608.03413  [pdf, ps, other

    cs.AI cs.ET

    Enactive Artificial Intelligence: A Decision-Centric Architecture for Complex Systems

    Authors: Zuojun Max Shen, Yuan Qu, Pujun Zhang, Anbang Liu, Yunhao Liang

    Abstract: As artificial intelligence (AI) continues to evolve and mature, recent AI practices have moved beyond large language models (LLMs) and text or image generation tasks, increasingly integrating tools, agents, and harnesses to solve real business and industrial problems. However, the power of AI is not verified under these real-world complex systems for various reasons, considering reliability, feasi… ▽ More

    Submitted 4 August, 2026; originally announced August 2026.

  22. arXiv:2608.03008  [pdf, ps, other

    cs.CV cs.AI

    V-FIND: Revealing the Intrinsic Forgery Knowledge Encoded in Video Forgery Detectors

    Authors: Shichao Kan, Chengpeng Hong, Jingtong Dou, Chuancheng Shi, Yuhan Liu, Linrui Xu, Yixiong Liang, Yigang Cen, Yanpeng Sun, Fei Shen, Tat-Seng Chua

    Abstract: As generated videos become increasingly realistic, reliable video forgery detection is increasingly important. Existing studies typically optimize and use video forgery detectors as black boxes, while the latent forgery-discriminative knowledge inside them remains largely unexplored. Instead of continuing to rely on resource-intensive full-model retraining to steadily improve detection performance… ▽ More

    Submitted 3 August, 2026; originally announced August 2026.

    Comments: 12 pages, 12 figures. Under review

  23. arXiv:2608.02139  [pdf, ps, other

    cs.CL cs.AI cs.LG

    Self-Improving Large Language Models via Progressive Experience Evolution

    Authors: Shijie Ren, Xiting Wang, Meng Li, Yujie Guo, Yunhang Yao, Ziheng Peng, Xunlong Wang, Yuetan Chen, Haoyang Zhou, Yunlong Liang, Fandong Meng

    Abstract: Large language models (LLMs) capable of self-improvement require not only effective policy optimization, but also a principled mechanism for transforming transient interaction experience into persistent model capabilities. Existing self-improvement paradigms remain fragmented: test-time methods can explicitly extract experience but cannot internalize it into model parameters, whereas training-time… ▽ More

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

    Comments: 10 pages, 5 figures

  24. arXiv:2608.00750  [pdf, ps, other

    cs.IR

    Hierarchical Residual Policy Optimization for Generative Recommendations

    Authors: Kaifeng Guo, Yiming Yang, Jingtong Gao, Guolei Zeng, Fukang Yang, Yukang Liang, Peng Jiang, Qingpeng Cai, Xiangyu Zhao

    Abstract: Generative recommenders select items by autoregressively decoding semantic identifiers (SIDs), whose token positions induce a coarse-to-fine hierarchy over the item space. In practice, SID decoders are trained via supervised next-token prediction, which imitates logged trajectories rather than directly optimizing downstream utility. This motivates post-training with outcome feedback to guide decod… ▽ More

    Submitted 1 August, 2026; originally announced August 2026.

    Comments: 12 pages, 6 figures, 10 tables. Accepted at KDD 2026 Research Track

  25. arXiv:2607.28488  [pdf, ps, other

    cs.AI cs.LG

    SCOPE: Supply-Chain Operations through Coupled Policies for End-to-End Coordination

    Authors: Yunhao Liang, Xianqi Cao, Pujun Zhang, Yuan Qu, Yongzhi Qi, Ningxuan Kang, Max Z. J. Shen

    Abstract: Can supply-chain AI move beyond isolated decision modules toward unified operational planning? A complete replenishment plan specifies which products each location carries, which upstream facility supplies it, how often it is replenished, and how deliveries are routed. These decisions are operationally coupled: the selected assortment changes the demand and load passed to later stages; source assi… ▽ More

    Submitted 30 July, 2026; originally announced July 2026.

  26. arXiv:2607.28318  [pdf, ps, other

    cs.AI

    PathView-Bench: Can Multimodal Large Language Models Achieve Fine-grained Multiscale Understanding of Pathology Images?

    Authors: Zongyi Chen, Yu Liang, Jie Lin, Liansheng Wang

    Abstract: Multimodal large language models (MLLMs) are increasingly used to analyze pathology images. However, dominant multimodal benchmarks in pathology mainly score final diagnostic answers, captions, or reports. These evaluations provide limited insight into whether a model understands the multiscale visual content needed for pathology reasoning and decision-making. We introduce PathVU, a vision-anchore… ▽ More

    Submitted 30 July, 2026; originally announced July 2026.

  27. arXiv:2607.27164  [pdf, ps, other

    cs.CR

    Function Privatization in the Local Model

    Authors: Yuting Liang, Tian Shu, Ke Yi

    Abstract: We study the problem of privately releasing functions, with a particular focus on curves, which are images of continuous functions on some finite interval. Many types of data exist naturally as curves, such as trajectory data or $1$D density curves. We shall primarily be interested in the local model setting, where the function to be privatized captures data belonging to one individual, which is t… ▽ More

    Submitted 29 July, 2026; originally announced July 2026.

  28. arXiv:2607.26244  [pdf, ps, other

    cs.SE

    Do Code Language Models Use Tests? A Behavioral and Representational Study of Test-Driven Code Generation

    Authors: Yunhao Liang, Chengguang Gan, Ruixuan Ying, Hanjun Wei, Zhe Cui, Shiwen Ni

    Abstract: Public tests are widely used to guide large language model code generation, but whether models treat them as executable specifications or merely as extra prompt context remains unclear. We study test-driven code generation on HumanEval+, MBPP+, and recent LiveCodeBench tasks using Qwen2.5-Coder-7B and Qwen3.6-27B. We compare natural-language-only prompts with relevant visible tests, shuffled outpu… ▽ More

    Submitted 28 July, 2026; originally announced July 2026.

  29. arXiv:2607.25321  [pdf, ps, other

    cs.AI

    Physics-Grounded Fluid Video Generation with a Simulation Dataset and Dual-Stream Optical-Flow Supervision

    Authors: Ruijie Su, Yuanzhi Liang, Xiaohua Xie, Jianhuang Lai

    Abstract: Video diffusion models generate visually compelling content but routinely violate elementary physics when the subject involves fluids: liquid columns break apart in mid-air, container water levels fail to rise as liquid is poured in, and splashes disperse without regard to momentum or gravity. We attribute this gap to the fact that large-scale video-text corpora contain almost no explicit motion s… ▽ More

    Submitted 28 July, 2026; originally announced July 2026.

  30. arXiv:2607.25186  [pdf, ps, other

    cs.CL

    CardioBench: A Real-World Data Benchmark for Evaluating Large Language Models in Clinically Authentic Cardiovascular Care Scenarios

    Authors: Xiao Li, Mouxiao Bian, Zhaodi Wu, Sijie Ren, Juechen Chen, Lu Lu, Jingru Ding, Yun Zhong, Jie Xu, Yixiu Liang, Junbo Ge

    Abstract: Background: Most medical large language model (LLM) benchmarks focus on examination knowledge or isolated tasks and may not reflect the longitudinal, multimodal, and safety-critical workflow of cardiovascular care. Objective: To develop CardioBench, a real-world benchmark spanning the cardiovascular care continuum, and assess LLM performance across clinical dimensions and specialist tasks. Methods… ▽ More

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

  31. arXiv:2607.24218  [pdf, ps, other

    cs.LG cs.AI

    Every Client Is an Environment: Federated De-confounding for Spatio-Temporal Forecasting

    Authors: Qingxiang Liu, Anqi Liang, Heng Wang, Yuxuan Liang

    Abstract: Federated learning has emerged as a promising paradigm for spatio-temporal forecasting (STF), enabling collaborative model training without sharing raw observations. Existing federated STF methods primarily regard cross-client heterogeneity as an optimization challenge and mitigate it through personalized approaches. However, such heterogeneity fundamentally stems from diverse \emph{environmental… ▽ More

    Submitted 27 July, 2026; originally announced July 2026.

  32. arXiv:2607.24052  [pdf, ps, other

    cs.CV

    PointCHR: Point Cloud Analysis via Curvature-Aware Hyperbolic Rectification

    Authors: Xinxing Yu, Liying Yang, Hao Mo, Hui Ma, Fang Kai, Ajian Liu, Yanyan Liang

    Abstract: High-curvature regions in 3D point clouds encapsulate critical fine-grained geometric semantics yet exhibit a distinct long-tail sparsity in their spatial distribution. The inherent limitations of polynomial volume growth in Euclidean space frequently render these intricate geometric features challenging to adequately resolve within a uniform-scale feature space. Consequently, these regions are fr… ▽ More

    Submitted 8 August, 2026; v1 submitted 27 July, 2026; originally announced July 2026.

    Journal ref: Proceedings of the 43 rd International Conference on Machine Learning,2026

  33. arXiv:2607.23972  [pdf

    cs.CV

    Color Fundus Photography Analysis: Co-evolution of Data, Preprocessing, and Modeling toward Multimodal AI

    Authors: Yu Li, Wengan He, Wenhui Xu, Lihong Jiang, Fan Xiao, Zhuohang Huang, Yuanzhu Liang, Jiayi Liu, Yuxi Chen, Yongsheng Luo

    Abstract: Color Fundus Photography (CFP) is a primary non-invasive imaging modality for large-scale screening of ophthalmic and systemic diseases. Existing surveys mainly summarize task-specific algorithms, datasets, or preprocessing techniques independently, lacking a unified perspective on their co-evolution with modern artificial intelligence. This review provides an integrated overview of CFP AI through… ▽ More

    Submitted 26 July, 2026; originally announced July 2026.

    Comments: Survey paper, 77 pages, 18 figures, 2 tables

  34. arXiv:2607.22994  [pdf, ps, other

    cs.CV cs.LG

    Breaking the Synthetic-Real Domain Shortcut for Training-Free Generative Replay-based Class Incremental Learning

    Authors: Tao Zhang, Qixuan Fan, Yiyuan Liang, Yanjie Wang, Song Yan, Tian Tian, Jiahuan Zhou, Luxin Yan, Sheng Zhong, Xu Zou

    Abstract: Class-incremental learning (CIL) requires models to continuously acquire new knowledge while avoiding catastrophic forgetting. While exemplar replay is effective, it raises concerns regarding privacy and storage. Thus, generative replay has emerged as a viable alternative, synthesizing old data using frozen pretrained text-to-image (T2I) models without any extra training. However, we observe that… ▽ More

    Submitted 24 July, 2026; originally announced July 2026.

    Comments: Accepted by ICML 2026

  35. arXiv:2607.21556  [pdf, ps, other

    cs.CV cs.AI

    Visual Contrastive Self-Distillation

    Authors: Yijun Liang, Yunjie Tian, Yijiang Li, Yuqi Jia, Furong Huang, Tianyi Zhou, Di Fu

    Abstract: On-policy self-distillation (OPSD) is promising as it removes the external teacher required by on-policy distillation (OPD), yet it still needs asymmetric information between teacher and student to ensure that the self-teacher provides a stronger learning signal than the student. Existing methods create this asymmetry either through privileged answers or visual evidence. We ask whether both can be… ▽ More

    Submitted 23 July, 2026; originally announced July 2026.

    Comments: 15 pages

  36. arXiv:2607.19688  [pdf, ps, other

    cs.SD

    A Diagnostic Evaluation Framework for AI-Generated Cover Songs Using Music-Theoretic and Acoustic Features

    Authors: Yingxin Liang

    Abstract: AI-generated covers often fail through local musical errors that a global quality score cannot locate: the vocal contour may remain recognizable while the accompaniment uses the wrong harmonic function, or the output may stay in key while the arrangement remains incomplete. We present a five-dimensional diagnostic framework covering melodic pitch, harmonic progression, key consistency, style consi… ▽ More

    Submitted 21 July, 2026; originally announced July 2026.

    Comments: 16 pages, 3 figures, 8 tables. Code and analysis materials: https://github.com/TiaaL/songecho-cover-metrics

  37. arXiv:2607.19000  [pdf, ps, other

    cs.CV

    Learning Semantic-Robust Change Detection via Semantic-Invariant Self-Distillation

    Authors: Jiuhe Qu, Yingping Liang, Ying Fu

    Abstract: Change detection aims to identify semantic changes between remote sensing images. However, features from models are easily disturbed by non-semantic variations, such as illumination, shadows, and atmospheric changes, leading to false alarms and limited generalization in real-world scenarios. In this paper, we propose \textbf{SCDistill}, a framework for learning semantic-robust change detection via… ▽ More

    Submitted 21 July, 2026; originally announced July 2026.

    Comments: Accepted by ECCV2026

  38. arXiv:2607.18874  [pdf, ps, other

    cs.LG cs.CY

    Reinforcement Learning for Delivery Drone-Based Participatory Sensing in Dynamic Environments

    Authors: Xin Ouyang, Songxin Lei, Xusen Guo, Yutian Jiang, Sijie Ruan, Yuxuan Liang

    Abstract: Using Unmanned Aerial Vehicle (UAV) for urban sensing has emerged as a powerful paradigm to monitor the status of the city, e.g., air quality and noise levels, through agile aerial crowdsourcing. Despite this potential, existing UAV-based sensing approaches overlook environmental disturbances like wind that drastically impact drone velocity and energy efficiency. Consequently, directly applying ex… ▽ More

    Submitted 21 July, 2026; originally announced July 2026.

  39. arXiv:2607.18097  [pdf, ps, other

    cs.OS

    SuperPass: Fast-Tracking Blocking Threads to Mitigate Priority Inversion on Mobile Devices

    Authors: Lei Li, Yu Liang, Riwei Pan, Youcheng Sun, Nan Guan, Tei-Wei Kuo, Chun Jason Xue

    Abstract: Priority inversion occurs when a high-priority thread is delayed by a lower-priority one. Although well studied in real-time systems, its impact in general-purpose OSes (e.g., Android) remains underexplored. On Android, we find that priority inversions happen frequently and can delay latency-critical threads, degrading user experience. For example, the foreground app's UI thread is frequently bloc… ▽ More

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

  40. arXiv:2607.17896  [pdf, ps, other

    cs.CV

    Locality-Aware Density Control for Efficient Gaussian-based Image Representation

    Authors: Jiacong Chen, Qingyu Mao, Xiandong Meng, Shuai Liu, Chao Li, Fanyang Meng, Youneng Bao, Yongsheng Liang

    Abstract: 2D Gaussian Splatting is an attractive direction for image representation due to its explicit formulation, fast rasterization, and favorable decoding efficiency. The representation quality of this paradigm depends on the proper allocation of Gaussian capacity to the demanding regions. However, existing methods fail to allocate Gaussian capacity efficiently during optimization: under-reconstructed… ▽ More

    Submitted 20 July, 2026; originally announced July 2026.

    Comments: Accepted by ACMMM 2026

  41. arXiv:2607.17665  [pdf, ps, other

    cs.MM cs.HC

    Toward Site-Aware MR Art Exhibitions: A SLAM-Based Deployment Pipeline for Spatial Coherence and Exhibition Experience

    Authors: Yawei Zhao, Yuming Zhu, Hao Li, Yuqi Liang, Ao Yu, Anca-Simona Horvath, Pan Hui

    Abstract: Mixed Reality (MR) is increasingly being used in exhibition settings to bring digital artworks into relation with the physical environment. However, existing MR exhibition systems are often confined to prototypes or case-specific deployments, offering limited guidance for large-scale practical implementation. To address this gap, this paper presents a practical pipeline for designing and deploying… ▽ More

    Submitted 20 July, 2026; originally announced July 2026.

    Comments: Proceedings of the 34th ACM International Conference on Multimedia

  42. arXiv:2607.16326  [pdf, ps, other

    cs.CV

    CRISP: Pre-LLM Yet Text-Driven Visual Token Pruning for Efficient LVLM Inference

    Authors: Xu Li, Yi Zheng, Mengyang Zhao, Yuxuan Liang, Zhe Liu, Rui Zhu, Xiaolei Chen, Wei Zhou, Baoquan Zhao, Juncen Guo

    Abstract: Large Vision-Language Models (LVLMs) typically require processing hundreds to thousands of visual tokens, leading to substantial inference overhead. Existing visual token pruning methods either operate before the LLM using text-agnostic heuristics or prune inside the LLM at the cost of efficiency and noisy cross-modal attention. To address these limitations, we propose CRISP, a pre-LLM yet text-dr… ▽ More

    Submitted 15 July, 2026; originally announced July 2026.

    Comments: Accepted by the 2026 IEEE International Conference on Multimedia and Expo (ICME 2026) as Oral

  43. arXiv:2607.16251  [pdf, ps, other

    cs.LG

    Learning Spatio-Temporal Foundation Models from Pure Synthetic Data

    Authors: Yutong Feng, Shiyuan Piao, Yutong Xia, Xu Liu, Wenqi Fan, Fugee Tsung, See-Kiong Ng, Yuxuan Liang

    Abstract: Spatio-Temporal Foundation Models (STFMs) aim to learn generalizable representations of complex dynamical systems across space and time. However, existing approaches suffer from distributional bias in real-world pre-training data, structural bottlenecks of autoregressive or diffusion-based paradigms, and objectives that overemphasize point-wise reconstruction in noisy observation space.We propose… ▽ More

    Submitted 26 June, 2026; originally announced July 2026.

  44. arXiv:2607.13646  [pdf, ps, other

    cs.CV cs.AI

    Human4K: A Large-Scale 4K Multi-View Mocap Dataset for Whole-Body 3D Human Reconstruction

    Authors: Tianshun Han, Ziyu Shi, Lijian Liu, Ajian Liu, Benjia Zhou, Hugo Jair Escalante, Yanyan Liang, Sergio Escalera, Zhen Lei, Jun Wan

    Abstract: Recent advances in 3D human reconstruction have improved overall performance, yet current models still fail in the most challenging real-world scenarios. They often produce unstable geometry, inaccurate limb articulation and unreliable predictions under depth ambiguity or self-occlusion. A key reason is that existing datasets still lack the combination of high-resolution images, high-precision ann… ▽ More

    Submitted 15 July, 2026; originally announced July 2026.

  45. arXiv:2607.13558  [pdf, ps, other

    cs.AI

    Multi-Agent Collaborative Reasoning with Tool-Augmented Evidence for Urban Region Profiling

    Authors: Xixuan Hao, Yutian Jiang, Jiabo Liu, Yihang Yang, Guangyin Jin, Song Gao, Yuxuan Liang

    Abstract: Urban region profiling constitutes a core problem in urban computing, supporting applications such as population estimation, economic assessment, and environmental monitoring. Existing methods typically formulate this task as multimodal representation learning, fusing heterogeneous urban data, e.g., satellite imagery, points of interest, textual descriptions, and 3D building information, into late… ▽ More

    Submitted 15 July, 2026; originally announced July 2026.

    Comments: Accepted by KDD 2026

  46. arXiv:2607.13108  [pdf, ps, other

    cs.LG cs.AI

    STKAN: Kolmogorov-Arnold Networks for Spatio-Temporal Forecasting

    Authors: Sicong Lai, Yuehong Hu, Siru Zhong, Si Qiao, Yuxuan Liang, Guangyin Jin

    Abstract: Real-world traffic data exhibit heterogeneous spatial correlations and nonlinear temporal dynamics, posing substantial challenges for accurate spatio-temporal forecasting. Existing approaches have developed increasingly sophisticated graph, attention, and decomposition architectures, while the influence of the underlying nonlinear function approximator has received comparatively less attention. In… ▽ More

    Submitted 14 July, 2026; originally announced July 2026.

  47. arXiv:2607.12894  [pdf, ps, other

    cs.CV

    Hy-Embodied-VLM-1.0: Efficient Physical-World Agents

    Authors: Ziyi Wang, Xumin Yu, Yongming Rao, Yonggen Ling, Yunheng Li, Oran Wang, Mingqi Gao, Yuchen Zhou, Yves Liang, Zuyan Liu, Yani Zhang, Rui Huang, Xiaoran Xu, Bowen Yuan, Yifu Yuan, Xu Tan, He Zhang, Yufei Huang, Shenghao Zhang, Hongsheng Wu, Han Hu, Zhengyou Zhang

    Abstract: Building capable embodied agents requires not only multimodal perception and understanding, but also agentic capabilities for reasoning about actions, adapting to evolving situations, and interacting with the physical world. In this report, we introduce Hy-Embodied-VLM-1.0, an efficient and powerful embodied foundation model specifically designed for embodied agents operating in the physical world… ▽ More

    Submitted 14 July, 2026; originally announced July 2026.

    Comments: Tech Report. Code and models are open-sourced at https://github.com/Tencent-Hunyuan/HY-Embodied

  48. arXiv:2607.12893  [pdf, ps, other

    cs.AI cs.CL

    MemOps: Benchmarking Lifecycle Memory Operations in Long-Horizon Conversations

    Authors: Xixuan Hao, Zeyu Zhang, Zehao Lin, Yihang Sun, Ziliang Guo, Xichong Zhang, Yuxuan Liang, Feiyu Xiong, Zhiyu Li

    Abstract: Long-term memory has become a foundational capability for LLM-based agents that accompany users across extended, multi-session interactions. Existing benchmarks, however, evaluate such memory almost exclusively through downstream question answering, scoring only the correctness of a final answer. This black-box formulation conflates the heterogeneous causes of memory failure, such as missing the i… ▽ More

    Submitted 14 July, 2026; originally announced July 2026.

  49. arXiv:2607.12640  [pdf, ps, other

    cs.AI cs.CL

    A Learning-Rate-Gated Failure of GRPO in a Small Language and Vision-Language Model Web Agent: A Controlled Null and Its Mechanism

    Authors: Chengguang Gan, Zhixi Cai, Yunhao Liang, Hanjun Wei, Shiwen Ni, Qinghao Zhang

    Abstract: Reinforcement learning with verifiable rewards, and Group Relative Policy Optimization (GRPO) in particular, is now run routinely on a supervised checkpoint in the hope of producing a stronger agent. We ask whether it adds skill to a small language and vision-language model web agent at the 4B to 8B scale, or whether it mostly reshapes behavior the supervised model already has. Across a control gr… ▽ More

    Submitted 14 July, 2026; originally announced July 2026.

  50. arXiv:2607.11689  [pdf, ps, other

    cs.RO cs.AI

    From World Action Models to Embodied Brains: A Roadmap for Open-World Physical Intelligence

    Authors: Yuanzhi Liang, Xufeng Zhan, Haibin Huang, Chi Zhang, Xuelong Li

    Abstract: Artificial general intelligence ultimately requires agents that can reason and act in the physical world. Action models, vision-language-action policies, and world models have advanced this goal, while World Action Models (WAMs) are particularly promising because they connect candidate interventions with predicted consequences. However, progress remains fragmented: models use incompatible action s… ▽ More

    Submitted 13 July, 2026; originally announced July 2026.

    Comments: Ongoing work