paper-with-me

홈 › Papers

Wheat Head Counting by Estimating a Density Map with Convolutional Neural Networks

2023-03-19 · Hongyu Guo

Wheat is one of the most significant crop species with an annual worldwide grain production of 700 million tonnes. Assessing the production of wheat spikes can help us measure the grain production. Thus, detecting and characterizing spikes from images of wheat fields is an essential component in a wheat breeding process. In this study, we propose three wheat head counting networks (WHCNet\_1, WHCNet\_2 and WHCNet\_3) to accurately estimate the wheat head count from an individual image and construct high quality density map, which illustrates the distribution of wheat heads in the image. The WHCNets are composed of two major components: a convolutional neural network (CNN) as the front-end for wheat head image feature extraction and a CNN with skip connections for the back-end to generate high-quality density maps. The dataset used in this study is the Global Wheat Head Detection (GWHD) dataset, which is a large, diverse, and well-labelled dataset of wheat images and built by a joint international collaborative effort. We compare our methods with CSRNet, a deep learning method which developed for highly congested scenes understanding and performing accurate count estimation as well as presenting high quality density maps. By taking the advantage of the skip connections between CNN layers, WHCNets integrate features from low CNN layers to high CNN layers, thus, the output density maps have both high spatial resolution and detailed representations of the input images. The experiments showed that our methods outperformed CSRNet in terms of the evaluation metrics, mean absolute error (MAE) and the root mean squared error (RMSE) with smaller model sizes. The code has been deposited on GitHub (\url{https://github.com/hyguozz}).

📄 PDF Abstract BibTeX arXiv:2303.10542

Code (0)

등록된 구현이 없습니다.

Tasks

Head Detection

Similar Papers 제목 키워드 기반

WheatNet: A Lightweight Convolutional Neural Network for High-throughput Image-based Wheat Head Detection and Counting

2021-03-17 · Saeed Khaki, Nima Safaei, Hieu Pham, Lizhi Wang

For a globally recognized planting breeding organization, manually-recorded field observation data is crucial for plant breeding decision making. However, certain phenotypic traits such as plant color, height, kernel cou…

Decision MakingHead Detection

DeepWheat: Estimating Phenotypic Traits from Crop Images with Deep Learning

2017-09-30 · Shubhra Aich, Anique Josuttes, Ilya Ovsyannikov, Keegan Strueby 외

In this paper, we investigate estimating emergence and biomass traits from color images and elevation maps of wheat field plots. We employ a state-of-the-art deconvolutional network for segmentation and convolutional arc…

Deep Learning

Global Wheat Head Detection (GWHD) dataset: a large and diverse dataset of high resolution RGB labelled images to develop and benchmark wheat head detection methods

2020-04-25 · E. David, S. Madec, P. Sadeghi-Tehran, H. Aasen 외

Detection of wheat heads is an important task allowing to estimate pertinent traits including head population density and head characteristics such as sanitary state, size, maturity stage and the presence of awns. Severa…

BenchmarkingHead Detection

AutoCount: Unsupervised Segmentation and Counting of Organs in Field Images

2020-07-17 · Jordan Ubbens, Tewodros Ayalew, Steve Shirtliffe, Anique Josuttes 외

Counting plant organs such as heads or tassels from outdoor imagery is a popular benchmark computer vision task in plant phenotyping, which has been previously investigated in the literature using state-of-the-art superv…

Plant Phenotyping

How Merge-Tolerant Are Vision Transformers for Wheat Phenotyping?

2026-08-24 · Simon Ravé, Pejman Rasti, David Rousseau arxiv

Vision-based wheat phenotyping requires repeated measurements under deployment constraints, from growth-stage recognition to wheat-head counting and organ segmentation. Plain Vision Transformers (ViTs) provide a common a…

Head Detection