paper-with-me

홈 › Papers

Flash Cache: Reducing Bias in Radiance Cache Based Inverse Rendering

2024-09-09 · Benjamin Attal, Dor Verbin, Ben Mildenhall, Peter Hedman, Jonathan T. Barron, Matthew O'Toole, Pratul P. Srinivasan

State-of-the-art techniques for 3D reconstruction are largely based on volumetric scene representations, which require sampling multiple points to compute the color arriving along a ray. Using these representations for more general inverse rendering -- reconstructing geometry, materials, and lighting from observed images -- is challenging because recursively path-tracing such volumetric representations is expensive. Recent works alleviate this issue through the use of radiance caches: data structures that store the steady-state, infinite-bounce radiance arriving at any point from any direction. However, these solutions rely on approximations that introduce bias into the renderings and, more importantly, into the gradients used for optimization. We present a method that avoids these approximations while remaining computationally efficient. In particular, we leverage two techniques to reduce variance for unbiased estimators of the rendering equation: (1) an occlusion-aware importance sampler for incoming illumination and (2) a fast cache architecture that can be used as a control variate for the radiance from a high-quality, but more expensive, volumetric cache. We show that by removing these biases our approach improves the generality of radiance cache based inverse rendering, as well as increasing quality in the presence of challenging light transport effects such as specular reflections.

📄 PDF Abstract BibTeX arXiv:2409.05867

Code (0)

등록된 구현이 없습니다.

Tasks

3D ReconstructionInverse Rendering

Similar Papers 제목 키워드 기반

Stochastic Sparse Attention for Memory-Bound Inference

2026-05-03 · Kyle Lee, Corentin Delacour, Kevin Callahan-Coray, Kyle Jiang 외 arxiv

Autoregressive decoding becomes bandwidth-limited at long contexts, as generating each token requires reading all $n_k$ key and value vectors from KV cache. We present Stochastic Additive No-mulT Attention (SANTA), a met…

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…

DeFT: Decoding with Flash Tree-attention for Efficient Tree-structured LLM Inference

2024-03-30 · Jinwei Yao, Kaiqi Chen, Kexun Zhang, Jiaxuan You 외

Large language models (LLMs) are increasingly employed for complex tasks that process multiple generation calls in a tree structure with shared prefixes of tokens, including few-shot prompting, multi-step reasoning, spec…

GPU

MiniKV: Pushing the Limits of LLM Inference via 2-Bit Layer-Discriminative KV Cache

2024-11-27 · Akshat Sharma, Hangliang Ding, Jianping Li, Neel Dani 외

How to efficiently serve LLMs in practice has become exceptionally challenging due to their prohibitive memory and computation requirements. In this study, we investigate optimizing the KV cache, whose memory footprint p…

DeepSeek-V4.1-Flash: Pushing the Limits of KV Cache Compression

2026-09-17 · DeepSeek-AI, Anyi Xu, B. Li, Bangcai Lin 외 hf

The widespread adoption of long-horizon agents has made model workloads increasingly input-heavy. Although prior work has substantially reduced the cost of long-context computation, prefill remains computationally expens…