Neighborhood Feature Pooling for Remote Sensing Image Classification
Fahimeh Orvati Nia, Amirmohammad Mohammadi, Salim Al Kharsa, Pragati Naikare, Zigfried Hampel-Arias, Joshua Peeples
TL;DR
This work introduces Neighborhood Feature Pooling (NFP), a texture-aware pooling mechanism that computes local neighborhood similarities to preserve fine-grained spatial structure in remote sensing images. By forming an affinity stack through center-neighbor comparisons $S_n = d(I_n(mbda), I_c(mbda))$ and fusing with GAP, NFP enhances feature representations with minimal parameter cost. Extensive experiments across five datasets and three backbones show NFP consistently improves accuracy over GAP and other texture pooling methods, particularly on texture-rich datasets like GTOS-Mobile, and provides more interpretable Grad-CAM and t-SNE visualizations. The approach demonstrates robustness and efficiency, with potential applications beyond classification to detection and segmentation in remote sensing domains.
Abstract
In this work, we propose neighborhood feature pooling (NFP) as a novel texture feature extraction method for remote sensing image classification. The NFP layer captures relationships between neighboring inputs and efficiently aggregates local similarities across feature dimensions. Implemented using convolutional layers, NFP can be seamlessly integrated into any network. Results comparing the baseline models and the NFP method indicate that NFP consistently improves performance across diverse datasets and architectures while maintaining minimal parameter overhead.
