GaussianPainter: Painting Point Cloud into 3D Gaussians with Normal Guidance

Abstract

In this paper, we present GaussianPainter, the first method to paint a point cloud into 3D Gaussians given a reference image. GaussianPainter introduces an innovative feed-forward approach to overcome the limitations of time-consuming test-time optimization in 3D Gaussian splatting. Our method addresses a critical challenge in the field: the non-uniqueness problem inherent in the large parameter space of 3D Gaussian splatting. This space, encompassing rotation, anisotropic scales, and spherical harmonic coefficients, introduces the challenge of rendering similar images from substantially different Gaussian fields. As a result, feed-forward networks face instability when attempting to directly predict high-quality Gaussian fields, struggling to converge on consistent parameters for a given output. To address this issue, we propose to estimate a surface normal for each point to determine its Gaussian rotation. This strategy enables the network to effectively predict the remaining Gaussian parameters in the constrained space. We further enhance our approach with an appearance injection module, incorporating reference image appearance into Gaussian fields via a multiscale triplane representation. Our method successfully balances efficiency and fidelity in 3D Gaussian generation, achieving high-quality, diverse, and robust 3D content creation from point clouds in a single forward pass. A video is provided in our supplementary material for a more detailed explanation of our method.

Cite

Text

Zhou et al. "GaussianPainter: Painting Point Cloud into 3D Gaussians with Normal Guidance." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I10.33172

Markdown

[Zhou et al. "GaussianPainter: Painting Point Cloud into 3D Gaussians with Normal Guidance." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/zhou2025aaai-gaussianpainter/) doi:10.1609/AAAI.V39I10.33172

BibTeX

@inproceedings{zhou2025aaai-gaussianpainter,
  title     = {{GaussianPainter: Painting Point Cloud into 3D Gaussians with Normal Guidance}},
  author    = {Zhou, Jingqiu and Fan, Lue and Chen, Xuesong and Huang, Linjiang and Liu, Si and Li, Hongsheng},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {10788-10796},
  doi       = {10.1609/AAAI.V39I10.33172},
  url       = {https://mlanthology.org/aaai/2025/zhou2025aaai-gaussianpainter/}
}