CVApr 6, 2022

FocalClick: Towards Practical Interactive Image Segmentation

arXiv:2204.02574v2173 citationsh-index: 41Has Code
AI Analysis

This work addresses practical industrial needs for efficient and accurate interactive segmentation on low-power devices, enabling effective refinement of preexisting masks.

The paper tackles the inefficiency and poor refinement capabilities of interactive image segmentation models by introducing FocalClick, which uses localized predictions and a Progressive Merge strategy to achieve competitive results with significantly smaller FLOPs and superior mask correction performance.

Interactive segmentation allows users to extract target masks by making positive/negative clicks. Although explored by many previous works, there is still a gap between academic approaches and industrial needs: first, existing models are not efficient enough to work on low power devices; second, they perform poorly when used to refine preexisting masks as they could not avoid destroying the correct part. FocalClick solves both issues at once by predicting and updating the mask in localized areas. For higher efficiency, we decompose the slow prediction on the entire image into two fast inferences on small crops: a coarse segmentation on the Target Crop, and a local refinement on the Focus Crop. To make the model work with preexisting masks, we formulate a sub-task termed Interactive Mask Correction, and propose Progressive Merge as the solution. Progressive Merge exploits morphological information to decide where to preserve and where to update, enabling users to refine any preexisting mask effectively. FocalClick achieves competitive results against SOTA methods with significantly smaller FLOPs. It also shows significant superiority when making corrections on preexisting masks. Code and data will be released at github.com/XavierCHEN34/ClickSEG

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