This paper systematically evaluates the practicality of adaptive split inference and communication optimization techniques in edge device-based autonomous robot environments. Edge devices like Raspberry Pi struggle with real-time inference of large de...
This paper systematically evaluates the practicality of adaptive split inference and communication optimization techniques in edge device-based autonomous robot environments. Edge devices like Raspberry Pi struggle with real-time inference of large deep learning models such as YOLOv8 segmentation due to limited computational resources. While previous studies have proposed techniques like model partitioning, adaptive split point selection, and communication skip, comprehensive performance evaluations under real-world network variability and studies on the combined effects of these techniques remain scarce. This research conducts a comprehensive experimental analysis across three dimensions. First, we perform performance profiling at each segmentation point across the 22 layers of the YOLOv8n model and experimentally derive the optimal segmentation point based on network state (Good/Moderate/Poor). We implement an adaptive segmentation strategy based on a pre-measured lookup table and quantify the performance improvement over fixed segmentation in network fluctuation scenarios such as steps, sine waves, and bursts. Second, we measure the effectiveness of the coordinate-change-based communication skip logic. We analyze the trade-offs in communication reduction rate, control accuracy, and driving stability for vari- ous threshold (θ) settings. Third, we evaluate a periodic transmission technique (100ms, 1000ms) for environments with relaxed real-time requirements and experimentally verify its combined effect with adaptive segmentation and communication skipping. Actual line-tracing experiments using the AlphaBot2 robot demonstrated that the pro- posed system achieved a 72.5% reduction in end-to-end latency and a 58.0% reduction in driving time compared to Full Local, while achieving an 81.7% reduction in network usage compared to Full Remote. Adaptive distributed inference showed an 8.8% reduction in latency and a 9.4% improvement in FPS compared to Fixed Split, while coordinate-based communication skipping (θ=2) achieved a 10.4% reduction in network usage. Periodic transmis- sion experiments confirmed that a 500ms cycle represents the optimal balance point, achieving an 89.3% reduction in communication while maintaining a 100% driving completion rate. This study provides practical guidelines for edge AI system designers and presents optimal system configuration strategies considering network conditions, real-time requirements, and energy efficiency.