allenai / satlas

Apache License 2.0
184 stars 19 forks source link

Any plans to support change detection? #19

Closed robmarkcole closed 6 months ago

robmarkcole commented 10 months ago

Could be using a Unet at the most basic, or any number of other dedicated change detection networks

favyen2 commented 6 months ago

We have some ongoing change detection related projects, but don't plan to incorporate it into this codebase.

We have not conducted thorough experiments on the downstream performance of SatlasPretrain models for change detection tasks, but from testing on a few datasets (like Onera Satellite Change Detection Dataset) the performance was comparable to CACo, and both outperformed the other models we tested.

So loading SatlasPretrain weights, applying them independently on different satellite images, and then concatenating the features for bitemporal or running some kind of 3D UNet or Conv-LSTM on one of the 2D feature maps, may work well.