Eklavya16 commited on
Commit
9f61d8f
·
verified ·
1 Parent(s): fb81918

Upload Aeris_Model.pth

Browse files

# AERIS: Cloud Detection in Satellite Imagery

Automated cloud detection system for Landsat 8 satellite imagery using deep learning with uncertainty quantification.

## Overview
AERIS (Automated Environmental Remote Imaging System) detects clouds in 4-channel satellite images using a U-Net architecture with ResNet34 encoder. The model includes Monte Carlo Dropout for uncertainty estimation, making predictions reliable and trustworthy.

## Model Architecture
- **Base:** U-Net with ResNet34 encoder
- **Input:** 4-channel images (256×256) - Red, Green, Blue, Near-Infrared
- **Output:** Binary cloud segmentation mask
- **Uncertainty:** MC Dropout with 30 iterations
- **Framework:** PyTorch + segmentation-models-pytorch

## Performance Metrics
| Metric | Score |
|--------|-------|
| Validation IoU | 92.20% |
| Dice Coefficient | 94.28% |
| Precision | 92.15% |
| Recall | 96.73% |
| F1 Score | 94.28% |
| ECE (Calibration) | 0.70% |

## Training Details
- **Dataset:** 38-Cloud (16,800 training patches)
- **Loss:** Combined Dice + Binary Cross-Entropy
- **Optimizer:** AdamW (lr=1e-4)
- **Epochs:** 30
- **Hardware:** NVIDIA RTX 4060

## Use Cases
- ✅ Satellite image preprocessing
- ✅ Atmospheric correction pipelines
- ✅ Weather analysis
- ✅ Remote sensing research
- ✅ Cloud cover estimation

## Quick Start
```python

Files changed (1) hide show
  1. Aeris_Model.pth +3 -0
Aeris_Model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:336c9538790a3fc59a98e00e99d2ee50946fbad2b893e4dcb446bd28017c21c3
3
+ size 97933806