Unmanned aerial vehicles (UAVs) have become essential tools for monitoring crop condition, detecting early signs of plant stress, and supporting timely interventions in modern precision agriculture. However, real-time onboard image analysis remains challenging due to the limited computational and energy resources of small embedded UAV platforms. This work presents a deployment-aware neural architecture search (NAS) framework for discovering lightweight object detection networks explicitly optimized for edge hardware constraints. Building on the YOLOv8n baseline, the proposed NAS procedure yields detector architectures that substantially reduce computational load while preserving high detection accuracy for agricultural field monitoring tasks. The best-discovered model reduces GFLOPs by 37.0% and parameters by 61.3% compared to YOLOv8n, with only a 1.96% decrease in mAP@50. When deployed on an NVIDIA Jetson Nano, it achieves a 28.1% increase in inference speed and an 18.5% improvement in energy efficiency under ONNX Runtime, with additional gains using TensorRT FP16. Evaluation on wheat head and cotton seedling datasets demonstrates strong generalization across crop types and varying imaging conditions. By enabling highly efficient onboard inference, the proposed NAS framework supports practical UAV-based crop monitoring workflows and contributes to the development of responsive, field-ready remote sensing systems in resource-limited environments.
Kerec et al. (Sun,) studied this question.