paper-with-me

홈 › Papers

Learning-based Directed Graph Abstraction of Combinatorial Spaces for Order-Preserving Search in Mixed-Combinatorial Nonlinear Optimization

2026-05-31 · Gishnu Madhu, Feng Liu, Souma Chowdhury arxiv

Mixed-combinatorial nonlinear programming (MCNLP) problems arise in many engineering design and planning applications, e.g., due to categorical, component, and geometric design choices, as well as joint task and motion planning. Traditional representations of combinatorial spaces, such as integer or binary encoding, often introduce spurious relations, increase dimensionality, and require additional compatibility constraints. Instead, this paper draws on recent developments in robot planning and vehicle/network routing domains that aim to learn search heuristics over combinatorial spaces using graph neural networks (GNNs). More specifically, this paper presents a first-of-its-kind structured abstraction of the combinatorial space by learning a mapping from an undirected fully connected graph of combinations to a directed graph indicating improvement directions using an Edge Field Graph Network (EFGN). To demonstrate the utility of this new way of abstracting the combinatorial space in solving MCNLPs, we adopt a recent optimization framework that purely searches over the non-combinatorial (e.g., continuous) variables and retrieves the best-suited combination for each candidate design by using the abstraction model, akin to a recommender system. The presented direction-aware abstraction model provides a potentially more scalable and interpretable retrieval of combinations compared to the original recommendation system in that framework. For evaluation, the proposed method is integrated with a well-known particle swarm optimization and genetic algorithm solvers on three benchmark nonlinear problems with varying numbers of combinations and variables. Compared to baseline solvers using indexified combinations, the GNN-based recommender consistently achieves better mean optimum values and robustness across multiple runs.

📄 PDF Abstract BibTeX arXiv:2606.01425

Code (0)

등록된 구현이 없습니다.

Tasks

Motion Planning

Similar Papers 제목 키워드 기반

Higher-Order Topological Directionality and Directed Simplicial Neural Networks

2024-09-12 · Manuel Lecha, Andrea Cavallo, Francesca Dominici, Elvin Isufi 외

Topological Deep Learning (TDL) has emerged as a paradigm to process and learn from signals defined on higher-order combinatorial topological spaces, such as simplicial or cell complexes. Although many complex systems ha…

Characterizing Flow Complexity in Transportation Networks using Graph Homology

2024-03-09 · Shashank A Deshpande, Hamsa Balakrishnan

Series-parallel network topologies generally exhibit simplified dynamical behavior and avoid high combinatorial complexity. A comprehensive analysis of how flow complexity emerges with a graph's deviation from series-par…

Topological Deep Learning: Going Beyond Graph Data

2022-06-01 · Mustafa Hajij, Ghada Zamzmi, Theodore Papamarkou, Nina Miolane 외

Topological deep learning is a rapidly growing field that pertains to the development of deep learning models for data supported on topological domains such as simplicial complexes, cell complexes, and hypergraphs, which…

Deep LearningGraph Learning

Directed Semi-Simplicial Learning with Applications to Brain Activity Decoding

2025-05-23 · Manuel Lecha, Andrea Cavallo, Francesca Dominici, Ran Levi 외

Graph Neural Networks (GNNs) excel at learning from pairwise interactions but often overlook multi-way and hierarchical relationships. Topological Deep Learning (TDL) addresses this limitation by leveraging combinatorial…

Node ClassificationRepresentation Learning

DGA$_2$D: Directed Graph-Guided Automated Algorithm Design with Large Language Models

2026-08-01 · Jiale Zhao, Zimu Chen, Sirui Mao, Wentao Yang 외 arxiv

The rapid development of Large Language Models (LLMs) has opened new avenues for Automated Heuristic Design (AHD) for solving NP-hard combinatorial optimization problems (COPs). However, existing LLM-driven AHD methods a…