paper-with-me

Papers

Dual Test-time Training for Out-of-distribution Recommender System

2024-07-22 · Xihong Yang, Yiqi Wang, Jin Chen, Wenqi Fan, Xiangyu Zhao, En Zhu, Xinwang Liu, Defu Lian

Deep learning has been widely applied in recommender systems, which has achieved revolutionary progress recently. However, most existing learning-based methods assume that the user and item distributions remain unchanged between the training phase and the test phase. However, the distribution of user and item features can naturally shift in real-world scenarios, potentially resulting in a substantial decrease in recommendation performance. This phenomenon can be formulated as an Out-Of-Distribution (OOD) recommendation problem. To address this challenge, we propose a novel Dual Test-Time-Training framework for OOD Recommendation, termed DT3OR. In DT3OR, we incorporate a model adaptation mechanism during the test-time phase to carefully update the recommendation model, allowing the model to specially adapt to the shifting user and item features. To be specific, we propose a self-distillation task and a contrastive task to assist the model learning both the user's invariant interest preferences and the variant user/item characteristics during the test-time phase, thus facilitating a smooth adaptation to the shifting features. Furthermore, we provide theoretical analysis to support the rationale behind our dual test-time training framework. To the best of our knowledge, this paper is the first work to address OOD recommendation via a test-time-training strategy. We conduct experiments on three datasets with various backbones. Comprehensive experimental results have demonstrated the effectiveness of DT3OR compared to other state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2407.15620

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Rank List Sensitivity of Recommender Systems to Interaction Perturbations

2022-01-29 · Sejoon Oh, Berk Ustun, Julian McAuley, Srijan Kumar

Prediction models can exhibit sensitivity with respect to training data: small changes in the training data can produce models that assign conflicting predictions to individual data points during test time. In this work,…

Recommendation SystemsSensitivity

Cross-Domain Causal Preference Learning for Out-of-Distribution Recommendation

2024-04-23 · Zhuhang Li, Ning Yang

Recommender systems use users' historical interactions to learn their preferences and deliver personalized recommendations from a vast array of candidate items. Current recommender systems primarily rely on the assumptio…

Out-of-Distribution GeneralizationRecommendation Systems

How to Diversify any Personalized Recommender? A User-centric Pre-processing approach

2024-05-03 · Manel Slokom, Laura Hollink

In this paper, we introduce a novel approach to improve the diversity of Top-N recommendations while maintaining recommendation performance. Our approach employs a user-centric pre-processing strategy aimed at exposing u…

DiversityFairnessRecommendation Systems

MixRec: Individual and Collective Mixing Empowers Data Augmentation for Recommender Systems

2025-01-23 · Yi Zhang, Yiwen Zhang

The core of the general recommender systems lies in learning high-quality embedding representations of users and items to investigate their positional relations in the feature space. Unfortunately, data sparsity caused b…

Contrastive LearningData AugmentationRecommendation SystemsSelf-Supervised Learning

Defending Substitution-Based Profile Pollution Attacks on Sequential Recommenders

2022-07-19 · Zhenrui Yue, Huimin Zeng, Ziyi Kou, Lanyu Shang 외

While sequential recommender systems achieve significant improvements on capturing user dynamics, we argue that sequential recommenders are vulnerable against substitution-based profile pollution attacks. To demonstrate …

Adversarial AttackAdversarial DefenseRecommendation Systems