GAT-Steiner: Rectilinear Steiner Minimal Tree Prediction Using GNNs
Bugra Onal, Eren Dogan, Muhammad Hadir Khan, Matthew R. Guthaus
TL;DR
GAT-Steiner tackles the NP-hard Rectilinear Steiner Minimum Tree problem by predicting Steiner points with a Graph Attention Network on Hanan-grid representations, enabling parallel GPU inference. The approach achieves near-perfect Steiner-point accuracy (random nets ~$99.992\%$, ISPD19 ~$99.909\%$) with sub-percent increases in wire length on suboptimal nets ($0.420\%$ random, $0.480\%$ ISPD19) and substantial runtime speedups over traditional solvers (average ~$9.363\×$ over GeoSteiner, up to ~$24.305\×$ for smaller nets). It uses disjoint batching to process multiple nets concurrently, and includes a lightweight non-Steiner refinement to mitigate degree-2 mispredictions without compromising efficiency. Overall, GAT-Steiner demonstrates that learned GNN models can robustly and efficiently accelerate RSMT prediction in VLSI routing pipelines, with practical benefits for large-scale design flows.
Abstract
The Rectilinear Steiner Minimum Tree (RSMT) problem is a fundamental problem in VLSI placement and routing and is known to be NP-hard. Traditional RSMT algorithms spend a significant amount of time on finding Steiner points to reduce the total wire length or use heuristics to approximate producing sub-optimal results. We show that Graph Neural Networks (GNNs) can be used to predict optimal Steiner points in RSMTs with high accuracy and can be parallelized on GPUs. In this paper, we propose GAT-Steiner, a graph attention network model that correctly predicts 99.846% of the nets in the ISPD19 benchmark with an average increase in wire length of only 0.480% on suboptimal wire length nets. On randomly generated benchmarks, GAT-Steiner correctly predicts 99.942% with an average increase in wire length of only 0.420% on suboptimal wire length nets.
