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

Yue Ding (Baidu) · Chang Liu (Peking University) · Yanbiao Ji (Shanghai Jiao Tong University) · Dan Luo (Adobe Inc.) · Yuxiang Lu (The University of Hong Kong) · Xin Xin (University of Glasgow) · Hongtao Lu (Shanghai Jiao Tong University)
bias mitigationdirichlet energyempirical analysisgraph-based recommender systemsinteraction graphlong-tail itemsmessage passing processpopularity biasrecommendation qualityrepresentation improvementsimplicial complexestest-time simplicial propagationtheoretical analysistopology biasuser-system feedback loop

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. The implementation code is available at https://github.com/sotaagi/TSP.