paper-with-me

홈 › Papers

Scalable LinUCB: Low-Rank Design Matrix Updates for Recommenders with Large Action Spaces

2025-10-22 · Evgenia Shustova, Marina Sheshukova, Sergey Samsonov, Evgeny Frolov arxiv

In this paper, we introduce PSI-LinUCB, a scalable variant of LinUCB that enables efficient training, inference, and memory usage by representing the inverse regularized design matrix as a sum of a diagonal matrix and low-rank correction. We derive numerically stable rank-1 and batched updates that maintain the inverse without explicitly forming the matrix. To control memory growth, we employ a projector-splitting integrator for dynamical low-rank approximation, yielding an average per-step update cost and memory usage of $O(dr)$ for approximation rank $r$. The inference complexity of the proposed algorithm is $O(dr)$ per action evaluation. Experiments on recommender system datasets demonstrate the effectiveness of our algorithm.

📄 PDF Abstract BibTeX arXiv:2510.19349

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Kairos: Numerically Robust News Recommendation under Item Cold-Start via Cholesky-based LinUCB

2026-07-29 · Finn Hertsch arxiv

Algorithmic news personalization in regional markets often fails because modern deep learning models require massive interaction data while real-world news has a short Time-to-Live (TTL < 48 h) and shallow article pools.…

Representation LearningCollaborative FilteringRecommendation Systems

Statistical Inference under Adaptive Sampling with LinUCB

2025-11-28 · Wei Fan, Kevin Tan, Yuting Wei arxiv

Adaptively collected data has become ubiquitous within modern practice. However, even seemingly benign adaptive sampling schemes can introduce severe biases, rendering traditional statistical inference tools inapplicable…

Suboptimality bounds for trace-bounded SDPs enable a faster and scalable low-rank SDP solver SDPLR+

2024-06-14 · Yufan Huang, David F. Gleich

Semidefinite programs (SDPs) and their solvers are powerful tools with many applications in machine learning and data science. Designing scalable SDP solvers is challenging because by standard the positive semidefinite d…

Online Matching: A Real-time Bandit System for Large-scale Recommendations

2023-07-29 · Xinyang Yi, Shao-Chuan Wang, Ruining He, Hariharan Chandrasekaran 외

The last decade has witnessed many successes of deep learning-based models for industry-scale recommender systems. These models are typically trained offline in a batch manner. While being effective in capturing users' p…

Multi-Armed BanditsRecommendation Systems

Dion: Distributed Orthonormalized Updates

2025-04-07 · Kwangjun Ahn, Byron Xu, Natalie Abreu, John Langford

Recent work has shown that orthonormal matrix updates speed up neural network optimization, improve training stability, and offer better hyperparameter transfer across model sizes. Applying these updates efficiently when…