Precision agriculture has transformed modern farming by enabling data-driven crop management through advanced sensing, imaging and artificial intelligence (AI) technologies. Image-based monitoring using unmanned aerial vehicles (UAVs), ground vehicles and mobile devices has become increasingly important for applications such as weed identification, disease diagnosis, crop health assessment and precision spraying. Among these applications, accurate weed identification is essential because weeds compete with crops for nutrients, water and sunlight, leading to significant reductions in agricultural productivity and increased herbicide usage. Recent advances in deep learning have substantially improved automated weed recognition; however, the performance of these models strongly depends on the quality of the input images.
In practical agricultural environments, images captured under field conditions often suffer from low spatial resolution, motion blur, sensor noise and varying illumination caused by camera limitations, large field coverage and environmental factors. These degradations obscure important visual characteristics such as leaf boundaries, texture and plant morphology, thereby reducing the accuracy of automated recognition systems. Although image and video super-resolution (SR/VSR) techniques have achieved remarkable success in restoring image quality for general computer vision applications, their application in precision agriculture remains limited.
Most existing super-resolution methods are optimized to improve visual reconstruction quality and are commonly evaluated using image fidelity metrics such as peak signal-to-noise ratio (PSNR), structural similarity index (SSIM) and mean absolute error (MAE). However, improved visual quality does not always translate into better recognition performance because reconstruction-oriented optimization may fail to preserve the discriminative features required for accurate classification. Likewise, existing weed identification studies generally focus on developing more accurate classifiers while assuming the availability of high-quality input images, leaving the challenge of degraded agricultural imagery largely unaddressed.
To bridge this gap, this study proposes AgriVision, a lightweight recognition-oriented video super-resolution framework for weed classification in precision agriculture. The proposed framework reconstructs high-resolution images from degraded five-frame low-resolution sequences and operates in two modes: An HR-faithful mode for accurate visual reconstruction and a task-aware mode that jointly optimizes image restoration and weed classification. A MobileNetV3 classifier is integrated into the task-aware learning process to preserve agriculturally relevant features during super-resolution. The framework is evaluated using the DeepWeeds dataset with pseudo-video sequences generated from field images and its performance is assessed using both image reconstruction metrics (PSNR, SSIM and MAE) and classification metrics (accuracy, precision, recall and F1-score). The results demonstrate that recognition-oriented super-resolution significantly improves weed classification while maintaining high-quality image reconstruction, making the proposed approach suitable for future precision agriculture and UAV-based crop monitoring applications.
Related works
Recent advances in deep learning have significantly improved automated weed identification in precision agriculture through the use of convolutional neural networks, transfer learning, lightweight architectures and vision transformer-based models. Review studies by
Hu et al., (2024); Rai et al., (2023); Hu et al., (2023) and
Pai et al., (2024) highlighted the growing adoption of artificial intelligence for weed recognition using UAV imagery, mobile platforms and edge computing. Lightweight models such as the enhanced MobileViT proposed by
Liu et al., (2025) and the hybrid attention-based network developed by
Mandge and Vijaykumar (2025) have further improved real-time weed classification under resource-constrained conditions. However, these methods generally assume the availability of high-quality input images and do not explicitly address image degradation caused by blur, noise, low spatial resolution and varying illumination commonly encountered in agricultural environments.
Image Super-Resolution (SR) and Video Super-Resolution (VSR) techniques have emerged as effective approaches for reconstructing high-resolution images from degraded observations. Comprehensive reviews by
Gopalakrishnan and Choudhury (2024);
Arasa (2023) and
Daithankar and Ruikar (2020). Summarized recent advances in deep learning-based SR and VSR. Recent studies have further improved reconstruction quality using structured sparsity learning, compression-aware video super-resolution, deformable attention mechanisms, reference-based reconstruction, real-world alignment techniques, real-time 4K image super-resolution, degradation-adaptive learning, semantics-aware reconstruction and diffusion-based methods
(Zamfir et al., 2023; Aakerberg et al., 2024; Wu et al., 2024; Chen et al., 2025). Despite these advances, existing SR and VSR methods have primarily been developed for general computer vision applications and are generally evaluated using reconstruction metrics such as PSNR and SSIM rather than their influence on downstream agricultural recognition tasks.
Artificial intelligence has become an important enabling technology for precision agriculture through the integration of UAV imaging, IoT devices, edge computing and deep learning. AI-based systems have been successfully applied to crop monitoring, disease diagnosis, yield estimation and intelligent weed management. Recent studies by
Mustaza et al., (2025); Bhardwaj et al., (2025); Shifna and Baalaji (2024),
Prasad (2024) and
Ong et al., (2023) demonstrated the effectiveness of AI-driven agricultural monitoring systems. However, relatively little attention has been given to integrating image enhancement with automated weed recognition under degraded field conditions.
Recent AI-enabled precision agriculture systems have integrated deep learning with robotic platforms for automated weed management. For example,
Mohanty et al., (2026) developed a Multi-YOLO-based robotic weed control system capable of real-time weed detection in rice cultivation. However, the study primarily focused on weed detection and robotic intervention rather than enhancing degraded agricultural imagery through recognition-oriented super-resolution. Artificial intelligence has been increasingly adopted for agricultural image analysis, including crop disease diagnosis, weed detection and precision farming applications. Recent reviews have highlighted the growing role of deep learning in improving agricultural decision support systems
(Mehta et al., 2025).
Based on the existing literature, three major research gaps were identified. First, most weed classification methods assume the availability of high-quality images and do not address degraded agricultural imagery. Second, existing super-resolution methods primarily optimize visual reconstruction quality without preserving recognition-oriented features that are essential for downstream classification. Third, limited studies have investigated the impact of video super-resolution on weed recognition in precision agriculture. To address these limitations, the present study proposes AgriVision, a lightweight recognition-oriented video super-resolution framework that integrates image enhancement with weed classification through HR-faithful and task-aware learning. By jointly optimizing reconstruction and recognition objectives, the proposed framework aims to improve both image quality and automated weed recognition under realistic agricultural imaging conditions.