Back to News
Advertisement
Advertisement

⚑ Community Insights

Discussion Sentiment

33% Positive

Analyzed from 118 words in the discussion.

Trending Topics

#pair#find#pairs#assume#paper#problem#distant#found#https#version

Discussion (3 Comments)Read Original on HackerNews

sreanβ€’about 1 hour ago
Let's assume that monotonocity of pair-wise distances are preserved.

Without knowing the details of how the paper solved the problem, my first attempt would be to find the diametrically distant pair of points in the two different embeddings and assume that the pair is the same pair. Then find the next distant pairs and so on.

After sufficiently many such pairs have been found, or better still, the largest d-simplex is found, find that scaled rigid body transformation that makes the corresponding pairs coincide. Proceeding this way ought to be less work than solving a generic graph isomorphism problem.

nickledaveβ€’about 2 hours ago
Dupe: https://news.ycombinator.com/item?id=44054425

Note this is version 4 of the paper and the original post was version 1 (I think?)

OpenReview (for NeurIPS) for the curious: https://openreview.net/forum?id=jiCLUPq5xv

measurablefuncβ€’about 2 hours ago
What is the (co)homology of this space?