Summary
The paper introduces DirectTriGS, a framework for 3D object generation leveraging Gaussian Splatting (GS). The authors address the challenge of complex data structures in traditional GS by proposing a triplane representation, which enables the encoding of both geometric and textural information into a continuous field. This representation facilitates the transformation back to Gaussian point clouds and rendering into images with only 2D supervisions. The framework includes a fully differentiable TriRenderer for end-to-end training and a Variational Autoencoder (VAE) for compression, which is then utilized in latent diffusion for 3D object generation. Experiments demonstrate high-quality 3D object geometry and rendering results.
Strengths
1. The novel point: The framework includes a fully differentiable TriRenderer and utilizes VAEs and latent diffusion, which are state-of-the-art techniques in the field.
2. The paper provides thorough experiments and comparisons with existing methods, demonstrating the effectiveness of the proposed approach. The generated 3D object geometries and renderings are of high quality, indicating the potential of DirectTriGS for practical applications, but still lack some high-frequency appearance details. Also, some relative research work is not considered for comparison, such as BrightDreamer, Align Your Gaussians, and Triplane Meets GaussianSplatting; they all use the triplane into gaussian splatting for shape generation.
3. The paper is well organized, with a clear presentation of the methodology, experiments, and results.
Weaknesses
1. While the paper introduces an approach, the complexity of the triplane representation and the need for a fully differentiable renderer may make the framework challenging for some researchers to implement. A simplified version or more detailed implementation guidance could be beneficial.
2. For table 4, what is the meaning to list the inference efficiency of a single stage of LDM only? Since the pipeline uses the SDS optimization, the efficiency of whole pipeline is not higher, right? The paper could provide more details on the computational efficiency of DirectTriGS of each step, such as training and inference times, especially compared to other methods.
3. The paper could benefit from a more extensive user study to evaluate the generated 3D objects from different perspectives, such as usability, realism, and preference. From the results, the performance of the proposed method cannot beat GaussianDreamer fully.
4. The recent works [1, 2, 3] have a similar core idea; the comparison should be conducted for a total evaluation of the proposed methods.
[1] BrightDreamer: Generic 3D Gaussian Generative Framework for Fast Text-to-3D Synthesis
[2] Align Your Gaussians: Text-to-4D with Dynamic 3D Gaussians and Composed Diffusion Models
[3] Triplane Meets Gaussian Splatting: Fast and Generalizable Single-View 3D Reconstruction with Transformers
5. While the paper mentions an ablation study, more detailed analysis on the contribution of each component of the framework could strengthen the claims. BTW, Since there are more loss terms, how to balance the weight during the optimization and the effects should be fully evaluated in the ablation studies.
6. In figure 1, the necessary detials are not provided so that fully understand the core idea of the proposed methods. i.e. what is the necessity of the deformable SDF volume, deform what? Why not directly optimize the Guasisan points position, instead of the first generating geometry and synthesis the GS attributes secondly. And for the GS Attribute decoder, does the position of the sampled points to be optimized. Does the triplane feature extractor be the same for the different branch? Since the input of two triplane feature extractor is different.
Questions
The paper is well-written and presents a novel point to the field of 3D generation. Based on the above comments: some major concerns, the insufficient evaluations (i.e., the comparison with recent work and ablation studies on heavy loss terms), weak performance from the user study, uncleared figure presentation. With the above suggestions addressed, the paper would be a strong candidate for publication. I recommend a borderline score and am negative for the insufficient evaluations.
Detailed questions refer to weaknesses.