CVAIMar 30, 2024

Memory-Scalable and Simplified Functional Map Learning

arXiv:2404.00330v113 citationsh-index: 50CVPR
Originality Incremental advance
AI Analysis

This work addresses a computational bottleneck for researchers and practitioners in 3D shape analysis, offering an incremental improvement in efficiency and scalability.

The paper tackles the memory inefficiency and scalability issues in deep functional map learning for non-rigid shape matching by introducing a pipeline that avoids storing large dense matrices, achieving close to state-of-the-art results with improved efficiency and numerical stability.

Deep functional maps have emerged in recent years as a prominent learning-based framework for non-rigid shape matching problems. While early methods in this domain only focused on learning in the functional domain, the latest techniques have demonstrated that by promoting consistency between functional and pointwise maps leads to significant improvements in accuracy. Unfortunately, existing approaches rely heavily on the computation of large dense matrices arising from soft pointwise maps, which compromises their efficiency and scalability. To address this limitation, we introduce a novel memory-scalable and efficient functional map learning pipeline. By leveraging the specific structure of functional maps, we offer the possibility to achieve identical results without ever storing the pointwise map in memory. Furthermore, based on the same approach, we present a differentiable map refinement layer adapted from an existing axiomatic refinement algorithm. Unlike many functional map learning methods, which use this algorithm at a post-processing step, ours can be easily used at train time, enabling to enforce consistency between the refined and initial versions of the map. Our resulting approach is both simpler, more efficient and more numerically stable, by avoiding differentiation through a linear system, while achieving close to state-of-the-art results in challenging scenarios.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes