Mean Intersection over Union (mIoU) is a standard evaluation metric for semantic segmentation, quantifying the average overlap between predicted segmentation masks and ground truth masks across all classes. It provides a robust measure of pixel-level accuracy.
Mean Intersection over Union (mIoU) is a key metric for judging how accurately AI models can outline objects in images, like detecting changes in forests. It works by measuring the overlap between the model's prediction and the true outline, averaging this score across all types of objects.
Mean IoU, Jaccard Index (for a single class), Jaccard Similarity Coefficient
Was this definition helpful?