Investigating the Segment Anything Foundation Model for Mapping Smallholder Agriculture Field Boundaries Without Training Labels

Pratyush Tripathy,Kathy Baylis,Kyle Wu,Jyles Watson,Ruizhe Jiang
2024-07-02
Abstract:Accurate mapping of agricultural field boundaries is crucial for enhancing outcomes like precision agriculture, crop monitoring, and yield estimation. However, extracting these boundaries from satellite images is challenging, especially for smallholder farms and data-scarce environments. This study explores the Segment Anything Model (SAM) to delineate agricultural field boundaries in Bihar, India, using 2-meter resolution SkySat imagery without additional training. We evaluate SAM's performance across three model checkpoints, various input sizes, multi-date satellite images, and edge-enhanced imagery. Our results show that SAM correctly identifies about 58% of field boundaries, comparable to other approaches requiring extensive training data. Using different input image sizes improves accuracy, with the most significant improvement observed when using multi-date satellite images. This work establishes proof of concept for using SAM and maximizing its potential in agricultural field boundary mapping. Our work highlights SAM's potential in delineating agriculture field boundary in training-data scarce settings to enable a wide range of agriculture related analysis.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
### What problem does this paper attempt to solve? This paper aims to solve the problem of how to accurately map the boundaries of small - holder farmlands in the absence of training data. Specifically: 1. **Background and Challenges**: - Accurately mapping agricultural field boundaries is crucial for precision agriculture, crop monitoring, and yield estimation, etc. - However, extracting these boundaries from satellite images is challenging, especially in small - holder farms and data - scarce environments. - Traditional methods such as surveys and manual creation of field boundaries are neither efficient nor economical, especially on a large - scale and long - time basis. 2. **Research Objectives**: - Explore the use of Segment Anything Model (SAM) to map the boundaries of small - holder farmlands in Bihar, India without additional training data. - Use 2 - meter - resolution SkySat images to evaluate the performance of SAM at different model checkpoints, input image sizes, multi - date satellite images, and edge - enhanced images. 3. **Specific Problems**: - **Model Selection**: Will different versions of SAM (ViT - b, ViT - h, ViT - l) produce consistent results? Is there a version that performs better? - **Input Image Size**: What impact does the size of the input image have on the segmentation accuracy? Can the accuracy be improved by combining the prediction results of different sizes? - **Multi - Date Satellite Images**: Will using satellite images from different dates improve the prediction results? What is the impact of crops at different growth stages on boundary detection? - **Edge - Enhancement Technique**: Can the segmentation accuracy be improved by enhancing the edges of the image? 4. **Research Significance**: - This research provides a proof - of - concept for using foundation models to map agricultural field boundaries in the absence of training data. - It emphasizes the importance of obtaining accurate field boundary data in low - and middle - income countries (such as South Asia and Africa) to optimize yields, promote sustainable agricultural practices, and ensure global food security. Through the above research, the paper demonstrates the potential of using SAM to map agricultural field boundaries in data - scarce environments and provides a valuable reference for future research.