paper-with-me

홈 › Papers

Laplacian Canonization: A Minimalist Approach to Sign and Basis Invariant Spectral Embedding

2023-10-28 · NeurIPS 2023 11 · Jiangyan Ma, Yifei Wang, Yisen Wang

Spectral embedding is a powerful graph embedding technique that has received a lot of attention recently due to its effectiveness on Graph Transformers. However, from a theoretical perspective, the universal expressive power of spectral embedding comes at the price of losing two important invariance properties of graphs, sign and basis invariance, which also limits its effectiveness on graph data. To remedy this issue, many previous methods developed costly approaches to learn new invariants and suffer from high computation complexity. In this work, we explore a minimal approach that resolves the ambiguity issues by directly finding canonical directions for the eigenvectors, named Laplacian Canonization (LC). As a pure pre-processing method, LC is light-weighted and can be applied to any existing GNNs. We provide a thorough investigation, from theory to algorithm, on this approach, and discover an efficient algorithm named Maximal Axis Projection (MAP) that works for both sign and basis invariance and successfully canonizes more than 90% of all eigenvectors. Experiments on real-world benchmark datasets like ZINC, MOLTOX21, and MOLPCBA show that MAP consistently outperforms existing methods while bringing minimal computation overhead. Code is available at https://github.com/PKU-ML/LaplacianCanonization.

📄 PDF Abstract BibTeX arXiv:2310.18716

Code (3)

GeorgeMLP/basis-invariance-synthetic-experiment 공식 구현 pytorch
georgemlp/laplacian-canonization 공식 구현 pytorch
pku-ml/laplaciancanonization 공식 구현 pytorch

Tasks

Graph ClassificationGraph EmbeddingGraph Regression

Similar Papers 제목 키워드 기반

When and How to Canonize: A Generalization Perspective

2026-05-10 · Yonatan Sverdlov, Benjamin Friedman, Snir Hordan, Nadav Dym arxiv

While invariant architectures are standard for processing symmetric data, there is growing interest in achieving invariance by applying group averaging or canonization to non-invariant backbones. However, the theoretical…

Rethinking the Power of Graph Canonization in Graph Representation Learning with Stability

2023-09-01 · Zehao Dong, Muhan Zhang, Philip R. O. Payne, Michael A Province 외

The expressivity of Graph Neural Networks (GNNs) has been studied broadly in recent years to reveal the design principles for more powerful GNNs. Graph canonization is known as a typical approach to distinguish non-isomo…

Graph Representation LearningRepresentation Learning

Sign and Basis Invariant Networks for Spectral Graph Representation Learning

2022-02-25 · Derek Lim, Joshua Robinson, Lingxiao Zhao, Tess Smidt 외

We introduce SignNet and BasisNet -- new neural architectures that are invariant to two key symmetries displayed by eigenvectors: (i) sign flips, since if $v$ is an eigenvector then so is $-v$; and (ii) more general basi…

Graph RegressionGraph Representation LearningRepresentation Learning

Measurably Stronger Explanation Reliability via Model Canonization

2022-02-14 · Franz Motzkus, Leander Weber, Sebastian Lapuschkin

While rule-based attribution methods have proven useful for providing local explanations for Deep Neural Networks, explaining modern and more varied network architectures yields new challenges in generating trustworthy e…

model

Optimizing Explanations by Network Canonization and Hyperparameter Search

2022-11-30 · Frederik Pahde, Galip Ümit Yolcu, Alexander Binder, Wojciech Samek 외

Explainable AI (XAI) is slowly becoming a key component for many AI applications. Rule-based and modified backpropagation XAI approaches however often face challenges when being applied to modern model architectures incl…

Explainable Artificial Intelligence (XAI)image-classificationImage ClassificationQuestion Answering+2