paper-with-me

홈 › Papers

ARF: Artistic Radiance Fields

2022-06-13 · Kai Zhang, Nick Kolkin, Sai Bi, Fujun Luan, Zexiang Xu, Eli Shechtman, Noah Snavely

We present a method for transferring the artistic features of an arbitrary style image to a 3D scene. Previous methods that perform 3D stylization on point clouds or meshes are sensitive to geometric reconstruction errors for complex real-world scenes. Instead, we propose to stylize the more robust radiance field representation. We find that the commonly used Gram matrix-based loss tends to produce blurry results without faithful brushstrokes, and introduce a nearest neighbor-based loss that is highly effective at capturing style details while maintaining multi-view consistency. We also propose a novel deferred back-propagation method to enable optimization of memory-intensive radiance fields using style losses defined on full-resolution rendered images. Our extensive evaluation demonstrates that our method outperforms baselines by generating artistic appearance that more closely resembles the style image. Please check our project page for video results and open-source implementations: https://www.cs.cornell.edu/projects/arf/ .

📄 PDF Abstract BibTeX arXiv:2206.06360

Code (1)

Kai-46/ARF-svox2 공식 구현 pytorch

Similar Papers 제목 키워드 기반

CoARF: Controllable 3D Artistic Style Transfer for Radiance Fields

2024-04-23 · Deheng Zhang, Clara Fernandez-Labrador, Christopher Schroers

Creating artistic 3D scenes can be time-consuming and requires specialized knowledge. To address this, recent works such as ARF, use a radiance field-based approach with style constraints to generate 3D scenes that resem…

Style Transfer

ARF-Plus: Controlling Perceptual Factors in Artistic Radiance Fields for 3D Scene Stylization

2023-08-23 · Wenzhao Li, Tianhao Wu, Fangcheng Zhong, Cengiz Oztireli

The radiance fields style transfer is an emerging field that has recently gained popularity as a means of 3D scene stylization, thanks to the outstanding performance of neural radiance fields in 3D reconstruction and vie…

3D ReconstructionStyle Transfer

Neural Style Transfer for Computer Games

2023-11-24 · Eleftherios Ioannou, Steve Maddock

Neural Style Transfer (NST) research has been applied to images, videos, 3D meshes and radiance fields, but its application to 3D computer games remains relatively unexplored. Whilst image and video NST systems can be us…

Style Transfer

G3DST: Generalizing 3D Style Transfer with Neural Radiance Fields across Scenes and Styles

2024-08-24 · Adil Meric, Umut Kocasari, Matthias Nießner, Barbara Roessle

Neural Radiance Fields (NeRF) have emerged as a powerful tool for creating highly detailed and photorealistic scenes. Existing methods for NeRF-based 3D style transfer need extensive per-scene optimization for single or …

NeRFStyle Transfer

DeformToon3D: Deformable 3D Toonification from Neural Radiance Fields

2023-09-08 · Junzhe Zhang, Yushi Lan, Shuai Yang, Fangzhou Hong 외

In this paper, we address the challenging problem of 3D toonification, which involves transferring the style of an artistic domain onto a target 3D face with stylized geometry and texture. Although fine-tuning a pre-trai…

DecoderNeRF