paper-with-me

홈 › Papers

Visiting the Invisible: Layer-by-Layer Completed Scene Decomposition

2021-04-12 · Chuanxia Zheng, Duy-Son Dao, Guoxian Song, Tat-Jen Cham, Jianfei Cai

Existing scene understanding systems mainly focus on recognizing the visible parts of a scene, ignoring the intact appearance of physical objects in the real-world. Concurrently, image completion has aimed to create plausible appearance for the invisible regions, but requires a manual mask as input. In this work, we propose a higher-level scene understanding system to tackle both visible and invisible parts of objects and backgrounds in a given scene. Particularly, we built a system to decompose a scene into individual objects, infer their underlying occlusion relationships, and even automatically learn which parts of the objects are occluded that need to be completed. In order to disentangle the occluded relationships of all objects in a complex scene, we use the fact that the front object without being occluded is easy to be identified, detected, and segmented. Our system interleaves the two tasks of instance segmentation and scene completion through multiple iterations, solving for objects layer-by-layer. We first provide a thorough experiment using a new realistically rendered dataset with ground-truths for all invisible regions. To bridge the domain gap to real imagery where ground-truths are unavailable, we then train another model with the pseudo-ground-truths generated from our trained synthesis model. We demonstrate results on a wide variety of datasets and show significant improvement over the state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2104.05367

Code (1)

lyndonzheng/VINV 공식 구현 pytorch

Tasks

Instance SegmentationScene UnderstandingSemantic Segmentation

Similar Papers 제목 키워드 기반

SeGAN: Segmenting and Generating the Invisible

2017-03-29 · CVPR 2018 6 · Kiana Ehsani, Roozbeh Mottaghi, Ali Farhadi

Objects often occlude each other in scenes; Inferring their appearance beyond their visible parts plays an important role in scene understanding, depth estimation, object interaction and manipulation. In this paper, we s…

Depth EstimationScene UnderstandingSegmentation

Enhancement of Novel View Synthesis Using Omnidirectional Image Completion

2022-03-18 · Takayuki Hara, Tatsuya Harada

In this study, we present a method for synthesizing novel views from a single 360-degree RGB-D image based on the neural radiance field (NeRF) . Prior studies relied on the neighborhood interpolation capability of multi-…

NeRFNovel View Synthesis

Revisiting Depth Layers from Occlusions

2013-06-01 · CVPR 2013 6 · Adarsh Kowdle, Andrew Gallagher, Tsuhan Chen

In this work, we consider images of a scene with a moving object captured by a static camera. As the object (human or otherwise) moves about the scene, it reveals pairwise depth-ordering or occlusion cues. The goal of th…

Object

Layered Scene Decomposition via the Occlusion-CRF

2016-06-01 · CVPR 2016 6 · Chen Liu, Pushmeet Kohli, Yasutaka Furukawa

This paper addresses the challenging problem of perceiving the hidden or occluded geometry of the scene depicted in any given RGBD image. Unlike other image labeling problems such as image segmentation where each pixel n…

Image SegmentationSemantic Segmentation

CObL: Toward Zero-Shot Ordinal Layering without User Prompting

2025-08-11 · Aneel Damaraju, Dean Hazineh, Todd Zickler arxiv

Vision benefits from grouping pixels into objects and understanding their spatial relationships, both laterally and in depth. We capture this with a scene representation comprising an occlusion-ordered stack of "object l…

Representation Learning