CVMar 10, 2025

DirectTriGS: Triplane-based Gaussian Splatting Field Representation for 3D Generation

arXiv:2503.06900v14 citationsh-index: 3CVPR
Originality Incremental advance
AI Analysis

This work addresses the problem of 3D object generation for computer graphics and AI applications, offering a novel method but appears incremental as it builds on existing Gaussian Splatting and triplane techniques.

The authors tackled the challenge of directly generating 3D Gaussians for object creation by proposing DirectTriGS, which uses a triplane representation to encode geometry and texture as a continuous field, enabling high-quality 3D object generation with only 2D supervision.

We present DirectTriGS, a novel framework designed for 3D object generation with Gaussian Splatting (GS). GS-based rendering for 3D content has gained considerable attention recently. However, there has been limited exploration in directly generating 3D Gaussians compared to traditional generative modeling approaches. The main challenge lies in the complex data structure of GS represented by discrete point clouds with multiple channels. To overcome this challenge, we propose employing the triplane representation, which allows us to represent Gaussian Splatting as an image-like continuous field. This representation effectively encodes both the geometry and texture information, enabling smooth transformation back to Gaussian point clouds and rendering into images by a TriRenderer, with only 2D supervisions. The proposed TriRenderer is fully differentiable, so that the rendering loss can supervise both texture and geometry encoding. Furthermore, the triplane representation can be compressed using a Variational Autoencoder (VAE), which can subsequently be utilized in latent diffusion to generate 3D objects. The experiments demonstrate that the proposed generation framework can produce high-quality 3D object geometry and rendering results in the text-to-3D task.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes