paper-with-me

홈 › Papers

Deep Learning Model Acceleration and Optimization Strategies for Real-Time Recommendation Systems

2025-06-13 · Junli Shao, Jing Dong, Dingzhou Wang, Kowei Shih, Dannier Li, Chengrui Zhou

With the rapid growth of Internet services, recommendation systems play a central role in delivering personalized content. Faced with massive user requests and complex model architectures, the key challenge for real-time recommendation systems is how to reduce inference latency and increase system throughput without sacrificing recommendation quality. This paper addresses the high computational cost and resource bottlenecks of deep learning models in real-time settings by proposing a combined set of modeling- and system-level acceleration and optimization strategies. At the model level, we dramatically reduce parameter counts and compute requirements through lightweight network design, structured pruning, and weight quantization. At the system level, we integrate multiple heterogeneous compute platforms and high-performance inference libraries, and we design elastic inference scheduling and load-balancing mechanisms based on real-time load characteristics. Experiments show that, while maintaining the original recommendation accuracy, our methods cut latency to less than 30% of the baseline and more than double system throughput, offering a practical solution for deploying large-scale online recommendation services.

📄 PDF Abstract BibTeX arXiv:2506.11421

Code (0)

등록된 구현이 없습니다.

Tasks

QuantizationRecommendation SystemsScheduling

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Strategies for Optimizing End-to-End Artificial Intelligence Pipelines on Intel Xeon Processors

2022-11-01 · Meena Arunachalam, Vrushabh Sanghavi, Yi A Yao, Yi A Zhou 외

End-to-end (E2E) artificial intelligence (AI) pipelines are composed of several stages including data preprocessing, data ingestion, defining and training the model, hyperparameter optimization, deployment, inference, po…

Hyperparameter OptimizationRecommendation Systems

Algorithmic Acceleration of Parallel ALS for Collaborative Filtering: Speeding up Distributed Big Data Recommendation in Spark

2016-01-10 · Winlaw Manda, Hynes Michael B., Caterini Anthony, De Sterck Hans

Collaborative filtering algorithms are important building blocks in many practical recommendation systems. For example, many large-scale data processing environments include collaborative filtering models for which the A…

Collaborative FilteringRecommendation Systems

Multi-Resolution Flow Matching: Training-Free Diffusion Acceleration via Staged Sampling

2026-07-02 · Xingyu Zheng, Xianglong Liu, Yifu Ding, Weilun Feng 외 arxiv

Hardware-agnostic strategies for accelerating text-to-image diffusion, such as timestep distillation and feature caching, can reduce inference time without custom kernels or system-level optimization. Among them, multi-r…

Real-Time Personalization for LLM-based Recommendation with Customized In-Context Learning

2024-10-30 · Keqin Bao, Ming Yan, Yang Zhang, Jizhi Zhang 외

Frequently updating Large Language Model (LLM)-based recommender systems to adapt to new user interests -- as done for traditional ones -- is impractical due to high training costs, even with acceleration methods. This w…

In-Context LearningLanguage ModelingLanguage ModellingLarge Language Model+1

Long Short-Term Temporal Meta-learning in Online Recommendation

2021-05-08 · Ruobing Xie, Yalong Wang, Rui Wang, Yuanfu Lu 외

An effective online recommendation system should jointly capture users' long-term and short-term preferences in both users' internal behaviors (from the target recommendation task) and external behaviors (from other task…

Meta-Learning