CVMar 9, 2023

CFR-ICL: Cascade-Forward Refinement with Iterative Click Loss for Interactive Image Segmentation

arXiv:2303.05620v235 citationsh-index: 26
AI Analysis

This work addresses the problem of balancing user effort and segmentation accuracy for practitioners in computer vision, offering incremental improvements over existing approaches.

The paper tackles interactive image segmentation by proposing a framework that reduces the number of user clicks needed to achieve high accuracy, with reductions of 33.2% and 15.5% on specific datasets compared to prior state-of-the-art methods.

The click-based interactive segmentation aims to extract the object of interest from an image with the guidance of user clicks. Recent work has achieved great overall performance by employing feedback from the output. However, in most state-of-the-art approaches, 1) the inference stage involves inflexible heuristic rules and requires a separate refinement model, and 2) the number of user clicks and model performance cannot be balanced. To address the challenges, we propose a click-based and mask-guided interactive image segmentation framework containing three novel components: Cascade-Forward Refinement (CFR), Iterative Click Loss (ICL), and SUEM image augmentation. The CFR offers a unified inference framework to generate segmentation results in a coarse-to-fine manner. The proposed ICL allows model training to improve segmentation and reduce user interactions simultaneously. The proposed SUEM augmentation is a comprehensive way to create large and diverse training sets for interactive image segmentation. Extensive experiments demonstrate the state-of-the-art performance of the proposed approach on five public datasets. Remarkably, our model reduces by 33.2\%, and 15.5\% the number of clicks required to surpass an IoU of 0.95 in the previous state-of-the-art approach on the Berkeley and DAVIS sets, respectively.

Code Implementations1 repo
Foundations

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

Your Notes