Leverage deep learning techniques for satellite imagery analysis to create meaningful information for advocacy groups about the progression of systematic land dispossession in the West Bank.
While typical images hold 3-4 channels (RGBA) satellite images can hold dozens of channels that hold different wavelengths not visible to humans. For practice I’ll concentrate on sentinel-2 satellite images which are commonly used for agriculture analysis tasks and resemble regular aerial images.
Practice datasets:
Actual dataset:
Meta’s Segment Anything Model has a geospatial version trained on RGB channels of satellite images. This is GREAT for object detection (like counting buildings), but might not be enough for land cover. That’s because models usually determine the type of crop according to invisible light that bounces off the fields, which is measured in the other channels of the image.
There is also a list of multi-spectral models recently trained and tested by the University of Berlin:
https://huggingface.co/BIFOLD-BigEarthNetv2-0