paper-with-me

홈 › Papers

Autoregressive Models for Sequences of Graphs

2019-03-18 · Daniele Zambon, Daniele Grattarola, Lorenzo Livi, Cesare Alippi

This paper proposes an autoregressive (AR) model for sequences of graphs, which generalises traditional AR models. A first novelty consists in formalising the AR model for a very general family of graphs, characterised by a variable topology, and attributes associated with nodes and edges. A graph neural network (GNN) is also proposed to learn the AR function associated with the graph-generating process (GGP), and subsequently predict the next graph in a sequence. The proposed method is compared with four baselines on synthetic GGPs, denoting a significantly better performance on all considered problems.

📄 PDF Abstract BibTeX arXiv:1903.07299

Code (2)

dzambon/NGAR 공식 구현
dan-zam/NGAR

Tasks

Graph Neural Network

Similar Papers 제목 키워드 기반

Towards Fast Graph Generation via Autoregressive Noisy Filtration Modeling

2025-02-04 · Markus Krimmel, Jenna Wiens, Karsten Borgwardt, Dexiong Chen

Graph generative models often face a critical trade-off between learning complex distributions and achieving fast generation speed. We introduce Autoregressive Noisy Filtration Modeling (ANFM), a novel approach that addr…

Graph GenerationTopological Data Analysis

Flatten Graphs as Sequences: Transformers are Scalable Graph Generators

2025-02-04 · Dexiong Chen, Markus Krimmel, Karsten Borgwardt

We introduce AutoGraph, a novel autoregressive framework for generating large attributed graphs using decoder-only transformers. At the core of our approach is a reversible "flattening" process that transforms graphs int…

DecoderGraph GenerationLanguage ModelingLanguage Modelling+1

Scaling State-Space Models from Lines to Paragraphs: An Ablation of Mamba-based OCR

2026-06-22 · Merveilles Agbeti-Messan, Pierrick Tranouez, Stéphane Nicolas, Clément Chatelain 외 arxiv

End-to-end OCR increasingly relies on autoregressive sequence models, where the quadratic cost of Transformer attention limits efficient transcription of long, paragraph-level text. State-Space Models (SSMs) such as Mamb…

Scaling Novel Graph Generation via Lightweight Structure-Guided Autoregressive Models

2026-06-02 · Alessio Barboni, Massimiliano Lupo Pasini, Bishal Lakha, Edoardo Serra arxiv

Generating realistic and diverse graphs is a key problem in machine learning, with applications in molecular discovery, circuit design, cybersecurity, and beyond. However, current graph generative models remain limited b…

Graph Generation

Autoregressive Models for Knowledge Graph Generation

2026-02-06 · Thiviyan Thanapalasingam, Antonis Vozikis, Peter Bloem, Paul Groth arxiv

Knowledge Graph (KG) generation requires models to learn complex semantic dependencies between triples while maintaining domain validity constraints. Unlike link prediction, which scores triples independently, generative…

Computational EfficiencyGraph GenerationLink Prediction