Roboflow

Florence-2 vs Grounded SAM

Compare Florence-2 and Grounded SAM side-by-side.

Compare Florence-2 vs Grounded SAM live

Run the same image across every model that supports a task and compare their outputs side-by-side.

These models don't share enough common tasks for a side-by-side demo. See the comparison table below for their capabilities.

Models in this comparison

Florence-2 vs Grounded SAM Comparison Table

Evals updated July 24, 2026Pricing updated July 26, 2026

PropertyFlorence-2Grounded SAM
OrganizationMicrosoftIDEA Research
Categoryopenopen
Modalitymultimodalmultimodal
Release DateJun 2025Jan 2024
Context Window
Parameters230M
LicenseMITApache 2.0
Vision Tasks
Object DetectionDemo
Open Vocabulary Object Detection
CaptioningDemo
Instance Segmentation
OCRDemo
Phrase Grounding
Region Proposal
Vision Language
Zero Shot Segmentation
Model Features
Multimodal Vision
Zero-shot Detection
Foundation Vision

Florence-2 vs Grounded SAM: Overview

Florence-2

Florence-2, introduced by Microsoft Research at CVPR 2024, is an open-source vision-language foundation model designed to unify diverse computer vision tasks within a single sequence-to-sequence framework. Unlike traditional models that specialize in specific tasks, Florence-2 accepts both images and text prompts and outputs text for tasks such as captioning, object detection, segmentation, OCR, and region-based grounding. It comes in two sizes—Florence-2-base (~230M parameters) and Florence-2-large (~770M parameters)—and is trained on FLD-5B, a large dataset of ~126M images with ~5.4B annotations.

The model demonstrates strong zero-shot and fine-tuned performance, often rivaling larger vision-language systems while remaining lightweight and efficient. Released under the MIT license, all weights are publicly available, making it accessible for fine-tuning and deployment in applications like VQA, content tagging, accessibility, and research. Florence-2’s compact design, versatility, and openness position it as a practical alternative to larger proprietary multimodal models.

Grounded SAM

Grounded SAM is an open-vocabulary image segmentation model developed by IDEA Research, released in January 2024 under the Apache 2.0 license. It combines Grounding DINO, a zero-shot open-vocabulary object detector, with the Segment Anything Model to produce precise segmentation masks for objects identified through free-form text prompts. The two models are used sequentially: Grounding DINO localizes objects from a text query, and SAM generates the corresponding segmentation masks.

Grounded SAM enables zero-shot instance segmentation without task-specific training data, making it applicable to domains where labeled segmentation data is scarce. It supports arbitrary text queries and can segment objects not represented in standard training sets. The model is commonly used in automated labeling pipelines, robotic perception, and domain-specific vision applications requiring open-vocabulary segmentation.