paper-with-me

홈 › Papers

DreamMesh4D: Video-to-4D Generation with Sparse-Controlled Gaussian-Mesh Hybrid Representation

2024-10-09 · Zhiqi Li, Yiming Chen, Peidong Liu

Recent advancements in 2D/3D generative techniques have facilitated the generation of dynamic 3D objects from monocular videos. Previous methods mainly rely on the implicit neural radiance fields (NeRF) or explicit Gaussian Splatting as the underlying representation, and struggle to achieve satisfactory spatial-temporal consistency and surface appearance. Drawing inspiration from modern 3D animation pipelines, we introduce DreamMesh4D, a novel framework combining mesh representation with geometric skinning technique to generate high-quality 4D object from a monocular video. Instead of utilizing classical texture map for appearance, we bind Gaussian splats to triangle face of mesh for differentiable optimization of both the texture and mesh vertices. In particular, DreamMesh4D begins with a coarse mesh obtained through an image-to-3D generation procedure. Sparse points are then uniformly sampled across the mesh surface, and are used to build a deformation graph to drive the motion of the 3D object for the sake of computational efficiency and providing additional constraint. For each step, transformations of sparse control points are predicted using a deformation network, and the mesh vertices as well as the surface Gaussians are deformed via a novel geometric skinning algorithm, which is a hybrid approach combining LBS (linear blending skinning) and DQS (dual-quaternion skinning), mitigating drawbacks associated with both approaches. The static surface Gaussians and mesh vertices as well as the deformation network are learned via reference view photometric loss, score distillation loss as well as other regularizers in a two-stage manner. Extensive experiments demonstrate superior performance of our method. Furthermore, our method is compatible with modern graphic pipelines, showcasing its potential in the 3D gaming and film industry.

📄 PDF Abstract BibTeX arXiv:2410.06756

Code (0)

등록된 구현이 없습니다.

Tasks

3D GenerationComputational EfficiencyImage to 3DNeRF

Similar Papers 제목 키워드 기반

DreamMesh: Jointly Manipulating and Texturing Triangle Meshes for Text-to-3D Generation

2024-09-11 · Haibo Yang, Yang Chen, Yingwei Pan, Ting Yao 외

Learning radiance fields (NeRF) with powerful 2D diffusion models has garnered popularity for text-to-3D generation. Nevertheless, the implicit 3D representations of NeRF lack explicit modeling of meshes and textures ove…

3D Architecture3D GenerationNeRFText to 3D

SC4D: Sparse-Controlled Video-to-4D Generation and Motion Transfer

2024-04-04 · Zijie Wu, Chaohui Yu, Yanqin Jiang, Chenjie Cao 외

Recent advances in 2D/3D generative models enable the generation of dynamic 3D objects from a single-view video. Existing approaches utilize score distillation sampling to form the dynamic scene as dynamic NeRF or dense …

motion predictionNeRF

DBMovi-GS: Dynamic View Synthesis from Blurry Monocular Video via Sparse-Controlled Gaussian Splatting

2025-06-26 · Yeon-Ji Song, Jaein Kim, Byung-Ju Kim, Byoung-Tak Zhang

Novel view synthesis is a task of generating scenes from unseen perspectives; however, synthesizing dynamic scenes from blurry monocular videos remains an unresolved challenge that has yet to be effectively addressed. Ex…

3D geometryNovel View Synthesis

DreamGaussian4D: Generative 4D Gaussian Splatting

2023-12-28 · Jiawei Ren, Liang Pan, Jiaxiang Tang, Chi Zhang 외

4D content generation has achieved remarkable progress recently. However, existing methods suffer from long optimization times, a lack of motion controllability, and a low quality of details. In this paper, we introduce …

Video Generation

Pixel-to-4D: Camera-Controlled Image-to-Video Generation with Dynamic 3D Gaussians

2026-01-02 · Melonie de Almeida, Daniela Ivanova, Tong Shi, John H. Williamson 외 arxiv

Humans excel at forecasting the future dynamics of a scene given just a single image. Video generation models that can mimic this ability are an essential component for intelligent systems. Recent approaches have improve…

Video GenerationPoint Clouds