paper-with-me

홈 › Papers

LayoutGMN: Neural Graph Matching for Structural Layout Similarity

2020-12-11 · CVPR 2021 1 · Akshay Gadi Patil, Manyi Li, Matthew Fisher, Manolis Savva, Hao Zhang

We present a deep neural network to predict structural similarity between 2D layouts by leveraging Graph Matching Networks (GMN). Our network, coined LayoutGMN, learns the layout metric via neural graph matching, using an attention-based GMN designed under a triplet network setting. To train our network, we utilize weak labels obtained by pixel-wise Intersection-over-Union (IoUs) to define the triplet loss. Importantly, LayoutGMN is built with a structural bias which can effectively compensate for the lack of structure awareness in IoUs. We demonstrate this on two prominent forms of layouts, viz., floorplans and UI designs, via retrieval experiments on large-scale datasets. In particular, retrieval results by our network better match human judgement of structural layout similarity compared to both IoUs and other baselines including a state-of-the-art method based on graph neural networks and image convolution. In addition, LayoutGMN is the first deep model to offer both metric learning of structural layout similarity and structural matching between layout elements.

📄 PDF Abstract BibTeX arXiv:2012.06547

Code (1)

akshaygadipatil/LayoutGMN-pytorch pytorch

Tasks

Graph MatchingMetric LearningRetrievalTriplet

Similar Papers 제목 키워드 기반

Neural Graph Matching for Modification Similarity Applied to Electronic Document Comparison

2022-04-12 · Po-Fang Hsu, Chiching Wei

In this paper, we present a novel neural graph matching approach applied to document comparison. Document comparison is a common task in the legal and financial industries. In some cases, the most important differences m…

ArticlesDocument Layout AnalysisGraph Matching

LayoutGKN: Graph Similarity Learning of Floor Plans

2025-09-03 · Casper van Engelenburg, Jan van Gemert, Seyran Khademi arxiv

Floor plans depict building layouts and are often represented as graphs to capture the underlying spatial relationships. Comparison of these graphs is critical for applications like search, clustering, and data visualiza…

Graph SimilarityGraph Matching

SSIG: A Visually-Guided Graph Edit Distance for Floor Plan Similarity

2023-09-08 · Casper van Engelenburg, Seyran Khademi, Jan van Gemert

We propose a simple yet effective metric that measures structural similarity between visual instances of architectural floor plans, without the need for learning. Qualitatively, our experiments show that the retrieval re…

Graph MatchingMetric LearningRecommendation SystemsRetrieval

Learning Structural Similarity of User Interface Layouts using Graph Networks

2020-08-01 · ECCV 2020 8 · Dipu Manandhar, Dan Ruta, John Collomosse

We propose a novel representation learning technique for measuring the similarity of user interface designs. A triplet network is used to learn a search embedding for layout similarity, with a hybrid encoder-decoder back…

DecoderRepresentation LearningTriplet

LTSim: Layout Transportation-based Similarity Measure for Evaluating Layout Generation

2024-07-17 · Mayu Otani, Naoto Inoue, Kotaro Kikuchi, Riku Togashi

We introduce a layout similarity measure designed to evaluate the results of layout generation. While several similarity measures have been proposed in prior research, there has been a lack of comprehensive discussion ab…

Layout Generation