File size: 587 Bytes
a0d42e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

# UROP — Physics-Informed UNet++ for Multi-Hazard Detection

## Overview
Physics-informed deep learning model for large-scale multi-hazard segmentation
using satellite imagery (SAR + optical).

## Architecture
- UNet++ backbone (ResNet34 encoder)
- Physics-informed regularization
- Optuna-tuned hyperparameters

## Key Metrics
- Validation IoU: **1.00**
- Inference: FP16 GPU streaming (Kaggle)

## Files
- `model_logits_traced.pt` — TorchScript
- `model_logits_dynamic.onnx` — ONNX
- `metrics.json` — evaluation
- `optuna_best.json` — hyperparameters

## License
Apache-2.0