chchang1990 / SAM_field_delineation

Leveraging Segment-Anything Model (SAM) to delineate crop field boundaries on Sentinel-2 images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delineating Crop Field Boundaries from Sentinel-2 (S2) imagery using the Segment-Anything Model (SAM)

GPU runtime is suggested to run this script.

This script delineates the crop field boundaries on S2 imagery by using the segment-geospatial Python package developed by Prof. Qiusheng Wu at the University of Tennessee, Knoxville. The segment-geospatial package utilizes Meta's Segment-Anything Model (SAM) to generate segmented masks of different features on a remote sensing imagery as separated polygons. Hence, theoretically, if SAM is applied over the croplands, the boundaries of the segmented polygons can be considered as the crop field boundaries.

This script attempts to answer two questions:

  1. If SAM can really be used to delineate the crop field boundaries?

  2. Since false-color image enhance the contrast between crops that have different health conditions, can SAM reveal the boundaries between crops that have different health conditions if it is applied to false-color image?

To answer these two question, I retrieved both S2 true-color and false-color images from the Google Earth Engine, then delineated the crop field boundaries using SAM. The results were compared with the USDA Cropland Data Layer, as well as the coincident S2 NDVI image.

The results showed that the boundaries delineated from both types of imagery generally agree with the boundaries shown on the USDA Cropland Data Layer. This indicates that SAM can be used as a tool that quickly delineate the field boundaries.

In addition, the field boundaries delineated from the false-color image seem to better reveal some details shown on the NDVI image, indicating that applying SAM on the false-color image may be used to show the boundaries between crops that have different health conditions. However, more examination on the delineated results is required to reach a solid conclusion.

SAM-delineated Field Boundaries from the S2 True-color Image (background is S2 NDVI)

SAM-delineated Field Boundaries from the S2 False-color Image (background is S2 NDVI)

About

Leveraging Segment-Anything Model (SAM) to delineate crop field boundaries on Sentinel-2 images

License:Creative Commons Attribution 4.0 International


Languages

Language:Jupyter Notebook 100.0%