Unveiling Contrastive Learning's Capability of Neighborhood Aggregation for Collaborative Filtering

๐Ÿ“… 2025-04-14
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
This work uncovers the intrinsic mechanism by which graph contrastive learning (GCL) implicitly performs neighborhood aggregation in collaborative filtering: we theoretically prove that its optimization objective is equivalent to gradient updates of graph convolutional layers. Addressing the limitation of existing GCL methodsโ€”whose neighborhood aggregation capability is hindered by suboptimal positive-pair construction (e.g., neglecting high-order neighbors or injecting noise)โ€”we propose LightCCF, a lightweight framework that explicitly steers high-quality neighborhood information aggregation via semantic-consistent positive-pair reconstruction. LightCCF features low computational complexity and robustness to over-smoothing. Empirical evaluation on three highly sparse public benchmark datasets demonstrates significant improvements in both recommendation accuracy and training efficiency. The implementation is publicly available.

Technology Category

Application Category

๐Ÿ“ Abstract
Personalized recommendation is widely used in the web applications, and graph contrastive learning (GCL) has gradually become a dominant approach in recommender systems, primarily due to its ability to extract self-supervised signals from raw interaction data, effectively alleviating the problem of data sparsity. A classic GCL-based method typically uses data augmentation during graph convolution to generates more contrastive views, and performs contrast on these new views to obtain rich self-supervised signals. Despite this paradigm is effective, the reasons behind the performance gains remain a mystery. In this paper, we first reveal via theoretical derivation that the gradient descent process of the CL objective is formally equivalent to graph convolution, which implies that CL objective inherently supports neighborhood aggregation on interaction graphs. We further substantiate this capability through experimental validation and identify common misconceptions in the selection of positive samples in previous methods, which limit the potential of CL objective. Based on this discovery, we propose the Light Contrastive Collaborative Filtering (LightCCF) method, which introduces a novel neighborhood aggregation objective to bring users closer to all interacted items while pushing them away from other positive pairs, thus achieving high-quality neighborhood aggregation with very low time complexity. On three highly sparse public datasets, the proposed method effectively aggregate neighborhood information while preventing graph over-smoothing, demonstrating significant improvements over existing GCL-based counterparts in both training efficiency and recommendation accuracy. Our implementations are publicly accessible.
Problem

Research questions and friction points this paper is trying to address.

Reveals CL's inherent neighborhood aggregation in graph convolution
Identifies misconceptions in positive sample selection limiting CL potential
Proposes LightCCF for efficient neighborhood aggregation in sparse datasets
Innovation

Methods, ideas, or system contributions that make the work stand out.

Graph contrastive learning for neighborhood aggregation
LightCCF method with novel aggregation objective
Prevents over-smoothing with low time complexity
๐Ÿ”Ž Similar Papers
No similar papers found.
Y
Yu Zhang
Anhui University, Hefei, China
Y
Yiwen Zhang
Anhui University, Hefei, China
Y
Yi Zhang
Anhui University, Hefei, China
Lei Sang
Lei Sang
Anhui University
Recommender SystemsData Mining
Y
Yun-Feng Yang
Swinburne University of Technology, Melbourne, Australia