SLiMe: Segment Like Me
Aliasghar Khani, Saeid Asgari Taghanaki, Aditya Sanghi, Ali Mahdavi Amiri, Ghassan Hamarneh
TL;DR
SLiMe addresses the challenge of flexible-granularity image segmentation with minimal supervision by exploiting a pre-trained vision-language diffusion model, Stable Diffusion. It casts segmentation as a one-shot optimization that learns region-specific text embeddings guided by cross- and WAS-attention maps, enabling accurate segmentation of unseen images at the training granularity. Across standard benchmarks, SLiMe outperforms several few-shot and some supervised baselines and demonstrates robustness to occlusion and camouflage. A noted limitation is difficulty with very small targets due to attention map resolution, suggesting future work extending the approach to 3D and video data.
Abstract
Significant strides have been made using large vision-language models, like Stable Diffusion (SD), for a variety of downstream tasks, including image editing, image correspondence, and 3D shape generation. Inspired by these advancements, we explore leveraging these extensive vision-language models for segmenting images at any desired granularity using as few as one annotated sample by proposing SLiMe. SLiMe frames this problem as an optimization task. Specifically, given a single training image and its segmentation mask, we first extract attention maps, including our novel "weighted accumulated self-attention map" from the SD prior. Then, using the extracted attention maps, the text embeddings of Stable Diffusion are optimized such that, each of them, learn about a single segmented region from the training image. These learned embeddings then highlight the segmented region in the attention maps, which in turn can then be used to derive the segmentation map. This enables SLiMe to segment any real-world image during inference with the granularity of the segmented region in the training image, using just one example. Moreover, leveraging additional training data when available, i.e. few-shot, improves the performance of SLiMe. We carried out a knowledge-rich set of experiments examining various design factors and showed that SLiMe outperforms other existing one-shot and few-shot segmentation methods.
