Leveraging Member-Group Relations via Multi-View Graph Filtering for Effective Group Recommendation
Chae-Hyun Kim, Yoon-Ryung Choi, Jin-Duk Park, Won-Yong Shin
TL;DR
This work tackles the challenge of group recommendations without expensive training by introducing Group-GF, a training-free approach based on multi-view graph filtering. It constructs two augmented item similarity graphs and one unified graph from member-, group-, and member-group interactions, learns distinct polynomial filters for each, and aggregates them to predict group-level scores, with a theoretical linkage to smoothness regularization. Empirically, Group-GF achieves state-of-the-art accuracy across three benchmarks while delivering substantial speedups due to simple matrix operations and training-free design. The approach enables fast, scalable group recommendations that effectively capture complex member-group dynamics.
Abstract
Group recommendation aims at providing optimized recommendations tailored to diverse groups, enabling groups to enjoy appropriate items. On the other hand, most existing group recommendation methods are built upon deep neural network (DNN) architectures designed to capture the intricate relationships between member-level and group-level interactions. While these DNN-based approaches have proven their effectiveness, they require complex and expensive training procedures to incorporate group-level interactions in addition to member-level interactions. To overcome such limitations, we introduce Group-GF, a new approach for extremely fast recommendations of items to each group via multi-view graph filtering (GF) that offers a holistic view of complex member-group dynamics, without the need for costly model training. Specifically, in Group-GF, we first construct three item similarity graphs manifesting different viewpoints for GF. Then, we discover a distinct polynomial graph filter for each similarity graph and judiciously aggregate the three graph filters. Extensive experiments demonstrate the effectiveness of Group-GF in terms of significantly reducing runtime and achieving state-of-the-art recommendation accuracy.
