Experiment - CV applications (autonomous driving, medical, retail)
Problem:You have a computer vision model trained to classify images from autonomous driving, medical imaging, and retail product photos. The model currently performs very well on training data with 98% accuracy but only achieves 75% accuracy on validation data.
Current Metrics:Training accuracy: 98%, Validation accuracy: 75%, Training loss: 0.05, Validation loss: 0.65
Issue:The model is overfitting. It learns the training data too well but does not generalize to new images.