paper-with-me

Papers

Hypergraph Diffusion for High-Order Recommender Systems

2025-01-28 · Darnbi Sakong, Thanh Trung Huynh, Jun Jo

Recommender systems rely on Collaborative Filtering (CF) to predict user preferences by leveraging patterns in historical user-item interactions. While traditional CF methods primarily focus on learning compact vector embeddings for users and items, graph neural network (GNN)-based approaches have emerged as a powerful alternative, utilizing the structure of user-item interaction graphs to enhance recommendation accuracy. However, existing GNN-based models, such as LightGCN and UltraGCN, often struggle with two major limitations: an inability to fully account for heterophilic interactions, where users engage with diverse item categories, and the over-smoothing problem in multi-layer GNNs, which hinders their ability to model complex, high-order relationships. To address these gaps, we introduce WaveHDNN, an innovative wavelet-enhanced hypergraph diffusion framework. WaveHDNN integrates a Heterophily-aware Collaborative Encoder, designed to capture user-item interactions across diverse categories, with a Multi-scale Group-wise Structure Encoder, which leverages wavelet transforms to effectively model localized graph structures. Additionally, cross-view contrastive learning is employed to maintain robust and consistent representations. Experiments on benchmark datasets validate the efficacy of WaveHDNN, demonstrating its superior ability to capture both heterophilic and localized structural information, leading to improved recommendation performance.

📄 PDF Abstract BibTeX arXiv:2501.16722

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringContrastive LearningGraph Neural NetworkRecommendation Systems

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Graph Neural Network 설명 없음
Focus 설명 없음
LightGCN LightGCN is a type of graph convolutional neural network (GCN), including only the most essential component in GCN (neighborhood…

Similar Papers 제목 키워드 기반

Handling Heterophily in Recommender Systems with Wavelet Hypergraph Diffusion

2025-01-24 · Darnbi Sakong, Thanh Tam Nguyen

Recommender systems are pivotal in delivering personalised user experiences across various domains. However, capturing the heterophily patterns and the multi-dimensional nature of user-item interactions poses significant…

Recommendation SystemsRepresentation Learning

HYGENE: A Diffusion-based Hypergraph Generation Method

2024-08-29 · Dorian Gailhard, Enzo Tartaglione, Lirida Naviner, Jhony H. Giraldo

Hypergraphs are powerful mathematical structures that can model complex, high-order relationships in various domains, including social networks, bioinformatics, and recommender systems. However, generating realistic and …

Graph Generation

HypeRS: Building a Hypergraph-driven ensemble Recommender System

2023-06-22 · Alireza Gharahighehi, Celine Vens, Konstantinos Pliakos

Recommender systems are designed to predict user preferences over collections of items. These systems process users' previous interactions to decide which items should be ranked higher to satisfy their desires. An ensemb…

Recommendation Systems

From Diffusion to Reaction-Diffusion: A Dynamical-Systems View of Oversmoothing in Hypergraph Neural Networks

2026-07-17 · Zhiheng Zhou, Mengyao Zhou, Yancheng Chen, Dengyi Zhao 외 arxiv

Higher-order couplings enhance the expressive power of hypergraph neural networks (HGNNs), but they also intensify representation collapse in deep propagation due to strong multi-way feature mixing. This work investigate…

Fair Multi-Stakeholder News Recommender System with Hypergraph ranking

2020-12-01 · Alireza Gharahighehi, Celine Vens, Konstantinos Pliakos

Recommender systems are typically designed to fulfill end user needs. However, in some domains the users are not the only stakeholders in the system. For instance, in a news aggregator website users, authors, magazines a…

Collaborative FilteringRecommendation Systems