Recent advances in Large Vision-Language Models (LVLMs) have enabled general-purpose vision tasks through visual instruction tuning. While existing LVLMs can generate segmentation masks from text prompts for single images, they struggle with segmentation-grounded reasoning across images, especially at finer granularities such as object parts. In this paper, we introduce the new task of part-focused semantic co-segmentation, which involves identifying and segmenting common objects, as well as common and unique object parts across images. To address this task, we present CALICO, the first LVLM designed for multi-image part-level reasoning segmentation. CALICO features two key components, a novel Correspondence Extraction Module that identifies semantic part-level correspondences, and Correspondence Adaptation Modules that embed this information into the LVLM to facilitate multi-image understanding in a parameter-efficient manner. To support training and evaluation, we curate MixedParts, a large-scale multi-image segmentation dataset containing ∼2.4M samples across ∼44K images spanning diverse object and part categories. Experimental results demonstrate that CALICO, with just 0.3% of its parameters finetuned, achieves strong performance on this challenging task.
@article{arxiv.2412.19331,
title = {CALICO: Part-Focused Semantic Co-Segmentation with Large Vision-Language Models},
author = {Kiet A. Nguyen and Adheesh Juvekar and Tianjiao Yu and Muntasir Wahed and Ismini Lourentzou},
journal= {arXiv preprint arXiv:2412.19331},
year = {2025}
}
Comments
Accepted to CVPR 2025. Project page: https://plan-lab.github.io/calico/