LayoutGMN: Neural Graph Matching for Structural Layout Similarity
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.
Code (1)
Tasks
Graph MatchingMetric LearningRetrievalTripletSimilar Papers 제목 키워드 기반
Neural Graph Matching for Modification Similarity Applied to Electronic Document Comparison
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 MatchingLayoutGKN: Graph Similarity Learning of Floor Plans
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 MatchingSSIG: A Visually-Guided Graph Edit Distance for Floor Plan Similarity
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 SystemsRetrievalLearning Structural Similarity of User Interface Layouts using Graph Networks
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 LearningTripletLTSim: Layout Transportation-based Similarity Measure for Evaluating Layout Generation
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