CVLGMay 19, 2023

Productive Crop Field Detection: A New Dataset and Deep Learning Benchmark Results

arXiv:2305.11990v28 citations
Originality Synthesis-oriented
AI Analysis

This work addresses a time-consuming and error-prone task for farmers in precision agriculture, but it is incremental as it builds on existing deep learning methods with a new dataset.

The authors tackled the problem of manually identifying productive crop fields in precision agriculture by creating a high-quality dataset using machine operation and Sentinel-2 images, and achieved high accuracy with methods like Positive Unlabeled learning and Triplet Loss Siamese.

In precision agriculture, detecting productive crop fields is an essential practice that allows the farmer to evaluate operating performance separately and compare different seed varieties, pesticides, and fertilizers. However, manually identifying productive fields is often a time-consuming and error-prone task. Previous studies explore different methods to detect crop fields using advanced machine learning algorithms, but they often lack good quality labeled data. In this context, we propose a high-quality dataset generated by machine operation combined with Sentinel-2 images tracked over time. As far as we know, it is the first one to overcome the lack of labeled samples by using this technique. In sequence, we apply a semi-supervised classification of unlabeled data and state-of-the-art supervised and self-supervised deep learning methods to detect productive crop fields automatically. Finally, the results demonstrate high accuracy in Positive Unlabeled learning, which perfectly fits the problem where we have high confidence in the positive samples. Best performances have been found in Triplet Loss Siamese given the existence of an accurate dataset and Contrastive Learning considering situations where we do not have a comprehensive labeled dataset available.

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