EAAI Journal 2025 Journal Article
Adaptive graph attention networks with interactive learning for attributed graph clustering
- Weiwei Duan
- Luping Ji
- Lijun Wu
- Qi Deng
- Zhiyuan Li
Attributed graph clustering aims to classify nodes into distinct clusters by learning graph embeddings from both graph structures and node attributes. Recently, methods based on graph neural networks have demonstrated their effectiveness through a two-stage process, i. e. , first obtaining graph embeddings and then performing clustering. However, due to the independence of each stage, the graph embeddings obtained by these methods are not specifically designed for attributed graph clustering. To address this issue, we propose a new artificial intelligence scheme, the Adaptive Graph Attention Networks with Interactive Learning (AGAT-IL). In our scheme, it effectively integrates graph feature learning with clustering in an interactive framework. In detail, we design Laplacian Smoothing Filters to alleviate the high-frequency disturbances in node attributes. Then, an Adaptive Graph Attention Encoder with modularity maximization is proposed to obtain high-quality graph embeddings tailored for clustering. Furthermore, we design an Interactive Learning Unit based on the Kullback–Leibler divergence to further optimize graph embeddings according to the clustering results. To our best knowledge, the proposed AGAT-IL is the first work to enhance graph feature learning through interactive learning. The extensive experiments on four benchmark datasets show the superiority of our AGAT-IL over state-of-the-art methods, almost 3% higher than the best F1 on each dataset. Our codes are available at https: //github. com/MrDec/AGAT-IL.