๐ค AI Summary
Existing GAE/VGAE models suffer from critical limitations in scalability, directed graph modeling, dynamic graph support, structural expressiveness, and multi-task synergy (e.g., community detection and link prediction), hindering industrial deployment. To address these challenges, we propose an industrial-grade graph autoencoder framework tailored for music recommendation. Our approach introduces the first directed-graph variant of Gravity-Inspired GAE/VGAE; designs a scalable training strategy leveraging graph degeneration and random subgraph decodingโenabling efficient learning on graphs with millions of nodes and edges; adopts linear encoders for computational efficiency; and incorporates a modularity-aware joint optimization mechanism to simultaneously enhance community detection and link prediction. Evaluated on the Deezer dataset, our method significantly improves cold-start artist ranking, strengthens cross-cultural genre modeling, and achieves high-precision discovery and recommendation of semantically similar music items within coherent communities.
๐ Abstract
Graph autoencoders (GAE) and variational graph autoencoders (VGAE) emerged as two powerful groups of unsupervised node embedding methods, with various applications to graph-based machine learning problems such as link prediction and community detection. Nonetheless, at the beginning of this Ph.D. project, GAE and VGAE models were also suffering from key limitations, preventing them from being adopted in the industry. In this thesis, we present several contributions to improve these models, with the general aim of facilitating their use to address industrial-level problems involving graph representations. Firstly, we propose two strategies to overcome the scalability issues of previous GAE and VGAE models, permitting to effectively train these models on large graphs with millions of nodes and edges. These strategies leverage graph degeneracy and stochastic subgraph decoding techniques, respectively. Besides, we introduce Gravity-Inspired GAE and VGAE, providing the first extensions of these models for directed graphs, that are ubiquitous in industrial applications. We also consider extensions of GAE and VGAE models for dynamic graphs. Furthermore, we argue that GAE and VGAE models are often unnecessarily complex, and we propose to simplify them by leveraging linear encoders. Lastly, we introduce Modularity-Aware GAE and VGAE to improve community detection on graphs, while jointly preserving good performances on link prediction. In the last part of this thesis, we evaluate our methods on several graphs extracted from the music streaming service Deezer. We put the emphasis on graph-based music recommendation problems. In particular, we show that our methods can improve the detection of communities of similar musical items to recommend to users, that they can effectively rank similar artists in a cold start setting, and that they permit modeling the music genre perception across cultures.