Thinklab-SJTU / pygmtools

A Python Graph Matching Toolkit.
https://pygmtools.readthedocs.io/
Other
310 stars 20 forks source link

RRWHM algoriothm? #91

Closed grdiv closed 11 months ago

grdiv commented 11 months ago

Hello,I didn't find the RRWHM[1] algorithm. Did I not find it in the document or is it in the implementation plan? [1]Hyper-Graph Matching via Reweighted Random Walks

rogerwwww commented 11 months ago

Good question! We do not have any plan on that yet because the affinity tensor is kind of hard to handle, especially in a memory-efficient and scalable way.

You can find an implementation here though

grdiv commented 11 months ago

ok, thank you.