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

Showing 1–50 of 3,392 results for author: Wu, Z

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

    cs.LG cs.MM

    Pretraining Reusable Inference Across Views with Synthetic Task Priors

    Authors: Jielong Lu, Zhihao Wu, Jiajun Yu, Zhaoliang Chen, Haishuai Wang

    Abstract: Modern pretrained encoders make representations from heterogeneous views increasingly reusable, but the procedure that determines view utility and combines evidence is still relearned for each downstream task. Consequently, knowledge about view relevance, complementarity, reliability, and missingness is repeatedly discarded rather than transferred across tasks. We therefore reformulate multi-view… ▽ More

    Submitted 19 August, 2026; originally announced August 2026.

  2. arXiv:2608.18979  [pdf, ps, other

    cs.CV

    When Simplicity Wins: Bottleneck-Aware Context Modeling for Lightweight Semantic Segmentation

    Authors: Mian Muhammad Naeem Abid, Nancy Mehta, Zongwei Wu, Radu Timofte

    Abstract: Semantic segmentation demands a careful balance between accuracy, efficiency, and scalability, which remains difficult to achieve for high-resolution imagery. Convolutional networks effectively model local patterns but struggle with long-range dependencies, whereas Vision Transformers capture global context at a high computational cost. While recent work largely focuses on encoder design, the bott… ▽ More

    Submitted 19 August, 2026; originally announced August 2026.

    Comments: Accepted at IEEE ICIP 2026; ranked among the Top 3%

  3. arXiv:2608.18607  [pdf, ps, other

    cs.CV

    VA-Judger: Reward Modeling from Human Preference Feedback for Joint Video-Audio Generation

    Authors: Yinming Huang, Shuyuan Tu, Xi Yan, Zihan Yang, Jianhua Han, Xu Hang, Yu-Gang Jiang, Zuxuan Wu

    Abstract: Using reinforcement learning to post-train joint video-audio generation models requires a reward signal. Existing methods construct this reward by combining metrics for individual quality dimensions, including audio quality, visual fidelity, and synchronization. However, these metrics evaluate perceptual dimensions separately and fail to capture the overall semantic and temporal coherence among th… ▽ More

    Submitted 19 August, 2026; originally announced August 2026.

    Comments: 19 pages, 7 figures, 8 tables. Code: https://github.com/ShareLab-SII/VA-Judger

  4. arXiv:2608.18581  [pdf, ps, other

    cs.CL cs.AI cs.LG

    From Storage to Access: Verifiable Activation of Parametric Knowledge in LLMs via Explicit Priming and Implicit Reasoning

    Authors: Zuocheng Ying, Yang Yang, Yumou Wu, Chuanbo Zhu, Jiarui Wang, Ziqi Wu, Jingming Cai, Junqing Yu, Zikai Song

    Abstract: Although Large Language Models (LLMs) encode rich factual knowledge in their parameters, reliably recalling and verifying such knowledge remains a key bottleneck in factual question answering. Existing end-to-end methods entangle knowledge elicitation with reasoning, making it difficult to determine whether correct answers arise from parametric knowledge or the input context. To address this chall… ▽ More

    Submitted 19 August, 2026; originally announced August 2026.

  5. arXiv:2608.18524  [pdf, ps, other

    cs.CL cs.AI cs.LG cs.MA

    DART-SD: Diamond-topology Aware Retrieval and Tuning for Self-Distillation of Multi-Turn Tool-Calling Agents

    Authors: Hangrui Xu, Jiarui Wang, Yang Yang, Chuanbo Zhu, Fangda Chen, Ziqi Wu, Jingming Cai, Yan Song

    Abstract: Equipping Large Language Models (LLMs) with multi-turn tool-calling capabilities is essential for building autonomous agents. However, progress is fundamentally limited by the reliance on full-length trajectory imitation. For tasks involving multiple order-independent sub-goals, the optimal solution space forms a vast combinatorial diamond lattice. Forcing this rich topology into monolithic trajec… ▽ More

    Submitted 19 August, 2026; originally announced August 2026.

  6. arXiv:2608.18254  [pdf, ps, other

    cs.RO

    GAPL: Grounded Action-effect Policy Learning for LLM-Based Trajectory Planning

    Authors: Zhihong Cui, Hengyu Liu, Zhangkai Wu, Yushuai Li, Tianyi Li, Peiyuan Guan, Amir Taherkordi, Tor Skeie

    Abstract: Trajectory planning for autonomous driving requires both high-level reasoning and precise low-level control. Large Language Models (LLMs) offer semantic-rich planning capabilities, however, their application is limited by hallucinated reasoning, poor grounding in environment dynamics, and limited numerical precision in control. We propose GAPL (Grounded Action-effect Policy Learning), a unified fr… ▽ More

    Submitted 18 August, 2026; originally announced August 2026.

    Comments: 11 pages, 5 figures, 6 tables

  7. arXiv:2608.18076  [pdf, ps, other

    cs.CV cs.AI

    From Corpora to Co-Evolving Capabilities: Capability-Centric Data Design for Generalist Image Generation

    Authors: Xingjian Wang, Zhao Wang, Taihang Hu, Jun Zheng, Qing Jin, Qinye Zhou, Zhengtao Wu, Yongchao Du, Zuan Gao, Chao Lin, Yefeng Shen, Xiaoli Xu, Zhengze Xu, Hao Yan, Yuhang Yu, Mingzhou Zhang, Mengting Chen

    Abstract: Large-scale image generation has benefited from advances in data scale, quality, rebalancing, and recaptioning, yet conventional pipelines typically optimize task-specific datasets in isolation. A central challenge is not only how to curate each task-specific corpus, but also how to organize heterogeneous supervision according to the dependencies among generative capabilities. We present a \textbf… ▽ More

    Submitted 18 August, 2026; originally announced August 2026.

    Comments: 19 pages, 10 figures

  8. arXiv:2608.17535  [pdf, ps, other

    cs.CV

    GroupForward: Building Referable 3D Scenes via Instance-Grouped Feed-Forward Gaussian Splatting

    Authors: Qijian Tian, Zimeng Wu, Xuhong Wang, Lizhuang Ma, Xin Tan

    Abstract: Simultaneously reconstructing and understanding 3D environments is essential for embodied agents. Toward this goal, feed-forward semantic 3D Gaussian Splatting (3DGS) efficiently constructs semantic scene representations from sparse multi-view observations. However, existing methods lack explicit instance discrimination and mainly support category- or phrase-based semantic queries. To this end, we… ▽ More

    Submitted 18 August, 2026; originally announced August 2026.

  9. arXiv:2608.16587  [pdf, ps, other

    cs.IR

    SAHC-NS: Structure-Aware and Hardness-Calibrated Negative Sampling for Implicit Collaborative Filtering

    Authors: Jiayi Wu, Zhengyu Wu, Xunkai Li, Hongchao Qin, Rong-Hua Li, Guoren Wang

    Abstract: Negative sampling is a key component of implicit collaborative filtering (CF), as it enables recommenders to effectively learn user preferences. Existing negative sampling methods mostly follow a two-stage paradigm: they first construct a candidate negative pool for each user and then select negative samples from the pool according to predefined sampling rules. However, these methods usually overl… ▽ More

    Submitted 17 August, 2026; originally announced August 2026.

  10. arXiv:2608.16386  [pdf, ps, other

    cs.CL cs.LG

    Mint-Agent: Introducing Finance-Native Agentic Foundation Models

    Authors: Mint-Agent Team, B. Zhang, Yaze Geng, Lei Tang, Yaoyang Yi, Zonghan Wu, Yifan Hu, Kun Wang, Qingsong Wen, Yilei Shao

    Abstract: Financial agents must do more than recall domain knowledge: they must be both reliable, executing precise operations over grounded evidence, and executive, sustaining long-horizon research whose conclusions remain auditable. We present Mint-Agent, a family of finance-native agentic models designed around these two scales of financial intelligence. Mint-Agent is built upon three pillars: data, harn… ▽ More

    Submitted 17 August, 2026; originally announced August 2026.

  11. arXiv:2608.16353  [pdf, ps, other

    cs.CL cs.AI

    HalluTracer: Hallucination Detection via Depth-Averaging Truth Signals

    Authors: Zhihao Guo, Zonghan Wu, Huan Huo, DaYong Ye, Junwei Zhang, Weiran Yao, Zhiwei Liu, Qingsong Wen, Yilei Shao

    Abstract: Even well-aligned large language models confidently generate factually incorrect text, making hallucination a persistent reliability risk in high-stakes deployments. These models nonetheless carry linearly separable truthfulness signals in their internal representations. Existing white-box detectors, however, collapse this evidence to isolated components or a single depth, discarding discriminativ… ▽ More

    Submitted 17 August, 2026; originally announced August 2026.

  12. arXiv:2608.16349  [pdf, ps, other

    cs.AI

    AeroCopilotBench: A Two-Tier Benchmark for Evaluating LLM Agents as Aviation Copilots in an Interactive Virtual Cockpit Environment

    Authors: Yuchen Yuan, Zhenghuang Wu, Yuangan Li, Liang Ma, Ke Li

    Abstract: Large language model (LLM) agents may assist flight crews with complex decisions and task execution, but existing aviation evaluations centered on static knowledge do not support systematic testing of procedural execution and safety compliance in interactive environments. This paper presents the AeroCopilot Operational Environment (ACOE), a reproducible interactive virtual-cockpit test environment… ▽ More

    Submitted 17 August, 2026; originally announced August 2026.

    Comments: 38 pages, 7 figures, 6 tables

  13. arXiv:2608.15831  [pdf, ps, other

    cs.CV cs.AI

    CardiacMamba: Fair and Robust RGB-RF Fusion for Remote Heart Rate Estimation via State Space Modeling

    Authors: Bo Zhao, Zheng Wu, Yiping Xie, Zitong YU

    Abstract: Remote photoplethysmography (rPPG) enables non-contact heart rate (HR) monitoring from facial videos, but RGB-only methods are vulnerable to illumination changes, motion artifacts, and skin-tone-dependent optical reflectance. We propose CardiacMamba, a fair and robust RGB-RF fusion framework that integrates optical facial cues and radio-frequency cardiac motion cues through state space modeling. C… ▽ More

    Submitted 16 August, 2026; originally announced August 2026.

  14. arXiv:2608.15265  [pdf, ps, other

    cs.AI

    VibeWorlding: Can Multimodal Agents Construct 3D Open Worlds End-to-End?

    Authors: Yansong Ning, Jingwen Ye, Zhongkai Wu, Yang Sun, Yiqin Zhu, Xingyi Li, Weidong Zhang, Hao Liu

    Abstract: Constructing an interactive 3D open world from a user query is important. However, existing methods are primarily evaluated on idealized, simple queries, making it difficult to systematically analyze and compare how multimodal agents understand user intent, use 3D tools, and reason over textual and visual 3D world information. To this end, we propose VibeWorlding, a unified framework for benchmark… ▽ More

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

    Comments: preprint

  15. arXiv:2608.14656  [pdf, ps, other

    cs.LG cs.AI

    P2E-VQ: ECG-linked representation augmentation for PPG via discrete patch retrieval

    Authors: Zhongli Wu, Zhuangzhi Gao, He Zhao, Feixiang Zhou, Fu Wang, Jinru Ding, Yuankai Wang, Hongyi Qin, Gregory Y. H. Lip, Bil Kirmani, Yalin Zheng

    Abstract: Photoplethysmography (PPG) is widely used in consumer wearables because of its low cost and ease of acquisition. However, unlike electrocardiography (ECG), PPG measures peripheral pulse dynamics rather than cardiac electrical activity, limiting its ability to predict cardiac conditions that rely on ECG-specific morphological cues. Existing methods attempt to bridge this gap by reconstructing ECG s… ▽ More

    Submitted 31 July, 2026; originally announced August 2026.

    Comments: 10 pages, 3 figures, 5 talbles

  16. arXiv:2608.14577  [pdf, ps, other

    cs.CL cs.AI

    HarmProfile: Characterizing Harmful Distributions in Frontier LLMs

    Authors: Zhouyuan Ma, Yutao Wu, Hanxun Huang, Xiang Zheng, Xiao Liu, Yixin Cao, Zuxuan Wu, Xingjun Ma, Yu-Gang Jiang

    Abstract: Frontier large language models (LLMs) safety evaluation has largely treated harmful generation as an attack outcome rather than as an object of analysis. Consequently, little is known about the harmful outputs produced during model misbehavior, partly because large-scale, high-quality collections of frontier-LLM misbehavior are difficult to obtain. To address this gap, we introduce HarmProfile, a… ▽ More

    Submitted 11 June, 2026; originally announced August 2026.

  17. arXiv:2608.14546  [pdf, ps, other

    cs.CV

    CPI-Bench: A Comprehensive, Practical and Intelligent Benchmark for Real-World Image Editing

    Authors: Qinye Zhou, Jun Zheng, Yongchao Du, Yuan Wang, Zhengrui Chen, Zuan Gao, Taihang Hu, Chao Lin, Yefeng Shen, Xingjian Wang, Zhao Wang, Zhengtao Wu, Xiaoli Xu, Zhengze Xu, Hao Yan, Denghui Yang, Yuhang Yu, Huayu Zhang, Mingzhou Zhang, Mengting Chen

    Abstract: With the rapid advancement of image editing models and their widespread application across various domains, there is an increasingly urgent need to deploy these model capabilities directly into real-world scenarios. However, existing benchmarks remain confined to simple single-image tasks, suffering from limited coverage dimensions and an inability to effectively differentiate performance among di… ▽ More

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

    Comments: 13 pages, benchmark report

  18. arXiv:2608.14509  [pdf, ps, other

    cs.AI cs.CL cs.LG

    Split the Labor: Separating Evidence Interpretation from Decision Aggregation

    Authors: Zhelun Wu

    Abstract: Systems that ask a language model to reach a conclusion from many sources usually concatenate them into one prompt. This conflates two operations with different requirements. Interpreting a source rewards capacity and context. Combining interpretations rewards fixed arithmetic, comparability across instances, and the option to return nothing. Once separated, the design problem becomes the interfac… ▽ More

    Submitted 14 August, 2026; originally announced August 2026.

    Comments: Atlassian. 22 pages, 2 figures

  19. arXiv:2608.14015  [pdf, ps, other

    cs.CV cs.AI

    MedClaw: Heuristic Agent Harness for Long-Horizon Surgical Video Reasoning

    Authors: Yingying Fan, Penghui Du, Leyan Zhu, Runze He, Zimeng Wu, Yuxuan Zhang, Liang Chen, Jiahao Xie, Jiangtang Wang, Shuai Shao, Anchao Yang, Yutong Bai, Yan Wang

    Abstract: Understanding tens-of-minutes surgical videos requires long-horizon temporal reasoning, answering what happens before, after, or across stages of a procedure by grounding the question in visual evidence spread across time. Existing approaches handle this poorly: a one-shot vision-language model (VLM) compresses the whole procedure to fit its context window and loses the detail a "before" or "after… ▽ More

    Submitted 14 August, 2026; originally announced August 2026.

  20. arXiv:2608.13505  [pdf, ps, other

    cs.LG cs.CL cs.CV

    Intern-S2-Preview: Scientific Agentic Foundation Model

    Authors: Lei Bai, Jiaqi Cao, Chiyu Chen, Guanzhou Chen, Kai Chen, Guangran Cheng, Erfei Cui, Xuanlang Dai, Shengyuan Ding, Shangheng Du, Yanhui Duan, Yue Fan, Youqing Fang, Quan Gan, Yuanyuan Gao, Jiaye Ge, Lixin Gu, Yuzhe Gu, Qipeng Guo, Junjun He, Xin Hong, Ming Hu, Zhouqi Hua, Haian Huang, Junhao Huang , et al. (100 additional authors not shown)

    Abstract: Scientific discovery increasingly requires AI systems that can reason over scientific evidence of heterogeneous modalities, interact with scientific tools and environments, and sustain progress across long task horizons. We present Intern-S2-Preview, a series of scientific agentic foundation models designed to support multimodal scientific understanding, reasoning, generation, and long-horizon tas… ▽ More

    Submitted 13 August, 2026; originally announced August 2026.

    Comments: 35 pages, 12 figures

  21. arXiv:2608.13391  [pdf, ps, other

    cs.CV

    Context-Matched Distillation: Teacher Causality for Autoregressive Video Distillation

    Authors: Hmrishav Bandyopadhyay, Xuanchi Ren, Zijian Huang, Jay Zhangjie Wu, Tianshi Cao, Ruilong Li, Bryan Chu, Sanja Fidler, Yi-Zhe Song, Zian Wang

    Abstract: Interactive autoregressive video generation demands both low-latency rollouts and precise online control. Few-step distillation accelerates generation by reducing denoising steps, while online control imposes a causal constraint: frames and blocks should depend on history and controls available during generation. Existing video distribution matching distillation (DMD) pipelines, however, often sup… ▽ More

    Submitted 13 August, 2026; originally announced August 2026.

    Comments: Project Page: https://hmrishavbandy.github.io/cmd-site/

  22. arXiv:2608.12939  [pdf, ps, other

    cs.LG

    Diagnosing JEPA World Models with Action-Conditioned Predictive Consistency

    Authors: Guo An, Zijing Wu, Honghua Dong, Yuhao Yan, Zixuan Gui, Haochong Chen, Shanzhao Ruan, Xiang Wang, Yurong Ling, Qi Tian

    Abstract: Joint-embedding predictive architectures (JEPAs) learn world models that predict in a compact latent space rather than in pixels, reducing the pressure to model nuisance appearance. Yet this provides no guarantee against visual perturbations: they can still alter the encoded representation and affect subsequent action-conditioned predictions. Bisimulation captures this requirement precisely: two o… ▽ More

    Submitted 13 August, 2026; originally announced August 2026.

  23. arXiv:2608.12122  [pdf, ps, other

    cs.RO cs.CV

    HandEdit: A Unified Benchmark for Egocentric Human-to-Robot Dexterous Hand Image Editing

    Authors: Zhenjie Yang, Xingyu Jiao, Guopeng Zhong, Shuzhe Yang, Shi Che, Chao Wu, Chenyu Jiang, Dongjie Zhang, Yideng Zhang, Zheng Zhang, Muyun Jiang, Haisheng Su, Shuang Jin, Donghang Zhang, Chao Yang, Li Chen, Hongyang Li, Zuxuan Wu, Yu-Gang Jiang, Xiaosong Jia, Junchi Yan

    Abstract: Robotic manipulation with dexterous hands is a cornerstone of Embodied AI, yet its progress is stifled by the high cost of collecting embodiment-aware teleoperation data. While abundant egocentric videos of human hands offer a scalable alternative, the profound discrepancies in appearance, articulation, and camera viewpoints between human and robotic data raise significant challenges for co-traini… ▽ More

    Submitted 12 August, 2026; originally announced August 2026.

    Comments: Technical Report. Project Page: https://handedit.github.io/

  24. arXiv:2608.11785  [pdf, ps, other

    cs.LG

    TradingMoE: Routing the Right Experts in Evolving Markets

    Authors: Chang Zhou, Xingtong Yu, Minbin Huang, Zhennan Wu, Yuan Fang, Hong Cheng, Xinming Zhang

    Abstract: Large language models (LLMs) have shown strong potential for financial analysis and trading, but direct trading remains challenging because the predictive capabilities required can vary across assets, decision fields, and market conditions. Existing LLM-based trading systems either coordinate human-defined external experts or adopt conventional internal Mixture-of-Experts (MoE) routers that do not… ▽ More

    Submitted 12 August, 2026; originally announced August 2026.

  25. arXiv:2608.11605  [pdf, ps, other

    cs.AI

    Foresight Without Seeing: Latent Futures for World Action Models

    Authors: Jiakai Huang, Zhongbo Wu, Zheng Zhang, Zihan Wang, Shan You, Tao Huang

    Abstract: World Action Models (WAMs) couple future visual prediction with robot action generation, enabling policies to model how the physical world evolves during interaction. Existing WAMs differ in how predictive dynamics are exposed to the action pathway. Explicit-future WAMs provide direct access to predicted scene evolution, but incur substantial inference costs from iterative video denoising. In cont… ▽ More

    Submitted 11 August, 2026; originally announced August 2026.

    Comments: 12 pages, 3 figures

  26. arXiv:2608.11167  [pdf, ps, other

    cs.CV cs.CL cs.LG

    MultiModal Code-Switching: Interleaving Visual Objects into Language for Explicit Object-Level Alignment

    Authors: Changhao Xiang, Shangyu Xing, Zhen Wu, Jianbing Zhang, Xinyu Dai

    Abstract: Existing Multimodal Large Language Models (MLLMs) predominantly rely on image-text pairs for modality alignment pretraining, mapping global image representations to long textual descriptions. However, this image-level alignment suffers from referential ambiguity: models struggle to infer the correspondences between multiple visual objects and textual entities from the global representation, leadin… ▽ More

    Submitted 11 August, 2026; originally announced August 2026.

  27. arXiv:2608.11093  [pdf, ps, other

    cs.LG cs.CV

    Cross-View Feature Matching: Survey, Benchmarking, and Foundation-Model Perspectives

    Authors: Songlin Du, Xiaoyong Lu, Zeyu Wu, Xiaobo Lu, Guobao Xiao, Bin Fan, Jiayi Ma, Takeshi Ikenaga

    Abstract: Cross-view feature matching aims to establish reliable correspondences across images with large viewpoint variations. Over the past decade, the field has evolved from task-specific models toward increasingly unified and generalizable correspondence models, with recent progress further driven by the emergence of vision foundation models (VFMs). Despite these advances, existing studies remain highly… ▽ More

    Submitted 11 August, 2026; originally announced August 2026.

    Comments: This manuscript goes beyond a conventional survey. It proposes a new taxonomy for cross-view feature matching, provides extensive benchmarking under unified datasets and protocols, and offers original analysis from the perspective of vision foundation models. These contributions provide substantive methodological synthesis, empirical findings, and new research insights

  28. arXiv:2608.10824  [pdf, ps, other

    cs.RO cs.CV

    Neural Introspection Gating for Adaptive KV-Cache Reuse in Vision-Language-Action Models

    Authors: Zhijie Wu, Kento Kawaharazuka, Kei Okada

    Abstract: Vision-Language-Action(VLA) models map camera images and language instructions directly to motor commands through a single autoregressive transformer. In real-time control, they still spend substantial compute recomputing key-value(KV) representations for visual tokens that barely change across neighboring frames. Recent work such as VLA-Cache reduces that cost by reusing KV states for visually st… ▽ More

    Submitted 11 August, 2026; originally announced August 2026.

    Comments: 6 pages, 5 figures, Accepted in IROS 2026. Project Page: https://zjw4321.github.io/neural-introspection-gating-page/

  29. arXiv:2608.10509  [pdf, ps, other

    cs.AI cs.MA

    MAP-Graph: Provenance-Aware Shared Memory for Multi-Agent Workflows

    Authors: Yiqi Wang, Zihao Yan, Jiaqi Zhang, Zhangkai Wu, Mingkai Zheng, Zequn Sun, Yanming Zhu, Taotao Cai

    Abstract: Shared memory helps language-model agents reuse information across long workflows, yet relevant evidence may not be admissible for a particular agent or action. Because restrictions propagate through derivations, summaries can conceal private, poisoned, untrusted, or revoked sources, enabling unauthorized reads or unsafe actions. Existing approaches provide semantic retrieval, scoped access, or li… ▽ More

    Submitted 11 August, 2026; originally announced August 2026.

  30. arXiv:2608.10502  [pdf, ps, other

    cs.AI

    From Faulty Memories to Corrected Actions: Dependency-Guided Rollback Repair for Memory-Augmented Agents

    Authors: Caili Yu, Yiqi Wang, Jiaqi Zhang, Yiqun Duan, Mingkai Zheng, Zhangkai Wu, Kaize Shi, Taotao Cai

    Abstract: Persistent memory lets language-model agents reuse information across sessions, but it also makes errors durable: a poisoned, stale, or misattributed record can alter reasoning, tool use, answers, and subsequent memory writes. Existing defenses mainly detect or delete suspicious memories, or revise the current response. Deleting the source leaves already propagated claims, actions, and derived mem… ▽ More

    Submitted 11 August, 2026; originally announced August 2026.

  31. arXiv:2608.09588  [pdf, ps, other

    cs.CL

    MDB-Link: Hierarchical Schema Linking for Multi-Database Text-to-SQL

    Authors: Beiyu Xu, Zhenyu Wu, Jiaoyan Chen, Riza theresa Batista-navarro

    Abstract: Traditional Text-to-SQL research and benchmarks assume a known target database, overlooking settings in which a query must be routed within a large, heterogeneous database collection. We therefore study schema linking in a multi-database setting, where the system must first locate the target database and then construct a compact, SQL-relevant schema for generation. We propose MDB-Link, a hierarchi… ▽ More

    Submitted 10 August, 2026; originally announced August 2026.

  32. arXiv:2608.09571  [pdf, ps, other

    cs.SD

    SonicWeave: Chunk-Routed Mixture-of-Experts for Unified Audio Scene Generation

    Authors: Yunrui Cai, Xu Li, Yucheng Zhou, Jinchao Li, Dingdong Wang, Dongchao Yang, Xixin Wu, Chen Zhang, Zhiyong Wu, Pengfei Wan, Helen Meng

    Abstract: Text-conditioned general audio generation is moving beyond isolated speech, music, and sound-effect synthesis toward a single model that can compose them into controllable, coherent audio scenes. This unified setting is particularly challenging: heterogeneous components impose conflicting structural requirements on a shared backbone, while a complex mixed scene may contain locally distinct or over… ▽ More

    Submitted 10 August, 2026; originally announced August 2026.

  33. arXiv:2608.09550  [pdf, ps, other

    cs.CV

    PressureMesh: 3D Human Mesh Estimation from Multi-Device Pressure Images

    Authors: Changhai Ma, Ziyu Wu, Yunkang Zhang, Fangting Xie, Mengting Niu, Heyu Ding, Quan Wan, Jiayue Yuan, Boyan Liu, Yi Ke, Xiaohui Cai

    Abstract: Human pose monitoring is crucial in fields such as rehabilitation assessment and human-computer interaction. Due to its privacy-preserving nature, pressure-based human pose monitoring has become a primary approach for unobtrusive sensing. However, existing methods are generally limited to a single device, which restricts the effective monitoring range. To address this limitation, we propose MDP-Ne… ▽ More

    Submitted 10 August, 2026; originally announced August 2026.

  34. arXiv:2608.09408  [pdf, ps, other

    cs.IR

    DREAM Technical Report

    Authors: Bin Zhang, Bowen Zheng, Chao Yi, Chengyu Lai, Dian Chen, Dimin Wang, Gaoyang Guo, Jialin Zhu, Jian Wu, Jing Yu, Jiuning Lin, Lingqing Zhang, Lingyun Zheng, Mao Zhang, Mingming Pan, Ruiquan Lan, Shuai Zhong, Wen Chen, Wendong Zhang, Xiaodong Zhu, Xuan Chen, Xunke Xi, Yifan Lu, Yiheng Wang, Yue Zeng , et al. (52 additional authors not shown)

    Abstract: Industrial recommender systems commonly use cascaded retrieval, ranking, and re-ranking pipelines. Although efficient, these pipelines fragment information and objectives across modules, rely on rigid rules, and have limited awareness of real-time intent, leaving session-level shifts among browsing, comparison, and purchase insufficiently addressed. We present DREAM (Developing Recommender Engine… ▽ More

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

    Comments: Technical Report

  35. arXiv:2608.09316  [pdf, ps, other

    cs.CV

    MemeMind: Reference-Guided Trace Construction for Offline Context Optimization

    Authors: Run Yang, Weihang Wang, Boheng Sheng, Yuchen He, Jielei Zhang, Pengyu Chen, Zhiyu Wu, Qiang Sun, Huyang Sun, Longwen Gao

    Abstract: Offline context optimization improves an agent by revising its instructions and examples while keeping the model frozen. This approach learns from rollouts on an adaptation set, but some queries produce only failed rollouts. In these cases, the optimizer sees no successful example of how the available tools can reach the correct answer. We introduce MemeMind, which uses an offline reference answer… ▽ More

    Submitted 10 August, 2026; originally announced August 2026.

    Comments: 24 pages, 16 figures, 8 tables

  36. arXiv:2608.09072  [pdf, ps, other

    cs.SE cs.AI

    A Unified Issue Resolution Benchmark for Requirement Clarification, Planning, and Code Generation for Coding Agents

    Authors: Xin Zhou, Chun Yong Chong, Kisub Kim, Yun Peng, Rui Shu, Zihan Wu, Xu Han, Guowen Yuan, Zeyang Zhuang, Jounghoon Kim, Jeongjin Ju, Seongmin Ju, Taein Yoon, David Lo

    Abstract: Large language model-powered coding agents are increasingly used to modify existing code repositories, for example, by adding features or fixing bugs. Yet existing repository-level benchmarks typically evaluate only whether the final patch passes tests. Satisfying a user request requires a long chain of interdependent reasoning and decisions: an agent must recover explicit and implicit requirement… ▽ More

    Submitted 9 August, 2026; originally announced August 2026.

    Comments: 9 pages

  37. arXiv:2608.08951  [pdf, ps, other

    cs.CV

    Topology-Aware Global-Local Mamba Networks for Palm Vein Biometrics

    Authors: Zhengxi Wu, Felix Marattukalam, Waleed H. Abdulla

    Abstract: Palm-vein recognition is a fine-grained biometric task in which both local vascular texture and the global layout of the vessel tree carry discriminative information, while public datasets remain limited. We propose a topology-aware global-local backbone that combines multi-scale local features, a structureguided directional stream built on a fixed Sobel-magnitude edge prior, and a four-direction… ▽ More

    Submitted 9 August, 2026; originally announced August 2026.

  38. arXiv:2608.08809  [pdf, ps, other

    cs.CL

    Tevatron-Elastic: A Unified Abstraction for Training Elastic Retrievers and Rerankers

    Authors: Yu Wang, Shengyao Zhuang, Xueguang Ma, Zongyu Wu, Jimmy Lin, Vivek Srikumar, Zhichao Xu

    Abstract: A single model scale challenges the flexibility of a production retrieval system: some settings need it faster, others need a smaller index, and the right trade-off changes with the workload. In the context of information retrieval (IR), a transformer-based model can be made smaller in three ways---using fewer layers, passing fewer tokens through the upper layers, or producing a shorter embedding-… ▽ More

    Submitted 9 August, 2026; originally announced August 2026.

  39. arXiv:2608.08743  [pdf, ps, other

    stat.ML cs.CY cs.LG stat.ME

    A Distribution Mapping Approach to Counterfactually Fair Reinforcement Learning

    Authors: Jianhan Zhang, Jitao Wang, John D. Piette, Donglin Zeng, Chengchun Shi, Zhenke Wu

    Abstract: Reinforcement learning (RL) seeks to optimize sequential decisions to maximize population-level benefits over time. However, when deployed in high-stakes settings such as healthcare, RL decisions might systematically restrict some subpopulation's access to valuable services in a manner contrary to the values and goals of stakeholders. Counterfactual fairness (CF) offers a promising framework to ad… ▽ More

    Submitted 9 August, 2026; originally announced August 2026.

  40. arXiv:2608.08691  [pdf, ps, other

    cs.AI

    EnergyBridge: Benchmarking Household Energy Management, User Participation, and Grid Flexibility

    Authors: Xudong Wu, Zeqing Wu, Jiarui Zhang, Xuhao Fan, Ziang Ding, Yuming Zhuang, Mingqi Yuan, Yilun Du, Hongjie Jia, Yunfei Mu, Jiayu Chen

    Abstract: Residential virtual power plants (VPPs) can provide grid flexibility by shifting household demand, but physical flexibility becomes dependable capacity only when residents authorize a plan and the promised response is delivered. Existing benchmarks evaluate control but omit event-specific authorization. We present EnergyBridge, a benchmark and agent framework connecting capacity reporting, househo… ▽ More

    Submitted 9 August, 2026; originally announced August 2026.

  41. arXiv:2608.08630  [pdf, ps, other

    cs.CV

    VLZip: Unified Visual and Textual Compression for Interleaved Long-Context Modeling

    Authors: Yuqi Zhang, Cheng Chen, Yuyu Guo, Wenjie Yang, Lingchen Meng, Peng Di, Hang Yu, Zuxuan Wu, Yu-Gang Jiang

    Abstract: Vision Language Models (VLMs) face significant challenges with ultra-long, interleaved image-text sequences due to the quadratic complexity of self-attention. Current solutions either resort to aggressive token pruning, risking irreversible information loss, or adopt efficient but less precise architectures, while largely ignoring the equally vital textual component. We introduce VLZip, a framewor… ▽ More

    Submitted 9 August, 2026; originally announced August 2026.

  42. arXiv:2608.08557  [pdf, ps, other

    cs.CL cs.CV cs.LG

    OpenVisTool: An Open Recipe for Synthesizing Instructive Visual Tool-Use Trajectories

    Authors: Changhao Xiang, Shilin Zhang, Zheng Ma, Kanzhi Cheng, Ruize Ma, Yi Feng, Jianbing Zhang, Zhi Wang, Zhen Wu, Xinyu Dai, Lewei Lu

    Abstract: Visual tool use has emerged as a fundamental capability for multimodal agents to actively acquire evidence beyond a fixed image encoding. The prevailing recipe learns this capability from teacher-generated trajectories filtered for answer correctness, implicitly assuming that every successful demonstration provides effective supervision. We argue this assumption is flawed: a strong teacher often r… ▽ More

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

  43. arXiv:2608.08402  [pdf

    cs.CV

    Agentic AI-powered flexible fiber-bundle endoscopy for high-resolution NIR-II fluorescence imaging in vivo

    Authors: Yanzhao Shi, Yuanhua Liu, Sixin Xu, Wayne Jason Li, Yuyuan Chen, Danyang Xu, Zhisheng Wu, Hanze Yu, Ian Yu-Hong Wong, Simon Ying-Kit Law, Hongjie Dai, Liangqiong Qu, Feifei Wang

    Abstract: Fiber-bundle endoscopy offers a compact and flexible route for clinical fluorescence imaging through natural human orifices, but since its first report in the 1950s, it has remained limited by low spatial resolution, honeycomb artifacts, and inter-core crosstalk. The crosstalk becomes more pronounced at near-infrared-II wavelengths (NIR-II, 1000-3000 nm), a spectral window that offers superior con… ▽ More

    Submitted 8 August, 2026; originally announced August 2026.

  44. arXiv:2608.08224  [pdf, ps, other

    cs.LG

    Control-Diverse Reinforcement Fine-Tuning: Decoupling the Shared Control Bottleneck of RL Post-Training

    Authors: Binwen Tan, Jingchao Wang, Dengzhe Hou, Lingyu Jiang, Zeyuan Wu, Yunhan Shen, Fangzhou Lin, Kazunori Yamada, Atsushi Koike

    Abstract: Reinforcement learning post-training unlocks complex reasoning in LLMs. Yet benchmark scores reveal only whether a model improved, not what changed inside it, nor how it splits finite capability across tasks. A representative interpretability line attributes the success of RL fine-tuning to stronger and more diverse circuit activation. We challenge this activation-centered account by separating ac… ▽ More

    Submitted 8 August, 2026; originally announced August 2026.

  45. arXiv:2608.07760  [pdf, ps, other

    cs.CV cs.GR

    XClipGS: Exact Half-Space Clipping for Medical Volume Gaussian Splatting

    Authors: Zhongpai Gao, Benjamin Planche, Meng Zheng, Anwesa Choudhuri, Chaoyi Zhou, Terrence Chen, Ziyan Wu

    Abstract: Gaussian-splatting proxies enable interactive rendering of volumetric medical scans, but a clipping plane exposes anatomy not constrained by external-view training and intersects primitives that conventional splatting can only keep or drop whole. We present XClipGS (eXact Clipping), which treats these as two separate problems: the render-time clip operator and supervision of the hidden interior. U… ▽ More

    Submitted 7 August, 2026; originally announced August 2026.

  46. arXiv:2608.07529  [pdf, ps, other

    cs.CL cs.AI

    WuYuEval: A Multi-Level Benchmark for Large Language Models in Solid Waste Management

    Authors: Yi Zhang, Hongyang Wang, Zheng Hao Leong, Zihao Wu, Kaijun Lin, Zhixing Pan, Qixun Huangfu, Wei Ren, Wenyan Wu, Fangyun Wang, Wenting Yu, Hengyu Lin, Muling Yang, Zongguo Wen

    Abstract: Large language models (LLMs) are increasingly used as technical assistants, but their competence in solid waste management (SWM) remains difficult to assess because existing benchmarks emphasize general knowledge rather than professional decisions under engineering, environmental, and policy constraints. We introduce WuYuEval, a multi-level benchmark for evaluating LLMs in SWM across foundational… ▽ More

    Submitted 24 July, 2026; originally announced August 2026.

  47. H2AL: Hyperbolic Hierarchy-aware Aggregative Learning for Registration-based Few-shot Medical Image Segmentation

    Authors: Jia Wang, Jiaming Cai, Zunying Hu, Zhanjie Wu, Jinyuan Liu, Hua Cheng, Yun Peng

    Abstract: Registration-based Few-shot medical image segmentation (RFMIS) aims to generate pseudo-labels for unlabeled images by warping a labeled image through registration. However, existing methods primarily perform pixel-level optimization and inference in Euclidean space, treating anatomical structures as flat and disjoint. This neglect of inherent hierarchies degrades pseudo-label quality and weakens t… ▽ More

    Submitted 7 August, 2026; originally announced August 2026.

    Comments: 10 pages, 9 figures. Accepted at ACM Multimedia 2026 (MM '26)

  48. arXiv:2608.07333  [pdf, ps, other

    cs.LG

    When GNNs Fail: Quantifying and Overcoming Temporal Correlation Volatility in Time Series

    Authors: Chen Shao, Yue Wang, Zhenyi Zhu, Zhanbo Huang, Tobias Käfer, Zonghan Wu, Danai Koutra

    Abstract: Modeling multivariate time series by representing them as graphs, where individual series act as nodes and pairwise temporal corre- lations serve as edges, has gained significant traction. Recent advances in Graph Neural Networks (GNNs) have demonstrated strong perfor- mance by assuming a static graph topology and aggregating information from neighboring series. In this work, we investigate the re… ▽ More

    Submitted 7 August, 2026; originally announced August 2026.

    Comments: 6 figures, 3 tables, 16 pages

    MSC Class: 68T07 ACM Class: I.2.6

    Journal ref: European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2026

  49. arXiv:2608.06865  [pdf, ps, other

    cs.CV cs.AI cs.MA

    Multi-Agent Forensic Reasoning for Generalizable Deepfake Video Detection

    Authors: Xuechao Zou, Shun Zhang, Kai Li, Yi Zhou, Xinyu Sun, Yuhui Chen, Zhe Wu, Congyan Lang, Junliang Xing

    Abstract: The malicious use of generative artificial intelligence to create highly realistic deepfake videos raises serious ethical concerns and poses substantial challenges to AI safety. However, existing deepfake video benchmarks provide limited coverage of recent synthesis methods and generally lack reliable fine-grained textual annotations. Meanwhile, conventional detectors and multimodal large language… ▽ More

    Submitted 7 August, 2026; originally announced August 2026.

    Comments: 22 pages, 8 figures, 14 tables

  50. arXiv:2608.06564  [pdf, ps, other

    cs.LG cs.CL

    Which Decisions Low-Bit Quantization Breaks, and How to Predict Them

    Authors: Zekun Wu, Swati Dhiman, Adriano Koshiyama

    Abstract: Quantization is known to hurt below four bits, but nobody can say which of a model's decisions will change at a given bit-width. This matters most where a model acts rather than answers: a compressed agent stops calling its tools and, one bit lower, loses roughly half its safety refusals, while benchmark scores barely move. Prior work assumes the added noise has a roughly fixed size, which would m… ▽ More

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

    Comments: 18 pages, 9 figures, 8 tables. Under review at the Third Workshop on Uncertainty-Aware NLP (UncertaiNLP), EMNLP 2026 (non-archival)