English

SceneMixer: Exploring Convolutional Mixing Networks for Remote Sensing Scene Classification

Computer Vision and Pattern Recognition 2025-12-09 v1

Abstract

Remote sensing scene classification plays a key role in Earth observation by enabling the automatic identification of land use and land cover (LULC) patterns from aerial and satellite imagery. Despite recent progress with convolutional neural networks (CNNs) and vision transformers (ViTs), the task remains challenging due to variations in spatial resolution, viewpoint, orientation, and background conditions, which often reduce the generalization ability of existing models. To address these challenges, this paper proposes a lightweight architecture based on the convolutional mixer paradigm. The model alternates between spatial mixing through depthwise convolutions at multiple scales and channel mixing through pointwise operations, enabling efficient extraction of both local and contextual information while keeping the number of parameters and computations low. Extensive experiments were conducted on the AID and EuroSAT benchmarks. The proposed model achieved overall accuracy, average accuracy, and Kappa values of 74.7%, 74.57%, and 73.79 on the AID dataset, and 93.90%, 93.93%, and 93.22 on EuroSAT, respectively. These results demonstrate that the proposed approach provides a good balance between accuracy and efficiency compared with widely used CNN- and transformer-based models. Code will be publicly available on: https://github.com/mqalkhatib/SceneMixer

Keywords

Cite

@article{arxiv.2512.06877,
  title  = {SceneMixer: Exploring Convolutional Mixing Networks for Remote Sensing Scene Classification},
  author = {Mohammed Q. Alkhatib and Ali Jamali and Swalpa Kumar Roy},
  journal= {arXiv preprint arXiv:2512.06877},
  year   = {2025}
}

Comments

Accepted and presented in ICSPIS

R2 v1 2026-07-01T08:13:44.612Z