paper-with-me

Papers

Transfer Learning with Pretrained Remote Sensing Transformers

2022-09-28 · Anthony Fuller, Koreen Millard, James R. Green

Although the remote sensing (RS) community has begun to pretrain transformers (intended to be fine-tuned on RS tasks), it is unclear how these models perform under distribution shifts. Here, we pretrain a new RS transformer--called SatViT-V2--on 1.3 million satellite-derived RS images, then fine-tune it (along with five other models) to investigate how it performs on distributions not seen during training. We split an expertly labeled land cover dataset into 14 datasets based on source biome. We train each model on each biome separately and test them on all other biomes. In all, this amounts to 1638 biome transfer experiments. After fine-tuning, we find that SatViT-V2 outperforms SatViT-V1 by 3.1% on in-distribution (matching biomes) and 2.8% on out-of-distribution (mismatching biomes) data. Additionally, we find that initializing fine-tuning from the linear probed solution (i.e., leveraging LPFT [1]) improves SatViT-V2's performance by another 1.2% on in-distribution and 2.4% on out-of-distribution data. Next, we find that pretrained RS transformers are better calibrated under distribution shifts than non-pretrained models and leveraging LPFT results in further improvements in model calibration. Lastly, we find that five measures of distribution shift are moderately correlated with biome transfer performance. We share code and pretrained model weights. (https://github.com/antofuller/SatViT)

📄 PDF Abstract BibTeX arXiv:2209.14969

Code (1)

antofuller/satvit 공식 구현 pytorch

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Lightweight, Pre-trained Transformers for Remote Sensing Timeseries

2023-04-27 · Gabriel Tseng, Ruben Cartuyvels, Ivan Zvonkov, Mirali Purohit 외

Machine learning methods for satellite data have a range of societally relevant applications, but labels used to train models can be difficult or impossible to acquire. Self-supervision is a natural solution in settings …

Crop ClassificationSelf-Supervised LearningTransfer Learning

On the Adversarial Vulnerabilities of Transfer Learning in Remote Sensing

2025-01-20 · Tao Bai, Xingjian Tian, Yonghao Xu, Bihan Wen

The use of pretrained models from general computer vision tasks is widespread in remote sensing, significantly reducing training costs and improving performance. However, this practice also introduces vulnerabilities to …

Transfer Learning

Transformers in Remote Sensing: A Survey

2022-09-02 · Abdulaziz Amer Aleissaee, Amandeep Kumar, Rao Muhammad Anwer, Salman Khan 외

Deep learning-based algorithms have seen a massive popularity in different areas of remote sensing image analysis over the past decade. Recently, transformers-based architectures, originally introduced in natural languag…

Survey

Deep Clustering of Remote Sensing Scenes through Heterogeneous Transfer Learning

2024-09-05 · Isaac Ray, Alexei Skurikhin

This paper proposes a method for unsupervised whole-image clustering of a target dataset of remote sensing scenes with no labels. The method consists of three main steps: (1) finetuning a pretrained deep neural network (…

ClusteringDeep ClusteringImage ClusteringScene Classification+3

Feature Guided Masked Autoencoder for Self-supervised Learning in Remote Sensing

2023-10-28 · Yi Wang, Hugo Hernández Hernández, Conrad M Albrecht, Xiao Xiang Zhu

Self-supervised learning guided by masked image modelling, such as Masked AutoEncoder (MAE), has attracted wide attention for pretraining vision transformers in remote sensing. However, MAE tends to excessively focus on …

Image ClassificationMulti-Label Image ClassificationSelf-Supervised Learning