English

Edge-Based Standing-Water Detection via FSM-Guided Tiering and Multi-Model Consensus

Computer Vision and Pattern Recognition 2026-04-07 v1

Abstract

Standing water in agricultural fields threatens vehicle mobility and crop health. This paper presents a deployed edge architecture for standing-water detection using Raspberry-Pi-class devices with optional Jetson acceleration. Camera input and environmental sensors (humidity, pressure, temperature) are combined in a finite-state machine (FSM) that acts as the architectural decision engine. The FSM-guided control plane selects between local and offloaded inference tiers, trading accuracy, latency, and energy under intermittent connectivity and motion-dependent compute budgets. A multi-model YOLO ensemble provides image scores, while diurnal-baseline sensor fusion adjusts caution using environmental anomalies. All decisions are logged per frame, enabling bit-identical hardware-in-the-loop replays. Across ten configurations and sensor variants on identical field sequences with frame-level ground truth, we show that the combination of adaptive tiering, multi-model consensus, and diurnal sensor fusion improves flood-detection performance over static local baselines, uses less energy than a naive always-heavy offload policy, and maintains bounded tail latency in a real agricultural setting.

Keywords

Cite

@article{arxiv.2604.03308,
  title  = {Edge-Based Standing-Water Detection via FSM-Guided Tiering and Multi-Model Consensus},
  author = {Oliver Aleksander Larsen and Mahyar T. Moghaddam},
  journal= {arXiv preprint arXiv:2604.03308},
  year   = {2026}
}

Comments

Accepted at the In Practice Track of IEEE ICSA 2026. 10 pages

R2 v1 2026-07-01T11:53:16.453Z