paper-with-me

Papers

Gromov-Wasserstein Factorization Models for Graph Clustering

2019-11-19 · Hongteng Xu

We propose a new nonlinear factorization model for graphs that are with topological structures, and optionally, node attributes. This model is based on a pseudometric called Gromov-Wasserstein (GW) discrepancy, which compares graphs in a relational way. It estimates observed graphs as GW barycenters constructed by a set of atoms with different weights. By minimizing the GW discrepancy between each observed graph and its GW barycenter-based estimation, we learn the atoms and their weights associated with the observed graphs. The model achieves a novel and flexible factorization mechanism under GW discrepancy, in which both the observed graphs and the learnable atoms can be unaligned and with different sizes. We design an effective approximate algorithm for learning this Gromov-Wasserstein factorization (GWF) model, unrolling loopy computations as stacked modules and computing gradients with backpropagation. The stacked modules can be with two different architectures, which correspond to the proximal point algorithm (PPA) and Bregman alternating direction method of multipliers (BADMM), respectively. Experiments show that our model obtains encouraging results on clustering graphs.

📄 PDF Abstract BibTeX arXiv:1911.08530

Code (1)

HongtengXu/Relational-Factorization-Model 공식 구현 pytorch

Tasks

ClusteringGraph ClusteringRolling Shutter Correction

Similar Papers 제목 키워드 기반

Scalable Gromov-Wasserstein Learning for Graph Partitioning and Matching

2019-05-18 · NeurIPS 2019 12 · Hongteng Xu, Dixin Luo, Lawrence Carin

We propose a scalable Gromov-Wasserstein learning (S-GWL) method and establish a novel and theoretically-supported paradigm for large-scale graph analysis. The proposed method is based on the fact that Gromov-Wasserstein…

ClusteringGraph Matchinggraph partitioning

Low-Rank Optimal Transport through Factor Relaxation with Latent Coupling

2024-11-15 · Peter Halmos, Xinhao Liu, Julian Gold, Benjamin J Raphael

Optimal transport (OT) is a general framework for finding a minimum-cost transport plan, or coupling, between probability distributions, and has many applications in machine learning. A key challenge in applying OT to ma…

Graph Clustering

Semi-relaxed Gromov-Wasserstein divergence and applications on graphs

2021-09-29 · ICLR 2022 4 · Cédric Vincent-Cuaz, Rémi Flamary, Marco Corneli, Titouan Vayer 외

Comparing structured objects such as graphs is a fundamental operation involved in many learning tasks. To this end, the Gromov-Wasserstein (GW) distance, based on Optimal Transport (OT), has proven to be successful in h…

Dictionary Learning

Semi-relaxed Gromov-Wasserstein divergence with applications on graphs

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

Comparing structured objects such as graphs is a fundamental operation involved in many learning tasks. To this end, the Gromov-Wasserstein (GW) distance, based on Optimal Transport (OT), has proven to be successful in h…

Dictionary Learning

THESAURUS: Contrastive Graph Clustering by Swapping Fused Gromov-Wasserstein Couplings

2024-12-16 · Bowen Deng, Tong Wang, Lele Fu, Sheng Huang 외

Graph node clustering is a fundamental unsupervised task. Existing methods typically train an encoder through selfsupervised learning and then apply K-means to the encoder output. Some methods use this clustering result …

ClusteringGraph ClusteringNode Clustering