YOLOv12 vs YOLOv4-tiny

Compare YOLOv12 and YOLOv4-tiny side-by-side.

Compare YOLOv12 vs YOLOv4-tiny 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

YOLOv12 vs YOLOv4-tiny: Overview

YOLOv12

YOLOv12 is an attention-centric real-time object detection model developed by researchers at Tsinghua University, with the arXiv paper published in February 2025 under the AGPL-3.0 license. It introduces an Area Attention module that partitions feature maps into regions and applies self-attention within each region, reducing the quadratic complexity of full self-attention while capturing long-range dependencies. It also incorporates R-ELAN for improved feature aggregation and scaled residual connections for training stability.

YOLOv12-L achieves 54.0% AP on COCO, while the YOLOv12-N variant achieves 40.5% mAP at 1.62ms latency on an NVIDIA T4 GPU. The model is built on the Ultralytics codebase, supporting detection, segmentation, and other standard YOLO tasks at competitive real-time speeds.

YOLOv4-tiny

YOLOv4-tiny is a lightweight variant of YOLOv4 developed by Academia Sinica, released in November 2020. It retains the core YOLOv4 design principles while significantly reducing the number of convolutional layers and feature map channels to produce a model suitable for inference on devices with limited compute, including embedded hardware and mobile CPUs. It uses a simplified CSP backbone with fewer layers and two detection scales rather than three.

YOLOv4-tiny is optimized for scenarios where inference speed is prioritized over peak accuracy, achieving substantially higher FPS than full YOLOv4 at the cost of reduced AP on standard benchmarks. It is commonly used in robotics, embedded vision systems, and applications where real-time detection is required without GPU acceleration.

YOLOv12 vs YOLOv4-tiny Comparison Table

PropertyYOLOv12YOLOv4-tiny
OrganizationTHU-MIGAcademia Sinica
Categoryopenopen
Modalityvisionvision
Release DateFeb 2025Nov 2020
Context Window
Parameters2.6M-59.1M
LicenseAGPL 3.0Custom
Vision Tasks
Object Detection
Classification
Instance Segmentation
Pose Estimation
Model Features
Real-Time Vision