paper-with-me

홈 › Papers

Zero-Shot and Supervised Bird Image Segmentation Using Foundation Models: A Dual-Pipeline Approach with Grounding DINO~1.5, YOLOv11, and SAM~2.1

2026-02-26 · Abhinav Munagala arxiv

Bird image segmentation remains a challenging task in computer vision due to extreme pose diversity, complex plumage patterns, and variable lighting conditions. This paper presents a dual-pipeline framework for binary bird image segmentation leveraging 2025 foundation models. We introduce two operating modes built upon Segment Anything Model 2.1 (SAM 2.1) as a shared frozen backbone: (1) a zero-shot pipeline using Grounding DINO 1.5 to detect birds via the text prompt "bird" before prompting SAM 2.1 with bounding boxes requiring no labelled bird data; and (2) a supervised pipeline that fine-tunes YOLOv11 on the CUB-200-2011 dataset for high-precision detection, again prompting SAM 2.1 for pixel-level masks. The segmentation model is never retrained for new species or domains. On CUB-200-2011 (11,788 images, 200 species), the supervised pipeline achieves IoU 0.912, Dice 0.954, and F1 0.953 outperforming all prior baselines including SegFormer-B2 (IoU 0.842) by +7.0 percentage points. The zero-shot pipeline achieves IoU 0.831 using only a text prompt, the first such result reported on this benchmark. We demonstrate that prompt-based foundation model pipelines outperform task specific end-to-end trained segmentation networks, while requiring only lightweight detector fine-tuning (~1 hour) for domain adaptation. Complete PyTorch implementation, dataset preparation scripts, and trained weights are publicly available.

📄 PDF Abstract BibTeX arXiv:2603.00184

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationDomain Adaptation

Similar Papers 제목 키워드 기반

RendBEV: Semantic Novel View Synthesis for Self-Supervised Bird's Eye View Segmentation

2025-02-20 · Henrique Piñeiro Monteagudo, Leonardo Taccari, Aurel Pjetri, Francesco Sambo 외

Bird's Eye View (BEV) semantic maps have recently garnered a lot of attention as a useful representation of the environment to tackle assisted and autonomous driving tasks. However, most of the existing work focuses on t…

2D Semantic SegmentationAutonomous DrivingNovel View SynthesisSegmentation+1

Visually Consistent Hierarchical Image Classification

2024-06-17 · Seulki Park, Youren Zhang, Stella X. Yu, Sara Beery 외

Hierarchical classification predicts labels across multiple levels of a taxonomy, e.g., from coarse-level 'Bird' to mid-level 'Hummingbird' to fine-level 'Green hermit', allowing flexible recognition under varying visual…

Classificationimage-classificationImage ClassificationImage Segmentation+3

Diffuse Attend and Segment: Unsupervised Zero-Shot Segmentation using Stable Diffusion

2024-01-01 · CVPR 2024 1 · Junjiao Tian, Lavisha Aggarwal, Andrea Colaco, Zsolt Kira 외

Producing quality segmentation masks for images is a fundamental problem in computer vision. Recent research has explored large-scale supervised training to enable zero-shot transfer segmentation on virtually any ima…

SegmentationvalidZero Shot Segmentation

Diffuse, Attend, and Segment: Unsupervised Zero-Shot Segmentation using Stable Diffusion

2023-08-23 · Junjiao Tian, Lavisha Aggarwal, Andrea Colaco, Zsolt Kira 외

Producing quality segmentation masks for images is a fundamental problem in computer vision. Recent research has explored large-scale supervised training to enable zero-shot segmentation on virtually any image style and …

SegmentationSemantic SegmentationvalidZero Shot Segmentation

Zero-Shot Object Segmentation through Concept Distillation from Generative Image Foundation Models

2022-12-29 · Mischa Dombrowski, Hadrien Reynaud, Matthew Baugh, Bernhard Kainz

Curating datasets for object segmentation is a difficult task. With the advent of large-scale pre-trained generative models, conditional image generation has been given a significant boost in result quality and ease of u…

Conditional Image GenerationImage GenerationObjectSegmentation+1