Balancing Embedding Spectrum for Recommendation
Shaowen Peng, Kazunari Sugiyama, Xin Liu, Tsunenori Mine

TL;DR
This paper introduces DirectSpec, a novel method to balance embedding spectrum in recommender systems, preventing collapse and improving representation quality, with demonstrated effectiveness on popular models.
Contribution
We propose DirectSpec, a new all pass filter approach to balance embedding spectrum, along with an enhanced variant DirectSpec+ and a connection to contrastive learning.
Findings
DirectSpec effectively prevents embedding collapse.
DirectSpec+ improves training with self-paced gradients.
Experimental results show superior performance over baselines.
Abstract
Modern recommender systems heavily rely on high-quality representations learned from high-dimensional sparse data. While significant efforts have been invested in designing powerful algorithms for extracting user preferences, the factors contributing to good representations have remained relatively unexplored. In this work, we shed light on an issue in the existing pair-wise learning paradigm (i.e., the embedding collapse problem), that the representations tend to span a subspace of the whole embedding space, leading to a suboptimal solution and reducing the model capacity. Specifically, optimization on observed interactions is equivalent to a low pass filter causing users/items to have the same representations and resulting in a complete collapse. While negative sampling acts as a high pass filter to alleviate the collapse by balancing the embedding spectrum, its effectiveness is only…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Topic Modeling
MethodsContrastive Learning · LightGCN
