paper-with-me

홈 › Papers

Near-Zero-Overhead Freshness for Recommendation Systems via Inference-Side Model Updates

2025-12-13 · Wenjun Yu, Sitian Chen, Cheng Chen, Amelie Chi Zhou arxiv

Deep Learning Recommendation Models (DLRMs) underpin personalized services but face a critical freshness-accuracy tradeoff due to massive parameter synchronization overheads. Production DLRMs deploy decoupled training/inference clusters, where synchronizing petabyte-scale embedding tables (EMTs) causes multi-minute staleness, degrading recommendation quality and revenue. We observe that (1) inference nodes exhibit sustained CPU underutilization (peak <= 20%), and (2) EMT gradients possess intrinsic low-rank structure, enabling compact update representation. We present LiveUpdate, a system that eliminates inter-cluster synchronization by colocating Low-Rank Adaptation (LoRA) trainers within inference nodes. LiveUpdate addresses two core challenges: (1) dynamic rank adaptation via singular value monitoring to constrain memory overhead (<2% of EMTs), and (2) NUMA-aware resource scheduling with hardware-enforced QoS to eliminate update inference contention (P99 latency impact <20ms). Evaluations show LiveUpdate reduces update costs by 2x versus delta-update baselines while achieving higher accuracy within 1-hour windows. By transforming idle inference resources into freshness engines, LiveUpdate delivers online model updates while outperforming state-of-the-art delta-update methods by 0.04% to 0.24% in accuracy.

📄 PDF Abstract BibTeX arXiv:2512.12295

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Multi-Probe Zero Collision Hash (MPZCH): Mitigating Embedding Collisions and Enhancing Model Freshness in Large-Scale Recommenders

2026-02-19 · Ziliang Zhao, Bi Xue, Emma Lin, Tianqi Lu 외 arxiv

Embedding tables are critical components of large-scale recommendation systems, facilitating the efficient mapping of high-cardinality categorical features into dense vector representations. However, as the volume of uni…

Recommendation Systems

Feedback-based Approach to Introduce Freshness in Recommendations

2016-04-26 · Malladi Hari Krishna, Thunuguntla Saikiran

Recommender systems usually face the problem of serving the same recommendations across multiple sessions regardless of whether the user is interested in them or not, thereby reducing their effectiveness. To add freshnes…

DiversityRecommendation Systems

Freshness-Aware Thompson Sampling

2014-09-29 · Djallel Bouneffouf

To follow the dynamicity of the user's content, researchers have recently started to model interactions between users and the Context-Aware Recommender Systems (CARS) as a bandit problem where the system needs to deal wi…

Recommendation SystemsThompson Sampling

Understanding Biases in ChatGPT-based Recommender Systems: Provider Fairness, Temporal Stability, and Recency

2024-01-19 · Yashar Deldjoo

This paper explores the biases in ChatGPT-based recommender systems, focusing on provider fairness (item-side fairness). Through extensive experiments and over a thousand API calls, we investigate the impact of prompt de…

Collaborative FilteringFairnessIn-Context LearningRecommendation Systems+1

A Faster and More Reliable Middleware for Autonomous Driving Systems

2025-10-13 · Yuankai He, Weisong Shi arxiv

Ensuring safety in high-speed autonomous vehicles requires rapid control loops and tightly bounded delays from perception to actuation. Many open-source autonomy systems rely on ROS 2 middleware; when multiple sensor and…

Autonomous VehiclesAutonomous Driving