Validation Loss

You can use the Loss The Loss refers to validation loss, which is a metric that shows how a tool performs on the validation set. Loss can have a value between 0 and 1. The VisionPro Deep Learning application calculates the Loss based on the errors the tool makes when processing the images in the validation set. During training, you can check the Loss in real-time using the Loss Inspector. to get a better understanding of how well a tool performs. Use the Loss score together with other metrics, like Precision, Recall, and the F-Score to evaluate results.

Note: This metric is unique to Standard type Green Classify and Red Analyze tools.

How to Interpret Loss

The VisionPro Deep Learning application calculates the Loss at the end of each epoch. An epoch is the time it takes for the tool to process the data from the training Training is the process that your tool, which is a neural network, is learning about the features (pixels) based on the labels you made. For example, a tool will learn the defect/normal pixels in each image based on the defect/normal labels you drew. The goal of the tool Training is learning enough to give the correct inspection results of whether an unseen image is defective or not. The key to training is to ensure that you include all possible variations within your training set, and that your images are accurately labeled. Training times vary by the application, tool setup and the GPU in the PC being used to train the network. set. Each training phase lasts several epochs. If the training session is effective, Loss decreases over the epochs.

When interpreting Loss scores, consider the following aspects:

How to Interpret the Loss for Green Classify

The formula to calculate the Loss:

Loss = 1 - (The average value of the classification precisions of each class)

How to Interpret the Loss for Red Analyze

The application calculates the Loss for the Standard type Red Analyze tool based on the IOU The Intersection over Union (IOU) shows how much the predictions of the tool match your labeling. A higher IOU percentage indicates a better match..

The formula to calculate the IOU:

(Ground Truth Area ∩ Predicted Area) / (Ground Truth Area ∪ Predicted Area)

Validation loss calculation for the Red Analyze tool using defects on an apple as an example.

The formula to calculate the Loss:

Loss = 1 - (IOU (%))