Roboflow

YOLOE vs YOLOv9

Compare YOLOE and YOLOv9 side-by-side.

Compare YOLOE vs YOLOv9 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

YOLOE vs YOLOv9 Comparison Table

Evals updated July 10, 2026Pricing updated July 21, 2026

PropertyYOLOEYOLOv9
OrganizationTHU-MIGAcademia Sinica
Categoryopenopen
Modalityvisionvision
Release DateMar 2025Feb 2024
Context Window
Parameters10M-50M2.0M-57.3M
LicenseAGPL 3.0GPL v3
Vision Tasks
Instance Segmentation
Object Detection
Model Features
Real-Time Vision
Zero-shot Detection

YOLOE vs YOLOv9: Overview

YOLOE

YOLOE (YOLO with Everything) is an open-vocabulary object detection and segmentation model developed by THU-MIG at Tsinghua University, released in March 2025 under the AGPL-3.0 license. It extends the YOLO architecture to support open-vocabulary detection through text and visual prompts, enabling the model to detect arbitrary object categories beyond a fixed training set without retraining. The design integrates prompt encoding directly into the YOLO framework while preserving real-time inference speed.

YOLOE is evaluated on COCO and LVIS benchmarks and supports both closed-set and open-vocabulary detection modes. It is built on the Ultralytics codebase and maintains compatibility with standard YOLO training and export workflows. YOLOE is suited for applications requiring flexible, prompt-driven object detection where the target object vocabulary may change at inference time.

YOLOv9

YOLOv9 is a real-time object detection model developed by Chien-Yao Wang and Hong-Yuan Mark Liao at Academia Sinica, released in February 2024 under the GPL-3.0 license. It introduces Programmable Gradient Information (PGI), a mechanism that preserves complete input information through auxiliary reversible branches during training to address information loss in deep network layers. It also introduces the Generalized Efficient Layer Aggregation Network (GELAN), which achieves better parameter utilization compared to prior CSP-based designs.

YOLOv9-C achieves 53.0% AP on COCO with 42% fewer parameters and 21% less computation than YOLOv8-C at comparable accuracy. YOLOv9-E achieves 55.6% AP. The model is deployable through Roboflow Inference and supports fine-tuning via the standard training pipeline in the official repository.