Deep Learning Model for Detecting Abnormal Corn Kernels

Suwannee Adsavakulchai,Mawin Prommasaeng
2024-05-30
Abstract:This research aims to detect the physical characteristics of corn kernels and analyze images using a deep learning model. The data analysis based on the CRISP-DM framework which consists of six steps, business understanding, data understanding, data preparation, modelling, evaluation, and deployment. The business goal reduces the cost of the separation of abnormal corn kernels. The dataset comprises 1,800 images of corn kernels and divided equally between normal and abnormal corn kernels. The dataset was divided into three subsets: 1,000 images for training the deep learning model, 600 images for validation and 200 images for testing. The tools for analysis in this research are Jupyter Lab, Python, TensorFlow Keras, and Convolutional Neural Networks. The results revealed that the deep learning model achieved the accuracy rate of 99% in differentiating between normal and abnormal corn kernel images that is a highly effective model in this context.
Computational Engineering, Finance, and Science
What problem does this paper attempt to address?
The paper primarily addresses a problem in the detection of the physical characteristics of corn kernels, specifically how to efficiently and accurately distinguish between normal and abnormal corn kernels. Specifically, the research objectives include: 1. **Study the physical characteristics of normal and abnormal corn kernels**: By meticulously observing corn kernels, summarizing the differences in appearance between normal and abnormal corn kernels. 2. **Develop a deep learning model to analyze images of abnormal corn kernels**: Using deep learning technology (especially Convolutional Neural Networks, CNN) to train a model that can automatically identify whether corn kernels in images are abnormal. 3. **Develop a web application for analyzing images of abnormal corn kernels**: Integrating the aforementioned deep learning model into a practical application, allowing users to determine whether corn kernels are normal by uploading images. By adopting the CRISP-DM framework (six steps: business understanding, data understanding, data preparation, modeling, evaluation, and deployment), researchers have built an efficient model that achieves an accuracy rate of 99% in distinguishing between normal and abnormal corn kernels and has been successfully deployed in practical applications. This research not only improves the efficiency and accuracy of corn kernel detection but also reduces costs and helps boost consumer confidence. In summary, this research effectively addresses the issues of low efficiency, high cost, and inconsistent results in manual corn kernel detection by introducing deep learning technology.