paper-with-me

홈 › Papers

How Does Topology Bias Distort Message Passing? A Dirichlet Energy Perspective

2024-11-21 · Yanbiao Ji, Yue Ding, Dan Luo, Chang Liu, Yuxiang Lu, Xin Xin, Hongtao Lu

Graph-based recommender systems have achieved remarkable effectiveness by modeling high-order interactions between users and items. However, such approaches are significantly undermined by popularity bias, which distorts the interaction graph's structure, referred to as topology bias. This leads to overrepresentation of popular items, thereby reinforcing biases and fairness issues through the user-system feedback loop. Despite attempts to study this effect, most prior work focuses on the embedding or gradient level bias, overlooking how topology bias fundamentally distorts the message passing process itself. We bridge this gap by providing an empirical and theoretical analysis from a Dirichlet energy perspective, revealing that graph message passing inherently amplifies topology bias and consistently benefits highly connected nodes. To address these limitations, we propose Test-time Simplicial Propagation (TSP), which extends message passing to higher-order simplicial complexes. By incorporating richer structures beyond pairwise connections, TSP mitigates harmful topology bias and substantially improves the representation and recommendation of long-tail items during inference. Extensive experiments across five real-world datasets demonstrate the superiority of our approach in mitigating topology bias and enhancing recommendation quality.

📄 PDF Abstract BibTeX arXiv:2411.13892

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringFairnessRecommendation Systems

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

FMP: Toward Fair Graph Message Passing against Topology Bias

2022-02-08 · Zhimeng Jiang, Xiaotian Han, Chao Fan, Zirui Liu 외

Despite recent advances in achieving fair representations and predictions through regularization, adversarial debiasing, and contrastive learning in graph neural networks (GNNs), the working mechanism (i.e., message pass…

Contrastive LearningFairnessNode Classification

Cluster Attention for Graph Machine Learning

2026-04-08 · Oleg Platonov, Liudmila Prokhorenkova arxiv

Message Passing Neural Networks have recently become the most popular approach to graph machine learning tasks; however, their receptive field is limited by the number of message passing layers. To increase the receptive…

Community Detection

Graph Alignment Topology as an Inductive Bias for Grounding Detection

2026-05-21 · Paul Landes, Pranav Herur, Adam Cross, Jimeng Sun arxiv

Large Language Models (LLMs) are optimized to produce distributionally plausible continuations rather than to explicitly verify whether generated propositions are entailed by source documents. This inductive bias enables…

Graph Neural Network

PANDA: Expanded Width-Aware Message Passing Beyond Rewiring

2024-06-06 · Jeongwhan Choi, Sumin Park, Hyowon Wi, Sung-Bae Cho 외

Recent research in the field of graph neural network (GNN) has identified a critical issue known as "over-squashing," resulting from the bottleneck phenomenon in graph structures, which impedes the propagation of long-ra…

Graph ClassificationGraph Neural NetworkGraph RegressionNode Classification

Is Rewiring Actually Helpful in Graph Neural Networks?

2023-05-31 · Domenico Tortorella, Alessio Micheli

Graph neural networks compute node representations by performing multiple message-passing steps that consist in local aggregations of node features. Having deep models that can leverage longer-range interactions between …

Graph Classification