paper-with-me

홈 › Papers

VistaFormer: Scalable Vision Transformers for Satellite Image Time Series Segmentation

2024-09-13 · Ezra MacDonald, Derek Jacoby, Yvonne Coady

We introduce VistaFormer, a lightweight Transformer-based model architecture for the semantic segmentation of remote-sensing images. This model uses a multi-scale Transformer-based encoder with a lightweight decoder that aggregates global and local attention captured in the encoder blocks. VistaFormer uses position-free self-attention layers which simplifies the model architecture and removes the need to interpolate temporal and spatial codes, which can reduce model performance when training and testing image resolutions differ. We investigate simple techniques for filtering noisy input signals like clouds and demonstrate that improved model scalability can be achieved by substituting Multi-Head Self-Attention (MHSA) with Neighbourhood Attention (NA). Experiments on the PASTIS and MTLCC crop-type segmentation benchmarks show that VistaFormer achieves better performance than comparable models and requires only 8% of the floating point operations using MHSA and 11% using NA while also using fewer trainable parameters. VistaFormer with MHSA improves on state-of-the-art mIoU scores by 0.1% on the PASTIS benchmark and 3% on the MTLCC benchmark while VistaFormer with NA improves on the MTLCC benchmark by 3.7%.

📄 PDF Abstract BibTeX arXiv:2409.08461

Code (1)

macdonaldezra/VistaFormer 공식 구현 pytorch

Tasks

DecoderSemantic SegmentationTime Series

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

2-speed network ensemble for efficient classification of incremental land-use/land-cover satellite image chips

2022-03-15 · Michael James Horry, Subrata Chakraborty, Biswajeet Pradhan, Nagesh Shukla 외

The ever-growing volume of satellite imagery data presents a challenge for industry and governments making data-driven decisions based on the timely analysis of very large data sets. Commonly used deep learning algorithm…

Classificationimage-classificationImage ClassificationSatellite Image Classification

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

Leveraging ChatGPT's Multimodal Vision Capabilities to Rank Satellite Images by Poverty Level: Advancing Tools for Social Science Research

2025-01-24 · Hamid Sarmadi, Ola Hall, Thorsteinn Rögnvaldsson, Mattias Ohlsson

This paper investigates the novel application of Large Language Models (LLMs) with vision capabilities to analyze satellite imagery for village-level poverty prediction. Although LLMs were originally designed for natural…

Natural Language Understanding

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

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