Journal Article10.1109/TGRS.2022.3176603
An Empirical Study of Remote Sensing Pretraining
TL;DR: Empirical study shows that RSP can help deliver distinctive performances in scene recognition tasks and in perceiving RS related semantics such as “Bridge” and “Airplane”, and finds that, although RSP mitigates the data discrepancies of traditional ImageNet pretraining on RS images, it may still suffer from task discrepancies, where downstream tasks require different representations from scene Recognition tasks.
read more
Abstract: Deep learning has largely reshaped remote sensing (RS) research for aerial image understanding and made a great success. Nevertheless, most of the existing deep models are initialized with the ImageNet pretrained weights. Since natural images inevitably present a large domain gap relative to aerial images, probably limiting the finetuning performance on downstream aerial scene tasks. This issue motivates us to conduct an empirical study of remote sensing pretraining (RSP) on aerial images. To this end, we train different networks from scratch with the help of the largest RS scene recognition dataset up to now — MillionAID, to obtain a series of RS pretrained backbones, including both convolutional neural networks (CNN) and vision transformers such as Swin and ViTAE, which have shown promising performance on computer vision tasks. Then, we investigate the impact of RSP on representative downstream tasks including scene recognition, semantic segmentation, object detection, and change detection using these CNN and vision transformer backbones. Empirical study shows that RSP can help deliver distinctive performances in scene recognition tasks and in perceiving RS related semantics such as “Bridge” and “Airplane”. We also find that, although RSP mitigates the data discrepancies of traditional ImageNet pretraining on RS images, it may still suffer from task discrepancies, where downstream tasks require different representations from scene recognition tasks. These findings call for further research efforts on both large-scale pretraining datasets and effective pretraining methods. The codes and pretrained models will be released at https://github.com/ViTAE-Transformer/ViTAE-Transformer-Remote-Sensing.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Advancing Plain Vision Transformer Toward Remote Sensing Foundation Model
TL;DR: To handle the large image size and objects of various orientations in RS images, a new rotated varied-size window attention is proposed to substitute the original full attention in transformers, which could reduce the computational cost and memory footprint while learn better object representation by extracting rich context from the generated diverse windows.
142
RingMo: A Remote Sensing Foundation Model With Masked Image Modeling
Xian Sun,Peijin Wang,Wanxuan Lu,Zicong Zhu,Xiaonan Lu,Qi He,Junxi Li,Xuee Rong,Zhujun Yang,Haowen Chan,Qibing He,Guang Yang,Ruiping Wang,Jiwen Lu,Kun Fu +14 more
TL;DR: Zhang et al. as discussed by the authors leverage the benefits of generative self-supervised learning (SSL) for remote sensing images and propose an RS foundation model framework called RingMo, which consists of two parts.
119
Transformers in Remote Sensing: A Survey
Abdulaziz Amer Aleissaee,Amandeep Kumar,Rao Muhammad Anwer,Salman Khan,Hisham Cholakkal,Gui-Song Xia,Fahad Shahbaz Khan +6 more
TL;DR: In this article , the authors present a systematic review of recent advances based on transformers in remote sensing, including very high-resolution (VHR), hyperspectral (HSI), and synthetic aperture radar (SAR) imagery.
110
RepViT: Revisiting Mobile CNN From ViT Perspective
Hui Chen,Zijia Lin,Guiguang Ding +2 more
- 18 Jul 2023
TL;DR: RepViT as mentioned in this paper is a family of pure lightweight convolutional neural networks (CNNs) designed for mobile devices, and it achieves state-of-the-art performance in various vision tasks.
Current Trends in Deep Learning for Earth Observation: An Open-source Benchmark Arena for Image Classification
TL;DR: AiTLAS: Benchmark Arena as mentioned in this paper is an open-source benchmark suite for evaluating state-of-the-art deep learning approaches for image classification in Earth Observation.
74
References
Modeling the Shape of the Scene: A Holistic Representation of the Spatial Envelope
Aude Oliva,Antonio Torralba +1 more
TL;DR: The performance of the spatial envelope model shows that specific information about object shape or identity is not a requirement for scene categorization and that modeling a holistic representation of the scene informs about its probable semantic category.
7.5K
Dual Attention Network for Scene Segmentation
Jun Fu,Jing Liu,Haijie Tian,Yong Li,Yongjun Bao,Zhiwei Fang,Hanqing Lu +6 more
- 15 Jun 2019
TL;DR: New state-of-the-art segmentation performance on three challenging scene segmentation datasets, i.e., Cityscapes, PASCAL Context and COCO Stuff dataset is achieved without using coarse data.
•Proceedings Article
mixup: Beyond Empirical Risk Minimization
Hongyi Zhang,Moustapha Cisse,Yann N. Dauphin,David Lopez-Paz +3 more
- 25 Oct 2017
TL;DR: This work proposes mixup, a simple learning principle that trains a neural network on convex combinations of pairs of examples and their labels, which improves the generalization of state-of-the-art neural network architectures.
Color indexing
Michael J. Swain,Dana H. Ballard +1 more
TL;DR: In this paper, color histograms of multicolored objects provide a robust, efficient cue for indexing into a large database of models, and they can differentiate among a large number of objects.
6.1K
CutMix: Regularization Strategy to Train Strong Classifiers With Localizable Features
Sangdoo Yun,Dongyoon Han,Sanghyuk Chun,Seong Joon Oh,Youngjoon Yoo,Junsuk Choe +5 more
- 07 Aug 2019
TL;DR: CutMix as discussed by the authors augments the training data by cutting and pasting patches among training images, where the ground truth labels are also mixed proportionally to the area of the patches.