Comparison of methods to produce a two-layered LDI representation from a single RGB image
One of the major drawbacks of the visualizations used in computer vision is the lack of information
about the portion of scene that has been occluded by the foreground objects. Depth maps store
the results of a mapping from each pixel to its distance from the camera. Since the pair of RGB
image and the depth map store more information than a RGB image itself,they are considered
2.5D. However, a simple depth map fails to alleviate the problem as it stores the values for only
the visible part of an image. Unlike human beings who are able to perceive the information
even if it has been hidden by confidently extrapolating from what is visible, computer vision
models are stymied at only what is immediately visible. This has been resolved with other forms
of representations of 2D images, one of which is LDI. However getting better LDI predictions
from a single RGB image is challenging and we compare two methods in this work and further
experiment with them to see if they they can be made better.