CVJul 22, 2021

Pre-Clustering Point Clouds of Crop Fields Using Scalable Methods

arXiv:2107.10950v27 citations
Originality Incremental advance
AI Analysis

This work addresses the need for scalable field segmentation in agricultural robotics, offering incremental improvements for crop phenotyping systems.

The paper tackled the problem of efficiently segmenting crop fields into actionable portions for large-scale automated plant phenotyping by proposing novel algorithms based on Quickshift, which achieved quantitatively better results than the state-of-the-art while maintaining the same time complexity.

In order to apply the recent successes of machine learning and automated plant phenotyping on a large scale using agricultural robotics, efficient and general algorithms must be designed to intelligently split crop fields into small, yet actionable, portions that can then be processed by more complex algorithms. In this paper, we notice a similarity between the current state-of-the-art for separating corn plants and a commonly used density-based clustering algorithm, Quickshift. Exploiting this similarity we propose a number of novel, application-specific algorithms with the goal of producing a general and scalable field segmentation algorithm. The novel algorithms proposed in this work are shown to produce quantitatively better results than the current state-of-the-art while being less sensitive to input parameters and maintaining the same algorithmic time complexity. When incorporated into field-scale phenotyping systems, the proposed algorithms should work as a drop-in replacement that can greatly improve the accuracy of results while ensuring that performance and scalability remain undiminished.

Code Implementations1 repo
Foundations

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

Your Notes