paper-with-me

Papers

Deferred Neural Rendering: Image Synthesis using Neural Textures

2019-04-28 · Justus Thies, Michael Zollhöfer, Matthias Nießner

The modern computer graphics pipeline can synthesize images at remarkable visual quality; however, it requires well-defined, high-quality 3D content as input. In this work, we explore the use of imperfect 3D content, for instance, obtained from photo-metric reconstructions with noisy and incomplete surface geometry, while still aiming to produce photo-realistic (re-)renderings. To address this challenging problem, we introduce Deferred Neural Rendering, a new paradigm for image synthesis that combines the traditional graphics pipeline with learnable components. Specifically, we propose Neural Textures, which are learned feature maps that are trained as part of the scene capture process. Similar to traditional textures, neural textures are stored as maps on top of 3D mesh proxies; however, the high-dimensional feature maps contain significantly more information, which can be interpreted by our new deferred neural rendering pipeline. Both neural textures and deferred neural renderer are trained end-to-end, enabling us to synthesize photo-realistic images even when the original 3D content was imperfect. In contrast to traditional, black-box 2D generative neural networks, our 3D representation gives us explicit control over the generated output, and allows for a wide range of application domains. For instance, we can synthesize temporally-consistent video re-renderings of recorded 3D scenes as our representation is inherently embedded in 3D space. This way, neural textures can be utilized to coherently re-render or manipulate existing video content in both static and dynamic environments at real-time rates. We show the effectiveness of our approach in several experiments on novel view synthesis, scene editing, and facial reenactment, and compare to state-of-the-art approaches that leverage the standard graphics pipeline as well as conventional generative neural networks.

📄 PDF Abstract BibTeX arXiv:1904.12356

Code (4)

Leminhbinh0209/AAAI22-ADD pytorch
SSRSGJYD/NeuralTexture pytorch
flynn-chen/faceforensics_benchmark
leminhbinh0209/add pytorch

Tasks

Image GenerationNeural RenderingNovel View Synthesis

Similar Papers 제목 키워드 기반

Mesh Strikes Back: Fast and Efficient Human Reconstruction from RGB videos

2023-03-15 · Rohit Jena, Pratik Chaudhari, James Gee, Ganesh Iyer 외

Human reconstruction and synthesis from monocular RGB videos is a challenging problem due to clothing, occlusion, texture discontinuities and sharpness, and framespecific pose changes. Many methods employ deferred render…

NeRFNovel View Synthesis

RTR-GS: 3D Gaussian Splatting for Inverse Rendering with Radiance Transfer and Reflection

2025-07-10 · Yongyang Zhou, Fang-Lue Zhang, Zichen Wang, Lei Zhang arxiv

3D Gaussian Splatting (3DGS) has demonstrated impressive capabilities in novel view synthesis. However, rendering reflective objects remains a significant challenge, particularly in inverse rendering and relighting. We i…

Novel View SynthesisInverse Rendering

Mesh-Learner: Texturing Mesh with Spherical Harmonics

2025-04-28 · Yunfei Wan, Jianheng Liu, Jiarong Lin, Fu Zhang

In this paper, we present a 3D reconstruction and rendering framework termed Mesh-Learner that is natively compatible with traditional rasterization pipelines. It integrates mesh and spherical harmonic (SH) texture (i.e.…

3D ReconstructionCPUGPU

Beyond Reconstruction: A Physics Based Neural Deferred Shader for Photo-realistic Rendering

2025-04-16 · Zhuo He, Paul Henderson, Nicolas Pugeault

Deep learning based rendering has demonstrated major improvements for photo-realistic image synthesis, applicable to various applications including visual effects in movies and photo-realistic scene building in video gam…

Image Generation

DNRSelect: Active Best View Selection for Deferred Neural Rendering

2025-01-21 · Dongli Wu, Haochen Li, Xiaobao Wei

Deferred neural rendering (DNR) is an emerging computer graphics pipeline designed for high-fidelity rendering and robotic perception. However, DNR heavily relies on datasets composed of numerous ray-traced images and de…

NeRFNeural Renderingreinforcement-learningReinforcement Learning