Skip to content

Author

Soohyun Lim

1 paper indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Book Open access Jul 2026

Graph Diffusion Gated Embeddings for Recommender Systems

Modern large-scale recommender systems rely on dense user and item embeddings, but using a full embedding table requires a large number of parameters. To reduce this cost, hashing tricks are commonly used to compress embedding tables. However, collisions and hard bucket assignments can degrade both performance and personalization. We introduce Graph Diffusion Gated Embeddings (GDE), which precompute multi-scale, type-separated heat-kernel diffusions from a small set of user/item seeds (via HK-relax) and convert them into degree-corrected probabilistic gating distributions. These gates mix a compact set of learnable seed-cluster embeddings to form node representations. Ablations show that the cross-only variant (cGDE), which uses only cross-type gating, achieves the strongest performance. Across both Top-K retrieval and click through rate prediction tasks, cGDE outperforms hashing-based baseline methods. Our code is available at https://github.com/latent-x/Graph-Diffusion-Gated-Embeddings-for-Recommender-Systems.

Seung-Chal Lee, Taeyoung Roh, Jiho Seo et al. · 0 citations