Towards Mitigating Dimensional Collapse of Representations in Collaborative Filtering
arXiv:2312.17468 · doi:10.1145/3616855.3635832
Abstract
Contrastive Learning (CL) has shown promising performance in collaborative filtering. The key idea is to generate augmentation-invariant embeddings by maximizing the Mutual Information between different augmented views of the same instance. However, we empirically observe that existing CL models suffer from the \textsl{dimensional collapse} issue, where user/item embeddings only span a low-dimension subspace of the entire feature space. This suppresses other dimensional information and weakens the distinguishability of embeddings. Here we propose a non-contrastive learning objective, named nCL, which explicitly mitigates dimensional collapse of representations in collaborative filtering. Our nCL aims to achieve geometric properties of \textsl{Alignment} and \textsl{Compactness} on the embedding space. In particular, the alignment tries to push together representations of positive-related user-item pairs, while compactness tends to find the optimal coding length of user/item embeddings, subject to a given distortion. More importantly, our nCL does not require data augmentation nor negative sampling during training, making it scalable to large datasets. Experimental results demonstrate the superiority of our nCL.
References in corpus (10)
- BPR: Bayesian Personalized Ranking from Implicit Feedback
- S^3-Rec: Self-Supervised Learning for Sequential Recommendation with Mutual Information Maximization
- Disentangled Graph Collaborative Filtering
- Improving Graph Collaborative Filtering with Neighborhood-enriched Contrastive Learning
- Parameterized Explainer for Graph Neural Network
- Towards Representation Alignment and Uniformity in Collaborative Filtering
- Are Graph Augmentations Necessary? Simple Graph Contrastive Learning for Recommendation
- Denoising Self-attentive Sequential Recommendation
- MixupExplainer: Generalizing Explanations for Graph Neural Networks with Data Augmentation
- Enhancing Transformers without Self-supervised Learning: A Loss Landscape Perspective in Sequential Recommendation