GRCVMay 9, 2023

Stochastic Texture Filtering

arXiv:2305.05810v22 citations
Originality Highly original
AI Analysis

This addresses a fundamental issue in computer graphics for rendering practitioners, offering a novel method that improves accuracy in common cases.

The paper tackles the problem of inaccurate texture filtering in rendering by proposing to filter textures after lighting evaluation instead of before, showing that this approach yields more accurate solutions to the rendering equation with minimal stochastic error, as demonstrated in real-time and offline applications.

2D texture maps and 3D voxel arrays are widely used to add rich detail to the surfaces and volumes of rendered scenes, and filtered texture lookups are integral to producing high-quality imagery. We show that filtering textures after evaluating lighting, rather than before BSDF evaluation as is current practice, gives a more accurate solution to the rendering equation. These benefits are not merely theoretical, but are apparent in common cases. We further show that stochastically sampling texture filters is crucial for enabling this approach, which has not been possible previously except in limited cases. Stochastic texture filtering offers additional benefits, including efficient implementation of high-quality texture filters and efficient filtering of textures stored in compressed and sparse data structures, including neural representations. We demonstrate applications in both real-time and offline rendering and show that the additional stochastic error is minimal. Furthermore, this error is handled well by either spatiotemporal denoising or moderate pixel sampling rates.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes