paper-with-me

홈 › Papers

ViTs for SITS: Vision Transformers for Satellite Image Time Series

2023-01-12 · CVPR 2023 1 · Michail Tarasiou, Erik Chavez, Stefanos Zafeiriou

In this paper we introduce the Temporo-Spatial Vision Transformer (TSViT), a fully-attentional model for general Satellite Image Time Series (SITS) processing based on the Vision Transformer (ViT). TSViT splits a SITS record into non-overlapping patches in space and time which are tokenized and subsequently processed by a factorized temporo-spatial encoder. We argue, that in contrast to natural images, a temporal-then-spatial factorization is more intuitive for SITS processing and present experimental evidence for this claim. Additionally, we enhance the model's discriminative power by introducing two novel mechanisms for acquisition-time-specific temporal positional encodings and multiple learnable class tokens. The effect of all novel design choices is evaluated through an extensive ablation study. Our proposed architecture achieves state-of-the-art performance, surpassing previous approaches by a significant margin in three publicly available SITS semantic segmentation and classification datasets. All model, training and evaluation codes are made publicly available to facilitate further research.

📄 PDF Abstract BibTeX arXiv:2301.04944

Code (3)

michaeltrs/deepsatmodels 공식 구현 pytorch
MindCode-4/code-5/tree/main/vits mindspore
VSainteuf/pastis-benchmark pytorch

Tasks

Semantic SegmentationTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Multi-Modal Vision Transformers for Crop Mapping from Satellite Image Time Series

2024-06-24 · Theresa Follath, David Mickisch, Jan Hemmerling, Stefan Erasmi 외

Using images acquired by different satellite sensors has shown to improve classification performance in the framework of crop mapping from satellite image time series (SITS). Existing state-of-the-art architectures use s…

Time Series

TreeFormers -- An Exploration of Vision Transformers for Deforestation Driver Classification

2024-05-25 · Uche Ochuba

This paper addresses the critical issue of deforestation by exploring the application of vision transformers (ViTs) for classifying the drivers of deforestation using satellite imagery from Indonesian forests. Motivated …

Data Augmentation

Deepfake Geography: Detecting AI-Generated Satellite Images

2025-11-21 · Mansur Yerzhanuly arxiv

The rapid advancement of generative models such as StyleGAN2 and Stable Diffusion poses a growing threat to the authenticity of satellite imagery, which is increasingly vital for reliable analysis and decision-making acr…

DeepFake Detection

Semantic Segmentation in Satellite Hyperspectral Imagery by Deep Learning

2023-10-24 · Jon Alvarez Justo, Alexandru Ghita, Daniel Kovac, Joseph L. Garrett 외

Satellites are increasingly adopting on-board AI to optimize operations and increase autonomy through in-orbit inference. The use of Deep Learning (DL) models for segmentation in hyperspectral imagery offers advantages f…

Deep LearningImage SegmentationSegmentationSemantic Segmentation

Fighting Fires from Space: Leveraging Vision Transformers for Enhanced Wildfire Detection and Characterization

2025-04-18 · Aman Agarwal, James Gearon, Raksha Rank, Etienne Chenevert

Wildfires are increasing in intensity, frequency, and duration across large parts of the world as a result of anthropogenic climate change. Modern hazard detection and response systems that deal with wildfires are under-…