DepGAN: Leveraging Depth Maps for Handling Occlusions and Transparency in Image Composition
Amr Ghoneim, Jiju Poovvancheri, Yasushi Akiyama, Dong Chen
TL;DR
DepGAN addresses occlusion and transparency in image composition by integrating depth maps and alpha channels into a conditional GAN framework. It introduces a Depth Aware Loss to enforce depth-consistent occlusion boundaries and leverages a Spatial Transformer Network to precisely align foregrounds with backgrounds, aided by a PatchGAN discriminator. The approach is validated across real and synthetic datasets, achieving superior placement semantics and more accurate occlusion/transparency handling than state-of-the-art methods, and is supported by a new aerial dataset for context-aware placement. The work advances practical image compositing by incorporating 3D scene information, enabling more realistic and semantically coherent composites with potential impact on graphics pipelines and automated editing tools.
Abstract
Image composition is a complex task which requires a lot of information about the scene for an accurate and realistic composition, such as perspective, lighting, shadows, occlusions, and object interactions. Previous methods have predominantly used 2D information for image composition, neglecting the potentials of 3D spatial information. In this work, we propose DepGAN, a Generative Adversarial Network that utilizes depth maps and alpha channels to rectify inaccurate occlusions and enhance transparency effects in image composition. Central to our network is a novel loss function called Depth Aware Loss which quantifies the pixel wise depth difference to accurately delineate occlusion boundaries while compositing objects at different depth levels. Furthermore, we enhance our network's learning process by utilizing opacity data, enabling it to effectively manage compositions involving transparent and semi-transparent objects. We tested our model against state-of-the-art image composition GANs on benchmark (both real and synthetic) datasets. The results reveal that DepGAN significantly outperforms existing methods in terms of accuracy of object placement semantics, transparency and occlusion handling, both visually and quantitatively. Our code is available at https://amrtsg.github.io/DepGAN/.
