CVJul 14, 2018

Non-local RoIs for Instance Segmentation

arXiv:1807.05361v13 citations
Originality Incremental advance
AI Analysis

This work addresses instance segmentation for computer vision by providing an incremental improvement to Mask R-CNN.

The paper tackled the problem of independent object processing in Mask R-CNN by introducing Non-Local RoI Blocks to leverage correlations between objects, resulting in improved instance segmentation performance on Robust Vision Challenge benchmarks.

We introduce the concept of Non-Local RoI (NL-RoI) Block as a generic and flexible module that can be seamlessly adapted into different Mask R-CNN heads for various tasks. Mask R-CNN treats RoIs (Regions of Interest) independently and performs the prediction based on individual object bounding boxes. However, the correlation between objects may provide useful information for detection and segmentation. The proposed NL-RoI Block enables each RoI to refer to all other RoIs' information, and results in a simple, low-cost but effective module. Our experimental results show that generalizations with NL-RoI Blocks can improve the performance of Mask R-CNN for instance segmentation on the Robust Vision Challenge benchmarks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes