Learn Before
Concept
Accuracy Calculation in Fully Convolutional Networks
When evaluating the performance of a fully convolutional network in a semantic segmentation task, accuracy is determined at the pixel level rather than the image level. The accuracy calculation assesses the proportion of individual pixels across the entire input for which the model correctly predicted the semantic class. This means the overall metric reflects the correctness of the predicted classes for all pixels simultaneously, treating each spatial position as an independent classification instance.
0
1
Updated 2026-05-21
Tags
D2L
Dive into Deep Learning @ D2L