Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this method can use for Multiview Data Association Like CLEAR? #18

Open
zhoupengwei opened this issue Nov 28, 2023 · 2 comments
Open

Comments

@zhoupengwei
Copy link

No description provided.

@plusk01
Copy link
Member

plusk01 commented Nov 30, 2023

Hi, CLIPPER is a pairwise data association algorithm, while CLEAR and MIXER are for muiltiway association. When using a multiway algorithm based on permutation synchronization (e.g., CLEAR, MatchLift, spectral method, etc), it is necessary to first generate hard (i.e., 0 or 1) pairwise associations, which are then optimized to be made cycle consistent in the multiway setting. That initial pairwise association step traditionally comes from something like the Hungarian method. However, if there is geometric structure in the data, then an algorithm like CLIPPER would be superior to Hungarian because it uses extra information.

On the other hand, the MIXER algorithm does not require initial hard pairwise associations. This saves some initial compute steps because Hungarian/CLIPPER is not necessary.

@zhoupengwei
Copy link
Author

@plusk01 Thank you for providing such a detailed explanation, I have found that the source code link in MIXER's paper is currently unavailable Code Do you have any plans to open up the source code of this paper? I would like to compare the differences between your previous work on CLEAR to improve the multi-view feature matching results when encountered the ambiguous visual structures in Structure-from-Motion(SfM) algorithm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants