paper-with-me

홈 › Papers

Building Deep Graph Predictors with Graph Imitation Learning

2026-01-21 · André Eberhard, Gerhard Neumann, Pascal Friederich arxiv

Recent years have seen substantial progress in neural generation of text, images, and audio, supported by mature training pipelines and large-scale optimization. For graphs, however, comparable progress has been more limited. We attribute this gap to graph-specific optimization and representation challenges that undermine the effectiveness of training neural networks with backpropagation and gradient descent. We argue that representing graphs on a fixed-size Euclidean grid, as is common in recently proposed models for supervised graph prediction, may not be the optimal choice in these settings. To support our view, we provide an analysis of neural graph generation methods and identify theoretical challenges that lead to pitfalls when training neural networks to produce graphs as their output. Motivated by this analysis, we introduce \textbf{GRA}ph~\textbf{I}mitation~\textbf{L}earning~(GRAIL), a framework for training neural networks in supervised settings in which the supervision signal is a graph. GRAIL generates graphs sequentially through a Markov decision process over embeddings of partial graphs, thereby avoiding the representation issues associated with fixed-size grid graph representations. We empirically show that GRAIL achieves competitive results on supervised graph prediction across a comprehensive suite of 18 benchmarks, matching or surpassing state-of-the-art methods in several settings.

📄 PDF Abstract BibTeX arXiv:2601.15133

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Generation

Similar Papers 제목 키워드 기반

A Deep Learning Approach to the Prediction of Drug Side-Effects on Molecular Graphs

2022-11-30 · Pietro Bongini, Elisa Messori, Niccolò Pancino, Monica Bianchini

Predicting drug side-effects before they occur is a key task in keeping the number of drug-related hospitalizations low and to improve drug discovery processes. Automatic predictors of side-effects generally are not able…

Drug Discovery

Learning Counterfactually Invariant Predictors

2022-07-20 · Francesco Quinzan, Cecilia Casolo, Krikamol Muandet, Yucen Luo 외

Notions of counterfactual invariance (CI) have proven essential for predictors that are fair, robust, and generalizable in the real world. We propose graphical criteria that yield a sufficient condition for a predictor t…

counterfactualObject Recognition

Exploring the Potential of Large Language Models (LLMs) in Learning on Graphs

2023-07-07 · Zhikai Chen, Haitao Mao, Hang Li, Wei Jin 외

Learning on Graphs has attracted immense attention due to its wide real-world applications. The most popular pipeline for learning on graphs with textual node attributes primarily relies on Graph Neural Networks (GNNs), …

General KnowledgeNode Classification

Exploring the Potential of Large Language Models as Predictors in Dynamic Text-Attributed Graphs

2025-03-05 · Runlin Lei, Jiarui Ji, Haipeng Ding, Lu Yi 외

With the rise of large language models (LLMs), there has been growing interest in Graph Foundation Models (GFMs) for graph-based tasks. By leveraging LLMs as predictors, GFMs have demonstrated impressive generalizability…

Architecture Augmentation for Performance Predictor Based on Graph Isomorphism

2022-07-03 · Xiangning Xie, Yuqiao Liu, Yanan sun, Mengjie Zhang 외

Neural Architecture Search (NAS) can automatically design architectures for deep neural networks (DNNs) and has become one of the hottest research topics in the current machine learning community. However, NAS is often c…

Neural Architecture Search