RefCut: Interactive Segmentation with Reference Guidance
Zheng Lin, Nan Zhou, Chen-Xi Du, Deng-Ping Fan, Shi-Min Hu
TL;DR
RefCut tackles interactive segmentation ambiguity by introducing a reference-guided prompt mechanism that uses a reference image and masks to steer segmentation of a target image. The architecture merges a reference branch with a target interactive branch, producing prompts P_r^+ and P_r^- via a Reference Prompt Generator to align outputs with reference semantics and granularity. The authors also introduce the Target Disassembly Dataset (TDA) to benchmark part- and object-level ambiguities, and report state-of-the-art performance on PartImageNet, PASCAL-Part, and TDA across single-part, multi-part, and whole-object evaluations. Overall, RefCut reduces the interactive burden for large-scale, target-specific annotation by leveraging intuitive reference guidance, with code and demonstrations to follow.
Abstract
Interactive segmentation aims to segment the specified target on the image with positive and negative clicks from users. Interactive ambiguity is a crucial issue in this field, which refers to the possibility of multiple compliant outcomes with the same clicks, such as selecting a part of an object versus the entire object, a single object versus a combination of multiple objects, and so on. The existing methods cannot provide intuitive guidance to the model, which leads to unstable output results and makes it difficult to meet the large-scale and efficient annotation requirements for specific targets in some scenarios. To bridge this gap, we introduce RefCut, a reference-based interactive segmentation framework designed to address part ambiguity and object ambiguity in segmenting specific targets. Users only need to provide a reference image and corresponding reference masks, and the model will be optimized based on them, which greatly reduces the interactive burden on users when annotating a large number of such targets. In addition, to enrich these two kinds of ambiguous data, we propose a new Target Disassembly Dataset which contains two subsets of part disassembly and object disassembly for evaluation. In the combination evaluation of multiple datasets, our RefCut achieved state-of-the-art performance. Extensive experiments and visualized results demonstrate that RefCut advances the field of intuitive and controllable interactive segmentation. Our code will be publicly available and the demo video is in https://www.lin-zheng.com/refcut.
