paper-with-me

Papers

Local2Global: Scaling global representation learning on graphs via local training

2021-07-26 · Lucas G. S. Jeub, Giovanni Colavizza, Xiaowen Dong, Marya Bazzi, Mihai Cucuringu

We propose a decentralised "local2global" approach to graph representation learning, that one can a-priori use to scale any embedding technique. Our local2global approach proceeds by first dividing the input graph into overlapping subgraphs (or "patches") and training local representations for each patch independently. In a second step, we combine the local representations into a globally consistent representation by estimating the set of rigid motions that best align the local representations using information from the patch overlaps, via group synchronization. A key distinguishing feature of local2global relative to existing work is that patches are trained independently without the need for the often costly parameter synchronisation during distributed training. This allows local2global to scale to large-scale industrial applications, where the input graph may not even fit into memory and may be stored in a distributed manner. Preliminary results on medium-scale data sets (up to $\sim$7K nodes and $\sim$200K edges) are promising, with a graph reconstruction performance for local2global that is comparable to that of globally trained embeddings. A thorough evaluation of local2global on large scale data and applications to downstream tasks, such as node classification and link prediction, constitutes ongoing work.

📄 PDF Abstract BibTeX arXiv:2107.12224

Code (2)

LJeub/Local2Global_embedding 공식 구현 pytorch
LJeub/Local2Global

Tasks

Graph ReconstructionGraph Representation LearningLink PredictionNode ClassificationRepresentation Learning

Similar Papers 제목 키워드 기반

Local2Global: A distributed approach for scaling representation learning on graphs

2022-01-12 · Lucas G. S. Jeub, Giovanni Colavizza, Xiaowen Dong, Marya Bazzi 외

We propose a decentralised "local2global"' approach to graph representation learning, that one can a-priori use to scale any embedding technique. Our local2global approach proceeds by first dividing the input graph into …

Anomaly DetectionGraph Representation LearningRepresentation Learning

Node-wise Localization of Graph Neural Networks

2021-10-27 · Zemin Liu, Yuan Fang, Chenghao Liu, Steven C. H. Hoi

Graph neural networks (GNNs) emerge as a powerful family of representation learning models on graphs. To derive node representations, they utilize a global model that recursively aggregates information from the neighbori…

Representation Learning

Can Graphs Help Vision SSMs See Better?

2026-05-11 · Dhruv Parikh, Anvitha Ramachandran, Haoyang Fan, Mustafa Munir 외 arxiv

Vision state space models inherit the efficiency and long-range modeling ability of Mamba-style selective scans. However, their performance depends critically on the representation of two-dimensional visual features as o…

Semantic SegmentationInstance SegmentationImage ClassificationLong-range modeling

Deep Generative Model for Periodic Graphs

2022-01-28 · Shiyu Wang, Xiaojie Guo, Liang Zhao

Periodic graphs are graphs consisting of repetitive local structures, such as crystal nets and polygon mesh. Their generative modeling has great potential in real-world applications such as material design and graphics s…

Decodermodel

DigNet: Digging Clues from Local-Global Interactive Graph for Aspect-level Sentiment Classification

2022-01-04 · Bowen Xing, Ivor Tsang

In aspect-level sentiment classification (ASC), state-of-the-art models encode either syntax graph or relation graph to capture the local syntactic information or global relational information. Despite the advantages of …

RelationSentiment AnalysisSentiment Classification