pith. sign in

arxiv: 2403.07807 · v1 · pith:CWFMF6AJnew · submitted 2024-03-12 · 💻 cs.CV

StyleGaussian: Instant 3D Style Transfer with Gaussian Splatting

classification 💻 cs.CV
keywords featuresstylestylegaussiantransferinstantachievesconsistencymulti-view
0
0 comments X
read the original abstract

We introduce StyleGaussian, a novel 3D style transfer technique that allows instant transfer of any image's style to a 3D scene at 10 frames per second (fps). Leveraging 3D Gaussian Splatting (3DGS), StyleGaussian achieves style transfer without compromising its real-time rendering ability and multi-view consistency. It achieves instant style transfer with three steps: embedding, transfer, and decoding. Initially, 2D VGG scene features are embedded into reconstructed 3D Gaussians. Next, the embedded features are transformed according to a reference style image. Finally, the transformed features are decoded into the stylized RGB. StyleGaussian has two novel designs. The first is an efficient feature rendering strategy that first renders low-dimensional features and then maps them into high-dimensional features while embedding VGG features. It cuts the memory consumption significantly and enables 3DGS to render the high-dimensional memory-intensive features. The second is a K-nearest-neighbor-based 3D CNN. Working as the decoder for the stylized features, it eliminates the 2D CNN operations that compromise strict multi-view consistency. Extensive experiments show that StyleGaussian achieves instant 3D stylization with superior stylization quality while preserving real-time rendering and strict multi-view consistency. Project page: https://kunhao-liu.github.io/StyleGaussian/

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Boosting Zero-Shot 3D Style Transfer with 2D Pre-trained Priors

    cs.CV 2026-05 unverdicted novelty 5.0

    DS-StyleGaussian integrates a 2D-pretrained decoder with feature Gaussian splatting and deferred stylization to achieve view-consistent zero-shot 3D style transfer from a single style image.