paper-with-me

Papers

Fast Monte Carlo Rendering via Multi-Resolution Sampling

2021-06-24 · Qiqi Hou, Zhan Li, Carl S Marshall, Selvakumar Panneer, Feng Liu

Monte Carlo rendering algorithms are widely used to produce photorealistic computer graphics images. However, these algorithms need to sample a substantial amount of rays per pixel to enable proper global illumination and thus require an immense amount of computation. In this paper, we present a hybrid rendering method to speed up Monte Carlo rendering algorithms. Our method first generates two versions of a rendering: one at a low resolution with a high sample rate (LRHS) and the other at a high resolution with a low sample rate (HRLS). We then develop a deep convolutional neural network to fuse these two renderings into a high-quality image as if it were rendered at a high resolution with a high sample rate. Specifically, we formulate this fusion task as a super resolution problem that generates a high resolution rendering from a low resolution input (LRHS), assisted with the HRLS rendering. The HRLS rendering provides critical high frequency details which are difficult to recover from the LRHS for any super resolution methods. Our experiments show that our hybrid rendering algorithm is significantly faster than the state-of-the-art Monte Carlo denoising methods while rendering high-quality images when tested on both our own BCR dataset and the Gharbi dataset. \url{https://github.com/hqqxyy/msspl}

📄 PDF Abstract BibTeX arXiv:2106.12802

Code (1)

hqqxyy/msspl 공식 구현 pytorch

Tasks

DenoisingSuper-Resolution

Similar Papers 제목 키워드 기반

Auxiliary Features-Guided Super Resolution for Monte Carlo Rendering

2023-10-20 · Qiqi Hou, Feng Liu

This paper investigates super resolution to reduce the number of pixels to render and thus speed up Monte Carlo rendering algorithms. While great progress has been made to super resolution technologies, it is essentially…

DenoisingSuper-Resolution

StochasticSplats: Stochastic Rasterization for Sorting-Free 3D Gaussian Splatting

2025-03-31 · Shakiba Kheradmand, Delio Vicini, George Kopanas, Dmitry Lagun 외

3D Gaussian splatting (3DGS) is a popular radiance field method, with many application-specific extensions. Most variants rely on the same core algorithm: depth-sorting of Gaussian splats then rasterizing in primitive or…

3DGSGPU

End-to-End Adaptive Monte Carlo Denoising and Super-Resolution

2021-08-16 · Xinyue Wei, HaoZhi Huang, Yujin Shi, Hongliang Yuan 외

The classic Monte Carlo path tracing can achieve high quality rendering at the cost of heavy computation. Recent works make use of deep neural networks to accelerate this process, by improving either low-resolution or fe…

DenoisingSuper-Resolution

Bridging Rendering and Generative Modeling with Monte Carlo Transport Scheduling

2026-02-24 · Junwei Shu, Wenjie Liu, Hantang Liu, Changbo Wang 외 arxiv

Monte Carlo rendering and modern generative models both transform uncertain states into structured images, yet they are usually studied as separate processes. We introduce Monte Carlo Transport Scheduling, a framework th…

Neural Two-Level Monte Carlo Real-Time Rendering

2024-12-05 · Mikhail Dereviannykh, Dmitrii Klepikov, Johannes Hanika, Carsten Dachsbacher

We introduce an efficient Two-Level Monte Carlo (subset of Multi-Level Monte Carlo, MLMC) estimator for real-time rendering of scenes with global illumination. Using MLMC we split the shading integral into two parts: the…