paper-with-me

Papers

MazeNet: An Accurate, Fast, and Scalable Deep Learning Solution for Steiner Minimum Trees

2024-10-24 · Gabriel Díaz Ramos, Toros Arikan, Richard G. Baraniuk

The Obstacle Avoiding Rectilinear Steiner Minimum Tree (OARSMT) problem, which seeks the shortest interconnection of a given number of terminals in a rectilinear plane while avoiding obstacles, is a critical task in integrated circuit design, network optimization, and robot path planning. Since OARSMT is NP-hard, exact algorithms scale poorly with the number of terminals, leading practical solvers to sacrifice accuracy for large problems. We propose MazeNet, a deep learning-based method that learns to solve the OARSMT from data. MazeNet reframes OARSMT as a maze-solving task that can be addressed with a recurrent convolutional neural network (RCNN). A key hallmark of MazeNet is its scalability: we only need to train the RCNN blocks on mazes with a small number of terminals; larger mazes can be solved by replicating the same pre-trained blocks to create a larger network. Across a wide range of experiments, MazeNet achieves perfect OARSMT-solving accuracy, significantly reduces runtime compared to classical exact algorithms, and can handle more terminals than state-of-the-art approximate algorithms.

📄 PDF Abstract BibTeX arXiv:2410.18832

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

NeuroSteiner: A Graph Transformer for Wirelength Estimation

2024-07-04 · Sahil Manchanda, Dana Kianfar, Markus Peschl, Romain Lepert 외

A core objective of physical design is to minimize wirelength (WL) when placing chip components on a canvas. Computing the minimal WL of a placement requires finding rectilinear Steiner minimum trees (RSMTs), an NP-hard …

Navigate

SteinerSQL: Graph-Guided Mathematical Reasoning for Text-to-SQL Generation

2025-09-23 · Xutao Mao, Tao Liu, Hongying Zan arxiv

Large Language Models (LLMs) struggle with complex Text-to-SQL queries that demand both sophisticated mathematical reasoning and intricate schema navigation. Existing methods often tackle these challenges in isolation, c…

Mathematical Reasoning

Fast ML-driven Analog Circuit Layout using Reinforcement Learning and Steiner Trees

2024-05-27 · Davide Basso, Luca Bortolussi, Mirjana Videnovic-Misic, Husni Habal

This paper presents an artificial intelligence driven methodology to reduce the bottleneck often encountered in the analog ICs layout phase. We frame the floorplanning problem as a Markov Decision Process and leverage re…

Nearly Optimal Steiner Trees using Graph Neural Network Assisted Monte Carlo Tree Search

2023-04-30 · Reyan Ahmed, Mithun Ghosh, Kwang-Sung Jun, Stephen Kobourov

Graph neural networks are useful for learning problems, as well as for combinatorial and graph problems such as the Subgraph Isomorphism Problem and the Traveling Salesman Problem. We describe an approach for computing S…

Graph Neural NetworkTraveling Salesman Problem

Submarine Cable Network Design for Regional Connectivity

2022-01-15 · Tianjiao Wang, Zengfu Wang, Bill Moran, Moshe Zukerman

This paper optimizes path planning for a trunkand-branch topology network in an irregular 2-dimensional manifold embedded in 3-dimensional Euclidean space with application to submarine cable network planning. We go beyon…

Steiner Tree Problem