paper-with-me

Papers

TINYCD: A (Not So) Deep Learning Model For Change Detection

2022-07-26 · Andrea Codegoni, Gabriele Lombardi, Alessandro Ferrari

In this paper, we present a lightweight and effective change detection model, called TinyCD. This model has been designed to be faster and smaller than current state-of-the-art change detection models due to industrial needs. Despite being from 13 to 140 times smaller than the compared change detection models, and exposing at least a third of the computational complexity, our model outperforms the current state-of-the-art models by at least $1\%$ on both F1 score and IoU on the LEVIR-CD dataset, and more than $8\%$ on the WHU-CD dataset. To reach these results, TinyCD uses a Siamese U-Net architecture exploiting low-level features in a globally temporal and locally spatial way. In addition, it adopts a new strategy to mix features in the space-time domain both to merge the embeddings obtained from the Siamese backbones, and, coupled with an MLP block, it forms a novel space-semantic attention mechanism, the Mix and Attention Mask Block (MAMB). Source code, models and results are available here: https://github.com/AndreaCodegoni/Tiny_model_4_CD

📄 PDF Abstract BibTeX arXiv:2207.13159

Code (2)

andreacodegoni/tiny_model_4_cd 공식 구현 pytorch
likyoo/open-cd pytorch

Tasks

Building change detection for remote sensing imagesChange DetectionChange detection for remote sensing imagesDeep Learning

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Siamese Network 설명 없음
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Siamese U-Net Siamese U-Net model with a pre-trained ResNet34 architecture as an encoder for data efficient Change Detection
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

Fully Convolutional Change Detection Framework with Generative Adversarial Network for Unsupervised, Weakly Supervised and Regional Supervised Change Detection

2022-01-16 · Chen Wu, Bo Du, Liangpei Zhang

Deep learning for change detection is one of the current hot topics in the field of remote sensing. However, most end-to-end networks are proposed for supervised change detection, and unsupervised change detection models…

Change DetectionGenerative Adversarial Network

Binary Change Guided Hyperspectral Multiclass Change Detection

2021-12-08 · Meiqi Hu, Chen Wu, Bo Du, Liangpei Zhang

Characterized by tremendous spectral information, hyperspectral image is able to detect subtle changes and discriminate various change classes for change detection. The recent research works dominated by hyperspectral bi…

Change Detection

ChangeNet: Multi-Temporal Asymmetric Change Detection Dataset

2023-12-29 · Deyi Ji, Siqi Gao, Mingyuan Tao, Hongtao Lu 외

Change Detection (CD) has been attracting extensive interests with the availability of bi-temporal datasets. However, due to the huge cost of multi-temporal images acquisition and labeling, existing change detection data…

Change Detection

Learning Sinkhorn divergences for supervised change point detection

2022-02-08 · Nauman Ahad, Eva L. Dyer, Keith B. Hengen, Yao Xie 외

Many modern applications require detecting change points in complex sequential data. Most existing methods for change point detection are unsupervised and, as a consequence, lack any information regarding what kind of ch…

Change DetectionChange Point Detectionfeature selection

Segment Any Change

2024-02-02 · Zhuo Zheng, Yanfei Zhong, Liangpei Zhang, Stefano Ermon

Visual foundation models have achieved remarkable results in zero-shot image classification and segmentation, but zero-shot change detection remains an open problem. In this paper, we propose the segment any change model…

Change Detectionimage-classificationImage ClassificationZero-Shot Image Classification