paper-with-me

홈 › Papers

Can Aggregate Invariants Accelerate Continuous Subgraph Matching? Limits, Laws, and a Dynamic Spectral Index

2026-06-23 · Minghao Chen, Jiale Zheng arxiv

Spectral filtering recently delivered substantial pruning for \emph{static} subgraph matching: Laplacian interlacing rejects candidates whose neighborhoods cannot host the query. We study whether such aggregate structural tests can accelerate \emph{continuous} subgraph matching (CSM) over dynamic graphs, and answer in three parts. First, lazily maintained spectral bounds are infeasible exactly where spectral pruning has value: we characterize the tightest safe rule over a formalized perturbation relaxation and show that even it loses essentially all pruning power within four touching updates. Second, exact maintenance is affordable when selective: pruning utility and recomputation cost are anti-correlated across vertices -- hubs provably never prune -- so recomputing small-neighborhood spectra on touch sustains exact local spectra at microseconds per update, complete by construction. Third, integrated into a decoupled CSM benchmark against an identical-minus-spectra control, the tests remove up to $51\%$ of candidates or safely skip up to $47\%$ of update enumerations, yet enumeration intermediates remain unchanged -- beyond the gates' skipped first-level bindings, typically zero -- across two engines, four real graphs, two stream types, and $77$ solved queries; a constructed radius-stratified workload confirms the instrument detects the exception when one exists ($-99.9\%$ intermediates, $748\times$ faster). Aggregate tests accelerate what scales with candidate sets -- construction, list scans -- never adjacency-guided exploration. We distill an intermediate-invariance methodology for evaluating CSM filters and release a reusable dynamic local-spectra index.

📄 PDF Abstract BibTeX arXiv:2606.24421

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Count-GNN: Graph Neural Networks for Subgraph Isomorphism Counting

2021-09-29 · Xingtong Yu, Zemin Liu, Yuan Fang, Xinming Zhang

The prevalence of graph structures has attracted a surge of research interest in graph data. As many graph-based tasks exploit recurring subgraph patterns on graphs, subgraph isomorphism counting becomes an important pro…

Navigate

An Invariant Compiler for Neural ODEs in AI-Accelerated Scientific Simulation

2026-03-25 · Fangzhou Yu, Yiqi Su, Ray Lee, Shenfeng Cheng 외 arxiv

Neural ODEs are increasingly used as continuous-time models for scientific and sensor data, but unconstrained neural ODEs can drift and violate domain invariants (e.g., conservation laws), yielding physically implausible…

Adaptive Inferential Method for Monotone Graph Invariants

2017-07-28 · Junwei Lu, Matey Neykov, Han Liu

We consider the problem of undirected graphical model inference. In many applications, instead of perfectly recovering the unknown graph structure, a more realistic goal is to infer some graph invariants (e.g., the maxim…

valid

Learning to Count Isomorphisms with Graph Neural Networks

2023-02-07 · Xingtong Yu, Zemin Liu, Yuan Fang, Xinming Zhang

Subgraph isomorphism counting is an important problem on graphs, as many graph-based tasks exploit recurring subgraph patterns. Classical methods usually boil down to a backtracking framework that needs to navigate a hug…

Navigate

Invariant-Based Weight Sharing for Message Passing

2026-05-25 · Florian Seiffarth arxiv

Message-passing neural networks (MPNNs) are a powerful framework for learning representations of graph-structured domains. However, weights in MPNNs act on features only, limiting their ability to capture structural patt…