Pradeep K. Pant Blog

 

Image classification of Flowers in Machine Learning: Challenges and developments

Flower classification is one of the most widely studied examples of machine learning. Some of the advantage of flower/plant classification to detect rare species which can be used in medicine, agriculture, etc. On the other hand, it is also very challenging that there is a diversity of flower species and it is very hard to classify them when they can be very similar to each other. Therefore, this subject has already become crucial.

Classification of iris flowers is the standard dataset. One of the challenges in flower classification is the lack of labeled data which can result in performance loss. Recognizing a large number of classes within one category of flowers is also a challenge. If we have more classes then combinations of features can improve classification performance.

In flower classification, we mainly used the feature like local shape/texture, the shape of the boundary, the overall spatial distribution of petals, and the color classifying flowers which poses an extra challenge over the categories such as bikes, cars, and cats, because of the large similarity between classes. Another challenge with flower classification is that flowers are non-rigid objects that can deform in many ways, and consequently there is also a large variation within classes. More the no of classes add more complexity but performance get an increase. also what distinguishes one flower from another can sometimes be just the color, sometimes the shape and sometimes patterns on the petals. The difficulty lies in finding suitable features to represent color, shape, patterns, etc.

Newer techniques like Deep CNN and Deep CNN and Data Augmentation have demonstrated better performance.

References and further reading



 

 

Copyright © 2007-2024 PRADEEP K. PANT

Source Code | RSS