GraCo: Granularity-Controllable Interactive Segmentation
Yian Zhao, Kehan Li, Zesen Cheng, Pengchong Qiao, Xiawu Zheng, Rongrong Ji, Chang Liu, Li Yuan, Jie Chen
TL;DR
GraCo addresses spatial ambiguity in interactive segmentation by enabling explicit granularity control through a granularity input parameter. It introduces an automated Any-Granularity Mask Generator (AGG) to produce abundant mask-granularity pairs and a Granularity-Controllable Learning (GCL) strategy that injects granularity prompts via discrete embeddings and adapter-based LoRA into a pre-trained IS model. The method achieves state-of-the-art performance on object and part benchmarks, often surpassing multi-granularity approaches like SAM, while remaining low-cost and flexible for diverse segmentation tasks. This work also positions GraCo as a practical annotation tool capable of adapting to a wide range of granularities with minimal manual effort. Overall, GraCo demonstrates robust granularity controllability aligned with human cognition and strong generalization across benchmarks.
Abstract
Interactive Segmentation (IS) segments specific objects or parts in the image according to user input. Current IS pipelines fall into two categories: single-granularity output and multi-granularity output. The latter aims to alleviate the spatial ambiguity present in the former. However, the multi-granularity output pipeline suffers from limited interaction flexibility and produces redundant results. In this work, we introduce Granularity-Controllable Interactive Segmentation (GraCo), a novel approach that allows precise control of prediction granularity by introducing additional parameters to input. This enhances the customization of the interactive system and eliminates redundancy while resolving ambiguity. Nevertheless, the exorbitant cost of annotating multi-granularity masks and the lack of available datasets with granularity annotations make it difficult for models to acquire the necessary guidance to control output granularity. To address this problem, we design an any-granularity mask generator that exploits the semantic property of the pre-trained IS model to automatically generate abundant mask-granularity pairs without requiring additional manual annotation. Based on these pairs, we propose a granularity-controllable learning strategy that efficiently imparts the granularity controllability to the IS model. Extensive experiments on intricate scenarios at object and part levels demonstrate that our GraCo has significant advantages over previous methods. This highlights the potential of GraCo to be a flexible annotation tool, capable of adapting to diverse segmentation scenarios. The project page: https://zhao-yian.github.io/GraCo.
