Believing is Seeing: Unobserved Object Detection using Generative Models
Subhransu S. Bhattacharjee, Dylan Campbell, Rahul Shome
TL;DR
This work introduces unobserved object detection, aiming to locate objects not visible within a camera frame by modeling spatio-semantic distributions over extended 2D and 3D domains. It develops three pipelines—3D diffusion with forward models, 2D diffusion with outpainting, and vision-language model querying—to estimate the distributions conditioned on a single RGB image, and proposes a standardized metric suite to evaluate them. Across RealEstate10k and NYU Depth V2 indoors, 3D diffusion approaches excel at occluded and out-of-frame detection, while 2D diffusion and VLMs show strengths and limitations in region-wise reasoning and speed. The results underscore the potential of generative priors for perception under partial observability, while highlighting practical bottlenecks such as compute time and dependence on prompts or pretraining data.
Abstract
Can objects that are not visible in an image -- but are in the vicinity of the camera -- be detected? This study introduces the novel tasks of 2D, 2.5D and 3D unobserved object detection for predicting the location of nearby objects that are occluded or lie outside the image frame. We adapt several state-of-the-art pre-trained generative models to address this task, including 2D and 3D diffusion models and vision-language models, and show that they can be used to infer the presence of objects that are not directly observed. To benchmark this task, we propose a suite of metrics that capture different aspects of performance. Our empirical evaluation on indoor scenes from the RealEstate10k and NYU Depth v2 datasets demonstrate results that motivate the use of generative models for the unobserved object detection task.
