Deep and Fast Approximate Order Independent Transparency

Grigoris Tsopouridis,Andreas A. Vasilakis,Ioannis Fudos
DOI: https://doi.org/10.1111/cgf.15071
IF: 2.5
2024-03-08
Computer Graphics Forum
Abstract:We present a machine learning approach for efficiently computing order independent transparency (OIT) using a lightweight neural network implemented using shaders. Our method is fast, requires a small constant amount of memory, is more accurate compared to previous approximate methods, works for every scene and is portable to all platforms. We present a machine learning approach for efficiently computing order independent transparency (OIT) by deploying a light weight neural network implemented fully on shaders. Our method is fast, requires a small constant amount of memory (depends only on the screen resolution and not on the number of triangles or transparent layers), is more accurate as compared to previous approximate methods, works for every scene without setup and is portable to all platforms running even with commodity GPUs. Our method requires a rendering pass to extract all features that are subsequently used to predict the overall OIT pixel colour with a pre‐trained neural network. We provide a comparative experimental evaluation and shader source code of all methods for reproduction of the experiments.
computer science, software engineering
What problem does this paper attempt to address?