paper-with-me

홈 › Papers

Graph Transformer GANs for Graph-Constrained House Generation

2023-03-14 · CVPR 2023 1 · Hao Tang, Zhenyu Zhang, Humphrey Shi, Bo Li, Ling Shao, Nicu Sebe, Radu Timofte, Luc van Gool

We present a novel graph Transformer generative adversarial network (GTGAN) to learn effective graph node relations in an end-to-end fashion for the challenging graph-constrained house generation task. The proposed graph-Transformer-based generator includes a novel graph Transformer encoder that combines graph convolutions and self-attentions in a Transformer to model both local and global interactions across connected and non-connected graph nodes. Specifically, the proposed connected node attention (CNA) and non-connected node attention (NNA) aim to capture the global relations across connected nodes and non-connected nodes in the input graph, respectively. The proposed graph modeling block (GMB) aims to exploit local vertex interactions based on a house layout topology. Moreover, we propose a new node classification-based discriminator to preserve the high-level semantic and discriminative node features for different house components. Finally, we propose a novel graph-based cycle-consistency loss that aims at maintaining the relative spatial relationships between ground truth and predicted graphs. Experiments on two challenging graph-constrained house generation tasks (i.e., house layout and roof generation) with two public datasets demonstrate the effectiveness of GTGAN in terms of objective quantitative scores and subjective visual realism. New state-of-the-art results are established by large margins on both tasks.

📄 PDF Abstract BibTeX arXiv:2303.08225

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial NetworkHouse GenerationNode Classification

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
LapEigen 설명 없음
Laplacian PE Laplacian eigenvectors represent a natural generalization of the…
Adam 설명 없음
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Graph Transformer GANs with Graph Masked Modeling for Architectural Layout Generation

2024-01-15 · Hao Tang, Ling Shao, Nicu Sebe, Luc van Gool

We present a novel graph Transformer generative adversarial network (GTGAN) to learn effective graph node relations in an end-to-end fashion for challenging graph-constrained architectural layout generation tasks. The pr…

Generative Adversarial NetworkGraph Representation LearningLayout GenerationNode Classification+1

House-GAN: Relational Generative Adversarial Networks for Graph-constrained House Layout Generation

2020-03-16 · ECCV 2020 8 · Nelson Nauata, Kai-Hung Chang, Chin-Yi Cheng, Greg Mori 외

This paper proposes a novel graph-constrained generative adversarial network, whose generator and discriminator are built upon relational architecture. The main idea is to encode the constraint into the graph structure o…

DiversityGenerative Adversarial NetworkLayout Generation

Scalable Property Valuation Models via Graph-based Deep Learning

2024-05-10 · Enrique Riveros, Carla Vairetti, Christian Wegmann, Santiago Truffa 외

This paper aims to enrich the capabilities of existing deep learning-based automated valuation models through an efficient graph representation of peer dependencies, thus capturing intricate spatial relationships. In par…

Deep LearningGraph Neural Network

A Benchmark Analysis of Graph and Non-Graph Methods for Caenorhabditis Elegans Neuron Classification

2026-02-19 · Jingqi Lu, Keqi Han, Yun Wang, Lu Mi 외 arxiv

This study establishes a benchmark for Caenorhabditis elegans neuron classification, comparing four graph methods (GCN, GraphSAGE, GAT, GraphTransformer) against four non-graph methods (Logistic Regression, MLP, LOLCAT, …

Study of Constrained Network Structures for WGANs on Numeric Data Generation

2019-11-05 · Wei Wang, Chuang Wang, Tao Cui, Yue Li

Some recent studies have suggested using GANs for numeric data generation such as to generate data for completing the imbalanced numeric data. Considering the significant difference between the dimensions of the numeric …