paper-with-me

홈 › Papers

Warmer for Less: A Cost-Efficient Strategy for Cold-Start Recommendations at Pinterest

2025-12-19 · Saeed Ebrahimi, Weijie Jiang, Jaewon Yang, Olafur Gudmundsson, Yucheng Tu, Huizhong Duan arxiv

Pinterest is a leading visual discovery platform where recommender systems (RecSys) are key to delivering relevant, engaging, and fresh content to our users. In this paper, we study the problem of improving RecSys model predictions for cold-start (CS) items, which appear infrequently in the training data. Although this problem is well-studied in academia, few studies have addressed its root causes effectively at the scale of a platform like Pinterest. By investigating live traffic data, we identified several challenges of the CS problem and developed a corresponding solution for each: First, industrial-scale RecSys models must operate under tight computational constraints. Since CS items are a minority, any related improvements must be highly cost-efficient. To address this, our solutions were designed to be lightweight, collectively increasing the total parameters by only 5%. Second, CS items are represented only by non-historical (e.g., content or attribute) features, which models often treat as less important. To elevate their significance, we introduce a residual connection for the non-historical features. Third, CS items tend to receive lower prediction scores compared to non-CS items, reducing their likelihood of being surfaced. We mitigate this by incorporating a score regularization term into the model. Fourth, the labels associated with CS items are sparse, making it difficult for the model to learn from them. We apply the manifold mixup technique to address this data sparsity. Implemented together, our methods increased fresh content engagement at Pinterest by 10% without negatively impacting overall engagement and cost, and have been deployed to serve over 570 million users on Pinterest.

📄 PDF Abstract BibTeX arXiv:2512.17277

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Graph Neural Patching for Cold-Start Recommendations

2024-10-18 · Hao Chen, Yu Yang, Yuanchen Bei, Zefan Wang 외

The cold start problem in recommender systems remains a critical challenge. Current solutions often train hybrid models on auxiliary data for both cold and warm users/items, potentially degrading the experience for the l…

Recommendation Systems

GPatch: Patching Graph Neural Networks for Cold-Start Recommendations

2022-09-25 · Hao Chen, Zefan Wang, Yue Xu, Xiao Huang 외

Cold start is an essential and persistent problem in recommender systems. State-of-the-art solutions rely on training hybrid models for both cold-start and existing users/items, based on the auxiliary information. Such a…

Recommendation Systems

MARec: Metadata Alignment for cold-start Recommendation

2024-04-20 · Julien Monteil, Volodymyr Vaskovych, Wentao Lu, Anirban Majumder 외

For many recommender systems, the primary data source is a historical record of user clicks. The associated click matrix is often very sparse, as the number of users x products can be far larger than the number of clicks…

Collaborative FilteringRecommendation Systems

Adaptive Serverless Resource Management via Slot-Survival Prediction and Event-Driven Lifecycle Control

2026-04-07 · Zeyu Wang, Cuiqianhe Du, Renyue Zhang, Kejian Tong 외 arxiv

Serverless computing eliminates infrastructure management overhead but introduces significant challenges regarding cold start latency and resource utilization. Traditional static resource allocation often leads to ineffi…

Cold-start Active Learning through Self-supervised Language Modeling

2020-10-19 · EMNLP 2020 11 · Michelle Yuan, Hsuan-Tien Lin, Jordan Boyd-Graber

Active learning strives to reduce annotation costs by choosing the most critical examples to label. Typically, the active learning strategy is contingent on the classification model. For instance, uncertainty sampling de…

Active LearningClassificationGeneral ClassificationLanguage Modeling+4