IVCVJun 15, 2021

A Lightweight ReLU-Based Feature Fusion for Aerial Scene Classification

arXiv:2106.07879v111 citations
Originality Incremental advance
AI Analysis

This work addresses aerial scene classification for remote sensing applications, but it is incremental as it builds on existing transfer-learning and feature fusion techniques.

The authors tackled aerial scene classification by proposing a lightweight transfer-learning method that extracts and fuses features from a pretrained MobileNetV2 using a ReLU-based strategy, achieving higher accuracy than recent models on multiple datasets.

In this paper, we propose a transfer-learning based model construction technique for the aerial scene classification problem. The core of our technique is a layer selection strategy, named ReLU-Based Feature Fusion (RBFF), that extracts feature maps from a pretrained CNN-based single-object image classification model, namely MobileNetV2, and constructs a model for the aerial scene classification task. RBFF stacks features extracted from the batch normalization layer of a few selected blocks of MobileNetV2, where the candidate blocks are selected based on the characteristics of the ReLU activation layers present in those blocks. The feature vector is then compressed into a low-dimensional feature space using dimension reduction algorithms on which we train a low-cost SVM classifier for the classification of the aerial images. We validate our choice of selected features based on the significance of the extracted features with respect to our classification pipeline. RBFF remarkably does not involve any training of the base CNN model except for a few parameters for the classifier, which makes the technique very cost-effective for practical deployments. The constructed model despite being lightweight outperforms several recently proposed models in terms of accuracy for a number of aerial scene datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes