paper-with-me

홈 › 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, Sanjoy Paul

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 algorithms for automatic classification of satellite images are time and resource-intensive to train. The cost of retraining in the context of Big Data presents a practical challenge when new image data and/or classes are added to a training corpus. Recognizing the need for an adaptable, accurate, and scalable satellite image chip classification scheme, in this research we present an ensemble of: i) a slow to train but high accuracy vision transformer; and ii) a fast to train, low-parameter convolutional neural network. The vision transformer model provides a scalable and accurate foundation model. The high-speed CNN provides an efficient means of incorporating newly labelled data into analysis, at the expense of lower accuracy. To simulate incremental data, the very large (~400,000 images) So2Sat LCZ42 satellite image chip dataset is divided into four intervals, with the high-speed CNN retrained every interval and the vision transformer trained every half interval. This experimental setup mimics an increase in data volume and diversity over time. For the task of automated land-cover/land-use classification, the ensemble models for each data increment outperform each of the component models, with best accuracy of 65% against a holdout test partition of the So2Sat dataset. The proposed ensemble and staggered training schedule provide a scalable and cost-effective satellite image classification scheme that is optimized to process very large volumes of satellite data.

📄 PDF Abstract BibTeX arXiv:2203.08267

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationimage-classificationImage ClassificationSatellite Image Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Land use/land cover classification of fused Sentinel-1 and Sentinel-2 imageries using ensembles of Random Forests

2023-12-17 · Shivam Pande

The study explores the synergistic combination of Synthetic Aperture Radar (SAR) and Visible-Near Infrared-Short Wave Infrared (VNIR-SWIR) imageries for land use/land cover (LULC) classification. Image fusion, employing …

Land Cover Classification

Classification and mapping of low-statured 'shrubland' cover types in post-agricultural landscapes of the US Northeast

2022-05-09 · Michael J Mahoney, Lucas K Johnson, Abigail Z Guinan, Colin M Beier

Novel plant communities reshape landscapes and pose challenges for land cover classification and mapping that can constrain research and stewardship efforts. In the US Northeast, emergence of low-statured woody vegetatio…

Land Cover Classification

Automating global landslide detection with heterogeneous ensemble deep-learning classification

2023-09-12 · Alexandra Jarna Ganerød, Gabriele Franch, Erin Lindsay, Martina Calovi

With changing climatic conditions, we are already seeing an increase in extreme weather events and their secondary consequences, including landslides. Landslides threaten infrastructure, including roads, railways, buildi…

Deep Learning

XLDA: Linear Discriminant Analysis for Scaling Continual Learning to Extreme Classification at the Edge

2023-07-21 · Karan Shah, Vishruth Veerendranath, Anushka Hebbar, Raghavendra Bhat

Streaming Linear Discriminant Analysis (LDA) while proven in Class-incremental Learning deployments at the edge with limited classes (upto 1000), has not been proven for deployment in extreme classification scenarios. In…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning

3rd Place Solution to Google Landmark Recognition Competition 2021

2021-10-06 · Cheng Xu, Weimin WANG, Shuai Liu, Yong Wang 외

In this paper, we show our solution to the Google Landmark Recognition 2021 Competition. Firstly, embeddings of images are extracted via various architectures (i.e. CNN-, Transformer- and hybrid-based), which are optimiz…

Landmark RecognitionRetrieval