paper-with-me

Papers

SITSMamba for Crop Classification based on Satellite Image Time Series

2024-09-15 · Xiaolei Qin, Xin Su, Liangpei Zhang

Satellite image time series (SITS) data provides continuous observations over time, allowing for the tracking of vegetation changes and growth patterns throughout the seasons and years. Numerous deep learning (DL) approaches using SITS for crop classification have emerged recently, with the latest approaches adopting Transformer for SITS classification. However, the quadratic complexity of self-attention in Transformer poses challenges for classifying long time series. While the cutting-edge Mamba architecture has demonstrated strength in various domains, including remote sensing image interpretation, its capacity to learn temporal representations in SITS data remains unexplored. Moreover, the existing SITS classification methods often depend solely on crop labels as supervision signals, which fails to fully exploit the temporal information. In this paper, we proposed a Satellite Image Time Series Mamba (SITSMamba) method for crop classification based on remote sensing time series data. The proposed SITSMamba contains a spatial encoder based on Convolutional Neural Networks (CNN) and a Mamba-based temporal encoder. To exploit richer temporal information from SITS, we design two branches of decoder used for different tasks. The first branch is a crop Classification Branch (CBranch), which includes a ConvBlock to decode the feature to a crop map. The second branch is a SITS Reconstruction Branch that uses a Linear layer to transform the encoded feature to predict the original input values. Furthermore, we design a Positional Weight (PW) applied to the RBranch to help the model learn rich latent knowledge from SITS. We also design two weighting factors to control the balance of the two branches during training. The code of SITSMamba is available at: https://github.com/XiaoleiQinn/SITSMamba.

📄 PDF Abstract BibTeX arXiv:2409.09673

Code (1)

xiaoleiqinn/sitsmamba 공식 구현 pytorch

Tasks

ClassificationCrop ClassificationMambaTime Series

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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$…
Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…

Similar Papers 제목 키워드 기반

Bayesian aggregation improves traditional single image crop classification approaches

2020-04-07 · Ivan Matvienko, Mikhail Gasanov, Anna Petrovskaia, Raghavendra Belur Jana 외

Machine learning (ML) methods and neural networks (NN) are widely implemented for crop types recognition and classification based on satellite images. However, most of these studies use several multi-temporal images whic…

ClassificationCrop ClassificationGeneral Classification

Spatio-temporal crop classification of low-resolution satellite imagery with capsule layers and distributed attention

2019-04-23 · John Brandt

Land use classification of low resolution spatial imagery is one of the most extensively researched fields in remote sensing. Despite significant advancements in satellite technology, high resolution imagery lacks global…

ClassificationCrop ClassificationGeneral ClassificationManagement

Combining Satellite and Weather Data for Crop Type Mapping: An Inverse Modelling Approach

2024-01-29 · Praveen Ravirathinam, Rahul Ghosh, Ankush Khandelwal, Xiaowei Jia 외

Accurate and timely crop mapping is essential for yield estimation, insurance claims, and conservation efforts. Over the years, many successful machine learning models for crop mapping have been developed that use just t…

Crop Type Mapping

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

An Efficient Method for the Classification of Croplands in Scarce-Label Regions

2021-03-17 · Houtan Ghaffari

Two of the main challenges for cropland classification by satellite time-series images are insufficient ground-truth data and inaccessibility of high-quality hyperspectral images for under-developed areas. Unlabeled medi…

ClassificationDomain AdaptationGeneral ClassificationOpen-Ended Question Answering+2