HiPR: Hierarchical Progressive Rendering for Immediate Feedback
图形学
2026-06-25 v1
摘要
Hierarchical Progressive Rendering (HiPR) is a dynamic render-scheduling algorithm that makes interactive path tracing finally feel real-time. While most renderers recompute the entire frame after any change to the scene, our method updates some of the pixels based on a priority order while keeping the others unchanged. Rather than relying on error-driven or temporal reuse heuristics, it amortizes rendering costs by organizing pixels into a hierarchy of light-path dependencies from changed elements outward, prioritizing by perceptual impact and delivering instant visual feedback, while eventually converging to an unbiased result.
引用
@article{arxiv.2606.26612,
title = {HiPR: Hierarchical Progressive Rendering for Immediate Feedback},
author = {Rafael Padilla and Andrew Tate and Dhruv Ram and Cem Yuksel},
journal= {arXiv preprint arXiv:2606.26612},
year = {2026}
}