Direct Delta Mush Skinning Compression with Continuous Examples

Binh Huy Le, Keven Villeneuve, and Carlos Gonzalez-Ochoa

ACM Transactions on Graphics 40(4) - Proceedings of ACM SIGGRAPH 2021

We compress DDM model by splitting it into two layers: the first layer is a smaller DDM model that takes the master bones (yellow) and computes a small set of virtual bone transformations (red), and the second layer is a large but cheap LBS model that computes per-vertex skinning (blue) from virtual bones.


Abstract: Direct Delta Mush (DDM) is a high-quality, direct skinning method with a low setup cost. However, its storage and run-time computing cost are relatively high for two reasons: its skinning weights are 4×4 matrices instead of scalars like other direct skinning methods, and its computation requires one 3×3 Singular Value Decomposition per vertex.

In this paper, we introduce a compression method that takes a DDM model and splits it into two layers: the first layer is a smaller DDM model that computes a set of virtual bone transformations and the second layer is a Linear Blend Skinning model that computes per-vertex transformations from the output of the first layer. The two-layer model can approximate the deformation of the original DDM model with significantly lower costs.

Our main contribution is a novel problem formulation for the DDM compression based on a continuous example-based technique, in which we minimize the compression error on an uncountable set of example poses. This formulation provides an elegant metric for the compression error and simplifies the problem to the common linear matrix factorization. Our formulation also takes into account the skeleton hierarchy of the model, the bind pose, and the range of motions. In addition, we propose a new update rule to optimize DDM weights of the first layer and a modification to resolve the floating-point cancellation issue of DDM.


Download: [paper] [video]


Demo Video on Youtube


Presentation