Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

2011 — 2026

research
  • Observatory
  • Newsletter
  • Methodology
  • Origins
  • Vocab
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Use Cases
  • Readinessfree
  • Signals
  • Free scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
resources
  • Partners
  • Coding for Non-Coders
  • How We Work
  • Data Visualization
  • Multi-Model Method
  • FAQ
  • Security & Privacy
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchServicesSignalsAbout
ResearchServicesSignalsAbout
  1. Home
  2. Vocab
  3. IoU (Intersection Over Union)

IoU (Intersection Over Union)

A metric measuring overlap between predicted and ground-truth bounding boxes in object detection.

Year: 2010Generality: 694
Back to Vocab

Intersection over Union (IoU) is a standard evaluation metric in computer vision that quantifies how well a predicted bounding box aligns with a ground-truth bounding box. It is computed by dividing the area of overlap between the two boxes by the area of their union — producing a value between 0 and 1, where 0 indicates no overlap and 1 indicates a perfect match. This simple geometric ratio gives practitioners an intuitive, threshold-based way to decide whether a detection should count as a true positive or a false positive.

In practice, IoU is applied by setting a threshold — commonly 0.5 — above which a predicted box is considered a correct detection. This threshold-based judgment feeds directly into precision and recall calculations, and ultimately into the mean Average Precision (mAP) scores that dominate object detection leaderboards. Datasets and benchmarks such as PASCAL VOC and MS COCO popularized IoU as the canonical evaluation protocol, and their widespread adoption cemented it as the community standard throughout the 2010s.

Beyond evaluation, IoU has become embedded in the training process itself. Loss functions such as GIoU (Generalized IoU), DIoU, and CIoU extend the basic overlap ratio to provide smoother gradients and better geometric guidance during optimization, addressing cases where standard IoU produces zero gradient for non-overlapping boxes. These IoU-based losses have improved convergence and localization accuracy in modern detectors like YOLO variants and DETR.

IoU also generalizes to segmentation tasks, where it is applied pixel-wise rather than box-wise — often called the Jaccard index — to measure how well a predicted segmentation mask covers the ground-truth region. Whether used for bounding boxes or masks, IoU's appeal lies in its geometric interpretability and its direct correspondence to the localization quality that matters in real-world applications such as autonomous driving, medical imaging, and surveillance. Its simplicity has made it one of the most durable and universally adopted metrics in all of computer vision.

Research this in Signals

Scan IoU (Intersection Over Union) for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with IoU (Intersection Over Union) already loaded, so edit it or scan as is.