paper-with-me

홈 › Papers

Towards Mitigating Dimensional Collapse of Representations in Collaborative Filtering

2023-12-29 · Huiyuan Chen, Vivian Lai, Hongye Jin, Zhimeng Jiang, Mahashweta Das, Xia Hu

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.

📄 PDF Abstract BibTeX arXiv:2312.17468

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringContrastive LearningData Augmentation

Methods 이 논문이 사용한 방법론

NCL 설명 없음

Similar Papers 제목 키워드 기반

Towards Understanding and Mitigating Dimensional Collapse in Heterogeneous Federated Learning

2022-10-01 · Yujun Shi, Jian Liang, Wenqing Zhang, Vincent Y. F. Tan 외

Federated learning aims to train models collaboratively across different clients without the sharing of data for privacy considerations. However, one major challenge for this learning paradigm is the {\em data heterogene…

Federated Learning

Stabilizing Self-Consuming Diffusion Models with Latent Space Filtering

2025-11-16 · Zhongteng Cai, Yaxuan Wang, Yang Liu, Xueru Zhang arxiv

As synthetic data proliferates across the Internet, it is often reused to train successive generations of generative models. This creates a ``self-consuming loop" that can lead to training instability or \textit{model co…

Mitigating the Popularity Bias of Graph Collaborative Filtering: A Dimensional Collapse Perspective

2023-09-21

Graph-based Collaborative Filtering (GCF) is widely used in personalized recommendation systems. However, GCF suffers from a fundamental problem where features tend to occupy the embedding space inefficiently (by spannin…

Collaborative FilteringRecommendation Systems

Mitigating the Popularity Bias of Graph Collaborative Filtering: A Dimensional Collapse Perspective

2023-09-21 · NeurIPS 2023 11

Graph-based Collaborative Filtering (GCF) is widely used in personalized recommendation systems. However, GCF suffers from a fundamental problem where features tend to occupy the embedding space inefficiently (by spannin…

Collaborative FilteringDiversityRecommendation Systems

Neural Fair Collaborative Filtering

2020-09-02 · Rashidul Islam, Kamrun Naher Keya, Ziqian Zeng, SHimei Pan 외

A growing proportion of human interactions are digitized on social media platforms and subjected to algorithmic decision-making, and it has become increasingly important to ensure fair treatment from these algorithms. In…

Collaborative FilteringDecision MakingRecommendation Systems