Paper Fig. 1: DVAO predicts an ambient-occlusion volume from volume data and a transfer function.Ambient occlusion improves depth perception in direct volume rendering, but high-quality volumetric illumination can be expensive to compute. DVAO investigates whether a learned model can precompute an ambient-occlusion volume for the current transfer function, leaving view changes interactive.
DVAO is a 3D convolutional encoder–decoder that takes a scalar volume and transfer-function context and predicts one ambient-occlusion value per voxel. The strongest variant preclassifies the volume with transfer-function opacity, giving the network a spatially aligned, implicit representation of the global transfer function from its first layer.

The selected implicit/preclassified strategy combines opacity and intensity volumes before the encoder and predicts a 128³ ambient-occlusion volume. Adapted from Fig. 6 of the arXiv version.
The prototype operates on 128³ volumes and needs substantial memory for 3D CNN inference. It was a research exploration of learned volumetric illumination rather than a replacement for optimized algorithmic ambient-occlusion methods.