Multi-Class Semantic Segmentation for Land Cover Analysis (LULC)
Executed large-scale Semantic Segmentation and pixel-level classification of satellite imagery (Sentinel-2 & Landsat) to generate training data for agricultural planning models. Key AI/ML Workflows: Annotation & Segmentation: Created high-precision polygon masks (Regions of Interest/ROI) for 5+ distinct land cover classes (e.g., Paddy Fields, Primary Forest, Water Bodies, Built-up Areas). Model Training: Utilized Google Earth Engine (GEE) to train Supervised Learning classifiers (Random Forest and CART) based on the annotated ROIs. Accuracy Assessment: Evaluated model performance using Confusion Matrix analysis, achieving an Overall Accuracy of 92% and a Kappa Coefficient of 0.89. Data Cleaning: Performed morphological operations to remove "salt-and-pepper" noise from the classification output, ensuring clean vector data for downstream analysis.