🤖 AI Summary
This work addresses the challenge of deploying lightweight remote sensing image segmentation models under stringent latency and energy constraints in on-orbit and edge computing scenarios. We propose a hardware-aware neural architecture search method that compresses the high-dimensional search space into two critical width variables. Leveraging CM-UNet as a teacher model, our approach integrates knowledge distillation with a low-fidelity regression surrogate model sampled on the Jetson Orin Nano to jointly predict segmentation accuracy and hardware costs, enabling rapid architecture selection. The method substantially improves search efficiency, achieving competitive mean Intersection-over-Union (mIoU) while significantly reducing latency and power consumption. Experimental results validate the effectiveness of the reduced-space regression strategy tailored for CNN-Mamba hybrid architectures in satellite-edge deployment settings.
📝 Abstract
As Earth-observation workloads move toward onboard and edge processing, remote-sensing segmentation models must operate under tight latency and energy constraints. We present SatReg, a regression-based hardware-aware tuning framework for lightweight remote-sensing segmentation on edge platforms. Using CM-UNet as the teacher architecture, we reduce the search space to two dominant width-related variables, profile a small set of student models on an NVIDIA Jetson Orin Nano, and fit low-order surrogate models for mIoU, latency, and power. Knowledge distillation is used to efficiently train the sampled students. The learned surrogates enable fast selection of near-optimal architecture settings for deployment targets without exhaustive search. Results show that the selected variables affect task accuracy and hardware cost differently, making reduced-space regression a practical strategy for adapting hybrid CNN-Mamba segmentation models to future space-edge systems.