PaNDaS: Learnable Deformation Modeling with Localized Control
Published:
Thomas Besnier, Emery Pierson, Sylvain Arguillère, Maks Ovsjanikov, Mohamed Daoudi
Non-rigid shape deformations pose significant challenges, and most existing methods struggle to handle partial deformations effectively. We propose to learn deformations at the point level, which allows for localized control of 3D surface meshes, enabling Partial Non-rigid Deformations and interpolations of Surfaces (PaNDaS). Unlike previous approaches, our method can restrict the deformations to specific parts of the shape in a versatile way. Moreover, one can mix and combine various poses from the database, all while not requiring any optimization at inference time. We demonstrate state-of-the-art accuracy and greater locality for shape reconstruction and interpolation compared to approaches relying on global shape representation across various types of human surface data. We also demonstrate several localized shape manipulation tasks and show that our method can generate new shapes by combining different input deformations. Code and data will be made available after the reviewing process.
Model
Overview of the proposed architecture. A pair of meshes is given as input: a source pose \(\mathcal{X}\) and a target pose \(\mathcal{Y}\). Per-triangle features \((f_t)_t\) are learned on the source mesh and are enriched with a global encoding z of the target mesh to obtain a feature field \((f_t)_t\) over the source mesh. Finally, the deformation generator learns a Jacobian field from the feature field over the neutral mesh to predict a first-order, per-triangle displacement field \((v_i)_{1 \leq i\leq n_{\mathcal{X}}}\).
Results
Pandas is able to outperform classical methods for partial shape interpolation like ARAP.
Applications: Partial shape variability
Pandas can be used to mix different pose and create new ones. Moreover, using PCA on the local features, one can analyze the local shape variability.
Acknowledgements
TODO
Citation
If you consider our work useful, please cite:
@misc{besnier2025pandaslearnabledeformationmodeling,
title={PaNDaS: Learnable Deformation Modeling with Localized Control},
author={Thomas Besnier and Emery Pierson and Sylvain Arguillere and Maks Ovsjanikov and Mohamed Daoudi},
year={2025},
eprint={2412.02306},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2412.02306},
}
This webpage was inspired by Nerfies.