LGMLJun 4

End-to-End Subgraph Detection with GraphDETR

arXiv:2606.0636460.9
Predicted impact top 14% in LG · last 90 daysOriginality Highly original
AI Analysis

For researchers in graph mining and scientific domains, GraphDETR provides a scalable deep learning alternative to NP-complete subgraph isomorphism, with natural extension to approximate matching.

GraphDETR formulates subgraph detection as a set prediction problem, enabling end-to-end detection of pattern occurrences in graphs. It achieves strong performance on molecular functional group detection (AP100=91.2) and handles patterns up to 50 nodes in graphs up to 1000 nodes.

Subgraph detection seeks to identify whether and where instances of query patterns occur within a larger graph. This problem is fundamental across scientific domains and is closely related to subgraph isomorphism, which is NP-complete, limiting combinatorial approaches to small patterns or moderately sized graphs. We introduce GraphDETR, a deep learning framework that formulates subgraph detection as a set prediction problem, analogous to DETR in object detection. GraphDETR encodes the target graph with a graph neural network, and employs a fixed set of learnable query vectors, decoded via a transformer decoder, to predict all pattern occurrences jointly in a single forward pass. This is enabled by training the model end-to-end with bipartite matching. Unlike traditional combinatorial methods that only solve exact structural matching, GraphDETR naturally extends to approximate matching, enabling detection beyond exact pattern correspondence. Empirically, we show that GraphDETR can detect diverse patterns, such as molecular structures, cycles, cliques, and fuzzy patterns of up to 50 nodes, in target graphs with up to 1000 nodes. We further evaluate on molecular functional group detection over the ChEMBL dataset, where GraphDETR predicts the complete set of functional groups per molecule, achieving a strong performance of $\text{AP}_{100} = 91.2$.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes