Feature-Aware (Hyper)graph Generation via Next-Scale Prediction
arXiv:2506.01467
Abstract
Graph generative models perform well on small-scale structured data but struggle to scale to large, complex structures. Hierarchical approaches improve scalability but often ignore node and edge features, which are critical in real-world applications. In this paper, we propose FAHNES (feature-aware (hyper)graph generation via next-scale prediction), a hierarchical framework that jointly generates topology and features for graphs and hypergraphs. FAHNES progressively constructs the final sample through localized expansion and refinement, guided by a novel node budget controlling granularity and ensuring cross-scale consistency. Experiments on synthetic, 3D mesh, and graph point cloud datasets demonstrate competitive or state-of-the-art performance while uniquely scaling to large-scale graphs and hypergraphs with features. Our code is open source.