Identification of Traditional Medicinal Plant Leaves Using an effective Deep Learning model and Self-Curated Dataset
This addresses the issue of visually similar plant identification for practitioners in fields like Ayurveda, but it is incremental as it applies an existing deep learning approach to a specific domain.
The paper tackled the problem of accurately identifying traditional medicinal plant leaves to reduce reliance on human experts, achieving high accuracies of 99.5%, 98.4%, and 99.7% on three datasets using a custom CNN model.
Medicinal plants have been a key component in producing traditional and modern medicines, especially in the field of Ayurveda, an ancient Indian medical system. Producing these medicines and collecting and extracting the right plant is a crucial step due to the visually similar nature of some plants. The extraction of these plants from nonmedicinal plants requires human expert intervention. To solve the issue of accurate plant identification and reduce the need for a human expert in the collection process; employing computer vision methods will be efficient and beneficial. In this paper, we have proposed a model that solves such issues. The proposed model is a custom convolutional neural network (CNN) architecture with 6 convolution layers, max-pooling layers, and dense layers. The model was tested on three different datasets named Indian Medicinal Leaves Image Dataset,MED117 Medicinal Plant Leaf Dataset, and the self-curated dataset by the authors. The proposed model achieved respective accuracies of 99.5%, 98.4%, and 99.7% using various optimizers including Adam, RMSprop, and SGD with momentum.