Artificial intelligence is quietly rewriting the rules of farming, and one of the most consequential shifts is happening not in the cloud but in the fields themselves. A new systematic literature review published in Smart Agricultural Technology maps, for the first time, how distributed machine learning is being deployed across precision agriculture, synthesizing evidence from 41 primary studies published between 2020 and 2025. The review, conducted by Ngakan Nyoman Kutha Krisnawijaya, Bedir Tekinerdogan, and Cagatay Catal, offers the most comprehensive picture yet of a technological movement that promises to let farmers harness collective intelligence without ever surrendering their most sensitive data.
The logic behind distributed machine learning is deceptively simple. In the traditional model, all data from sensors, drones, and farm management systems is shipped to a central server where a single model is trained. That architecture carries well-known weaknesses: a single point of failure, bandwidth latency, and acute privacy risks, since consolidating records about crop production, animal health, and economic yields creates a tempting target for massive breaches. Distributed learning inverts this model. Each participant trains a model locally on their own devices, and only the learned parameters, not the raw data, travel across the network. A central server, or in some architectures no server at all, then combines these updates into a shared global model. The result is enhanced privacy, security, efficiency, and scalability, qualities that matter enormously in a sector where farmers increasingly worry about data asymmetry and how agricultural technology providers store and exploit their information.
To capture this rapidly evolving landscape, the researchers followed the systematic literature review guidelines of Kitchenham and colleagues, ensuring the process was replicable, unbiased, thorough, and transparent. They searched six major databases, including IEEE Xplore, ACM Digital Library, Scopus, ScienceDirect, SpringerLink, and Wiley Online Library, covering publications from 2015 to 2025. The initial automated search returned 1,864 articles. After screening against strict exclusion criteria, only journal articles were considered, and titles, abstracts, and full texts were evaluated, 43 studies survived. A quality assessment on an eight-point scale, scored independently by all three authors and reconciled through consensus meetings, trimmed the set to 41 primary studies. Notably, no study published before 2020 met the criteria, a striking signal that distributed learning in agriculture is a genuinely recent phenomenon that has accelerated sharply in the past five years.
The review’s findings reveal a field with clear centers of gravity. Crop management dominates the application landscape, appearing far more frequently than any other domain, with livestock monitoring, soil and water management, and general smart farming frameworks trailing behind. Within these domains, the researchers identified seventeen distinct tasks, ranging from disease prediction and classification, crop classification, and crop recommendation to weed segmentation, yield prediction, resource optimization, evapotranspiration estimation, bird detection, milk quality prediction, and even prawn growth inspection. Disease prediction and classification emerged as the most common objective, reflecting the enormous value of catching plant pathogens early. One study, a federated explainable AI framework, tackled the widest range of tasks simultaneously, spanning disease prediction, crop health monitoring, yield prediction, resource optimization, and anomaly detection.
Among the distributed learning paradigms, federated learning stands overwhelmingly supreme, appearing across every one of the seventeen identified tasks. It is followed by decentralized peer-to-peer systems, hierarchical distributed learning, and blockchain-based approaches, with two studies proposing hybrids that combine federated learning with blockchain for applications such as pest detection. Hierarchical models insert intermediate edge servers between local devices and the cloud to reduce communication overhead and latency. Decentralized peer-to-peer architectures remove the central coordinator entirely, with nodes exchanging updates only with their direct neighbors, making performance highly dependent on network topology. Blockchain-based systems replace the central server with an immutable distributed ledger, using smart contracts to automatically verify, validate, and aggregate model updates. Each approach embodies a trade-off between control and resilience: centralized systems are simpler and faster to manage but collapse if the main server fails, while decentralized designs keep running even when individual devices drop offline, at the cost of greater network traffic and slower synchronization.
The architectural details expose an interesting tension. Although federated learning distributes the data, most implementations still rely on centralized client-server topologies, which appeared in 27 of the reviewed studies, compared with 12 using hierarchical tree architectures and only 2 using peer-to-peer or mesh designs. Governance follows architecture: centralized authority and server-dictated models dominate, in which a single controlling entity manages data flows and decision-making. Yet the review uncovered notable exceptions, including a client-server system that adopted collaborative, consensus-based governance by combining its architecture with blockchain, requiring agreement among local nodes before updating the global model. Aggregation strategies cluster around Federated Averaging, used in 27 studies, followed by custom weighted averaging and Federated Proximal Aggregation, with more exotic variants such as SCAFFOLD, FedBN, and QFedAvg appearing once or twice each.
On the data side, images reign as the most common input, which aligns with the dominance of deep learning algorithms, particularly convolutional neural networks such as YOLO, ResNet, VGG, MobileNet, and Inception, alongside transformers like Vision Transformer and Swin Transformer. Classical machine learning methods, including support vector machines, random forests, decision trees, and k-nearest neighbors, handle tabular, sensor, and time-series data. Implementation leans on a familiar toolkit: TensorFlow leads with 12 studies, followed by Keras, Flower, and PyTorch, with TensorFlow Federated, PySyft, MATLAB, scikit-learn, iFogSim, Horovod, and Open MPI filling out the ecosystem. Hardware ranges from Raspberry Pi, Jetson, and Arduino edge devices to NVIDIA GPUs and cloud platforms, underscoring that image-heavy distributed learning still demands serious computing resources.
Perhaps the most valuable contribution of the review is its honest accounting of what still goes wrong. Three challenges recur across the literature. Privacy leakage persists because shared model updates, gradients and weights, carry mathematical footprints of private data, enabling sophisticated attacks such as gradient reconstruction, model inversion, and membership inference. Communication bottlenecks arise because continuous model updates from thousands of devices can strain network transmission far beyond local computing speeds, stretching training from hours to weeks, especially under unstable bandwidth and intermittent rural connectivity. Data heterogeneity, the notorious non-IID problem, means each farm’s data is statistically unique and skewed, so a global model can underperform local models and quietly favor majority clients, creating unfair bias against smaller participants.
The solutions documented in the literature are correspondingly diverse. Against privacy threats, researchers deploy differential privacy, which injects noise into data and updates, along with homomorphic encryption, secure multi-party computation, gradient encryption, and blockchain frameworks augmented with decentralized identifiers and verifiable credentials. To tame communication costs, the field turns to gradient compression, quantization, binary compression, knowledge distillation, adaptive and asynchronous transmission, lightweight architectures, and model pruning. For non-IID data, promising remedies include advanced aggregation algorithms such as FedProx and SCAFFOLD, adaptive weighting, data refinement techniques like resampling, zero-padding, and augmentation, and ensemble or prototype-based learning to boost robustness. The authors conclude by proposing a multi-dimensional taxonomy, categorizing systems by domain, architecture, learning method, infrastructure, and challenges, and call for reference architectures and for extending distributed learning beyond crops into livestock monitoring and precision aquaculture. As farming becomes ever more data-driven, this review makes clear that the future of agricultural AI may depend less on how much data is collected, and more on how intelligently, and safely, it is shared.
Subject of Research: Systematic literature review of distributed machine learning methods, applications, architectures, and challenges in precision agriculture
Article Title: Distributed machine learning in precision agriculture: methods, applications, and challenges
Article References: Krisnawijaya, N. N. K., Tekinerdogan, B., & Catal, C. (2026). Distributed machine learning in precision agriculture: methods, applications, and challenges. Smart Agricultural Technology, 15, Article 102527. https://doi.org/10.1016/j.atech.2026.102527
Image Credits: AI Generated
DOI: 10.1016/j.atech.2026.102527
Keywords: distributed machine learning, federated learning, precision agriculture, smart farming, data privacy, crop management, non-IID data, edge computing, blockchain, systematic literature review, differential privacy, agricultural IoT
Cite Scienmag News
Alan Morgan. (September 12, 2026). Federated Learning Takes Root: How Distributed AI Is Transforming Precision Agriculture. Scienmag. https://scienmag.com/federated-learning-takes-root-how-distributed-ai-is-transforming-precision-agriculture/
Alan Morgan. "Federated Learning Takes Root: How Distributed AI Is Transforming Precision Agriculture." Scienmag, 12 September 2026, https://scienmag.com/federated-learning-takes-root-how-distributed-ai-is-transforming-precision-agriculture/. Accessed 12 September 2026.
Alan Morgan. "Federated Learning Takes Root: How Distributed AI Is Transforming Precision Agriculture." Scienmag. September 12, 2026. https://scienmag.com/federated-learning-takes-root-how-distributed-ai-is-transforming-precision-agriculture/

