Graphs are everywhere. Whenever a delivery company models a road network, a power grid operator tracks the flow of electricity through a transmission system, or a telecom engineer maps how routers pass packets across the internet, the underlying data takes the same mathematical shape: a set of objects, called nodes, connected by edges that describe their relationships. This abstract but remarkably powerful representation is the backbone of modern artificial intelligence in transportation, networking, and energy systems. Yet the deep learning models designed to learn from graph data, known as graph neural networks, have long suffered from two stubborn bottlenecks that a new survey in Artificial Intelligence Review now tackles head on.
The first bottleneck concerns the graphs themselves. Graph neural networks derive their expressive power from the quality of the graph structures they are given, but in the real world those structures are frequently noisy, incomplete, or in some cases entirely unavailable. A road network may contain erroneous connections recorded by faulty sensors, a communication network may be only partially observed, and many applications, such as certain molecular or social tasks, provide feature data without any explicit relational structure at all. If the graph fed into the model is flawed, the learned representations will be flawed as well, no matter how sophisticated the architecture may be. The second bottleneck is architectural: GNNs have historically been designed by hand, in a heuristic manner that requires specialist knowledge of both the domain and the model class, and manual design inevitably explores only a small fraction of the possible design space, leading to sub-optimal performance.
A team of researchers led by Yufeng Wang and Xinyi Wang of Nanjing University of Posts and Telecommunications, together with Jianhua Ma of Hosei University and Qun Jin of Waseda University, published a comprehensive survey on 23 September 2026 that addresses these twin challenges through a unified framework. Their work, titled Automated graph construction and graph neural network search, integrates two research threads that have largely evolved in parallel: graph structure learning, which attempts to construct or repair the graph itself, and graph neural architecture search, abbreviated GNAS, which automates the design of the network that processes it. By placing both inside a single pipeline for downstream tasks, the survey offers what the authors describe as a thoughtful insight into automated representation learning from the perspective of both the data, that is the graph structure, and the models, that is the automatically discovered GNN architectures.
The technical heart of the survey lies in its systematic categorization of graph structure learning paradigms. The authors divide the field into two broad families. Task-agnostic heuristic based strategies attempt to build or refine graph structures without direct reference to a specific downstream objective, often relying on similarity measures, k-nearest-neighbor constructions, or domain-specific rules that capture plausible relationships between nodes. These methods are flexible and reusable, but they carry no guarantee that the resulting structure is optimal for the prediction, classification, fault detection, or decision-making task the practitioner ultimately cares about. Task-aware, end-to-end learning based strategies, by contrast, treat the graph structure itself as a set of learnable parameters. The adjacency information is optimized jointly with the GNN weights against the loss function of the actual task, allowing the model to discover precisely those connections that improve predictive performance. The price of this adaptivity is higher computational cost and a greater risk of overfitting, especially when the number of candidate edges grows quadratically with the number of nodes.
The second pillar of the survey is a synthesis of graph neural architecture search, a discipline descended from the broader field of neural architecture search that transformed the design of convolutional and recurrent networks. The authors organize GNAS research around four technical dimensions. The first is the search space, which they split into micro and macro levels. The micro search space defines the possible individual GNN operations, such as graph convolution, graph attention, or message-passing variants, along with their aggregation functions and activation choices. The macro search space defines how these operations are wired together into complete architectures, ranging from fixed layer stacks to flexible multi-branch topologies. The choice of search space fundamentally determines which architectures can ever be discovered, making it the most consequential decision in any GNAS system.
The second dimension is architecture embedding, the mechanism by which candidate architectures are encoded so that a search algorithm can manipulate them. Some approaches encode architectures as discrete strings or graphs, while others employ continuous relaxations in which the discrete choice among operations is replaced by a weighted mixture, allowing gradient descent to optimize the mixture weights directly. This relaxation technique, popularized in earlier architecture search work, dramatically reduces search cost but introduces its own complications, including the risk that the continuously relaxed architecture performs poorly once the mixture is collapsed back to a single discrete model.
The third dimension covers search strategies, the algorithms that navigate the space of candidate architectures. The survey synthesizes approaches based on reinforcement learning, in which a controller is rewarded for architectures that perform well on a validation task; evolutionary algorithms, which maintain and evolve populations of candidate designs; differentiable methods that rely on gradient information; and Bayesian optimization or other surrogate-guided techniques. Each strategy occupies a different point on the trade-off curve between search cost and the quality of the final architecture, and the authors carefully analyze the applicability and limitations of each family within the graph domain, where evaluating a single candidate can be far more expensive than in conventional image classification settings.
The fourth dimension is performance evaluation methodology. Because a full training run for every candidate architecture would be prohibitively expensive, GNAS systems rely on shortcuts such as training for only a few epochs, training on reduced subsets of data, or learning a performance predictor that estimates a candidate’s value from its embedding. The fidelity of these estimators, and the degree to which a cheap proxy ranking matches the ranking a fully trained model would achieve, is a persistent source of error in architecture search, and the survey devotes attention to how graph-specific properties, such as varying graph sizes and sparse connectivity, complicate evaluation further.
Perhaps the most conceptually interesting contribution is the outline of interaction paradigms between graph structure learning and GNAS. Because the graph and the architecture are both learned rather than fixed, they can influence each other in different ways. In loosely coupled designs, the structure is learned first and then handed to the architecture search, or vice versa, while in tightly coupled designs the two processes are optimized jointly, so that the emerging architecture co-adapts to the emerging graph and the graph co-adapts to the architecture. The survey analyzes these interaction patterns and identifies open issues that remain unresolved, from the scalability of joint optimization to the theoretical understanding of when learned structures genuinely improve downstream generalization. The research was sponsored by the QingLan Project of Jiangsu Province and the Jiangsu Provincial Key Research and Development Program, and the article is published open access under a Creative Commons Attribution 4.0 license.
For practitioners, the significance of this unified view is hard to overstate. Automated machine learning has already reshaped how vision and language models are built, and this survey signals that graph-based AI is following the same trajectory. As demand grows for intelligent systems that understand physical infrastructure, from smart grids and traffic management to fault detection in communication networks, the ability to automatically construct the right graph and automatically discover the right network architecture could lower the barrier to deploying state-of-the-art graph intelligence in domains where human expertise is scarce. The survey does not claim to have solved these problems, but by mapping the landscape of graph structure learning and graph neural architecture search into a common pipeline, it gives researchers a coherent framework for the next generation of automated graph representation learning, where both the data and the model learn to build themselves.
Subject of Research: Automated graph construction and graph neural architecture search for graph representation learning
Article Title: Automated graph construction and graph neural network search: a survey
Article References: Wang, Y., Wang, X., Ma, J., & Jin, Q. (2026). Automated graph construction and graph neural network search: a survey. Artificial Intelligence Review. https://doi.org/10.1007/s10462-026-11710-7
Image Credits: AI Generated
DOI: 10.1007/s10462-026-11710-7
Keywords: graph neural networks, graph structure learning, neural architecture search, automated machine learning, deep learning, graph representation learning, search strategies, artificial intelligence, message passing, performance evaluation, survey, graph theory
Cite Scienmag News
Blake Davidson. (September 23, 2026). Teaching Machines to Build Their Own Graphs: A New Survey Maps the Road to Automated Graph AI. Scienmag. https://scienmag.com/teaching-machines-to-build-their-own-graphs-a-new-survey-maps-the-road-to-automated-graph-ai/
Blake Davidson. "Teaching Machines to Build Their Own Graphs: A New Survey Maps the Road to Automated Graph AI." Scienmag, 23 September 2026, https://scienmag.com/teaching-machines-to-build-their-own-graphs-a-new-survey-maps-the-road-to-automated-graph-ai/. Accessed 23 September 2026.
Blake Davidson. "Teaching Machines to Build Their Own Graphs: A New Survey Maps the Road to Automated Graph AI." Scienmag. September 23, 2026. https://scienmag.com/teaching-machines-to-build-their-own-graphs-a-new-survey-maps-the-road-to-automated-graph-ai/








