Is an image with 5 labels equivalent to 5 images with 1 label?

I am collecting data to train an object detection model using and was wondering if 5 labels in the same image and 5 images with 1 label each provided the same quality of input training data. Example: an image with 5 labeled apples vs. 5 images with 1 apple each.

Topic object-detection labelling machine-learning

Category Data Science


No. These are two separate problems. Multi-label classification and multi-class classification. In general, when we talk about classification we mean multi-class classification i.e. there are a certain number of categories and the input training samples fall into only one of these which is your case of 5 images with 1 label. In the case of 1 image with 5 labels, it is a multi-label classification, which is a generalization of multi-class classification. Both of these are different tasks and the use case depends on the problem that you are trying to solve!

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.