paper-with-me

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 counts, etc. can only be collected during a specific time-window of a crop's growth cycle. Due to labor-intensive requirements, only a small subset of possible field observations are recorded each season. To help mitigate this data collection bottleneck in wheat breeding, we propose a novel deep learning framework to accurately and efficiently count wheat heads to aid in the gathering of real-time data for decision making. We call our model WheatNet and show that our approach is robust and accurate for a wide range of environmental conditions of the wheat field. WheatNet uses a truncated MobileNetV2 as a lightweight backbone feature extractor which merges feature maps with different scales to counter image scale variations. Then, extracted multi-scale features go to two parallel sub-networks for simultaneous density-based counting and localization tasks. Our proposed method achieves an MAE and RMSE of 3.85 and 5.19 in our wheat head counting task, respectively, while having significantly fewer parameters when compared to other state-of-the-art methods. Our experiments and comparisons with other state-of-the-art methods demonstrate the superiority and effectiveness of our proposed method.

📄 PDF Abstract BibTeX arXiv:2103.09408

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingHead Detection

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
Average Pooling 설명 없음
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution
Inverted Residual Block 설명 없음

Similar Papers 제목 키워드 기반

L3: Accelerator-Friendly Lossless Image Format for High-Resolution, High-Throughput DNN Training

2022-08-18 · Jonghyun Bae, Woohyeon Baek, Tae Jun Ham, Jae W. Lee

The training process of deep neural networks (DNNs) is usually pipelined with stages for data preparation on CPUs followed by gradient computation on accelerators like GPUs. In an ideal pipeline, the end-to-end training …

CPUGPUVocal Bursts Intensity Prediction

Image Recognition with Online Lightweight Vision Transformer: A Survey

2025-05-06 · Zherui Zhang, Rongtao Xu, Jie zhou, Changwei Wang 외

The Transformer architecture has achieved significant success in natural language processing, motivating its adaptation to computer vision tasks. Unlike convolutional neural networks, vision transformers inherently captu…

Knowledge DistillationSurvey

Video Capsule Endoscopy Classification using Focal Modulation Guided Convolutional Neural Network

2022-06-16 · Abhishek Srivastava, Nikhil Kumar Tomar, Ulas Bagci, Debesh Jha

Video capsule endoscopy is a hot topic in computer vision and medicine. Deep learning can have a positive impact on the future of video capsule endoscopy technology. It can improve the anomaly detection rate, reduce phys…

Inductive LearningMedical Image Classification

ZNNi - Maximizing the Inference Throughput of 3D Convolutional Networks on Multi-Core CPUs and GPUs

2016-06-17 · Aleksandar Zlateski, Kisuk Lee, H. Sebastian Seung

Sliding window convolutional networks (ConvNets) have become a popular approach to computer vision problems such as image segmentation, and object detection and localization. Here we consider the problem of inference, th…

CPUGPUImage Segmentationobject-detection+2

LUMA: Benchmarking Segmentation via a Lightweight Universal Mask Adapter

2026-07-01 · Tobias Christian Nauen, Anosh Billimoria, Federico Raue, Stanislav Frolov 외 arxiv

Comparing transformer backbones for image segmentation is confounded: each is paired with a different decoder, recipe, and pretraining, so reported differences rarely reflect the backbone itself. We introduce the Lightwe…

Image Segmentation