Fruit Quality Assessment with Densely Connected Convolutional Neural Network

Md. Samin Morshed,Sabbir Ahmed,Tasnim Ahmed,Muhammad Usama Islam,A. B. M. Ashikur Rahman
DOI: https://doi.org/10.48550/arXiv.2212.04255
2022-12-24
Abstract:Accurate recognition of food items along with quality assessment is of paramount importance in the agricultural industry. Such automated systems can speed up the wheel of the food processing sector and save tons of manual labor. In this connection, the recent advancement of Deep learning-based architectures has introduced a wide variety of solutions offering remarkable performance in several classification tasks. In this work, we have exploited the concept of Densely Connected Convolutional Neural Networks (DenseNets) for fruit quality assessment. The feature propagation towards the deeper layers has enabled the network to tackle the vanishing gradient problems and ensured the reuse of features to learn meaningful insights. Evaluating on a dataset of 19,526 images containing six fruits having three quality grades for each, the proposed pipeline achieved a remarkable accuracy of 99.67%. The robustness of the model was further tested for fruit classification and quality assessment tasks where the model produced a similar performance, which makes it suitable for real-life applications.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The problem that this paper attempts to solve is in the agricultural industry, automatically identifying fruit types and evaluating their quality through images. Specifically, the researchers use Densely Connected Convolutional Neural Networks (DenseNets) to achieve this goal. The paper mentions that fast and accurate fruit classification is crucial for improving efficiency in the agricultural field. However, due to the irregularity and variability of fruits in shape, size, and color, fruit identification research faces many challenges. To overcome these challenges, the author adopts DenseNets. This network structure can effectively solve the problem of vanishing gradients in deep networks and ensure the reuse of features, thereby learning more meaningful information. The paper uses a dataset containing 19,526 images, covering six kinds of fruits (apples, bananas, guavas, limes, oranges, and pomegranates), and each fruit has three quality levels (good, bad, and mixed). The experimental results show that the proposed pipeline performs excellently in three tasks: fruit classification (6 classes), quality evaluation (3 classes), and fine - grained fruit quality evaluation (18 classes), with a maximum accuracy rate of 99.67%. This makes the model very suitable for application in practical scenarios.