Distributionally Robust Graph Out-of-Distribution Recommendation via Diffusion Model
Chu Zhao, Enneng Yang, Yuliang Liang, Jianzhe Zhao, Guibing Guo, Xingwei Wang
TL;DR
This work tackles the challenge of distribution shifts in graph-based recommendations by identifying that existing DRO methods overemphasize noisy training samples. It proposes DRGO, a Distributionally Robust Graph framework that combines a denoising diffusion module (via VGAE and latent-space diffusion), a Sinkhorn-DRO objective to handle non-overlapping distributions, and an entropy regularization term to prevent extreme sample weighting. Theoretical results include a generalization bound showing the risk under worst-case distributions is controlled by the distance between training and test distributions, plus gradient analyses explaining noise mitigation. Empirically, DRGO delivers state-of-the-art performance under popularity, temporal, and exposure shifts, while remaining robust to substantial noise, and ablation studies confirm the essential roles of diffusion and entropy regularization.
Abstract
The distributionally robust optimization (DRO)-based graph neural network methods improve recommendation systems' out-of-distribution (OOD) generalization by optimizing the model's worst-case performance. However, these studies fail to consider the impact of noisy samples in the training data, which results in diminished generalization capabilities and lower accuracy. Through experimental and theoretical analysis, this paper reveals that current DRO-based graph recommendation methods assign greater weight to noise distribution, leading to model parameter learning being dominated by it. When the model overly focuses on fitting noise samples in the training data, it may learn irrelevant or meaningless features that cannot be generalized to OOD data. To address this challenge, we design a Distributionally Robust Graph model for OOD recommendation (DRGO). Specifically, our method first employs a simple and effective diffusion paradigm to alleviate the noisy effect in the latent space. Additionally, an entropy regularization term is introduced in the DRO objective function to avoid extreme sample weights in the worst-case distribution. Finally, we provide a theoretical proof of the generalization error bound of DRGO as well as a theoretical analysis of how our approach mitigates noisy sample effects, which helps to better understand the proposed framework from a theoretical perspective. We conduct extensive experiments on four datasets to evaluate the effectiveness of our framework against three typical distribution shifts, and the results demonstrate its superiority in both independently and identically distributed distributions (IID) and OOD.
