Papers › A Convergent Single-Loop Algorithm for Relaxation of Gromov-Wasserstein in Graph Data

A Convergent Single-Loop Algorithm for Relaxation of Gromov-Wasserstein in Graph Data

12 Mar 2023arXiv:2303.06595archive 2025-07-28

Jiajin Li, Jianheng Tang, Lemin Kong, Huikang Liu, Jia Li, Anthony Man-Cho So, Jose Blanchet

In this work, we present the Bregman Alternating Projected Gradient (BAPG) method, a single-loop algorithm that offers an approximate solution to the Gromov-Wasserstein (GW) distance. We introduce a novel relaxation technique that balances accuracy and computational efficiency, albeit with some compromises in the feasibility of the coupling map. Our analysis is based on the observation that the GW problem satisfies the Luo-Tseng error bound condition, which relates to estimating the distance of a point to the critical point set of the GW problem based on the optimality residual. This observation allows us to provide an approximation bound for the distance between the fixed-point set of BAPG and the critical point set of GW. Moreover, under a mild technical assumption, we can show that BAPG converges to its fixed point set. The effectiveness of BAPG has been validated through comprehensive numerical experiments in graph alignment and partition tasks, where it outperforms existing methods in terms of both solution quality and wall-clock time.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2303.06595")

Code

Syntology Ran 8 of 20 code samples harvested from 2 repositories linked to this paper; 12 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · violated contract; 4 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: official repository: 20 samples from 2 repositories, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

PythonOT/POT officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 8 ran; 1 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · violated contract
4ran · our draft was wrong
1ran · fixture could not drive it
12unverified

Licence: 4 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

BAPG_numpy squareroot3/gromov-wasserstein-for-graph/BAPG.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 3732009447ef8794 · report
BAPG_torch squareroot3/gromov-wasserstein-for-graph/BAPG.py official repository ran · our draft was wrong no licence file found · pointer only · fea4fdf57ebe3c67 · report
BAPG_torch squareroot3/gromov-wasserstein-for-graph/BAPG.py official repository ran · our draft was wrong no licence file found · pointer only · 2526e4236ba9aceb · report
_check_args_backend PythonOT/POT/ot/gromov/_bregman.py official repository ran · violated contract MIT (permissive) · f86b58c0521371f9 · report
_get_backend_instance PythonOT/POT/ot/gromov/_bregman.py official repository ran · our draft was wrong MIT (permissive) · 9cc04d687528332f · report
im2mat pythonot/pot/examples/gromov/plot_gromov_barycenter.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · f75fddd85ad85071 · report
loss pythonot/pot/examples/gromov/plot_gromov.py official repository ran · violated contract fingerprinted MIT (permissive) · 68f28b95be7dc320 · report
unif PythonOT/POT/ot/gromov/_bregman.py official repository ran · honoured contract MIT (permissive) · 0dd52901a4e5d301 · report
BAPG_gromov_wasserstein pythonot/pot/ot/gromov/_bregman.py official repository unverified MIT (permissive) · a5238904a4e4c73a · report
BAPG_gromov_wasserstein PythonOT/POT/ot/gromov/_bregman.py official repository unverified MIT (permissive) · ca060481e43bc1a6 · report
BPG_torch squareroot3/gromov-wasserstein-for-graph/BAPG.py official repository unverified no licence file found · pointer only · 50c4b814ae1f0351 · report
_transform_matrix PythonOT/POT/ot/gromov/_bregman.py official repository unverified MIT (permissive) · f9c6459155c463c5 · report
entropic_gromov_wasserstein pythonot/pot/ot/gromov/_bregman.py official repository unverified MIT (permissive) · 26a87c54800c3167 · report
entropic_gromov_wasserstein2 pythonot/pot/ot/gromov/_bregman.py official repository unverified MIT (permissive) · 5635a0e892b837ad · report
get_backend PythonOT/POT/ot/gromov/_bregman.py official repository unverified MIT (permissive) · 712a6270c1dd0bbf · report
gwggrad PythonOT/POT/ot/gromov/_bregman.py official repository unverified MIT (permissive) · a88569799fd47931 · report
gwloss PythonOT/POT/ot/gromov/_bregman.py official repository unverified MIT (permissive) · 9089edb601ad1644 · report
init_matrix PythonOT/POT/ot/gromov/_bregman.py official repository unverified MIT (permissive) · 0d56c45cf5357710 · report
list_to_array PythonOT/POT/ot/gromov/_bregman.py official repository unverified MIT (permissive) · 0ff35a81986fcc45 · report
tensor_product PythonOT/POT/ot/gromov/_bregman.py official repository unverified MIT (permissive) · eca75649af539797 · report

Tasks

Computational Efficiency

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections