paper-with-me

Papers

Robust Instance Segmentation through Reasoning about Multi-Object Occlusion

2020-12-03 · CVPR 2021 1 · Xiaoding Yuan, Adam Kortylewski, Yihong Sun, Alan Yuille

Analyzing complex scenes with Deep Neural Networks is a challenging task, particularly when images contain multiple objects that partially occlude each other. Existing approaches to image analysis mostly process objects independently and do not take into account the relative occlusion of nearby objects. In this paper, we propose a deep network for multi-object instance segmentation that is robust to occlusion and can be trained from bounding box supervision only. Our work builds on Compositional Networks, which learn a generative model of neural feature activations to locate occluders and to classify objects based on their non-occluded parts. We extend their generative model to include multiple objects and introduce a framework for efficient inference in challenging occlusion scenarios. In particular, we obtain feed-forward predictions of the object classes and their instance and occluder segmentations. We introduce an Occlusion Reasoning Module (ORM) that locates erroneous segmentations and estimates the occlusion order to correct them. The improved segmentation masks are, in turn, integrated into the network in a top-down manner to improve the image classification. Our experiments on the KITTI INStance dataset (KINS) and a synthetic occlusion dataset demonstrate the effectiveness and robustness of our model at multi-object instance segmentation under occlusion. Code is publically available at https://github.com/XD7479/Multi-Object-Occlusion.

📄 PDF Abstract BibTeX arXiv:2012.02107

Code (1)

XD7479/Multi-Object-Occlusion 공식 구현 pytorch

Tasks

image-classificationImage ClassificationInstance SegmentationObjectSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

QCell: Recombining and Aligning Cell Queries for Overlapping Instance Segmentation

2026-08-29 · Yaroslav Prytula, Anton Popov, Dmytro Fishman hf

Instance segmentation of overlapping cells in microscopy remains challenging due to semi-transparent structures that produce weak boundaries and mixed visual evidence in overlap regions. Existing methods address this thr…

Instance SegmentationCell Segmentation

Multi-Instance Object Segmentation With Occlusion Handling

2015-06-01 · CVPR 2015 6 · Yi-Ting Chen, Xiaokai Liu, Ming-Hsuan Yang

We present a multi-instance object segmentation algorithm to tackle occlusions. As an object is split into two parts by an occluder, it is nearly impossible to group the two separate regions into an instance by purely bo…

ObjectOcclusion HandlingSegmentationSemantic Segmentation

NOVO: Bridging LLaVA and SAM with Visual-only Prompts for Reasoning Segmentation

2025-11-10 · Kyung-Yoon Yoon, Yeong-Jun Cho arxiv

In this study, we propose NOVO (NO text, Visual-Only prompts), a novel framework that bridges vision-language models (VLMs) and segmentation models through visual-only prompts. Unlike prior approaches that feed text-deri…

Zero-shot Hierarchical Plant Segmentation via Foundation Segmentation Models and Text-to-image Attention

2025-09-11 · Junhao Xing, Ryohei Miyakawa, Yang Yang, Xinpeng Liu 외 arxiv

Foundation segmentation models achieve reasonable leaf instance extraction from top-view crop images without training (i.e., zero-shot). However, segmenting entire plant individuals with each consisting of multiple overl…

Progressive Prompt-Guided Cross-Modal Reasoning for Referring Image Segmentation

2026-03-30 · Jiachen Li, Hongyun Wang, Jinyu Xu, Wenbo Jiang 외 arxiv

Referring image segmentation aims to localize and segment a target object in an image based on a free-form referring expression. The core challenge lies in effectively bridging linguistic descriptions with object-level v…

Semantic SegmentationInstance SegmentationReferring ExpressionImage Segmentation