RemoteTrimmer: Adaptive Structural Pruning for Remote Sensing Image Classification
Guangwenjie Zou, Liang Yao, Fan Liu, Chuanyi Zhang, Xin Li, Ning Chen, Shengxiang Xu, Jun Zhou
TL;DR
This work tackles the efficiency bottleneck in remote sensing image classification by introducing RemoteTrimmer, which combines Channel Attention Pruning (CAP) and Adaptive Mining Loss (AML). CAP amplifies inter-channel importance by mapping features into an attention space using SENet and BatchNorm scaling to guide structured pruning, while AML focuses fine-tuning on difficult samples to recover or exceed the original accuracy. Empirical results on EuroSAT and UC Merced with ResNet18 and VGG16 show state-of-the-art performance post-pruning, with substantial reductions in parameters and MACs and notable accuracy gains over prior methods. The approach offers a practical, principled pathway to deploy lightweight RSIC models without sacrificing performance, and the provided code enables reproducibility and further exploration in remote sensing applications.
Abstract
Since high resolution remote sensing image classification often requires a relatively high computation complexity, lightweight models tend to be practical and efficient. Model pruning is an effective method for model compression. However, existing methods rarely take into account the specificity of remote sensing images, resulting in significant accuracy loss after pruning. To this end, we propose an effective structural pruning approach for remote sensing image classification. Specifically, a pruning strategy that amplifies the differences in channel importance of the model is introduced. Then an adaptive mining loss function is designed for the fine-tuning process of the pruned model. Finally, we conducted experiments on two remote sensing classification datasets. The experimental results demonstrate that our method achieves minimal accuracy loss after compressing remote sensing classification models, achieving state-of-the-art (SoTA) performance.
