MFP: Making Full Use of Probability Maps for Interactive Image Segmentation
Chaewon Lee, Seon-Ho Lee, Chang-Su Kim
TL;DR
The paper tackles the inefficiency in propagating information from previous probability maps in click-based interactive segmentation. It introduces MFP, which modulates the prior probability map $P^{t-1}$ to $ ilde{P}^{t-1}$ via gamma correction within a modulation window around the current click, and feeds this modulated map as extra input, with a late-fusion architecture that combines probability-related features ${\cal F}_P^{t}$ with backbone features ${\cal F}_B^{t}$. It defines distance-based gamma schemes using Euclidean distance $d=\,\|x-u\|$ or probability distance $d=(P^{t-1}_x-P^{t-1}_u)^2$, and employs a recursive training regime over sequences of up to 24 clicks. Across ResNet-34, HRNet-18, and ViT-B backbones, MFP achieves superior NoC and IoU/AUC on GrabCut, Berkeley, DAVIS, and SBD (with COCO+LVIS training), demonstrating strong generalization and practical impact; code is publicly available for replication.
Abstract
In recent interactive segmentation algorithms, previous probability maps are used as network input to help predictions in the current segmentation round. However, despite the utilization of previous masks, useful information contained in the probability maps is not well propagated to the current predictions. In this paper, to overcome this limitation, we propose a novel and effective algorithm for click-based interactive image segmentation, called MFP, which attempts to make full use of probability maps. We first modulate previous probability maps to enhance their representations of user-specified objects. Then, we feed the modulated probability maps as additional input to the segmentation network. We implement the proposed MFP algorithm based on the ResNet-34, HRNet-18, and ViT-B backbones and assess the performance extensively on various datasets. It is demonstrated that MFP meaningfully outperforms the existing algorithms using identical backbones. The source codes are available at https://github.com/cwlee00/MFP.
