LayoutGKN: Graph Similarity Learning of Floor Plans

๐Ÿ“… 2025-09-03
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
Existing graph matching networks for architectural floor plan (graph-structured) similarity computation suffer from low inference efficiency due to early cross-graph node interaction. Method: This paper proposes a delayed-interaction framework for efficient graph similarity learning. It defers cross-graph interaction to the final node embedding layer and employs a differentiable graph kernel as the distance function, enabling direct graph-level similarity computation in the final embedding spaceโ€”bypassing costly intermediate node alignment. The method builds a joint embedding architecture based on graph neural networks and optimizes the graph kernel distance end-to-end. Contribution/Results: Experiments on multiple architectural graph datasets show that the proposed method maintains or even surpasses the accuracy of state-of-the-art graph matching networks while achieving significantly faster inference. It establishes a new, efficient, and scalable paradigm for graph similarity modeling, particularly suitable for large-scale architectural design comparison and retrieval.

Technology Category

Application Category

๐Ÿ“ Abstract
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 visualization. The most successful methods to compare graphs ie, graph matching networks, rely on costly intermediate cross-graph node-level interactions, therefore being slow in inference time. We introduce extbf{LayoutGKN}, a more efficient approach that postpones the cross-graph node-level interactions to the end of the joint embedding architecture. We do so by using a differentiable graph kernel as a distance function on the final learned node-level embeddings. We show that LayoutGKN computes similarity comparably or better than graph matching networks while significantly increasing the speed. href{https://github.com/caspervanengelenburg/LayoutGKN}{Code and data} are open.
Problem

Research questions and friction points this paper is trying to address.

Efficiently comparing floor plan graphs for similarity
Reducing slow inference time in graph matching networks
Postponing cross-graph interactions in joint embedding architecture
Innovation

Methods, ideas, or system contributions that make the work stand out.

Postpones cross-graph node interactions
Uses differentiable graph kernel
Improves speed while maintaining accuracy
๐Ÿ”Ž Similar Papers
No similar papers found.
C
Casper van Engelenburg
Delft University of Technology
Jan van Gemert
Jan van Gemert
Computer Vision Lab, Delft University of Technology
Computer VisionDeep LearningVisual Inductive Priors
S
Seyran Khademi
Delft University of Technology