Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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

Andrea Codegoni, Gabriele Lombardi, Alessandro Ferrari• 2022

Related benchmarks

TaskDatasetResultRank
Change DetectionLEVIR-CD (test)
F1 Score91.05
357
Change DetectionWHU-CD (test)
IoU84.74
286
Change DetectionLEVIR-CD
F1 Score91.05
188
Change DetectionWHU-CD
IoU84.3
133
Change DetectionS2Looking (test)
F1 Score54.5
69
Change DetectionDSIFN-CD (test)
Precision76.37
53
Change DetectionSYSU-CD
F1 Score80.96
50
Showing 7 of 7 rows

Other info

Code

Follow for update