LGFeb 9

Bridging Academia and Industry: A Comprehensive Benchmark for Attributed Graph Clustering

arXiv:2602.08519v12 citationsh-index: 4Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of unrealistic evaluation in AGC for researchers and practitioners, though it is incremental as it builds on existing methods with new benchmarks and tools.

The paper tackles the gap between academic research and real-world deployment in Attributed Graph Clustering (AGC) by introducing PyAGC, a comprehensive benchmark and library that includes 12 diverse datasets (2.7K to 111M nodes), memory-efficient implementations, and a holistic evaluation protocol, tested in industrial workflows at Ant Group.

Attributed Graph Clustering (AGC) is a fundamental unsupervised task that integrates structural topology and node attributes to uncover latent patterns in graph-structured data. Despite its significance in industrial applications such as fraud detection and user segmentation, a significant chasm persists between academic research and real-world deployment. Current evaluation protocols suffer from the small-scale, high-homophily citation datasets, non-scalable full-batch training paradigms, and a reliance on supervised metrics that fail to reflect performance in label-scarce environments. To bridge these gaps, we present PyAGC, a comprehensive, production-ready benchmark and library designed to stress-test AGC methods across diverse scales and structural properties. We unify existing methodologies into a modular Encode-Cluster-Optimize framework and, for the first time, provide memory-efficient, mini-batch implementations for a wide array of state-of-the-art AGC algorithms. Our benchmark curates 12 diverse datasets, ranging from 2.7K to 111M nodes, specifically incorporating industrial graphs with complex tabular features and low homophily. Furthermore, we advocate for a holistic evaluation protocol that mandates unsupervised structural metrics and efficiency profiling alongside traditional supervised metrics. Battle-tested in high-stakes industrial workflows at Ant Group, this benchmark offers the community a robust, reproducible, and scalable platform to advance AGC research towards realistic deployment. The code and resources are publicly available via GitHub (https://github.com/Cloudy1225/PyAGC), PyPI (https://pypi.org/project/pyagc), and Documentation (https://pyagc.readthedocs.io).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes