L. Uzolas
Please Note
4 records found
1
Chapter 2 introduces a method for reconstructing an animatable 3D neural radiance field from multi-view video. While previous methods reconstruct dynamic neural radiance fields via ray bending, we forward-warp an explicit sparse point cloud using a kinematic model, thereby avoiding projection ambiguities. We first initialize a sparse neural feature point cloud and an overparameterized kinematic skeleton using the medial axis transformation. The skeleton drives the point cloud deformation via linear blend skinning, after which the result is rendered via volumetric rendering, jointly optimizing the feature point cloud and deformation parameters. After training, the kinematic skeleton can be pruned, enabling easy manual animation of the reconstructed representation.
Chapter 3 explores how to animate 3D meshes from text prompts in a zero-shot setting, without training any deformation models. To this end, we embed 3D meshes into the latent feature space of pre-trained video diffusion models by re-projecting semantic neural features onto the mesh surface. We then optimize the mesh deformation to match a generated latent video, which is more robust than fitting to RGB outputs. In contrast to related work, our method produces plausible animation sequences in minutes, demonstrating the power of these features for 3D downstream tasks.
Chapter 4 further investigates how to improve semantic neural features from 2D foundation models for 3D applications that rely on establishing correspondences between meshes. We address the issue that these features struggle to differentiate between instances of the same semantic class, such as ``left hand’’ versus ``right hand’’. We learn an embedding space that disambiguates such instances using the geodesic distance on the mesh surface, while preserving the original semantic information. The method is purely self-supervised, requires only a small number of unpaired training meshes, and we show that the resulting surface-aware features significantly improve performance on several 3D tasks.
Chapter 5 investigates a rotation-equivariant formulation of Neural Jacobian Fields, a method for learning detail-preserving mesh deformations in the gradient domain.
In the previous chapter, we showed that semantic features can condition a Neural Jacobian Field to learn generalized deformations across shape categories. However, Neural Jacobian Fields are inherently tied to the orientation of training shapes in ambient space, requiring inference shapes to be aligned to the training data. We address this limitation by introducing a rotation-equivariant formulation that produces consistent results independent of input orientation, while generalizing across diverse shapes. ...
Chapter 2 introduces a method for reconstructing an animatable 3D neural radiance field from multi-view video. While previous methods reconstruct dynamic neural radiance fields via ray bending, we forward-warp an explicit sparse point cloud using a kinematic model, thereby avoiding projection ambiguities. We first initialize a sparse neural feature point cloud and an overparameterized kinematic skeleton using the medial axis transformation. The skeleton drives the point cloud deformation via linear blend skinning, after which the result is rendered via volumetric rendering, jointly optimizing the feature point cloud and deformation parameters. After training, the kinematic skeleton can be pruned, enabling easy manual animation of the reconstructed representation.
Chapter 3 explores how to animate 3D meshes from text prompts in a zero-shot setting, without training any deformation models. To this end, we embed 3D meshes into the latent feature space of pre-trained video diffusion models by re-projecting semantic neural features onto the mesh surface. We then optimize the mesh deformation to match a generated latent video, which is more robust than fitting to RGB outputs. In contrast to related work, our method produces plausible animation sequences in minutes, demonstrating the power of these features for 3D downstream tasks.
Chapter 4 further investigates how to improve semantic neural features from 2D foundation models for 3D applications that rely on establishing correspondences between meshes. We address the issue that these features struggle to differentiate between instances of the same semantic class, such as ``left hand’’ versus ``right hand’’. We learn an embedding space that disambiguates such instances using the geodesic distance on the mesh surface, while preserving the original semantic information. The method is purely self-supervised, requires only a small number of unpaired training meshes, and we show that the resulting surface-aware features significantly improve performance on several 3D tasks.
Chapter 5 investigates a rotation-equivariant formulation of Neural Jacobian Fields, a method for learning detail-preserving mesh deformations in the gradient domain.
In the previous chapter, we showed that semantic features can condition a Neural Jacobian Field to learn generalized deformations across shape categories. However, Neural Jacobian Fields are inherently tied to the orientation of training shapes in ambient space, requiring inference shapes to be aligned to the training data. We address this limitation by introducing a rotation-equivariant formulation that produces consistent results independent of input orientation, while generalizing across diverse shapes.
Many 3D tasks such as pose alignment, animation, motion transfer, and 3D reconstruction rely on establishing correspondences between 3D shapes. This challenge has recently been approached by pairwise matching of semantic features from pre-trained vision models. However, despite their power, these features struggle to differentiate instances of the same semantic class such as "left hand"versus "right hand"which leads to substantial mapping errors. To solve this, we learn a surface-aware embedding space that is robust to these ambiguities while facilitating shared mapping for an entire family of 3D shapes. Importantly, our approach is self-supervised and requires only a small number of unpaired training meshes to infer features for new possibly imperfect 3D shapes at test time. We achieve this by introducing a contrastive loss that preserves the semantic content of the features distilled from foundational models while disambiguating features located far apart on the shape's surface. We observe superior performance in correspondence matching benchmarks and enable downstream applications including 2D-to-3D and 3D-to-3D texture transfer, in-part segmentation, pose alignment, and motion transfer in low-data regimes. Unlike previous pairwise approaches, our solution constructs a joint embedding space, where both seen and unseen 3D shapes are implicitly aligned without further optimization. The code is available at https://graphics.tudelft.nl/SurfaceAware3DFeatures.
MotionDreamer
Exploring Semantic Video Diffusion Features for Zero-Shot 3D Mesh Animation