LGDCETJun 16, 2025

ReinDSplit: Reinforced Dynamic Split Learning for Pest Recognition in Precision Agriculture

arXiv:2506.13935v12 citationsh-index: 112025 21st International Conference on Distributed Computing in Smart Systems and the Internet of Things (DCOSS-IoT)
Originality Incremental advance
AI Analysis

This addresses performance bottlenecks in precision agriculture for pest recognition, though it is incremental as it adapts existing split learning with RL for better resource management.

The paper tackles the problem of inefficient split learning in heterogeneous agricultural edge devices by introducing ReinDSplit, a reinforcement learning framework that dynamically adjusts DNN split points, achieving 94.31% accuracy with MobileNetV2 on insect classification datasets.

To empower precision agriculture through distributed machine learning (DML), split learning (SL) has emerged as a promising paradigm, partitioning deep neural networks (DNNs) between edge devices and servers to reduce computational burdens and preserve data privacy. However, conventional SL frameworks' one-split-fits-all strategy is a critical limitation in agricultural ecosystems where edge insect monitoring devices exhibit vast heterogeneity in computational power, energy constraints, and connectivity. This leads to straggler bottlenecks, inefficient resource utilization, and compromised model performance. Bridging this gap, we introduce ReinDSplit, a novel reinforcement learning (RL)-driven framework that dynamically tailors DNN split points for each device, optimizing efficiency without sacrificing accuracy. Specifically, a Q-learning agent acts as an adaptive orchestrator, balancing workloads and latency thresholds across devices to mitigate computational starvation or overload. By framing split layer selection as a finite-state Markov decision process, ReinDSplit convergence ensures that highly constrained devices contribute meaningfully to model training over time. Evaluated on three insect classification datasets using ResNet18, GoogleNet, and MobileNetV2, ReinDSplit achieves 94.31% accuracy with MobileNetV2. Beyond agriculture, ReinDSplit pioneers a paradigm shift in SL by harmonizing RL for resource efficiency, privacy, and scalability in heterogeneous environments.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes