paper-with-me

Papers

Slow Learning and Fast Inference: Efficient Graph Similarity Computation via Knowledge Distillation

2021-12-01 · NeurIPS 2021 12 · Can Qin, Handong Zhao, Lichen Wang, Huan Wang, Yulun Zhang, Yun Fu

Graph Similarity Computation (GSC) is essential to wide-ranging graph applications such as retrieval, plagiarism/anomaly detection, etc. The exact computation of graph similarity, e.g., Graph Edit Distance (GED), is an NP-hard problem that cannot be exactly solved within an adequate time given large graphs. Thanks to the strong representation power of graph neural network (GNN), a variety of GNN-based inexact methods emerged. To capture the subtle difference across graphs, the key success is designing the dense interaction with features fusion at the early stage, which, however, is a trade-off between speed and accuracy. For slow learning of graph similarity, this paper proposes a novel early-fusion approach by designing a co-attention-based feature fusion network on multilevel GNN features. To further improve the speed without much accuracy drop, we introduce an efficient GSC solution by distilling the knowledge from the slow early-fusion model to the student one for fast inference. Such a student model also enables the offline collection of individual graph embeddings, speeding up the inference time in orders. To address the instability through knowledge transfer, we decompose the dynamic joint embedding into the static pseudo individual ones for precise teacher-student alignment. The experimental analysis on the real-world datasets demonstrates the superiority of our approach over the state-of-the-art methods on both accuracy and efficiency. Particularly, we speed up the prior art by more than 10x on the benchmark AIDS data.

📄 PDF Abstract BibTeX

Code (1)

canqin001/efficient_graph_similarity_computation 공식 구현 pytorch

Tasks

Anomaly DetectionGraph Neural NetworkGraph SimilarityKnowledge DistillationRetrievalTransfer Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

SFCo-Nav: Efficient Zero-Shot Visual Language Navigation via Collaboration of Slow LLM and Fast Attributed Graph Alignment

2026-03-02 · Chaoran Xiong, Litao Wei, Xinhao Hu, Kehui Ma 외 arxiv

Recent advances in large vision-language models (VLMs) and large language models (LLMs) have enabled zero-shot approaches to visual language navigation (VLN), where an agent follows natural language instructions using on…

Thinking, Fast and Slow: Combining Vector Spaces and Knowledge Graphs

2017-08-10 · Sudip Mittal, Anupam Joshi, Tim Finin

Knowledge graphs and vector space models are robust knowledge representation techniques with individual strengths and weaknesses. Vector space models excel at determining similarity between concepts, but are severely con…

Knowledge Graphs

Autoencoding Pixies: Amortised Variational Inference with Graph Convolutions for Functional Distributional Semantics

2020-05-06 · ACL 2020 6 · Guy Emerson

Functional Distributional Semantics provides a linguistically interpretable framework for distributional semantics, by representing the meaning of a word as a function (a binary classifier), instead of a vector. However,…

Language ModelingLanguage ModellingSemantic CompositionSemantic Similarity+2

Gradual Weisfeiler-Leman: Slow and Steady Wins the Race

2022-09-19 · Franka Bause, Nils M. Kriege

The classical Weisfeiler-Leman algorithm aka color refinement is fundamental for graph learning with kernels and neural networks. Originally developed for graph isomorphism testing, the algorithm iteratively refines vert…

Graph LearningIsomorphism Testing

SlowFast-SCI: Slow-Fast Deep Unfolding Learning for Spectral Compressive Imaging

2025-09-20 · Haijin Zeng, Xuan Lu, Yurong Zhang, Qiangqiang Shen 외 arxiv

Humans learn in two complementary ways: a slow, cumulative process that builds broad, general knowledge, and a fast, on-the-fly process that captures specific experiences. Existing deep-unfolding methods for spectral com…

Spectral ReconstructionTest-time AdaptationGeneral Knowledge