paper-with-me

Papers

GS^3: Efficient Relighting with Triple Gaussian Splatting

2024-10-15 · Zoubin Bi, Yixin Zeng, Chong Zeng, Fan Pei, Xiang Feng, Kun Zhou, Hongzhi Wu

We present a spatial and angular Gaussian based representation and a triple splatting process, for real-time, high-quality novel lighting-and-view synthesis from multi-view point-lit input images. To describe complex appearance, we employ a Lambertian plus a mixture of angular Gaussians as an effective reflectance function for each spatial Gaussian. To generate self-shadow, we splat all spatial Gaussians towards the light source to obtain shadow values, which are further refined by a small multi-layer perceptron. To compensate for other effects like global illumination, another network is trained to compute and add a per-spatial-Gaussian RGB tuple. The effectiveness of our representation is demonstrated on 30 samples with a wide variation in geometry (from solid to fluffy) and appearance (from translucent to anisotropic), as well as using different forms of input data, including rendered images of synthetic/reconstructed objects, photographs captured with a handheld camera and a flash, or from a professional lightstage. We achieve a training time of 40-70 minutes and a rendering speed of 90 fps on a single commodity GPU. Our results compare favorably with state-of-the-art techniques in terms of quality/performance. Our code and data are publicly available at https://GSrelight.github.io/.

📄 PDF Abstract BibTeX arXiv:2410.11419

Code (1)

gsrelight/gs-relight 공식 구현 pytorch

Tasks

GPU

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

SVG-IR: Spatially-Varying Gaussian Splatting for Inverse Rendering

2025-04-09 · CVPR 2025 1 · Hanxiao Sun, Yupeng Gao, Jin Xie, Jian Yang 외

Reconstructing 3D assets from images, known as inverse rendering (IR), remains a challenging task due to its ill-posed nature. 3D Gaussian Splatting (3DGS) has demonstrated impressive capabilities for novel view synthesi…

3DGSInverse RenderingNeRFNovel View Synthesis

TranSplat: Lighting-Consistent Cross-Scene Object Transfer with 3D Gaussian Splatting

2025-03-28 · Tony Yu, Yanlin Jin, Ashok Veeraraghavan, Akshat Dave 외

We present TranSplat, a 3D scene rendering algorithm that enables realistic cross-scene object transfer (from a source to a target scene) based on the Gaussian Splatting framework. Our approach addresses two critical cha…

Object

ROSGS: Relightable Outdoor Scenes With Gaussian Splatting

2025-09-14 · Lianjun Liao, Chunhui Zhang, Tong Wu, Henglei Lv 외 arxiv

Image data captured outdoors often exhibit unbounded scenes and unconstrained, varying lighting conditions, making it challenging to decompose them into geometry, reflectance, and illumination. Recent works have focused …

SpectralSplat: Appearance-Disentangled Feed-Forward Gaussian Splatting for Driving Scenes

2026-04-03 · Quentin Herau, Tianshuo Xu, Depu Meng, Jiezhi Yang 외 arxiv

Feed-forward 3D Gaussian Splatting methods have achieved impressive reconstruction quality for autonomous driving scenes, yet they entangle scene geometry with transient appearance properties such as lighting, weather, a…

Autonomous Driving

DeferredGS: Decoupled and Editable Gaussian Splatting with Deferred Shading

2024-04-15 · Tong Wu, Jia-Mu Sun, Yu-Kun Lai, Yuewen Ma 외

Reconstructing and editing 3D objects and scenes both play crucial roles in computer graphics and computer vision. Neural radiance fields (NeRFs) can achieve realistic reconstruction and editing results but suffer from i…

Novel View Synthesis