English

NeuralPVS: Learned Estimation of Potentially Visible Sets

Graphics 2025-09-30 v1

Abstract

Real-time visibility determination in expansive or dynamically changing environments has long posed a significant challenge in computer graphics. Existing techniques are computationally expensive and often applied as a precomputation step on a static scene. We present NeuralPVS, the first deep-learning approach for visibility computation that efficiently determines from-region visibility in a large scene, running at approximately 100 Hz processing with less than 1%1\% missing geometry. This approach is possible by using a neural network operating on a voxelized representation of the scene. The network's performance is achieved by combining sparse convolution with a 3D volume-preserving interleaving for data compression. Moreover, we introduce a novel repulsive visibility loss that can effectively guide the network to converge to the correct data distribution. This loss provides enhanced robustness and generalization to unseen scenes. Our results demonstrate that NeuralPVS outperforms existing methods in terms of both accuracy and efficiency, making it a promising solution for real-time visibility computation.

Keywords

Cite

@article{arxiv.2509.24677,
  title  = {NeuralPVS: Learned Estimation of Potentially Visible Sets},
  author = {Xiangyu Wang and Thomas Köhler and Jun Lin Qiu and Shohei Mori and Markus Steinberger and Dieter Schmalstieg},
  journal= {arXiv preprint arXiv:2509.24677},
  year   = {2025}
}

Comments

SIGGRAPH Asia 2025

R2 v1 2026-07-01T06:04:21.664Z