CVLGOct 6, 2021

Seed Classification using Synthetic Image Datasets Generated from Low-Altitude UAV Imagery

arXiv:2110.02846v14 citations
Originality Synthesis-oriented
AI Analysis

This work addresses seed labeling challenges in plant breeding programs, offering a practical solution for monitoring minuscule seeds in large environments, though it is incremental as it applies existing methods to a new domain.

The paper tackled the problem of seed classification from low-altitude UAV imagery by generating synthetic image datasets using Domain Randomization to overcome limited training data, achieving an overall accuracy of 94.6% with an ensemble model.

Plant breeding programs extensively monitor the evolution of seed kernels for seed certification, wherein lies the need to appropriately label the seed kernels by type and quality. However, the breeding environments are large where the monitoring of seed kernels can be challenging due to the minuscule size of seed kernels. The use of unmanned aerial vehicles aids in seed monitoring and labeling since they can capture images at low altitudes whilst being able to access even the remotest areas in the environment. A key bottleneck in the labeling of seeds using UAV imagery is drone altitude i.e. the classification accuracy decreases as the altitude increases due to lower image detail. Convolutional neural networks are a great tool for multi-class image classification when there is a training dataset that closely represents the different scenarios that the network might encounter during evaluation. The article addresses the challenge of training data creation using Domain Randomization wherein synthetic image datasets are generated from a meager sample of seeds captured by the bottom camera of an autonomously driven Parrot AR Drone 2.0. Besides, the article proposes a seed classification framework as a proof-of-concept using the convolutional neural networks of Microsoft's ResNet-100, Oxford's VGG-16, and VGG-19. To enhance the classification accuracy of the framework, an ensemble model is developed resulting in an overall accuracy of 94.6%.

Foundations

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

Your Notes