Synergistic and Efficient Edge-Host Communication for Energy Harvesting Wireless Sensor Networks
Cyan Subhra Mishra, Jack Sampson, Mahmut Taylan Kandmeir, Vijaykrishnan Narayanan, Chita R Das
TL;DR
Seeker addresses the challenge of running DNN inferences in energy-harvesting wireless sensor networks by tightly integrating edge computation with host-assisted processing. It introduces a store-and-execute edge paradigm plus application-aware coreset constructions to offload unfinished inferences to a mobile host, significantly reducing communication by up to 8.9x while maintaining high accuracy. The approach combines two lightweight DNN quantizations at the edge, memoization to skip redundant work, and recoverable coresets (including GAN-based reconstruction) to preserve inference quality on the host, achieving up to 86.8% top-1 accuracy on HAR tasks and substantial improvements over state-of-the-art EH-WSN methods. The results demonstrate strong practical benefits for energy-constrained IoT deployments, enabling reliable edge analytics in realistic EH scenarios with scalable hardware acceleration.
Abstract
There is an increasing demand for intelligent processing on ultra-low-power internet of things (IoT) device. Recent works have shown substantial efficiency boosts by executing inferences directly on the IoT device (node) rather than transmitting data. However, the computation and power demands of Deep Neural Network (DNN)-based inference pose significant challenges in an energy-harvesting wireless sensor network (EH-WSN). Moreover, these tasks often require responses from multiple physically distributed EH sensor nodes, which impose crucial system optimization challenges in addition to per-node constraints. To address these challenges, we propose Seeker, a hardware-software co-design approach for increasing on-sensor computation, reducing communication volume, and maximizing inference completion, without violating the quality of service, in EH-WSNs coordinated by a mobile device. Seeker uses a store-and-execute approach to complete a subset of inferences on the EH sensor node, reducing communication with the mobile host. Further, for those inferences unfinished because of the harvested energy constraints, it leverages task-aware coreset construction to efficiently communicate compact features to the host device. We evaluate Seeker for human activity recognition, as well as predictive maintenance and show ~8.9x reduction in communication data volume with 86.8% accuracy, surpassing the 81.2% accuracy of the state-of-the-art.
