paper-with-me

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 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. To maintain the relative spatial relationships between ground truth and predicted graphs, we also propose a novel graph-based cycle-consistency loss. Finally, we propose a novel self-guided pre-training method for graph representation learning. This approach involves simultaneous masking of nodes and edges at an elevated mask ratio (i.e., 40%) and their subsequent reconstruction using an asymmetric graph-centric autoencoder architecture. This method markedly improves the model's learning proficiency and expediency. Experiments on three challenging graph-constrained architectural layout generation tasks (i.e., house layout generation, house roof generation, and building layout generation) with three public datasets demonstrate the effectiveness of the proposed method in terms of objective quantitative scores and subjective visual realism. New state-of-the-art results are established by large margins on these three tasks.

📄 PDF Abstract BibTeX arXiv:2401.07721

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial NetworkGraph Representation LearningLayout GenerationNode ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
LapEigen 설명 없음

Similar Papers 제목 키워드 기반

Self-distilled Masked Attention guided masked image modeling with noise Regularized Teacher (SMART) for medical image analysis

2023-10-02 · Jue Jiang, Aneesh Rangnekar, Chloe Min Seo Choi, Harini Veeraraghavan

Pretraining vision transformers (ViT) with attention guided masked image modeling (MIM) has shown to increase downstream accuracy for natural image analysis. Hierarchical shifted window (Swin) transformer, often used in …

Computed Tomography (CT)Medical Image Analysis

MG-BERT: Multi-Graph Augmented BERT for Masked Language Modeling

2021-06-01 · NAACL (TextGraphs) 2021 6 · Parishad BehnamGhader, Hossein Zakerinia, Mahdieh Soleymani Baghshah

Pre-trained models like Bidirectional Encoder Representations from Transformers (BERT), have recently made a big leap forward in Natural Language Processing (NLP) tasks. However, there are still some shortcomings in the …

Knowledge GraphsLanguage ModelingLanguage ModellingMasked Language Modeling+1

A character-based steganography using masked language modeling

2024-01-15 · IEEE Access 2024 1 · Emir Öztürk, Andaç Şahin Mesut, Özlem Aydın Fidan

In this study, a steganography method based on BERT transformer model is proposed for hiding text data in cover text. The aim is to hide information by replacing specific words within the text using BERT’s masked languag…

Language ModelingLanguage ModellingMasked Language ModelingSemantic Similarity+1

Graph Masked Autoencoders with Transformers

2022-02-17 · Sixiao Zhang, Hongxu Chen, Haoran Yang, Xiangguo Sun 외

Recently, transformers have shown promising performance in learning graph representations. However, there are still some challenges when applying transformers to real-world scenarios due to the fact that deep transformer…

DecoderGraph ClassificationNode Classification

Masked BRep Autoencoder via Hierarchical Graph Transformer

2026-03-16 · Yifei Li, Kang Wu, Wenming Wu, Xiao-Ming Fu arxiv

We introduce a novel self-supervised learning framework that automatically learns representations from input computer-aided design (CAD) models for downstream tasks, including part classification, modeling segmentation, …

Self-Supervised LearningRepresentation LearningGraph Neural Network