RoWeeder: Unsupervised Weed Mapping Through Crop-Row Detection

Abstract

Precision agriculture relies heavily on effective weed management to ensure robust crop yields. This study presents RoWeeder, an innovative framework for unsupervised weed mapping that combines crop-row detection with a noise-resilient deep learning model. By leveraging crop-row information to create a pseudo-ground truth, our method trains a lightweight deep learning model capable of distinguishing between crops and weeds, even in the presence of noisy data. Evaluated on the WeedMap dataset, RoWeeder achieves an F1 score of 75.3, outperforming several baselines. Comprehensive ablation studies further validated the model’s performance. By integrating RoWeeder with drone technology, farmers can conduct real-time aerial surveys, enabling precise weed management across large fields. The code is available at: https://github.com/pasqualedem/RoWeeder .

Cite

Text

De Marinis et al. "RoWeeder: Unsupervised Weed Mapping Through Crop-Row Detection." European Conference on Computer Vision Workshops, 2024. doi:10.1007/978-3-031-91835-3_9

Markdown

[De Marinis et al. "RoWeeder: Unsupervised Weed Mapping Through Crop-Row Detection." European Conference on Computer Vision Workshops, 2024.](https://mlanthology.org/eccvw/2024/marinis2024eccvw-roweeder/) doi:10.1007/978-3-031-91835-3_9

BibTeX

@inproceedings{marinis2024eccvw-roweeder,
  title     = {{RoWeeder: Unsupervised Weed Mapping Through Crop-Row Detection}},
  author    = {De Marinis, Pasquale and Vessio, Gennaro and Castellano, Giovanna},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2024},
  pages     = {132-145},
  doi       = {10.1007/978-3-031-91835-3_9},
  url       = {https://mlanthology.org/eccvw/2024/marinis2024eccvw-roweeder/}
}