REVIEW 4 major objections 5 minor 300 references
MDND: Unsupervised Learning Guided by Non-Differentiable Refinement for Shape Correspondence
T0 review · 4 major / 5 minor · reviewed 2026-08-01 · deepseek-v4-flash
Pith's one-line read MDND trains deep functional maps by letting a non-differentiable iterative refiner act as the teacher, overturning the end-to-end differentiability assumption and delivering state-of-the-art unsupervised shape correspondence on non-isometri
desk verdict A genuinely new design pattern for deep functional maps with solid empirical support, but the theoretical appendix doesn't hold up and the SOTA claim needs tempering. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
HWF (Hybrid Wavelet Filtering), a non-differentiable, parameter-free iterative solver that alternates between projecting a hard pointwise map into the hybrid LBO+ELA functional basis, filtering the functional map with spectral manifold wavelet operators, and recovering an updated pointwise map by nearest-neighbor search. It is derived from a commutativity constraint between functional maps and multiscale wavelets extended to the hybrid basis. The filtered functional map becomes the supervisory target in the alignment loss, making HWF the teacher that carries the entire learning signal.
What would settle it
Take a non-isometric shape pair with a known ground-truth pointwise map, project it onto the hybrid LBO+ELA basis, and measure the Hilbert-Schmidt norm of the off-diagonal functional map blocks. If those blocks are not near zero, the vanishing-block assumption is false and the HWF derivation collapses. A second check would be to replace the HWF target with a fixed, arbitrary functional map in the same loss; if training still improves, the improvement is not due to the refiner's accuracy.
Extended reading notes
Core claim
The authors claim to be the first to integrate non-differentiable iterative refinement into the deep functional map framework. Their HWF refiner generalizes multiscale spectral wavelet filtering from the standard Laplace-Beltrami basis to a hybrid basis that also includes an extrinsic elastic thin-shell basis, capturing creases and bends poorly represented by intrinsic spectra. In MDND, HWF's output is detached and treated as a fixed target; the differentiable branch, built from a Siamese feature extractor and a soft pointwise map, is trained only by an alignment loss against that target. The central claim is that this simple supervision signal is enough to learn features whose refined maps
Load-bearing premise
The HWF derivation rests on the appendix's assertion that the off-diagonal blocks of the hybrid functional map vanish because the LBO and ELA eigenbases are spectrally inconsistent; if that assertion fails on real shape pairs, the refiner is not actually solving the stated hybrid commutativity objective and the supervision signal loses its theoretical grounding.
Editorial extensions
If this is right
- Any powerful non-differentiable refiner can be plugged into a deep functional map pipeline as an oracle, so the design space for unsupervised shape matching widens beyond differentiable solvers.
- Training with such an oracle removes the need for multiple hand-weighted structural regularizers such as orthogonality and bijectivity losses, simplifying the optimization landscape.
- On topologically noisy shapes, the reported roughly 30% error reduction over the next-best method indicates that hybrid-basis iterative refinement is an effective practical defense against topological artifacts.
- Because the refiner is parameter-free and its output is detached, the method avoids the quadratic memory cost of differentiating through dense soft correspondence matrices, making high-resolution meshes tractable.
- Strong cross-dataset generalization results suggest the learned features are less biased to a specific shape collection than typically obtained with fully differentiable pipelines.
Reading between the lines
- Editorial inference: the detached-teacher trick is generic, so HWF could be replaced by any non-differentiable refiner with stable behavior; directly comparing HWF against other refiners like ZoomOut or DiscreteOp as the oracle would test whether the gain is due to the paradigm or to the specific hybrid-basis solver.
- Editorial inference: if the quality of the refiner is indeed the limiting factor, then performance should track oracle accuracy across datasets; this suggests a practical recipe of improving the oracle to improve the learned features, which goes beyond the paper's ablation.
- Editorial inference: the success of combining intrinsic LBO and extrinsic ELA spectra points toward a broader principle that supervision targets built from multiple operators may be more robust than any single basis, potentially extending to other geometric operators beyond thin-shell energy.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes MDND, a deep functional map (DFM) framework that trains feature extractors by enforcing consistency with a non-differentiable iterative refinement oracle. A Siamese DiffusionNet extracts features; a non-differentiable branch computes a hard pointwise map and refines it with a new iterative algorithm, HWF, which generalizes the MWP approach to a hybrid basis combining LBO and elastic thin-shell (ELA) eigenfunctions. A differentiable branch computes a soft map, and a single consistency loss aligns the soft map with the refined target. The authors claim state-of-the-art results on several benchmarks, especially for non-isometric shapes and topological noise, and contribute a theoretical derivation of HWF in the appendix.
Significance. If the empirical results are robust, the core idea — decoupling a powerful non-differentiable refiner from gradient-based training and using it as a supervisory oracle — is a genuinely different paradigm from the fully differentiable DFM pipelines that currently dominate the area. The paper provides code, ablations supporting both the non-differentiable branch (Table 2) and the hybrid-basis refiner (Table 3), and a clear architecture. However, the theoretical justification of HWF contains two unsupported assumptions that are load-bearing for the derivation, and the blanket state-of-the-art claim is contradicted by the paper's own table. The significance of the contribution therefore depends on whether the derivation can be repaired or reframed as an empirical heuristic.
major comments (4)
- [Supplementary, 'Optimization Problem' (Eq. 12)] The block commutation argument asserts that the off-diagonal blocks C^Hybrid1_NM and C^Hybrid2_NM 'admit only the trivial solution of zero matrices' because the LBO and ELA spectra are inconsistent. This is asserted, not proved, and it is generally false for functional maps induced by pointwise maps: the off-diagonal blocks solve Sylvester-type equations and are nonzero when the filtered spectra overlap, which is plausible on real meshes with repeated or close eigenvalues. Since Algorithm 1 and the HWF objective rely on a block-diagonal C_NM, this gap leaves the theoretical justification of HWF unsupported. Please provide a proof under explicit assumptions, verify the vanishing empirically on the test shapes, or reframe HWF as an ad-hoc algorithm without a formal optimality claim.
- [Supplementary, 'Solution of the Pointwise Map' (Eq. 22 vs Eq. 24)] The equivalence between Eq. (22) and Eq. (24) is derived by invoking (C^∧_NM)^* C^∧_NM = I. This unitarity is not established and is generally false for a wavelet-filtered functional map (even the underlying proper functional map is unitary only under strong area-preservation assumptions that filtering destroys). Without this assumption, the nearest-neighbor update in Algorithm 1 is not shown to minimize Eq. (19) or Eq. (22). The derivation should be corrected, or the update should be presented as a heuristic. This is load-bearing for the paper's second contribution, 'an effective refinement with theoretical justification.'
- [Experiments, Table 1] The abstract and conclusions state that the method sets a new state-of-the-art, but Table 1 shows MDND (4.4) is worse than HybridFMaps (3.5) and DFAFM (4.2) on DT4D-H inter, and it is not uniformly best elsewhere. Moreover, no error bars or repeated-run statistics are reported, and the gain over the differentiable-solver baseline on SCAPE in Table 2 is only 2.0 vs 1.9. Please temper the claims to the specific benchmarks where MDND is best, and provide variance or statistical significance information for the main comparisons.
- [Method, 'Unsupervised Loss Function' (Eq. 8)] The training signal is a consistency loss between the differentiable branch and the HWF-refined target, where the target is computed from the same feature extractor via the hard map. This is a self-distillation loop: the teacher is not a fixed external oracle. Nothing in the formulation prevents collapse to a degenerate fixed point (e.g., features that produce a map HWF cannot improve). The paper does not discuss this possibility or provide evidence against it, such as training from different initializations or an analysis of the loss behavior. Please add a discussion or a diagnostic experiment to substantiate the unsupervised-learning claim.
minor comments (5)
- [Method, Algorithm 1] The NNsearch line is notationally ambiguous: it is unclear whether the LBO and ELA embeddings are stacked vertically, horizontally, or concatenated as feature channels. Clarify the exact construction of the search space and how this corresponds to the hybrid-basis derivation.
- [Method, 'Non-Differentiable Iterative Refinement'] HWF is called 'parameter-free,' but the number of filters, scales, iteration count, and basis sizes are chosen hyperparameters (and are ablated in the supplement). The wording should be 'has no learned parameters' or 'does not require training,' not 'parameter-free.'
- [Experiments, Implementation Details] The text says 'No post-processing or test-time adaptation was applied,' yet at inference the final map is produced by the HWF branch, which is itself an iterative refinement. Please clarify that HWF is part of the forward pass and not an additional learned post-processing step, to avoid misleading readers.
- [Supplementary, 'Solution of the Pointwise Map'] There are several typographical and notational issues: 'sove' for 'solve', 'correspondece' in the main text, and the derivation of Eq. (19) uses the tight-frame condition Σ_l g(s_l λ)^2 ≡ 1 without stating the corresponding matrix identity Σ_l g(s_l Λ)^2 = I. Please proofread and make the matrix identities explicit.
- [Background, Eqs. (3)-(5)] The orthogonality, bijectivity, and coupling losses are defined in the background but are not used in the final method, which uses only L_align. Please state explicitly that these are historical/contextual and not part of the proposed loss, to avoid confusion.
Circularity Check
No significant circularity; MDND's self-distillation target is internal by design, but no fitted quantity is repackaged as a prediction and results are benchmarked externally.
full rationale
MDND's training loop is self-referential in a broad sense: the HWF target (C^∧) is computed from the hard map Π_hard = NNsearch(F_N,F_M), which is itself produced by the same feature network being trained, and the consistency loss Lalign then trains the soft branch to imitate that target. However, this is not a derivation-level circularity: HWF is a parameter-free, non-differentiable geometric refinement alternating between basis projection and spectral filtering in LBO/ELA bases, no fitted parameter is renamed as a prediction, and the paper's central claims are evaluated against external benchmarks (FAUST, SCAPE, SMAL, DT4D-H, TOPKIDS) and strong published baselines. The self-citations used for the wavelet commutativity fact (e.g., Remark .1 citing Liu et al. 2024b) are accompanied by a proof in the appendix and involve a standard mathematical property, so they are not load-bearing self-citations. The appendix does contain two unsupported steps—the asserted vanishing of hybrid cross-blocks ('Due to the inconsistent spectral characteristics exhibited by the LBO operator and shell energy, we conclude that the functional map matrix blocks ... admit only the trivial solution of zero matrices') and the use of (C^∧)^* C^∧ = I to equate Eq. (22) with Eq. (24). These are correctness or omitted-proof concerns, not cases where the conclusion is equivalent to the input by construction, so they do not raise the circularity score.
Assumptions & free parameters
free parameters (6)
- Softmax temperature τ
- Number of ELA basis functions =
200 (100 for SMAL)
- Number of HWF iterations =
3
- Number of wavelet filters =
6
- LBO basis size =
128
- Wavelet scales and filter shapes {s_l, g(·)} =
not specified
assumptions (5)
- domain assumption Tight wavelet frame identity Σ_{l=1}^L g(s_l λ)^2 ≡ 1 for LBO and ELA spectra
- ad hoc to paper Cross-blocks of the hybrid-basis functional map vanish (C_Hybrid1 = C_Hybrid2 = 0)
- ad hoc to paper The filtered functional map C∧ is unitary (C∧* C∧ = I and C∧ C∧* = I)
- standard math Commutativity of functional maps with spectral manifold wavelet operators holds for the maps being refined (approx. isometry)
- domain assumption The ELA basis is a valid expressive basis for these shapes
Cite this review
Pith. "Pith review of MDND: Unsupervised Learning Guided by Non-Differentiable Refinement for Shape Correspondence." pith.science (2026). https://pith.science/paper/NULBMNXM
@misc{pith2026260715887,
author = {Pith},
title = {Pith review of: MDND: Unsupervised Learning Guided by Non-Differentiable Refinement for Shape Correspondence},
year = {2026},
howpublished = {\url{https://pith.science/paper/NULBMNXM}},
note = {Machine review of arXiv:2607.15887}
}
read the original abstract
Deep functional map frameworks (DFM) for shape correspondence are powerful, yet fundamentally limited by their reliance on end-to-end differentiability. This constraint prevents the integration of highly accurate, non-differentiable refinement techniques, capping their overall performance, especially on challenging non-isometric shapes. To overcome this, we introduce MDND, a novel DFM paradigm built on the principle of merging differentiable and non-differentiable components. Our framework facilitates unsupervised learning guided by an internal, non-differentiable refinement. Specifically, MDND employs a dual-branch architecture: a non-differentiable refinement branch leverages a novel, multiscale iterative solver to produce highly robust correspondences, acting as a refined target. Concurrently, a fully differentiable branch learns to predict correspondences from features. The entire system is trained end-to-end without supervision by enforcing a consistency loss that compels the differentiable branch to learn from the superior, refined results of the non-differentiable branch. Extensive experiments show that MDND sets a new state-of-the-art, demonstrating remarkable robustness on shapes with non-isometric deformations and topological noise.
Figures
Figures from the paper (7 more)
Reference graph
Works this paper leans on
-
[1]
Communication, Simulation, and Intelligent Agents: Implications of Personal Intelligent Machines for Medical Education
Clancey, William J. Communication, Simulation, and Intelligent Agents: Implications of Personal Intelligent Machines for Medical Education. Proceedings of the Eighth International Joint Conference on Artificial Intelligence (IJCAI-83)
-
[2]
Classification Problem Solving
Clancey, William J. Classification Problem Solving. Proceedings of the Fourth National Conference on Artificial Intelligence
-
[3]
, title =
Robinson, Arthur L. , title =. 1980 , doi =. https://science.sciencemag.org/content/208/4447/1019.full.pdf , journal =
1980
-
[4]
New Ways to Make Microcircuits Smaller---Duplicate Entry
Robinson, Arthur L. New Ways to Make Microcircuits Smaller---Duplicate Entry. Science
-
[5]
Clancey and Glenn Rennels , abstract =
Diane Warner Hasling and William J. Clancey and Glenn Rennels , abstract =. Strategic explanations for a diagnostic consultation system , journal =. 1984 , issn =. doi:https://doi.org/10.1016/S0020-7373(84)80003-6 , url =
-
[6]
and Rennels, Glenn R
Hasling, Diane Warner and Clancey, William J. and Rennels, Glenn R. and Test, Thomas. Strategic Explanations in Consultation---Duplicate. The International Journal of Man-Machine Studies
-
[7]
Poligon: A System for Parallel Problem Solving
Rice, James. Poligon: A System for Parallel Problem Solving
-
[8]
Transfer of Rule-Based Expertise through a Tutorial Dialogue
Clancey, William J. Transfer of Rule-Based Expertise through a Tutorial Dialogue
Show all 300 references
-
[9]
The Engineering of Qualitative Models
Clancey, William J. The Engineering of Qualitative Models
-
[10]
2017 , eprint=
Attention Is All You Need , author=. 2017 , eprint=
2017
-
[11]
Pluto: The 'Other' Red Planet
NASA. Pluto: The 'Other' Red Planet
-
[12]
FirstName LastName , title =
-
[13]
Journal of Foo , volume = 14, number = 1, pages =
FirstName Alpher and FirstName Fotheringham-Smythe and FirstName Gamow , title =. Journal of Foo , volume = 14, number = 1, pages =
-
[14]
FirstName Alpher and FirstName Gamow , title =
-
[15]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Hybrid Functional Maps for Crease-Aware Non-Isometric Shape Matching , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[16]
Computer Graphics Forum , volume =
Multiscale spectral manifold wavelet regularizer for unsupervised deep functional maps , author=. Computer Graphics Forum , volume =
-
[17]
J. M. Buhmann and D. W. Fellner and M. Held and J. Ketterer and J. Puzicha , TITLE =. 1998 , PAGES =. doi:10.1111/1467-8659.00269 , NOTE =
1998
-
[18]
and Helmberg, Christoph , TITLE =
Fellner, Dieter W. and Helmberg, Christoph , TITLE =. 1993 , PAGES =
1993
-
[19]
Applied Mathematics and Computation , volume=
Geometric texture transfer via local geometric descriptors , author=. Applied Mathematics and Computation , volume=. 2023 , publisher=
2023
-
[20]
Scientific Reports , volume=
Scale-invariant Mexican Hat wavelet descriptor for non-rigid shape similarity measurement , author=. Scientific Reports , volume=. 2023 , publisher=
2023
-
[21]
doi:10.5281/zenodo.1003157 , url =
PyGSP: Graph Signal Processing in Python , author =. doi:10.5281/zenodo.1003157 , url =
-
[22]
Kobbelt and M
L. Kobbelt and M. Stamminger and H.-P. Seidel , title =. doi:10.1111/1467-8659.16.3conferenceissue.36 , note =
-
[23]
Lafortune and Sing-Choong Foo and Kenneth E
Eric P. Lafortune and Sing-Choong Foo and Kenneth E. Torrance and Donald P. Greenberg , title =. Proc. SIGGRAPH '97 , volume = 31, pages =
-
[24]
Sun, Jian and Ovsjanikov, Maks and Guibas, Leonidas , journal =
-
[25]
IEEE Transactions on Visualization and Computer Graphics , year=
Spectral Descriptors for 3D Deformable Shape Matching: A Comparative Survey , author=. IEEE Transactions on Visualization and Computer Graphics , year=
-
[26]
Proceedings of the ACM Workshop on 3D Object Retrieval , pages =
Tombari, Federico and Salti, Samuele and Di Stefano, Luigi , title =. Proceedings of the ACM Workshop on 3D Object Retrieval , pages =. 2010 , publisher =
2010
-
[27]
Melzi, Simone and Spezialetti, Riccardo and Tombari, Federico and Bronstein, Michael M and Stefano, Luigi Di and Rodola, Emanuele , booktitle=
-
[28]
Hu, Ling and Li, Qinsong and Liu, Shengjun and Yan, Dong-Ming and Xu, Haojun and Liu, Xinru , journal=
-
[29]
2020 , publisher=
Zhu, Angfan and Yang, Jiaqi and Zhao, Weiyue and Cao, Zhiguo , journal=. 2020 , publisher=
2020
-
[30]
The Visual Computer , volume=
AWEDD: a descriptor simultaneously encoding multiscale extrinsic and intrinsic shape features , author=. The Visual Computer , volume=
-
[31]
Science , volume=
Nonlinear dimensionality reduction by locally linear embedding , author=. Science , volume=. 2000 , publisher=
2000
-
[32]
Izadi, Shahram and Kim, David and Hilliges, Otmar and Molyneaux, David and Newcombe, Richard and Kohli, Pushmeet and Shotton, Jamie and Hodges, Steve and Freeman, Dustin and Davison, Andrew and others , booktitle=
-
[33]
A novel binary shape context for
Dong, Zhen and Yang, Bisheng and Liu, Yuan and Liang, Fuxun and Li, Bijun and Zang, Yufu , journal=. A novel binary shape context for. 2017 , publisher=
2017
-
[34]
Harmonic mean normalized
Liu, Yusong and Su, Zhixun and Cao, Junjie and Wang, Hui , journal=. Harmonic mean normalized. 2016 , publisher=
2016
-
[35]
2007 , publisher=
Chen, Hui and Bhanu, Bir , journal=. 2007 , publisher=
2007
-
[36]
Eurographics , title =
Taubin, Gabriel , year =. Eurographics , title =
-
[37]
2000 , //publisher =
Karni, Zachi and Gotsman, Craig , title =. 2000 , //publisher =. doi:10.1145/344779.344924 , booktitle =
2000
-
[38]
Computer Graphics Forum , volume =
Sorkine, Olga , title =. Computer Graphics Forum , volume =. doi:https://doi.org/10.1111/j.1467-8659.2006.00999.x , year =
2006
-
[39]
and Van Kaick, O
Zhang, H. and Van Kaick, O. and Dyer, R. , title =. Computer Graphics Forum , volume =. doi:https://doi.org/10.1111/j.1467-8659.2010.01655.x , year =
2010
-
[40]
2023 , publisher=
Han, Xian-Feng and Feng, Zhi-Ao and Sun, Shi-Jie and Xiao, Guo-Qiang , journal=. 2023 , publisher=
2023
-
[41]
and Pottmann, Helmut , title =
Kilian, Martin and Mitra, Niloy J. and Pottmann, Helmut , title =. ACM Transactions on Graphics , volume =
-
[42]
ACM Transactions on Graphics , volume=
Deformation transfer for triangle meshes , author=. ACM Transactions on Graphics , volume=
-
[43]
ACM Transactions on Graphics , volume=
Real-time nonlinear shape interpolation , author=. ACM Transactions on Graphics , volume=. 2015 , publisher=
2015
-
[44]
European Conference on Computer Vision Workshops , author =
Anisotropic. European Conference on Computer Vision Workshops , author =. 2014 , volume =. doi:10.1007/978-3-319-16220-1_21 , isbn =
2014 doi
-
[45]
Learning shape correspondence with anisotropic convolutional neural networks , volume =
Boscaini, Davide and Masci, Jonathan and Rodol\`. Learning shape correspondence with anisotropic convolutional neural networks , volume =. Advances in Neural Information Processing Systems , pages =
-
[46]
Advances in Neural Information Processing Systems , volume=
Correspondence learning via linearly-invariant embedding , author=. Advances in Neural Information Processing Systems , volume=
-
[47]
DAGM German Conference on Pattern Recognition , pages=
A Network Analysis for Correspondence Learning via Linearly-Embedded Functions , author=. DAGM German Conference on Pattern Recognition , pages=. 2023 , organization=
2023
-
[48]
Computer Graphics Forum , volume =
Patan. Computer Graphics Forum , volume =. 2016 , //month =
2016
-
[49]
and Bronstein, A
Litman, R. and Bronstein, A. M. , journal =. 2014 , issn =
2014
-
[50]
ACM Transactions on Graphics , volume=
The vector heat method , author=. ACM Transactions on Graphics , volume=. 2019 , publisher=
2019
-
[51]
Proceedings of the ACM Workshop on 3D Object Retrieval , pages=
Volumetric heat kernel signatures , author=. Proceedings of the ACM Workshop on 3D Object Retrieval , pages=
-
[52]
ACM Transactions on Graphics , volume=
HodgeNet: Learning spectral geometry on triangle meshes , author=. ACM Transactions on Graphics , volume=. 2021 , publisher=
2021
-
[53]
and Rodolà, E
Litany, O. and Rodolà, E. and Bronstein, A. M. and Bronstein, M. M. and Cremers, D. , title =. Computer Graphics Forum , volume =
-
[54]
Computer graphics forum , volume=
A statistical model of human pose and body shape , author=. Computer graphics forum , volume=. 2009 , organization=
2009
-
[55]
and Chambolle, A
Corman, Tienne and Ovsjanikov, M. and Chambolle, A. , booktitle =. Supervised Descriptor Learning for Non-Rigid Shape Matching , year =
-
[56]
A dimensional reduction guiding deep learning architecture for
Wang, Zihao and Lin, Hongwei and Yu, Xiaofeng and Hamza, Yusuf Fatihu , journal=. A dimensional reduction guiding deep learning architecture for. 2019 , publisher=
2019
-
[57]
Learned binary spectral shape descriptor for
Xie, Jin and Wang, Meng and Fang, Yi , booktitle=. Learned binary spectral shape descriptor for
-
[58]
and Bronstein, A
Pokrass, J. and Bronstein, A. M. and Bronstein, M. M. and Sprechmann, P. and Sapiro, G. , journal =. Sparse Modeling of Intrinsic Correspondences , year =
-
[59]
Spectral Generalized Multi-Dimensional Scaling , year =
Aflalo, Yonathan and Dubrovina, Anastasia and Kimmel, Ron , journal =. Spectral Generalized Multi-Dimensional Scaling , year =
-
[60]
Non-rigid Shape Correspondence Using Surface Descriptors and Metric Structures in the Spectral Domain
Dubrovina, Anastasia and Aflalo, Yonathan and Kimmel, Ron. Non-rigid Shape Correspondence Using Surface Descriptors and Metric Structures in the Spectral Domain. Perspectives in Shape Analysis. 2016
2016
-
[61]
Computer Graphics Forum , volume=
A laplacian for nonmanifold triangle meshes , author=. Computer Graphics Forum , volume=. 2020 , organization=
2020
-
[62]
International Conference on Learning Representations (ICLR) , year=
Adam: A method for stochastic optimization , author=. International Conference on Learning Representations (ICLR) , year=
-
[63]
IEEE Transactions on Signal Processing , number =
Sandryhaila, Aliaksei and Moura, Jos. IEEE Transactions on Signal Processing , number =. arXiv , arxivId =:1408.5781 , issn =
-
[64]
2021 , pages =
Proceedings of IEEE/CVF Conference on Computer Vision and Pattern Recognition , title =. 2021 , pages =
2021
-
[65]
2011 , issn =
van Kaick, Oliver and Zhang, Hao and Hamarneh, Ghassan and Cohen-Or, Daniel , journal =. 2011 , issn =
2011
-
[66]
Computer Graphics Forum , volume=
Nicholas Sharp and Keenan Crane , title=. Computer Graphics Forum , volume=
-
[67]
Computer-Aided Design , volume=
Dirichlet energy of Delaunay meshes and intrinsic Delaunay triangulations , author=. Computer-Aided Design , volume=. 2020 , publisher=
2020
-
[68]
1988 , publisher=
Finite elements for the Beltrami operator on arbitrary surfaces , author=. 1988 , publisher=
1988
-
[69]
2017 , issn =
Huang, Ruqi and Ovsjanikov, Maks , journal =. 2017 , issn =
2017
-
[70]
and Masci, J
Boscaini, D. and Masci, J. and Rodol. Computer Graphics Forum , number =
-
[71]
2020 , pages=
Li, Qinsong and Liu, Shengjun and Hu, Ling and Liu, Xinru , booktitle=. 2020 , pages=
2020
-
[72]
Generalizable local feature pre-training for deformable shape analysis , booktitle=
Attaiki, Souhaib and Li, Lei and Ovsjanikov, Maks , //publisher =. Generalizable local feature pre-training for deformable shape analysis , booktitle=
-
[73]
Understanding and improving features learned in deep functional maps , booktitle=
Attaiki, Souhaib and Ovsjanikov, Maks , //publisher =. Understanding and improving features learned in deep functional maps , booktitle=
-
[74]
2021 , issn =
Li, Qinsong and Hu, Ling and Liu, Shengjun and Yang, Dangfu and Liu, Xinru , journal =. 2021 , issn =
2021
-
[75]
The Average Mixing Kernel Signature , booktitle =
Cosmo, Luca and Minello, Giorgia and Bronstein, Michael and Rossi, Luca and Torsello, Andrea , year =. The Average Mixing Kernel Signature , booktitle =. doi:10.1007/978-3-030-58565-5_1 , isbn =
-
[76]
The effect of spatial information characterization on
Yang, Jiaqi and Zhang, Qian and Cao, Zhiguo , journal=. The effect of spatial information characterization on. 2017 , publisher=
2017
-
[77]
Evaluating Local Geometric Feature Representations for
Yang, Jiaqi and Quan, Siwen and Wang, Peng and Zhang, Yanning , journal=. Evaluating Local Geometric Feature Representations for. 2020 , volume=
2020
-
[78]
Intrinsic and Extrinsic Operators for Shape Analysis , booktitle =
Wang, Yu and Solomon, Justin , year =. Intrinsic and Extrinsic Operators for Shape Analysis , booktitle =. doi:10.1016/bs.hna.2019.08.003 , urldate =
2019 doi
-
[79]
Stable topological signatures for points on
Carri. Stable topological signatures for points on. Computer Graphics Forum , volume=. 2015 , publisher=
2015
-
[80]
Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition , pages=
Geodesic distance descriptors , author=. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition , pages=
-
[81]
A comprehensive performance evaluation of
Guo, Yulan and Bennamoun, Mohammed and Sohel, Ferdous and Lu, Min and Wan, Jianwei and Kwok, Ngai Ming , journal=. A comprehensive performance evaluation of. 2016 , publisher=
2016
-
[82]
IEEE Transactions on Visualization and Computer Graphics , volume=
Hamiltonian operator for spectral shape analysis , author=. IEEE Transactions on Visualization and Computer Graphics , volume=. 2018 , publisher=
2018
-
[83]
Using spin images for efficient object recognition in cluttered
Johnson, Andrew E and Hebert, Martial , journal=. Using spin images for efficient object recognition in cluttered. 1999 , publisher=
1999
-
[84]
Computer Graphics Forum , volume=
Multi-scale feature extraction on point-sampled surfaces , author=. Computer Graphics Forum , volume=. 2003 , publisher=
2003
-
[85]
Symposium on Geometry Processing , volume=
Robust global registration , author=. Symposium on Geometry Processing , volume=. 2005 , //publisher =
2005
-
[86]
A survey on data-driven
Rostami, Reihaneh and Bashiri, Fereshteh S and Rostami, Behrouz and Yu, Zeyun , journal=. A survey on data-driven. 2019 , publisher=
2019
-
[87]
Graphical Models , volume=
Multi-scale and multi-level shape descriptor learning via a hybrid fusion network , author=. Graphical Models , volume=. 2022 , publisher=
2022
-
[88]
2023 , publisher=
Liu, Shengjun and Liu, Hongyan and Chen, Wang and Yan, Dong-Ming and Hu, Ling and Liu, Xinru and Li, Qinsong , journal=. 2023 , publisher=
2023
-
[89]
2010 , publisher=
Polygon mesh processing , author=. 2010 , publisher=
2010
-
[90]
The Visual Computer , volume=
Deformable shape matching with multiple complex spectral filter operator preservation , author=. The Visual Computer , volume=
-
[91]
Computer Graphics Forum , title =
Liu, Shengjun and Xu, Haojun and Yan, Dong-Ming and Hu, Ling and Liu, Xinru and Li, Qinsong , year =. Computer Graphics Forum , title =. doi:10.1111/cgf.14656 , number=
-
[92]
ACM Transactions on Graphics , pages =
Sharp, Nicholas and Attaiki, Souhaib and Crane, Keenan and Ovsjanikov, Maks , title =. ACM Transactions on Graphics , pages =. 2022 , volume =
2022
-
[93]
2019 , booktitle =
A Wavelet Energy Decomposition Signature for Robust Non-Rigid Shape Matching , author =. 2019 , booktitle =
2019
-
[94]
The Visual Computer , volume=
Salient spectral geometric features for shape matching and retrieval , author=. The Visual Computer , volume=. 2009 , publisher=
2009
-
[95]
Panine, M and Kirgo, M and Ovsjanikov, M , year =. Non-. Computer Graphics Forum , pages =
-
[96]
The graph windowed
Rabiei, Hamed and Richard, Fr. The graph windowed. Workshop on Spectral Analysis in Medical Imaging (SAMI) , pages =
-
[97]
Proceedings of International Conference on 3D Vision , doi =
Melzi, Simone and Rodol. Proceedings of International Conference on 3D Vision , doi =
-
[98]
Proceedings of IEEE/CVF Conference on Computer Vision and Pattern Recognition , title =
Mateus, Diana and Horaud, Radu and Knossow, David and Cuzzolin, Fabio and Boyer, Edmond , publisher =. Proceedings of IEEE/CVF Conference on Computer Vision and Pattern Recognition , title =
-
[99]
and Lipman, Yaron and Funkhouser, Thomas , journal =
Kim, Vladimir G. and Lipman, Yaron and Funkhouser, Thomas , journal =. 2011 , issn =
2011
-
[100]
Computing and Processing Correspondences with Functional Maps , year =
Ovsjanikov, Maks and Corman, Etienne and Bronstein, Michael and Rodol. Computing and Processing Correspondences with Functional Maps , year =. doi:10.1145/2988458.2988494 , booktitle =
-
[101]
Gao, Maolin and Zorah, L and Bernard, Florian , booktitle =
-
[102]
, booktitle =
Wang, Fan and Huang, Qixing and Guibas, Leonidas J. , booktitle =. doi:10.1109/ICCV.2013.110 , file =
2013 doi
-
[103]
and Bronstein, Michael M
Schonsheck, Stefan C. and Bronstein, Michael M. and Lai, Rongjie , journal =. Nonisometric Surface Registration via Conformal. 2021 , issn =
2021
-
[104]
Consistent ZoomOut: Efficient Spectral Map Synchronization , year =
Huang, Ruqi and Ren, Jing and Wonka, Peter and Ovsjanikov, Maks , journal =. Consistent ZoomOut: Efficient Spectral Map Synchronization , year =
-
[105]
Ren, Jing and Poulenard, Adrien and Wonka, Peter and Ovsjanikov, Maks , journal =
-
[106]
Journal of Physics: Conference Series , number =
Yang, Jun and Li, Longjie and Obaseki, Alexander Jesuorobo , file =. Journal of Physics: Conference Series , number =
-
[107]
Computer Graphics Forum , number =
Ezuz, Danielle and Ben-Chen, Mirela , file =. Computer Graphics Forum , number =
-
[108]
Visualization and Mathematics III , file =
Meyer, Mark and Desbrun, Mathieu and Schr. Visualization and Mathematics III , file =
-
[109]
International Conference on Robotics and Automation , pages=
A benchmark for RGB-D visual odometry, 3D reconstruction and SLAM , author=. International Conference on Robotics and Automation , pages=. 2014 , organization=
2014
-
[110]
Computer Vision--ECCV 2012: 12th European Conference on Computer Vision, Florence, Italy, October 7-13, 2012, Proceedings, Part V 12 , pages=
Indoor segmentation and support inference from rgbd images , author=. Computer Vision--ECCV 2012: 12th European Conference on Computer Vision, Florence, Italy, October 7-13, 2012, Proceedings, Part V 12 , pages=. 2012 , organization=
2012
-
[111]
Experimental Mathematics , year=
Computing Discrete Minimal Surfaces and Their Conjugates , author=. Experimental Mathematics , year=
-
[112]
Discrete optimization for shape matching , year =
Ren, Jing and Melzi, Simone and Wonka, Peter and Ovsjanikov, Maks , journal =. Discrete optimization for shape matching , year =
-
[113]
2016 , issn =
Maron, Haggai and Dym, Nadav and Kezurer, Itay and Kovalsky, Shahar and Lipman, Yaron , journal =. 2016 , issn =
2016
-
[114]
Eisenberger, M. and L. Computer Graphics Forum , number =
-
[115]
Computer Graphics Forum , volume=
Consistent shape matching via coupled optimization , author=. Computer Graphics Forum , volume=. 2019 , organization=
2019
-
[116]
Proceedings of Advances in Neural Information Processing Systems , year=
Learning Multi-resolution Functional Maps with Spectral Attention for Robust Shape Matching , author=. Proceedings of Advances in Neural Information Processing Systems , year=
-
[117]
Pai, Gautam and Ren, Jing and Melzi, Simone and Wonka, Peter and Ovsjanikov, Maks , booktitle =
-
[118]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
Unsupervised deep learning for structured shape matching , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
-
[119]
Nadav, D. Y.M. and Maron, Haggai and Lipman, Yaron , journal =. 2017 , pages =. arXiv , arxivid =:1705.06148 , file =
2017 arXiv
-
[120]
Proceedings of IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
Xiang, Rui and Lai, Rongjie and Zhao, Hongkai , file =. Proceedings of IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =. 2020 , title =
2020
-
[121]
2011 , issn =
Dubrovina, Anastasia and Kimmel, Ron , journal =. 2011 , issn =. doi:10.1142/S1793536911000829 , file =
2011 doi
-
[122]
Proceedings of International Conference on 3D Vision , pages =
Vestner, Matthias and Lahner, Zorah and Boyarski, Amit and Litany, Or and Slossberg, Ron and Remez, Tal and Rodol. Proceedings of International Conference on 3D Vision , pages =
-
[123]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
4dcomplete: Non-rigid motion estimation beyond the observable surface , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
-
[124]
2021 , pages =
Hu, Ling and Li, Qinsong and Liu, Shengjun and Liu, Xinru , booktitle =. 2021 , pages =
2021
-
[125]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Deep functional maps: Structured prediction for dense shape correspondence , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[126]
and Rodol
Litany, O. and Rodol. Computer Graphics Forum , number =
-
[127]
Computer Graphics Forum , title =
Rodol. Computer Graphics Forum , title =. 2019 , issn =. arXiv , arxivid =:1809.10940 , file =
2019 arXiv
-
[128]
2012 , volume =
Ovsjanikov, Maks and Ben-Chen, Mirela and Solomon, Justin and Butscher, Adrian and Guibas, Leonidas , journal =. 2012 , volume =
2012
-
[129]
and Melzi, S
Nogneng, D. and Melzi, S. and Rodol. Computer Graphics Forum , title =. 2018 , issn =
2018
-
[130]
2017 , issn =
Nogneng, Dorian and Ovsjanikov, Maks , journal =. 2017 , issn =
2017
-
[131]
Proceedings of International Conference on 3D Vision , pages =
Shtern, Alon and Kimmel, Ron , file =. Proceedings of International Conference on 3D Vision , pages =
-
[132]
and Gehre, A
Wang, L. and Gehre, A. and Bronstein, M. M. and Solomon, J. , journal =. 2018 , issn =. doi:10.1111/cgf.13488 , file =
2018 doi
-
[133]
, eprint =
Kovnatsky, Artiom and Glashoff, Klaus and Bronstein, Michael M. , eprint =. European Conference on Computer Vision , pages =
-
[134]
European Conference on Computer Vision , year=
Ginzburg, Dvir and Raviv, Dan , title=. European Conference on Computer Vision , year=
-
[135]
Computer Graphics Forum , volume=
Elastic correspondence between triangle meshes , author=. Computer Graphics Forum , volume=. 2019 , organization=
2019
-
[136]
Advances in Geometric Modeling and Processing: 6th International Conference, GMP 2010, Castro Urdiales, Spain, June 16-18, 2010
Eigenmodes of surface energies for shape analysis , author=. Advances in Geometric Modeling and Processing: 6th International Conference, GMP 2010, Castro Urdiales, Spain, June 16-18, 2010. Proceedings 6 , pages=. 2010 , organization=
2010
-
[137]
Computer Graphics Forum , volume=
A Dirac operator for extrinsic shape analysis , author=. Computer Graphics Forum , volume=. 2017 , organization=
2017
-
[138]
Proceedings of Advances in Neural Information Processing Systems , title =
Eisenberger, Marvin and Toker, Aysim and Leal-Taix. Proceedings of Advances in Neural Information Processing Systems , title =. 2020 , pages =
2020
-
[139]
IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
Multiway non-rigid point cloud registration via learned functional map synchronization , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=. 2022 , publisher=
2022
-
[140]
IEEE Transactions on Image Processing , year=
Efficient Single Correspondence Voting for Point Cloud Registration , author=. IEEE Transactions on Image Processing , year=
-
[141]
International Conference on Learning Representations , year=
Regularized autoencoders for isometric representation learning , author=. International Conference on Learning Representations , year=
-
[142]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Smooth shells: Multi-scale shape registration with functional maps , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[143]
2020 , issn =
Ren, Jing and Melzi, Simone and Ovsjanikov, Maks and Wonka, Peter , journal =. 2020 , issn =. arXiv , arxivid =:2006.02532 , file =
2020 arXiv
-
[144]
Proceedings of IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Optimal step nonrigid ICP algorithms for surface registration , author=. Proceedings of IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=. 2007 , //organization=
2007
-
[145]
Computer Graphics Forum , volume=
Global correspondence optimization for non-rigid registration of depth scans , author=. Computer Graphics Forum , volume=. 2008 , publisher=
2008
-
[146]
ACM Transactions on Graphics , volume=
Functional characterization of intrinsic and extrinsic geometry , author=. ACM Transactions on Graphics , volume=. 2017 , publisher=
2017
-
[147]
The Visual Computer , volume=
Incremental functional maps for accurate and smooth shape correspondence , author=. The Visual Computer , volume=
-
[148]
2020 , issn =
Wang, Yiqun and Ren, Jing and Yan, Dong Ming and Guo, Jianwei and Zhang, Xiaopeng and Wonka, Peter , journal =. 2020 , issn =. arXiv , pages =:2001.10472 , file =
2020 arXiv
-
[149]
2018 , publisher=
Fundamentals of computer graphics , author=. 2018 , publisher=
2018
-
[150]
2017 , publisher=
Fundamentals of computer vision , author=. 2017 , publisher=
2017
-
[151]
ACM Transactions on Graphics , volume=
Mesh-based inverse kinematics , author=. ACM Transactions on Graphics , volume=. 2005 , publisher=
2005
-
[152]
ACM Transactions on Graphics , volume=
Inverse kinematics for reduced deformable models , author=. ACM Transactions on Graphics , volume=. 2006 , publisher=
2006
-
[153]
ACM Transactions on Graphics , volume=
Functional map networks for analyzing and exploring large shape collections , author=. ACM Transactions on Graphics , volume=. 2014 , publisher=
2014
-
[154]
A comparison of methods for non-rigid
Lian, Zhouhui and Godil, Afzal and Bustos, Benjamin and Daoudi, Mohamed and Hermans, Jeroen and Kawamura, Shun and Kurita, Yukinori and Lavou. A comparison of methods for non-rigid. Pattern Recognition , volume=. 2013 , publisher=
2013
-
[155]
Rotational projection statistics for
Guo, Yulan and Sohel, Ferdous and Bennamoun, Mohammed and Lu, Min and Wan, Jianwei , journal=. Rotational projection statistics for. 2013 , publisher=
2013
-
[156]
Proceedings of IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
Bernard, Florian and Suri, Zeeshan Khan and Theobalt, Christian , eprint =. Proceedings of IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
-
[157]
2015 , journal =
Learning Class-Specific Descriptors for Deformable Shapes Using Localized Spectral Convolutional Networks , author =. 2015 , journal =
2015
-
[158]
2022 , journal =
Cosmo, Luca and Minello, Giorgia and Bronstein, Michael and Rodol. 2022 , journal =. doi:10.1007/s11263-022-01610-y , isbn =
2022 doi
-
[159]
Journal of Zhejiang University (Engineering Science) , volume =
Hu, Ling and Li, Qinsong and Liu, Shengjun and Liu, Xinru , title =. Journal of Zhejiang University (Engineering Science) , volume =
-
[160]
Experimental mathematics , volume=
Computing discrete minimal surfaces and their conjugates , author=. Experimental mathematics , volume=. 1993 , publisher=
1993
-
[161]
A Robust Local Spectral Descriptor for Matching Non-Rigid Shapes with Incompatible Shape Structures , booktitle =
Wang, Yiqun and Guo, Jianwei and Yan, Dong Ming and Wang, Kai and Zhang, Xiaopeng , year =. A Robust Local Spectral Descriptor for Matching Non-Rigid Shapes with Incompatible Shape Structures , booktitle =. doi:10.1109/CVPR.2019.00639 , isbn =
2019
-
[162]
Nogneng, Dorian , file =
-
[163]
and Lai, Yu Kun and Rosin, Paul L
Dyke, Roberto M. and Lai, Yu Kun and Rosin, Paul L. and Tam, Gary K.L. , journal =. 2019 , issn =
2019
-
[164]
and Bronstein, Michael M
Bronstein, Alexander M. and Bronstein, Michael M. and Kimmel, Ron , file =. Science & Business Media , issn =
-
[165]
Computer Graphics Forum , number =
Ovsjanikov, Maks and M. Computer Graphics Forum , number =
-
[166]
Information Sciences , volume =
Local voxelized structure for. Information Sciences , volume =. 2018 , issn =. doi:https://doi.org/10.1016/j.ins.2018.02.070 , author =
2018 doi
-
[167]
IEEE Transactions on Visualization and Computer Graphics , volume=
Non-obtuse remeshing with centroidal Voronoi tessellation , author=. IEEE Transactions on Visualization and Computer Graphics , volume=. 2015 , publisher=
2015
-
[168]
Signature of geometric centroids for
Tang, Keke and Song, Peng and Chen, Xiaoping , booktitle=. Signature of geometric centroids for. 2017 , //organization=
2017
-
[169]
ACM Transactions on Graphics , volume=
Steklov spectral geometry for extrinsic shape analysis , author=. ACM Transactions on Graphics , volume=. 2018 , publisher=
2018
-
[170]
A novel local surface feature for
Guo, Yulan and Sohel, Ferdous and Bennamoun, Mohammed and Wan, Jianwei and Lu, Min , journal=. A novel local surface feature for. 2015 , publisher=
2015
-
[171]
2020 , issn =
Wu, Yan and Yang, Jun and Zhao, Jinlong , journal =. 2020 , issn =
2020
-
[172]
The Visual Computer , volume=
Multi-part shape matching by simultaneous partial functional correspondence , author=. The Visual Computer , volume=. 2023 , publisher=
2023
-
[173]
2019 , issn =
Arbel, Nadav Yehonatan and Tal, Ayellet and Zelnik-Manor, Lihi , journal =. 2019 , issn =
2019
-
[174]
Computer Graphics Forum , title =
Rodol. Computer Graphics Forum , title =. 2017 , issn =. arXiv , arxivid =:1506.05274 , file =
2017 arXiv
-
[175]
Vision, Modeling, and Visualization , title =
Rodol. Vision, Modeling, and Visualization , title =
-
[176]
1998 , address =
Network optimization: continuous and discrete models , author=. 1998 , address =
1998
-
[177]
Proceedings of IEEE/CVF Conference on Computer Vision and Pattern Recognition , title =
-
[178]
2020 , pages =
Sahillioğlu, Yusuf , journal =. 2020 , pages =
2020
-
[179]
and McKay, Neil D
Besl, P.J. and McKay, Neil D. , journal=. A method for registration of. 1992 , volume=
1992
-
[180]
A method for registration of
Zhang D and Wu ZK and Wang XC and Lü CL and Liu XY and Zhou MQ , journal=. A method for registration of. 2019 , volume=
2019
-
[181]
Proceedings of the 4th Eurographics Conference on 3D Object Retrieval , pages=
Local shape descriptors, a survey and evaluation , author=. Proceedings of the 4th Eurographics Conference on 3D Object Retrieval , pages=
-
[182]
Computers & Graphics , volume=
Dyke, Roberto M and Lai, Yu-Kun and Rosin, Paul L and Zappal. Computers & Graphics , volume=. 2020 , publisher=
2020
-
[183]
Proceedings of International Conference on 3D Vision , pages=
DPFM: Deep partial functional maps , author=. Proceedings of International Conference on 3D Vision , pages=. 2021 , organization=
2021
-
[184]
2019 , //organization=
Melzi, Simone and Marin, Riccardo and Rodola, Emanuele and Castellani, Umberto and Ren, Jing and Poulenard, Adrien and Wonka, Peter and Ovsjanikov, Maks , booktitle=. 2019 , //organization=
2019
-
[185]
Zuffi, Silvia and Kanazawa, Angjoo and Jacobs, David W and Black, Michael J , booktitle=
-
[186]
The Visual Computer , volume=
Comparing local shape descriptors , author=. The Visual Computer , volume=. 2012 , publisher=
2012
-
[187]
Computers & Graphics , volume=
Localised and shape-aware functions for spectral geometry processing and shape analysis: A survey & perspectives , author=. Computers & Graphics , volume=. 2021 , publisher=
2021
-
[188]
Pattern Recognition , volume =
A unified definition and computation of. Pattern Recognition , volume =. 2019 , issn =
2019
-
[189]
Accurate and efficient computation of
Patan. Accurate and efficient computation of. Computer Graphics Forum , volume=. 2017 , publisher=
2017
-
[190]
An evaluation of local shape descriptors for
Tang, Sarah and Godil, Afzal , booktitle=. An evaluation of local shape descriptors for. 2012 , //organization=
2012
-
[191]
Evaluation of
Kim, Hansung and Hilton, Adrian , booktitle=. Evaluation of. 2013 , //organization=
2013
-
[192]
Computer Graphics Forum , volume=
Scalable and Efficient Functional Map Computations on Dense Meshes , author=. Computer Graphics Forum , volume=
-
[193]
Pattern Recognition , pages=
Rigid pairwise 3D point cloud registration: A survey , author=. Pattern Recognition , pages=. 2024 , publisher=
2024
-
[194]
ACM SIGGRAPH Conference Proceedings , pages=
An Elastic Basis for Spectral Shape Correspondencedonati2022deep , author=. ACM SIGGRAPH Conference Proceedings , pages=
-
[195]
Cao, Dongliang and Bernard, Florian , booktitle=
-
[196]
ACM Transactions on Graphics , pages =
Cao, Dongliang and Roetzer, Paul and Bernard, Florian , title =. ACM Transactions on Graphics , pages =. 2023 , volume =
2023
-
[197]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
SIGMA: Scale-Invariant Global Sparse Shape Matching , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
-
[198]
Spatially aggregating spectral descriptors for nonrigid
Li, Chunyuan and Ben Hamza, A , journal=. Spatially aggregating spectral descriptors for nonrigid. 2014 , publisher=
2014
-
[199]
Performance evaluation of
Guo, Yulan and Bennamoun, Mohammed and Sohel, Ferdous and Lu, Min and Wan, Jianwei and Zhang, Jun , booktitle=. Performance evaluation of. 2015 , //organization=
2015
-
[200]
Toward the repeatability and robustness of the local reference frame for
Yang, Jiaqi and Xiao, Yang and Cao, Zhiguo , journal=. Toward the repeatability and robustness of the local reference frame for. 2018 , publisher=
2018
-
[201]
A Survey of Non-Rigid
Deng, Bailin and Yao, Yuxin and Dyke, Roberto M and Zhang, Juyong , journal=. A Survey of Non-Rigid
-
[202]
and Cerri, A
Biasotti, S. and Cerri, A. and Bronstein, A. and Bronstein, M. , journal =. 2016 , issn =
2016
-
[203]
Computer Graphics Forum , keywords =
Rodol. Computer Graphics Forum , keywords =
-
[204]
2010 , organization=
Sahillioglu, Yusuf and Yemez, Yiicel , booktitle=. 2010 , organization=
2010
-
[205]
Computer Graphics Forum , volume=
Non-rigid registration under isometric deformations , author=. Computer Graphics Forum , volume=. 2008 , organization=
2008
-
[206]
Ezuz, Danielle and Solomon, Justin and Ben-Chen, Mirela , journal =
-
[207]
, journal =
Muja, Marius and Lowe, David G. , journal =. 2014 , issn =
2014
-
[208]
2005 , pages =
Anguelov, Dragomir and Srinivasan, Praveen and Koller, Daphne and Thrun, Sebastian and Rodgers, Jim and Davis, James , journal =. 2005 , pages =
2005
-
[209]
Proceedings of the National Academy of Sciences , volume=
Generalized multidimensional scaling: a framework for isometry-invariant partial surface matching , author=. Proceedings of the National Academy of Sciences , volume=. 2006 , publisher=
2006
-
[210]
Persistent point feature histograms for
Rusu, Radu Bogdan and Marton, Zoltan Csaba and Blodow, Nico and Beetz, Michael , booktitle=. Persistent point feature histograms for
-
[211]
Computer Vision and Image Understanding , title =
Salti, Samuele and Tombari, Federico and. Computer Vision and Image Understanding , title =. 2014 , pages =
2014
-
[212]
Eurographics , year=
Adaptive remeshing for real-time mesh deformation , author=. Eurographics , year=
-
[213]
IEEE Transactions on Visualization and Computer Graphics , volume=
Isotropic surface remeshing without large and small angles , author=. IEEE Transactions on Visualization and Computer Graphics , volume=. 2018 , publisher=
2018
-
[214]
2014 , publisher=
Yan, Dong-Ming and Bao, Guanbo and Zhang, Xiaopeng and Wonka, Peter , journal=. 2014 , publisher=
2014
-
[215]
2020 , issn =
Lescoat, Thibault and Liu, Hsueh‐Ti Derek and Thiery, Jean-marc and Jacobson, Alec and Boubekeur, Tamy and Ovsjanikov, Maks , journal =. 2020 , issn =
2020
-
[216]
Computer Graphics Forum , volume=
Wavelet-based Heat Kernel Derivatives: Towards Informative Localized Shape Analysis , author=. Computer Graphics Forum , volume=. 2021 , organization=
2021
-
[217]
European Conference on Computer Vision , pages=
Unsupervised deep multi-shape matching , author=. European Conference on Computer Vision , pages=. 2022 , organization=
2022
-
[218]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
Spatially and Spectrally Consistent Deep Functional Maps , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
-
[219]
Advances in Neural Information Processing Systems , volume=
Shape Non-rigid Kinematics (SNK): A Zero-Shot Method for Non-Rigid Shape Matching via Unsupervised Functional Map Regularized Reconstruction , author=. Advances in Neural Information Processing Systems , volume=
-
[220]
IEEE Transactions on Visualization and Computer Graphics , year=
Deep Frequency Awareness Functional Maps for Robust Shape Matching , author=. IEEE Transactions on Visualization and Computer Graphics , year=
-
[221]
2013 , issn =
Aflalo, Yonathan and Kimmel, Ron , journal =. 2013 , issn =
2013
-
[222]
2012 , issn =
Hou, Tingbo and Qin, Hong , journal =. 2012 , issn =
2012
-
[223]
Aubry, Mathieu and Schlickewei, Ulrich and Cremers, Daniel , booktitle =
-
[224]
and Basri, Ronen and Lipman, Yaron , file =
Kezurery, Itay and Kovalskyy, Shahar Z. and Basri, Ronen and Lipman, Yaron , file =. Computer Graphics Forum , number =
-
[225]
Rustamov, Raif M and others , booktitle=
-
[226]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
A scalable combinatorial solver for elastic geometrically consistent 3d shape matching , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[227]
Computer Vision and Image Understanding , volume=
Animal pose estimation: A closer look at the state-of-the-art, existing gaps and opportunities , author=. Computer Vision and Image Understanding , volume=. 2022 , publisher=
2022
-
[228]
Canadian Journal of Mathematics , volume=
Some properties of the eigenfunctions of the Laplace-operator on Riemannian manifolds , author=. Canadian Journal of Mathematics , volume=. 1949 , publisher=
1949
-
[229]
Artificial intelligence and statistics , pages=
Optimizing costly functions with simple constraints: A limited-memory projected quasi-newton algorithm , author=. Artificial intelligence and statistics , pages=. 2009 , organization=
2009
-
[230]
IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
Fast and robust non-rigid registration using accelerated majorization-minimization , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
-
[231]
Advances in neural information processing systems , volume=
Pointnet++: Deep hierarchical feature learning on point sets in a metric space , author=. Advances in neural information processing systems , volume=
-
[232]
IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
Fast and robust iterative closest point , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=. 2021 , publisher=
2021
-
[233]
IEEE Transactions on Signal Processing , title =
Leonardi, Nora and. IEEE Transactions on Signal Processing , title =. 2013 , issn =
2013
-
[234]
Computer Graphics Forum , number =
Poulenard, Adrien and Skraba, Primoz and Ovsjanikov, Maks , file =. Computer Graphics Forum , number =
-
[235]
Shape retrieval of non-rigid
Pickup, David and Sun, Xianfang and Rosin, Paul L and Martin, Ralph R and Cheng, Z and Lian, Zhouhui and Aono, Masaki and Hamza, A Ben and Bronstein, A and Bronstein, M and others , journal=. Shape retrieval of non-rigid. 2016 , publisher=
2016
-
[236]
The CAESAR project:
Robinette, Kathleen M and Daanen, Hans and Paquet, Eric , booktitle=. The CAESAR project:. 1999 , organization=
1999
-
[237]
and Vandergheynst, Pierre and Gribonval, R
Hammond, David K. and Vandergheynst, Pierre and Gribonval, R. Applied and Computational Harmonic Analysis , title =. 2011 , pages =
2011
-
[238]
ACM SIGGRAPH 2017 Courses, SIGGRAPH 2017 , title =
Ovsjanikov, Maks and Corman, Etienne and Bronstein, Michael and Rodol. ACM SIGGRAPH 2017 Courses, SIGGRAPH 2017 , title =
2017
-
[239]
ACM Transactions on Graphics , title =
Melzi, Simone and Ren, Jing and Rodol. ACM Transactions on Graphics , title =. 2019 , volume =
2019
-
[240]
Sinkhorn Distances: Lightspeed Computation of Optimal Transport , volume =
Cuturi, Marco , booktitle =. Sinkhorn Distances: Lightspeed Computation of Optimal Transport , volume =
-
[241]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Locality Preserving Refinement for Shape Matching with Functional Maps , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[242]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Deep orientation-aware functional maps: Tackling symmetry issues in shape matching , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[243]
Computer Graphics Forum , volume=
Complex functional maps: A conformal link between tangent bundles , author=. Computer Graphics Forum , volume=
-
[244]
and Bronstein, Michael M
Bronstein, Alexander M. and Bronstein, Michael M. and Kimmel, Ron and Mahmoudi, Mona and Sapiro, Guillermo , journal =. 2010 , issn =
2010
-
[245]
2016 Fourth International Conference on 3D Vision (3DV) , pages=
Coupled functional maps , author=. 2016 Fourth International Conference on 3D Vision (3DV) , pages=. 2016 , organization=
2016
-
[246]
and Bronstein, M
Kovnatsky, A. and Bronstein, M. M. and Glashoff, K. and Kimmel, R. , file =. Computer Graphics Forum , month =
-
[247]
2006 , publisher=
Reuter, Martin and Wolter, Franz-Erich and Peinecke, Niklas , journal=. 2006 , publisher=
2006
-
[248]
Applied and Computational Harmonic Analysis , volume=
Diffusion maps , author=. Applied and Computational Harmonic Analysis , volume=. 2006 , publisher=
2006
-
[249]
Computer Graphics Forum , month =
Shapira, Nitzan and Ben-Chen, Mirela , file =. Computer Graphics Forum , month =
-
[250]
2018 , pages =
Melzi, Simone and Ovsjanikov, Maks and Roffo, Giorgio and Cristani, Marco and Castellani, Umberto , journal =. 2018 , pages =. doi:10.1145/3144454 , file =
2018 doi
-
[251]
Proceedings of IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Scale-invariant heat kernel signatures for non-rigid shape recognition , author=. Proceedings of IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=. 2010 , //organization=
2010
-
[252]
Embedding
B. Embedding. Geometric & Functional Analysis , volume=. 1994 , publisher=
1994
-
[253]
Magnet, Robin and Ovsjanikov, Maks , booktitle =
-
[254]
Proceedings of IEEE/CVF International Conference on Computer Vision , pages=
Fast multi-image matching via density-based clustering , author=. Proceedings of IEEE/CVF International Conference on Computer Vision , pages=
-
[255]
2017 , issn =
Dym, Nadav and Lipman, Yaron , journal =. 2017 , issn =. doi:10.1137/16M1078628 , eprint =
2017 doi
-
[256]
Bronstein, Alexander M and Bronstein, Michael M and Kimmel, Ron , //address =
-
[257]
Proceedings of IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Dense non-rigid shape correspondence using random forests , author=. Proceedings of IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[258]
and E Rodolà and Bronstein, M
Cosmo, L. and E Rodolà and Bronstein, M. and Torsello, A. and Sahilliolu, Yusuf , booktitle=
-
[259]
Proceedings of the 24th annual conference on Computer graphics and interactive techniques , pages=
Surface simplification using quadric error metrics , author=. Proceedings of the 24th annual conference on Computer graphics and interactive techniques , pages=
-
[260]
Mallat Stéphane , publisher =
-
[261]
doi:10.1007/978-3-540-77341-2 , file =
Edition, Seventh , booktitle =. doi:10.1007/978-3-540-77341-2 , file =
-
[262]
and Johnson, Sterling C
Kim, Won Hwa and Pachauri, Deepti and Hatt, Charles and Chung, Moo K. and Johnson, Sterling C. and Singh, Vikas , booktitle =
-
[263]
2012 , issn =
Zaharescu, Andrei and Boyer, Edmond and Horaud, Radu , journal =. 2012 , issn =
2012
-
[264]
doi:10.1109/eScience.2013.45 , file =
Leandro, Jorge De Jesus Gomes and Jr, Roberto Marcondes Cesar and Feris, Rogerio Schmidt , booktitle =. doi:10.1109/eScience.2013.45 , file =
2013 doi
-
[265]
The Visual Computer , title =
Li, Chunyuan and. The Visual Computer , title =. 2013 , pages =
2013
-
[266]
Sparse approximation of
Zhong, Ming and Qin, Hong , file =. Sparse approximation of. The Visual Computer , number =
-
[267]
and Wiesmeyr, Christoph and Holighaus, Nicki and Vandergheynst, Pierre , journal =
Shuman, David I. and Wiesmeyr, Christoph and Holighaus, Nicki and Vandergheynst, Pierre , journal =. 2015 , issn =. doi:10.1109/TSP.2015.2424203 , eprint =
2015
-
[268]
Pattern Recognition Letters , title =
Masoumi, Majid and Li, Chunyuan and. Pattern Recognition Letters , title =. 2016 , issn =. doi:10.1016/j.patrec.2016.04.009 , publisher =
2016 doi
-
[269]
2016 , issn =
Sakiyama, Akie and Watanabe, Kana and Tanaka, Yuichi , journal =. 2016 , issn =. doi:10.1109/TSIPN.2016.2581303 , keywords =
2016
-
[270]
2016 , issn =
Shuman, David I and Ricaud, Benjamin and Vandergheynst, Pierre , journal =. 2016 , issn =. doi:10.1016/j.acha.2015.02.005 , keywords =
2016 doi
-
[271]
Journal of Visual Communication and Image Representation , title =
Masoumi, Majid and. Journal of Visual Communication and Image Representation , title =. 2017 , issn =. doi:10.1016/j.jvcir.2017.01.001 , keywords =
2017 doi
-
[272]
Physics in Medicine and Biology , title =
Masoumi, Majid and Rezaei, Mahsa and. Physics in Medicine and Biology , title =. 2018 , issn =. doi:10.1088/1361-6560/aaa71a , eprint =
2018 doi
-
[273]
Mathematical Problems in Engineering , title =
Wu, Jiasong and Wu, Fuzhi and Yang, Qihan and Zhang, Yan and Liu, Xilin and Kong, Youyong and Senhadji, Lotfi and Shu, Huazhong , doi =. Mathematical Problems in Engineering , title =
-
[274]
2021 , issn =
de Loynes, Basile and Navarro, Fabien and Olivier, Baptiste , journal =. 2021 , issn =. doi:10.1016/j.cam.2020.113319 , eprint =
2021
-
[275]
2021 , issn =
Yim, Ka Man and Leygonie, Jacob , journal =. 2021 , issn =
2021
-
[276]
Diffusion Geometry Derived Keypoints and Local Descriptors for
Wang, Xupeng and Bennamoun, Mohammed and Sohel, Ferdous and Lei, Hang , journal =. Diffusion Geometry Derived Keypoints and Local Descriptors for. 2021 , issn =
2021
-
[277]
IEEE Sensors Journal , title =
Guevara, Javier and Gene-Mola, Jordi and Gregorio, Eduard and. IEEE Sensors Journal , title =. 2022 , issn =. doi:10.1109/JSEN.2021.3129340 , file =
2022
-
[278]
Computer-Aided Design , volume=
GeoBi-GNN: geometry-aware bi-domain mesh denoising via graph neural networks , author=. Computer-Aided Design , volume=. 2022 , publisher=
2022
-
[279]
IEEE Transactions on Visualization and Computer Graphics , volume=
DNF-Net: A deep normal filtering network for mesh denoising , author=. IEEE Transactions on Visualization and Computer Graphics , volume=. 2020 , publisher=
2020
-
[280]
Computer Aided Geometric Design , volume=
A novel anisotropic second order regularization for mesh denoising , author=. Computer Aided Geometric Design , volume=. 2019 , publisher=
2019
-
[281]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Local Surface Descriptor for Geometry and Feature Preserved Mesh Denoising , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[282]
IEEE Transactions on Visualization and Computer Graphics , volume=
Mesh total generalized variation for denoising , author=. IEEE Transactions on Visualization and Computer Graphics , volume=. 2021 , publisher=
2021
-
[283]
European Conference on Computer Vision , pages=
Learning Self-prior for Mesh Denoising Using Dual Graph Convolutional Networks , author=. European Conference on Computer Vision , pages=. 2022 , organization=
2022
-
[284]
IEEE Transactions on Circuits and Systems for Video Technology , volume=
NormalNet: learning-based mesh normal denoising via local partition normalization , author=. IEEE Transactions on Circuits and Systems for Video Technology , volume=. 2021 , publisher=
2021
-
[285]
Computer-Aided Design , volume=
Data-driven geometry-recovering mesh denoising , author=. Computer-Aided Design , volume=. 2019 , publisher=
2019
-
[286]
Computer-Aided Design , volume=
Robust and effective mesh denoising using L0 sparse regularization , author=. Computer-Aided Design , volume=. 2018 , publisher=
2018
-
[287]
IEEE Transactions on Visualization and Computer Graphics , volume=
Graph-based feature-preserving mesh normal filtering , author=. IEEE Transactions on Visualization and Computer Graphics , volume=. 2019 , publisher=
2019
-
[288]
ACM Transactions on Graphics (TOG) , volume=
GCN-denoiser: mesh denoising with graph convolutional networks , author=. ACM Transactions on Graphics (TOG) , volume=. 2022 , publisher=
2022
-
[289]
Graphical Models , volume=
A dynamic and adaptive scheme for feature-preserving mesh denoising , author=. Graphical Models , volume=. 2020 , publisher=
2020
-
[290]
IEEE Transactions on Industrial Informatics , volume=
Fast mesh denoising with data driven normal filtering using deep variational autoencoders , author=. IEEE Transactions on Industrial Informatics , volume=. 2020 , publisher=
2020
-
[291]
IEEE transactions on visualization and computer graphics , volume=
Feature preserving mesh denoising based on graph spectral processing , author=. IEEE transactions on visualization and computer graphics , volume=. 2018 , publisher=
2018
-
[292]
IEEE Transactions on Visualization and Computer Graphics , volume=
Mesh denoising with facet graph convolutions , author=. IEEE Transactions on Visualization and Computer Graphics , volume=. 2020 , publisher=
2020
-
[293]
Computer-Aided Design , volume=
Mesh denoising via a novel Mumford--Shah framework , author=. Computer-Aided Design , volume=. 2020 , publisher=
2020
-
[294]
Computer-Aided Design , volume=
Adaptive and propagated mesh filtering , author=. Computer-Aided Design , volume=. 2023 , publisher=
2023
-
[295]
Graphical Models , volume=
Feature-convinced mesh denoising , author=. Graphical Models , volume=. 2019 , publisher=
2019
-
[296]
IEEE Transactions on Instrumentation and Measurement , volume=
Cascaded normal filtering neural network for geometry-aware mesh denoising of measurement surfaces , author=. IEEE Transactions on Instrumentation and Measurement , volume=. 2021 , publisher=
2021
-
[297]
Computer-Aided Design , volume=
NormalF-Net: Normal filtering neural network for feature-preserving mesh denoising , author=. Computer-Aided Design , volume=. 2020 , publisher=
2020
-
[298]
SIAM Journal on Imaging Sciences , volume=
A Novel Mesh Denoising Method Based on Relaxed Second-Order Total Generalized Variation , author=. SIAM Journal on Imaging Sciences , volume=. 2022 , publisher=
2022
-
[299]
, author=
Mesh denoising via cascaded normal regression. , author=. ACM Trans. Graph. , volume=
-
[300]
2011 , publisher=
Symplectic methods in harmonic analysis and in mathematical physics , author=. 2011 , publisher=
2011
Reviewed August 1, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.