CVJun 5, 2019

Corn leaf detection using Region based convolutional neural network

arXiv:1906.01900v11 citations
Originality Synthesis-oriented
AI Analysis

This addresses the practical problem of accurate corn detection for agriculture, but it appears incremental as it adapts existing methods to a specific domain.

The paper tackles corn leaf detection in farm images with heavy weed occlusion by proposing a region-based CNN method combining ResNet and Faster R-CNN, achieving significantly better performance than state-of-the-art models.

The field of machine learning has become an increasingly budding area of research as more efficient methods are needed in the quest to handle more complex image detection challenges. To solve the problems of agriculture is more and more important because food is the fundamental of life. However, the detection accuracy in recent corn field systems are still far away from the demands in practice due to a number of different weeds. This paper presents a model to handle the problem of corn leaf detection in given digital images collected from farm field. Based on results of experiments conducted with several state-of-the-art models adopted by CNN, a region-based method has been proposed as a faster and more accurate method of corn leaf detection. Being motivated with such unique attributes of ResNet, we combine it with region based network (such as faster rcnn), which is able to automatically detect corn leaf in heavy weeds occlusion. The method is evaluated on the dataset from farm and we make an annotation ourselves. Our proposed method achieves significantly outperform in corn detection system.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes