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

Showing 1–50 of 132 results for author: Lui, S

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

    cs.LG quant-ph

    Quantum Multi-Armed Bandits and Linear Bandits: Lower Bounds and Algorithms

    Authors: Maoli Liu, Zhuohua Li, John C. S. Lui

    Abstract: We study quantum multi-armed bandits (QMAB) and quantum linear bandits (QLB) in the model of Wan et al. [2023], where the learner queries each arm or action through a quantum reward oracle or its inverse. Prior work gives algorithms over horizon $T$ with regret $O(K\log T)$ for QMAB with $K$ arms and $O(d^2\operatorname{polylog} T)$ for $d$-dimensional QLB. This leaves open whether the $K\log T$ s… ▽ More

    Submitted 14 August, 2026; originally announced August 2026.

    Comments: 29 pages

  2. arXiv:2607.25492  [pdf, ps, other

    cs.LG

    Quantum Speedups for Stochastic Optimization with Heavy-Tailed Noise

    Authors: Bin Luo, Chengchang Liu, Jonathan Allcock, Shengyu Zhang, John C. S. Lui

    Abstract: We study stochastic optimization with heavy-tailed gradient noise. We first propose a novel quantum mean estimator for multivariate heavy-tailed random variables that achieves lower query complexity than optimal classical estimators in the low-dimensional regime. We further develop an unbiased quantum mean estimator by applying a generalized multi-level Monte Carlo technique. We prove quantum lowe… ▽ More

    Submitted 29 July, 2026; v1 submitted 28 July, 2026; originally announced July 2026.

    Comments: 56 pages

  3. arXiv:2607.21975  [pdf, ps, other

    cs.LG math.OC

    On the Convergence of Stochastic Low-Rank Adaptation

    Authors: Ru Wang, Chengchang Liu, John C. S. Lui

    Abstract: Low-rank adaptation (LoRA) optimizes $J(B,A)=\mathcal L(W_\mathrm{base}+sBA)$ over two adapters $B \in \mathbb{R}^{m \times r}$ and $A \in \mathbb{R}^{r \times n}$ that form a low-rank update to a frozen pretrained weight matrix $W_\mathrm{base} \in \mathbb{R}^{m \times n}$. The prior analysis shows LoRA-GD takes $\exp\{\mathcal{O}(ε^{-2})\}$ oracle calls to find an $ε$-stationary point such that… ▽ More

    Submitted 24 July, 2026; originally announced July 2026.

  4. arXiv:2607.14500  [pdf, ps, other

    cs.NI

    Formal Verification for Deep Learning-based Power Control in Massive MIMO

    Authors: Thanh Le, Takeshi Matsumura, Yusheng Ji, John C. S. Lui

    Abstract: Deep learning is a promising approach to optimize wireless communication by simplifying the search for near-optimal solutions. Prior studies on deep learning-based wireless communication optimization have explored supervised learning approaches that map raw user information, such as location or channel state information, to optimal power allocation vectors. While this approach demonstrates competi… ▽ More

    Submitted 15 July, 2026; originally announced July 2026.

    Comments: accepted at VTC Fall 2026

  5. arXiv:2606.18094  [pdf, ps, other

    cs.SD

    Next-Turn: Duration-Aware Streaming Endpoint Detection via Time-to-Next-Speech-Onset Prediction

    Authors: Tristan Tsoi, Jiajun Deng, Yingke Zhu, Huu Quyen Dang, Tianxiang Cao, Nikita Kuzmin, Tao Zhong, Simon Lui

    Abstract: Endpoint detection (EPD) is essential for natural turn-taking in streaming speech systems. However, reliably determining the endpoint of an utterance is challenging because speakers often pause mid-utterance due to hesitations and disfluencies. Semantic EPD has emerged as a promising direction to address this issue but is hindered by ambiguous supervision and strict streaming constraints. We propo… ▽ More

    Submitted 16 June, 2026; originally announced June 2026.

    Comments: Interspeech 2026

  6. arXiv:2606.06559  [pdf, ps, other

    cs.SD cs.AI eess.AS

    IRAF: Interference-Resilient Adaptive Fusion for Noise-Robust End-to-End Full-Duplex Spoken Dialogue Systems

    Authors: Tao Zhong, Jiajun Deng, Nikita Kuzmin, Yinke Zhu, Tianxiang Cao, Tristan Tsoi, Zhili Tan, Simon Lui, Xunying Liu

    Abstract: Full-duplex spoken dialogue models allow voice agents to listen and speak concurrently, enabling natural interaction with real-time overlap. However, end-to-end dual-channel models that jointly encode user and agent streams may degrade in realistic acoustic environments: interfering speakers leaking into the user microphone can be encoded as part of the user query, corrupting the LLM's conditionin… ▽ More

    Submitted 4 June, 2026; originally announced June 2026.

  7. arXiv:2603.15647  [pdf, ps, other

    cs.LG cs.AI

    Steering Frozen LLMs: Adaptive Social Alignment via Online Prompt Routing

    Authors: Zeyu Zhang, Xiangxiang Dai, Ziyi Han, Xutong Liu, John C. S. Lui

    Abstract: Large language models (LLMs) are typically governed by post-training alignment (e.g., RLHF or DPO), which yields a largely static policy during deployment and inference. However, real-world safety is a full-lifecycle problem: static defenses degrade against evolving jailbreak behaviors, and fixed weights cannot adapt to pluralistic, time-varying safety norms. This motivates inference-time governan… ▽ More

    Submitted 4 March, 2026; originally announced March 2026.

  8. arXiv:2603.08179  [pdf, ps, other

    eess.AS cs.AI eess.SP

    Privacy-Preserving End-to-End Full-Duplex Speech Dialogue Models

    Authors: Nikita Kuzmin, Tao Zhong, Jiajun Deng, Yingke Zhu, Tristan Tsoi, Tianxiang Cao, Simon Lui, Kong Aik Lee, Eng Siong Chng

    Abstract: End-to-end full-duplex speech models feed user audio through an always-on LLM backbone, yet the speaker privacy implications of their hidden representations remain unexamined. Following the VoicePrivacy 2024 protocol with a lazy-informed attacker, we show that the hidden states of SALM-Duplex and Moshi leak substantial speaker identity across all transformer layers. Layer-wise and turn-wise analys… ▽ More

    Submitted 9 March, 2026; originally announced March 2026.

  9. arXiv:2512.15430  [pdf, ps, other

    cs.LG cs.AI

    FM-EAC: Feature Model-based Enhanced Actor-Critic for Multi-Task Control in Dynamic Environments

    Authors: Quanxi Zhou, Wencan Mao, Manabu Tsukada, John C. S. Lui, Yusheng Ji

    Abstract: Model-based reinforcement learning (MBRL) and model-free reinforcement learning (MFRL) evolve along distinct paths but converge in the design of Dyna-Q [1]. However, modern RL methods still struggle with effective transferability across tasks and scenarios. Motivated by this limitation, we propose a generalized algorithm, Feature Model-Based Enhanced Actor-Critic (FM-EAC), that integrates planning… ▽ More

    Submitted 17 December, 2025; originally announced December 2025.

  10. arXiv:2511.18347  [pdf, ps, other

    cs.IR

    Time Matters: Enhancing Sequential Recommendations with Time-Guided Graph Neural ODEs

    Authors: Haoyan Fu, Zhida Qin, Shixiao Yang, Haoyao Zhang, Bin Lu, Shuang Li, Tianyu Huang, John C. S. Lui

    Abstract: Sequential recommendation (SR) is widely deployed in e-commerce platforms, streaming services, etc., revealing significant potential to enhance user experience. However, existing methods often overlook two critical factors: irregular user interests between interactions and highly uneven item distributions over time. The former factor implies that actual user preferences are not always continuous,… ▽ More

    Submitted 23 November, 2025; originally announced November 2025.

  11. arXiv:2511.07139  [pdf, ps, other

    cs.DB cs.LG

    Trading Vector Data in Vector Databases

    Authors: Jin Cheng, Xiangxiang Dai, Ningning Ding, John C. S. Lui, Jianwei Huang

    Abstract: Vector data trading is essential for cross-domain learning with vector databases, yet it remains largely unexplored. We study this problem under online learning, where sellers face uncertain retrieval costs and buyers provide stochastic feedback to posted prices. Three main challenges arise: (1) heterogeneous and partial feedback in configuration learning, (2) variable and complex feedback in pric… ▽ More

    Submitted 10 November, 2025; originally announced November 2025.

    Comments: Accepted by ICDE 2026

  12. arXiv:2510.26075  [pdf, ps, other

    cs.NI cs.SE

    FGGM: Formal Grey-box Gradient Method for Attacking DRL-based MU-MIMO Scheduler

    Authors: Thanh Le, Hai Duong, Yusheng Ji, ThanhVu Nguyen, John C. S. Lui

    Abstract: In 5G mobile communication systems, MU-MIMO has been applied to enhance spectral efficiency and support high data rates. To maximize spectral efficiency while providing fairness among users, the base station (BS) needs to selects a subset of users for data transmission. Given that this problem is NP-hard, DRL-based methods have been proposed to infer the near-optimal solutions in real-time, yet th… ▽ More

    Submitted 19 February, 2026; v1 submitted 29 October, 2025; originally announced October 2025.

  13. arXiv:2510.12266  [pdf, ps, other

    cs.LG cs.AI

    HiLoRA: Adaptive Hierarchical LoRA Routing for Training-Free Domain Generalization

    Authors: Ziyi Han, Huanyu Wang, Zeyu Zhang, Xiangxiang Dai, Xutong Liu, John C. S. Lui

    Abstract: Low-Rank Adaptation (LoRA) has emerged as a widely used technique for adapting large language models (LLMs) to new domains, due to its modular design and broad availability on platforms such as HuggingFace. This availability has motivated efforts to reuse existing LoRAs for domain generalization. However, existing methods often rely on explicit task labels or additional training, which are impra… ▽ More

    Submitted 14 October, 2025; originally announced October 2025.

  14. arXiv:2509.19781  [pdf, ps, other

    cs.LG

    Faster, Smaller, and Smarter: Task-Aware Expert Merging for Online MoE Inference

    Authors: Ziyi Han, Xutong Liu, Ruiting Zhou, Xiangxiang Dai, John C. S. Lui

    Abstract: Sparse Mixture of Experts (SMoE) has become a preferred architecture for scaling Transformer capacity without increasing computational cost, as it activates only a small subset of experts for each input. However, deploying such an approach for \textit{online inference} remains challenging due to the large size of a full SMoE model and the complexity of expert routing, especially in resource-constr… ▽ More

    Submitted 22 January, 2026; v1 submitted 24 September, 2025; originally announced September 2025.

  15. arXiv:2508.07675  [pdf, ps, other

    cs.LG

    Semantic Caching for Low-Cost LLM Serving: From Offline Learning to Online Adaptation

    Authors: Xutong Liu, Baran Atalar, Xiangxiang Dai, Jinhang Zuo, Siwei Wang, John C. S. Lui, Wei Chen, Carlee Joe-Wong

    Abstract: Large Language Models (LLMs) are revolutionizing how users interact with information systems, yet their high inference cost poses serious scalability and sustainability challenges. Caching inference responses, allowing them to be retrieved without another forward pass through the LLM, has emerged as one possible solution. Traditional exact-match caching, however, overlooks the semantic similarity… ▽ More

    Submitted 13 February, 2026; v1 submitted 11 August, 2025; originally announced August 2025.

    Comments: Accepted to INFOCOM 2026

  16. arXiv:2507.15727  [pdf, ps, other

    cs.LG cs.GT cs.MA

    Competitive Algorithms for Multi-Agent Ski-Rental Problems

    Authors: Xuchuang Wang, Bo Sun, Hedyeh Beyhaghi, John C. S. Lui, Mohammad Hajiesmaili, Adam Wierman

    Abstract: This paper introduces a novel multi-agent ski-rental problem that generalizes the classical ski-rental dilemma to a group setting where agents incur individual and shared costs. In our model, each agent can either rent at a fixed daily cost, or purchase a pass at an individual cost, with an additional third option of a discounted group pass available to all. We consider scenarios in which agents'… ▽ More

    Submitted 13 August, 2025; v1 submitted 21 July, 2025; originally announced July 2025.

  17. arXiv:2507.08543  [pdf, ps, other

    quant-ph cs.LG

    Quantum Algorithms for Projection-Free Sparse Convex Optimization

    Authors: Jianhao He, John C. S. Lui

    Abstract: This paper considers the projection-free sparse convex optimization problem for the vector domain and the matrix domain, which covers a large number of important applications in machine learning and data science. For the vector domain $\mathcal{D} \subset \mathbb{R}^d$, we propose two quantum algorithms for sparse constraints that finds a $\varepsilon$-optimal solution with the query complexity of… ▽ More

    Submitted 11 July, 2025; originally announced July 2025.

  18. arXiv:2506.17670  [pdf, ps, other

    cs.LG

    Online Multi-LLM Selection via Contextual Bandits under Unstructured Context Evolution

    Authors: Manhin Poon, XiangXiang Dai, Xutong Liu, Fang Kong, John C. S. Lui, Jinhang Zuo

    Abstract: Large language models (LLMs) exhibit diverse response behaviors, costs, and strengths, making it challenging to select the most suitable LLM for a given user query. We study the problem of adaptive multi-LLM selection in an online setting, where the learner interacts with users through multi-step query refinement and must choose LLMs sequentially without access to offline datasets or model interna… ▽ More

    Submitted 21 June, 2025; originally announced June 2025.

  19. arXiv:2506.12462  [pdf, ps, other

    cs.NI cs.LG quant-ph

    Learning Best Paths in Quantum Networks

    Authors: Xuchuang Wang, Maoli Liu, Xutong Liu, Zhuohua Li, Mohammad Hajiesmaili, John C. S. Lui, Don Towsley

    Abstract: Quantum networks (QNs) transmit delicate quantum information across noisy quantum channels. Crucial applications, like quantum key distribution (QKD) and distributed quantum computation (DQC), rely on efficient quantum information transmission. Learning the best path between a pair of end nodes in a QN is key to enhancing such applications. This paper addresses learning the best path in a QN in th… ▽ More

    Submitted 14 June, 2025; originally announced June 2025.

    Comments: Accepted at INFOCOM 2025

  20. arXiv:2506.07440  [pdf, ps, other

    cs.LG

    Federated In-Context Learning: Iterative Refinement for Improved Answer Quality

    Authors: Ruhan Wang, Zhiyong Wang, Chengkai Huang, Rui Wang, Tong Yu, Lina Yao, John C. S. Lui, Dongruo Zhou

    Abstract: For question-answering (QA) tasks, in-context learning (ICL) enables language models to generate responses without modifying their parameters by leveraging examples provided in the input. However, the effectiveness of ICL heavily depends on the availability of high-quality examples, which are often scarce due to data privacy constraints, annotation costs, and distribution disparities. A natural so… ▽ More

    Submitted 9 June, 2025; originally announced June 2025.

    Comments: 27 pages, 16 figures. Accepted to ICML 2025

  21. A Unified Online-Offline Framework for Co-Branding Campaign Recommendations

    Authors: Xiangxiang Dai, Xiaowei Sun, Jinhang Zuo, Xutong Liu, John C. S. Lui

    Abstract: Co-branding has become a vital strategy for businesses aiming to expand market reach within recommendation systems. However, identifying effective cross-industry partnerships remains challenging due to resource imbalances, uncertain brand willingness, and ever-changing market conditions. In this paper, we provide the first systematic study of this problem and propose a unified online-offline frame… ▽ More

    Submitted 28 May, 2025; originally announced May 2025.

    Comments: Accepted at the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining, 2025

  22. Leveraging the Power of Conversations: Optimal Key Term Selection in Conversational Contextual Bandits

    Authors: Maoli Liu, Zhuohua Li, Xiangxiang Dai, John C. S. Lui

    Abstract: Conversational recommender systems proactively query users with relevant "key terms" and leverage the feedback to elicit users' preferences for personalized recommendations. Conversational contextual bandits, a prevalent approach in this domain, aim to optimize preference learning by balancing exploitation and exploration. However, several limitations hinder their effectiveness in real-world scena… ▽ More

    Submitted 27 May, 2025; originally announced May 2025.

    Comments: Accepted at the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining, 2025

  23. arXiv:2505.19043  [pdf, ps, other

    cs.LG stat.ML

    Offline Clustering of Linear Bandits: The Power of Clusters under Limited Data

    Authors: Jingyuan Liu, Zeyu Zhang, Xuchuang Wang, Xutong Liu, John C. S. Lui, Mohammad Hajiesmaili, Carlee Joe-Wong

    Abstract: Contextual multi-armed bandit is a fundamental learning framework for making a sequence of decisions, e.g., advertising recommendations for a sequence of arriving users. Recent works have shown that clustering these users based on the similarity of their learned preferences can accelerate the learning. However, prior work has primarily focused on the online setting, which requires continually coll… ▽ More

    Submitted 25 October, 2025; v1 submitted 25 May, 2025; originally announced May 2025.

  24. arXiv:2504.21549  [pdf, ps, other

    cs.NI

    Optimal Online Probe Allocation for Classical and Quantum Network Tomography

    Authors: Xuchuang Wang, Yu-Zhen Janice Chen, Matheus Guedes de Andrade, Mohammad Hajiesmaili, John C. S. Lui, Ting He, Don Towsley

    Abstract: How to efficiently perform network tomography is a fundamental problem in network management and monitoring. A network tomography task usually consists of applying multiple probing experiments, e.g., across different paths or via different casts (e.g., unicast and multicast). We study how to optimize the network tomography process through online sequential decision-making. From the methodology per… ▽ More

    Submitted 21 October, 2025; v1 submitted 30 April, 2025; originally announced April 2025.

  25. arXiv:2504.15812  [pdf, other

    cs.LG cs.AI

    Fusing Reward and Dueling Feedback in Stochastic Bandits

    Authors: Xuchuang Wang, Qirun Zeng, Jinhang Zuo, Xutong Liu, Mohammad Hajiesmaili, John C. S. Lui, Adam Wierman

    Abstract: This paper investigates the fusion of absolute (reward) and relative (dueling) feedback in stochastic bandits, where both feedback types are gathered in each decision round. We derive a regret lower bound, demonstrating that an efficient algorithm may incur only the smaller among the reward and dueling-based regret for each individual arm. We propose two fusion approaches: (1) a simple elimination… ▽ More

    Submitted 22 April, 2025; originally announced April 2025.

  26. arXiv:2503.23128  [pdf, other

    cs.SD cs.AI eess.AS

    CrossMuSim: A Cross-Modal Framework for Music Similarity Retrieval with LLM-Powered Text Description Sourcing and Mining

    Authors: Tristan Tsoi, Jiajun Deng, Yaolong Ju, Benno Weck, Holger Kirchhoff, Simon Lui

    Abstract: Music similarity retrieval is fundamental for managing and exploring relevant content from large collections in streaming platforms. This paper presents a novel cross-modal contrastive learning framework that leverages the open-ended nature of text descriptions to guide music similarity modeling, addressing the limitations of traditional uni-modal approaches in capturing complex musical relationsh… ▽ More

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

    Comments: Accepted by ICME2025

  27. arXiv:2503.10086  [pdf, other

    cs.SD cs.MM eess.AS

    Efficient Adapter Tuning for Joint Singing Voice Beat and Downbeat Tracking with Self-supervised Learning Features

    Authors: Jiajun Deng, Yaolong Ju, Jing Yang, Simon Lui, Xunying Liu

    Abstract: Singing voice beat tracking is a challenging task, due to the lack of musical accompaniment that often contains robust rhythmic and harmonic patterns, something most existing beat tracking systems utilize and can be essential for estimating beats. In this paper, a novel temporal convolutional network-based beat-tracking approach featuring self-supervised learning (SSL) representations and adapter… ▽ More

    Submitted 13 March, 2025; originally announced March 2025.

    Comments: Accepted by ISMIR2024

  28. arXiv:2503.07988  [pdf, other

    cs.LG cs.AI

    Provable Zero-Shot Generalization in Offline Reinforcement Learning

    Authors: Zhiyong Wang, Chen Yang, John C. S. Lui, Dongruo Zhou

    Abstract: In this work, we study offline reinforcement learning (RL) with zero-shot generalization property (ZSG), where the agent has access to an offline dataset including experiences from different environments, and the goal of the agent is to train a policy over the training environments which performs well on test environments without further interaction. Existing work showed that classical offline RL… ▽ More

    Submitted 10 March, 2025; originally announced March 2025.

    Comments: 30 pages, 1 figure, 1 table

  29. arXiv:2502.19996  [pdf, other

    cs.CR

    Modern DDoS Threats and Countermeasures: Insights into Emerging Attacks and Detection Strategies

    Authors: Jincheng Wang, Le Yu, John C. S. Lui, Xiapu Luo

    Abstract: Distributed Denial of Service (DDoS) attacks persist as significant threats to online services and infrastructure, evolving rapidly in sophistication and eluding traditional detection mechanisms. This evolution demands a comprehensive examination of current trends in DDoS attacks and the efficacy of modern detection strategies. This paper offers an comprehensive survey of emerging DDoS attacks and… ▽ More

    Submitted 27 February, 2025; originally announced February 2025.

  30. arXiv:2502.02079  [pdf, other

    cs.LG cs.AI

    Online Clustering of Dueling Bandits

    Authors: Zhiyong Wang, Jiahang Sun, Mingze Kong, Jize Xie, Qinghua Hu, John C. S. Lui, Zhongxiang Dai

    Abstract: The contextual multi-armed bandit (MAB) is a widely used framework for problems requiring sequential decision-making under uncertainty, such as recommendation systems. In applications involving a large number of users, the performance of contextual MAB can be significantly improved by facilitating collaboration among multiple users. This has been achieved by the clustering of bandits (CB) methods,… ▽ More

    Submitted 4 February, 2025; originally announced February 2025.

    Comments: Preprint

  31. arXiv:2502.01118  [pdf, other

    cs.LG cs.AI

    Large Language Model-Enhanced Multi-Armed Bandits

    Authors: Jiahang Sun, Zhiyong Wang, Runhan Yang, Chenjun Xiao, John C. S. Lui, Zhongxiang Dai

    Abstract: Large language models (LLMs) have been adopted to solve sequential decision-making tasks such as multi-armed bandits (MAB), in which an LLM is directly instructed to select the arms to pull in every iteration. However, this paradigm of direct arm selection using LLMs has been shown to be suboptimal in many MAB tasks. Therefore, we propose an alternative approach which combines the strengths of cla… ▽ More

    Submitted 3 February, 2025; originally announced February 2025.

    Comments: Preprint

  32. arXiv:2501.19300  [pdf, ps, other

    cs.LG

    Offline Learning for Combinatorial Multi-armed Bandits

    Authors: Xutong Liu, Xiangxiang Dai, Jinhang Zuo, Siwei Wang, Carlee Joe-Wong, John C. S. Lui, Wei Chen

    Abstract: The combinatorial multi-armed bandit (CMAB) is a fundamental sequential decision-making framework, extensively studied over the past decade. However, existing work primarily focuses on the online setting, overlooking the substantial costs of online interactions and the readily available offline datasets. To overcome these limitations, we introduce Off-CMAB, the first offline learning framework for… ▽ More

    Submitted 28 May, 2025; v1 submitted 31 January, 2025; originally announced January 2025.

  33. arXiv:2501.01849  [pdf, ps, other

    cs.HC cs.AI

    A Multi-Agent Conversational Bandit Approach to Online Evaluation and Selection of User-Aligned LLM Responses

    Authors: Xiangxiang Dai, Yuejin Xie, Maoli Liu, Xuchuang Wang, Zhuohua Li, Huanyu Wang, John C. S. Lui

    Abstract: Prompt-based offline methods are commonly used to optimize large language model (LLM) responses, but evaluating these responses is computationally intensive and often fails to accommodate diverse response styles. This study introduces a novel online evaluation framework that employs a multi-agent conversational bandit model to select optimal responses while aligning with user preferences dynamical… ▽ More

    Submitted 11 November, 2025; v1 submitted 3 January, 2025; originally announced January 2025.

    Comments: Accepted by AAAI 2026

  34. arXiv:2501.00891  [pdf, other

    cs.LG cs.AI stat.ML

    Demystifying Online Clustering of Bandits: Enhanced Exploration Under Stochastic and Smoothed Adversarial Contexts

    Authors: Zhuohua Li, Maoli Liu, Xiangxiang Dai, John C. S. Lui

    Abstract: The contextual multi-armed bandit (MAB) problem is crucial in sequential decision-making. A line of research, known as online clustering of bandits, extends contextual MAB by grouping similar users into clusters, utilizing shared features to improve learning efficiency. However, existing algorithms, which rely on the upper confidence bound (UCB) strategy, struggle to gather adequate statistical in… ▽ More

    Submitted 1 January, 2025; originally announced January 2025.

  35. arXiv:2412.03131  [pdf, ps, other

    cs.LG cs.DC

    DiffKV: Differentiated Memory Management for Large Language Models with Parallel KV Compaction

    Authors: Yanqi Zhang, Yuwei Hu, Runyuan Zhao, John C. S. Lui, Haibo Chen

    Abstract: Large language models (LLMs) demonstrate remarkable capabilities but face substantial serving costs due to their high memory demands, with the key-value (KV) cache being a primary bottleneck. State-of-the-art KV cache compression techniques, such as quantization and pruning, apply uniform treatment to both keys and values, and discard unimportant tokens entirely, overlooking the fine-grained disti… ▽ More

    Submitted 30 August, 2025; v1 submitted 4 December, 2024; originally announced December 2024.

    Comments: SOSP 2025

  36. arXiv:2410.17075  [pdf, other

    cs.LG

    Combinatorial Logistic Bandits

    Authors: Xutong Liu, Xiangxiang Dai, Xuchuang Wang, Mohammad Hajiesmaili, John C. S. Lui

    Abstract: We introduce a novel framework called combinatorial logistic bandits (CLogB), where in each round, a subset of base arms (called the super arm) is selected, with the outcome of each base arm being binary and its expectation following a logistic parametric model. The feedback is governed by a general arm triggering process. Our study covers CLogB with reward functions satisfying two smoothness cond… ▽ More

    Submitted 13 May, 2025; v1 submitted 22 October, 2024; originally announced October 2024.

    Comments: Accepted in ACM SIGMETRICS 2025

  37. arXiv:2408.08994  [pdf, ps, other

    cs.LG

    Model-based RL as a Minimalist Approach to Horizon-Free and Second-Order Bounds

    Authors: Zhiyong Wang, Dongruo Zhou, John C. S. Lui, Wen Sun

    Abstract: Learning a transition model via Maximum Likelihood Estimation (MLE) followed by planning inside the learned model is perhaps the most standard and simplest Model-based Reinforcement Learning (RL) framework. In this work, we show that such a simple Model-based RL scheme, when equipped with optimistic and pessimistic planning procedures, achieves strong regret and sample complexity bounds in online… ▽ More

    Submitted 29 October, 2024; v1 submitted 16 August, 2024; originally announced August 2024.

  38. arXiv:2408.08859  [pdf, other

    cs.LG

    Stochastic Bandits Robust to Adversarial Attacks

    Authors: Xuchuang Wang, Jinhang Zuo, Xutong Liu, John C. S. Lui, Mohammad Hajiesmaili

    Abstract: This paper investigates stochastic multi-armed bandit algorithms that are robust to adversarial attacks, where an attacker can first observe the learner's action and {then} alter their reward observation. We study two cases of this model, with or without the knowledge of an attack budget $C$, defined as an upper bound of the summation of the difference between the actual and altered rewards. For b… ▽ More

    Submitted 16 August, 2024; originally announced August 2024.

  39. arXiv:2407.20124  [pdf, other

    cs.MM cs.AI

    AxiomVision: Accuracy-Guaranteed Adaptive Visual Model Selection for Perspective-Aware Video Analytics

    Authors: Xiangxiang Dai, Zeyu Zhang, Peng Yang, Yuedong Xu, Xutong Liu, John C. S. Lui

    Abstract: The rapid evolution of multimedia and computer vision technologies requires adaptive visual model deployment strategies to effectively handle diverse tasks and varying environments. This work introduces AxiomVision, a novel framework that can guarantee accuracy by leveraging edge computing to dynamically select the most efficient visual models for video analytics under diverse scenarios. Utilizing… ▽ More

    Submitted 30 July, 2024; v1 submitted 29 July, 2024; originally announced July 2024.

    Comments: Accepted by ACM MM 2024

  40. arXiv:2407.15439  [pdf, other

    cs.LG stat.ML

    Merit-based Fair Combinatorial Semi-Bandit with Unrestricted Feedback Delays

    Authors: Ziqun Chen, Kechao Cai, Zhuoyue Chen, Jinbei Zhang, John C. S. Lui

    Abstract: We study the stochastic combinatorial semi-bandit problem with unrestricted feedback delays under merit-based fairness constraints. This is motivated by applications such as crowdsourcing, and online advertising, where immediate feedback is not immediately available and fairness among different choices (or arms) is crucial. We consider two types of unrestricted feedback delays: reward-independent… ▽ More

    Submitted 29 July, 2024; v1 submitted 22 July, 2024; originally announced July 2024.

    Comments: 28 pages, 9 figures, accepted for 27th European Conference on Artificial Intelligence (ECAI 2024), Source code added, Typo fixed

  41. arXiv:2406.01386  [pdf, ps, other

    cs.LG

    Combinatorial Multivariant Multi-Armed Bandits with Applications to Episodic Reinforcement Learning and Beyond

    Authors: Xutong Liu, Siwei Wang, Jinhang Zuo, Han Zhong, Xuchuang Wang, Zhiyong Wang, Shuai Li, Mohammad Hajiesmaili, John C. S. Lui, Wei Chen

    Abstract: We introduce a novel framework of combinatorial multi-armed bandits (CMAB) with multivariant and probabilistically triggering arms (CMAB-MT), where the outcome of each arm is a $d$-dimensional multivariant random variable and the feedback follows a general arm triggering process. Compared with existing CMAB works, CMAB-MT not only enhances the modeling power but also allows improved results by lev… ▽ More

    Submitted 22 April, 2025; v1 submitted 3 June, 2024; originally announced June 2024.

  42. arXiv:2405.16587  [pdf, other

    cs.LG cs.AI cs.HC

    Cost-Effective Online Multi-LLM Selection with Versatile Reward Models

    Authors: Xiangxiang Dai, Jin Li, Xutong Liu, Anqi Yu, John C. S. Lui

    Abstract: With the rapid advancement of large language models (LLMs), the diversity of multi-LLM tasks and the variability in their pricing structures have become increasingly important, as costs can vary greatly between different LLMs. To tackle these challenges, we introduce the \textit{C2MAB-V}, a \underline{C}ost-effective \underline{C}ombinatorial \underline{M}ulti-armed \underline{B}andit with \underl… ▽ More

    Submitted 2 October, 2024; v1 submitted 26 May, 2024; originally announced May 2024.

    Comments: 32 pages, 14 figures, conference

  43. arXiv:2405.02881  [pdf, other

    cs.LG cs.AI stat.ML

    FedConPE: Efficient Federated Conversational Bandits with Heterogeneous Clients

    Authors: Zhuohua Li, Maoli Liu, John C. S. Lui

    Abstract: Conversational recommender systems have emerged as a potent solution for efficiently eliciting user preferences. These systems interactively present queries associated with "key terms" to users and leverage user feedback to estimate user preferences more efficiently. Nonetheless, most existing algorithms adopt a centralized approach. In this paper, we introduce FedConPE, a phase elimination-based… ▽ More

    Submitted 20 June, 2024; v1 submitted 5 May, 2024; originally announced May 2024.

    Comments: Accepted to the 33rd International Joint Conference on Artificial Intelligence (IJCAI), 2024

  44. arXiv:2403.10732  [pdf, other

    cs.LG cs.AI

    Variance-Dependent Regret Bounds for Non-stationary Linear Bandits

    Authors: Zhiyong Wang, Jize Xie, Yi Chen, John C. S. Lui, Dongruo Zhou

    Abstract: We investigate the non-stationary stochastic linear bandit problem where the reward distribution evolves each round. Existing algorithms characterize the non-stationarity by the total variation budget $B_K$, which is the summation of the change of the consecutive feature vectors of the linear bandits over $K$ rounds. However, such a quantity only measures the non-stationarity with respect to the e… ▽ More

    Submitted 15 March, 2024; originally announced March 2024.

    Comments: 30 pages

  45. arXiv:2402.16312  [pdf, other

    cs.LG cs.AI

    Federated Contextual Cascading Bandits with Asynchronous Communication and Heterogeneous Users

    Authors: Hantao Yang, Xutong Liu, Zhiyong Wang, Hong Xie, John C. S. Lui, Defu Lian, Enhong Chen

    Abstract: We study the problem of federated contextual combinatorial cascading bandits, where $|\mathcal{U}|$ agents collaborate under the coordination of a central server to provide tailored recommendations to the $|\mathcal{U}|$ corresponding users. Existing works consider either a synchronous framework, necessitating full agent participation and global synchronization, or assume user homogeneity with ide… ▽ More

    Submitted 26 February, 2024; originally announced February 2024.

    Comments: Accepted by AAAI 2024

  46. arXiv:2402.03770  [pdf, other

    cs.LG

    Fed-CVLC: Compressing Federated Learning Communications with Variable-Length Codes

    Authors: Xiaoxin Su, Yipeng Zhou, Laizhong Cui, John C. S. Lui, Jiangchuan Liu

    Abstract: In Federated Learning (FL) paradigm, a parameter server (PS) concurrently communicates with distributed participating clients for model collection, update aggregation, and model distribution over multiple rounds, without touching private data owned by individual clients. FL is appealing in preserving data privacy; yet the communication between the PS and scattered clients can be a severe bottlenec… ▽ More

    Submitted 6 February, 2024; originally announced February 2024.

    Comments: To appear in 2024 IEEE International Conference on Computer Communications(INFOCOM 2024)

  47. arXiv:2311.01698  [pdf, other

    cs.LG cs.CR cs.MA

    Adversarial Attacks on Cooperative Multi-agent Bandits

    Authors: Jinhang Zuo, Zhiyao Zhang, Xuchuang Wang, Cheng Chen, Shuai Li, John C. S. Lui, Mohammad Hajiesmaili, Adam Wierman

    Abstract: Cooperative multi-agent multi-armed bandits (CMA2B) consider the collaborative efforts of multiple agents in a shared multi-armed bandit game. We study latent vulnerabilities exposed by this collaboration and consider adversarial attacks on a few agents with the goal of influencing the decisions of the rest. More specifically, we study adversarial attacks on CMA2B in both homogeneous settings, whe… ▽ More

    Submitted 3 November, 2023; originally announced November 2023.

  48. cRVR: A Stackelberg Game Approach for Joint Privacy-Aware Video Requesting and Edge Caching

    Authors: Xianzhi Zhang, Linchang Xiao, Yipeng Zhou, Miao Hu, Di Wu, John C. S. Lui, Quan Z. Sheng

    Abstract: As users conveniently stream their favorite online videos, video request records are automatically stored by video content providers, which have a high chance of privacy leakage. Unfortunately, most existing privacy-enhancing approaches are not applicable for protecting user privacy in video requests, because they cannot be easily altered or distorted by users and must be visible for content provi… ▽ More

    Submitted 3 December, 2024; v1 submitted 19 October, 2023; originally announced October 2023.

    Journal ref: IEEE Transactions on Services Computing 2025

  49. arXiv:2310.04768  [pdf, other

    cs.LG

    Online Corrupted User Detection and Regret Minimization

    Authors: Zhiyong Wang, Jize Xie, Tong Yu, Shuai Li, John C. S. Lui

    Abstract: In real-world online web systems, multiple users usually arrive sequentially into the system. For applications like click fraud and fake reviews, some users can maliciously perform corrupted (disrupted) behaviors to trick the system. Therefore, it is crucial to design efficient online learning algorithms to robustly learn from potentially corrupted user behaviors and accurately identify the corrup… ▽ More

    Submitted 9 October, 2023; v1 submitted 7 October, 2023; originally announced October 2023.

  50. arXiv:2310.02717  [pdf, other

    cs.LG cs.AI

    Online Clustering of Bandits with Misspecified User Models

    Authors: Zhiyong Wang, Jize Xie, Xutong Liu, Shuai Li, John C. S. Lui

    Abstract: The contextual linear bandit is an important online learning problem where given arm features, a learning agent selects an arm at each round to maximize the cumulative rewards in the long run. A line of works, called the clustering of bandits (CB), utilize the collaborative effect over user preferences and have shown significant improvements over classic linear bandit algorithms. However, existing… ▽ More

    Submitted 10 October, 2023; v1 submitted 4 October, 2023; originally announced October 2023.