https://github.com/naver/mast3r
DUSt3R 是一个颠覆性的“无先验 3D 重建”基础模型,

而 MASt3R 则是站在 DUSt3R 的肩膀上,专门为了解决“高精度、高效率 2D 图像匹配”而诞生的进化版。


mutual nearest neighbors: O(W^2H^2)
$$ \mathcal{M} = \{(i,j) \mid j = \mathrm{NN}_2(D_i^1) \ \text{and} \ i = \mathrm{NN}_1(D_j^2)\}, \tag{13} $$
$$ \text{with } \mathrm{NN}_A(D_j^B) = \arg\min_i \left\| D_i^A - D_j^B \right\|. \tag{14} $$
fast matching by subsampling ⇒ 𝑂(𝑘𝑊 𝐻)