paper-with-me

홈 › Papers

Generalizable Cross-Graph Embedding for GNN-based Congestion Prediction

2021-11-10 · Amur Ghose, Vincent Zhang, Yingxue Zhang, Dong Li, Wulong Liu, Mark Coates

Presently with technology node scaling, an accurate prediction model at early design stages can significantly reduce the design cycle. Especially during logic synthesis, predicting cell congestion due to improper logic combination can reduce the burden of subsequent physical implementations. There have been attempts using Graph Neural Network (GNN) techniques to tackle congestion prediction during the logic synthesis stage. However, they require informative cell features to achieve reasonable performance since the core idea of GNNs is built on the message passing framework, which would be impractical at the early logic synthesis stage. To address this limitation, we propose a framework that can directly learn embeddings for the given netlist to enhance the quality of our node features. Popular random-walk based embedding methods such as Node2vec, LINE, and DeepWalk suffer from the issue of cross-graph alignment and poor generalization to unseen netlist graphs, yielding inferior performance and costing significant runtime. In our framework, we introduce a superior alternative to obtain node embeddings that can generalize across netlist graphs using matrix factorization methods. We propose an efficient mini-batch training method at the sub-graph level that can guarantee parallel training and satisfy the memory restriction for large-scale netlists. We present results utilizing open-source EDA tools such as DREAMPLACE and OPENROAD frameworks on a variety of openly available circuits. By combining the learned embedding on top of the netlist with the GNNs, our method improves prediction performance, generalizes to new circuit lines, and is efficient in training, potentially saving over $90 \%$ of runtime.

📄 PDF Abstract BibTeX arXiv:2111.05941

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
DeepWalk DeepWalk learns embeddings (social representations) of a graph's vertices, by modeling a stream of short random walks. Social representations are latent features of the…
LINE 설명 없음

Similar Papers 제목 키워드 기반

Learning-Assisted Congestion-Aware Route Scheduling for Semiconductor Fab Material Control Systems

2026-08-31 · Hao Yin, Meiqi Tu, Anbang Liu, Shaochong Lin 외 arxiv

Automated material handling systems in semiconductor fabs are operated by a material control system (MCS) that must schedule a relay route for every transport command online, before execution. This is a data-driven sched…

VeriLoC: Line-of-Code Level Prediction of Hardware Design Quality from Verilog Code

2025-06-08 · Raghu Vamshi Hemadri, Jitendra Bhandari, Johann Knechtel, Badri P Gopalan 외

Modern chip design is complex, and there is a crucial need for early-stage prediction of key design-quality metrics like timing and routing congestion directly from Verilog code (a commonly used programming language for …

Code GenerationPrediction

LHNN: Lattice Hypergraph Neural Network for VLSI Congestion Prediction

2022-03-24 · Bowen Wang, Guibao Shen, Dong Li, Jianye Hao 외

Precise congestion prediction from a placement solution plays a crucial role in circuit placement. This work proposes the lattice hypergraph (LH-graph), a novel graph formulation for circuits, which preserves netlist dat…

Graph Neural NetworkPredictionregression

Spatio-Temporal Graph Neural Point Process for Traffic Congestion Event Prediction

2023-11-15 · Guangyin Jin, Lingbo Liu, Fuxian Li, Jincai Huang

Traffic congestion event prediction is an important yet challenging task in intelligent transportation systems. Many existing works about traffic prediction integrate various temporal encoders and graph convolution netwo…

Graph LearningPredictionTraffic Prediction

Model Graph Inductive Learning for Knowledge Graph Completion

2026-06-15 · Mohommad Esmaei Khani, Mahdieh Hasheminejad, Ali Taherkhani, Hossein Hajiabolhassan arxiv

Link prediction in knowledge graphs fundamentally depends on the quality of learned embeddings for entities and relations. However, most existing methods derive these embeddings by aggregating only the local neighborhood…

Knowledge Graph CompletionInductive Link PredictionKnowledge Graphs