[Research] A paper of Computer Graphics Lab. (CGLab) is accepted to ACM SIGGRAPH 2023
- 소프트웨어융합대학
- Hit42
- 2023-05-25
A paper of Computer Graphics Lab. (CGLab, Advisor: Sungkil Lee; the first author: Janghun Kim), entitled "Potentially Visible Hidden-Volume Rendering for Multi-View Warping," has been accepeted to ACM SIGGRAPH 2023. The paper is going to be presented at LA, USA, August, 2023. ACM SIGGRAPH is the most prestigious conference in Computer Graphics area. This paper is selected as a journal-track paper, and will be published in ACM Trasactions on Graphics, Volume 42, No. 4의 special issue.
Abstract
--------
This paper presents the model and rendering algorithm of Potentially Visible Hidden Volumes (PVHVs) for multi-view image warping. PVHVs are 3D volumes that are occluded at a known source view, but potentially visible at novel views. Given a bound of novel views, we define PVHVs using the edges of foreground fragments from the known view and the bound of novel views. PVHVs can be used to batch-test the visibilities of source fragments without iterating individual novel views in multi-fragment rendering, and thereby, cull redundant fragments prior to warping. We realize the model of PVHVs in Depth Peeling (DP). Our Effective Depth Peeling (EDP) can reduce the number of completely hidden fragments, capture important fragments early, and reduce warping cost. We demonstrate the benefit of our PVHVs and EDP in terms of memory, quality, and performance in multi-view warping.