paper-with-me

홈 › Papers

Structure-Sensitive Graph Dictionary Embedding for Graph Classification

2023-06-18 · Guangbu Liu, Tong Zhang, Xudong Wang, Wenting Zhao, Chuanwei Zhou, Zhen Cui

Graph structure expression plays a vital role in distinguishing various graphs. In this work, we propose a Structure-Sensitive Graph Dictionary Embedding (SS-GDE) framework to transform input graphs into the embedding space of a graph dictionary for the graph classification task. Instead of a plain use of a base graph dictionary, we propose the variational graph dictionary adaptation (VGDA) to generate a personalized dictionary (named adapted graph dictionary) for catering to each input graph. In particular, for the adaptation, the Bernoulli sampling is introduced to adjust substructures of base graph keys according to each input, which increases the expression capacity of the base dictionary tremendously. To make cross-graph measurement sensitive as well as stable, multi-sensitivity Wasserstein encoding is proposed to produce the embeddings by designing multi-scale attention on optimal transport. To optimize the framework, we introduce mutual information as the objective, which further deduces to variational inference of the adapted graph dictionary. We perform our SS-GDE on multiple datasets of graph classification, and the experimental results demonstrate the effectiveness and superiority over the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2306.10505

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGraph ClassificationVariational Inference

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

Online Graph Dictionary Learning

2021-02-12 · Cédric Vincent-Cuaz, Titouan Vayer, Rémi Flamary, Marco Corneli 외

Dictionary learning is a key tool for representation learning, that explains the data as linear combination of few basic elements. Yet, this analysis is not amenable in the context of graph learning, as graphs usually be…

Dictionary LearningGraph ClassificationGraph LearningRepresentation Learning

Unbiased Graph Embedding with Biased Graph Observations

2021-10-26 · Nan Wang, Lu Lin, Jundong Li, Hongning Wang

Graph embedding techniques are pivotal in real-world machine learning tasks that operate on graph-structured data, such as social recommendation and protein structure modeling. Embeddings are mostly performed on the node…

FairnessGraph Embedding

Contextual Dictionary Lookup for Knowledge Graph Completion

2023-06-13 · Jining Wang, Delai Qiu, YouMing Liu, Yining Wang 외

Knowledge graph completion (KGC) aims to solve the incompleteness of knowledge graphs (KGs) by predicting missing links from known triples, numbers of knowledge graph embedding (KGE) models have been proposed to perform …

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graphs+1

Wasserstein Coupled Graph Learning for Cross-Modal Retrieval

2021-01-01 · ICCV 2021 10 · Yun Wang, Tong Zhang, Xueya Zhang, Zhen Cui 외

Graphs play an important role in cross-modal image-text understanding as they characterize the intrinsic structure which is robust and crucial for the measurement of cross-modal similarity. In this work, we propose a…

Cross-Modal RetrievalGraph EmbeddingGraph LearningRetrieval

Active Learning for Graph Embedding

2017-05-15 · Hongyun Cai, Vincent W. Zheng, Kevin Chen-Chuan Chang

Graph embedding provides an efficient solution for graph analysis by converting the graph into a low-dimensional space which preserves the structure information. In contrast to the graph structure data, the i.i.d. node e…

Active LearningGraph EmbeddingNode Classification