https://github.com/pmhalvor/sea-ice-enhancement
ML pipeline to augment high-resolution SIC data to low resolution training inputs to fine tune a SIC super-resolution model
https://github.com/pmhalvor/sea-ice-enhancement
Last synced: 3 months ago
JSON representation
ML pipeline to augment high-resolution SIC data to low resolution training inputs to fine tune a SIC super-resolution model
- Host: GitHub
- URL: https://github.com/pmhalvor/sea-ice-enhancement
- Owner: pmhalvor
- License: gpl-3.0
- Created: 2024-11-07T22:47:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-07T23:38:48.000Z (over 1 year ago)
- Last Synced: 2025-03-06T11:51:26.047Z (over 1 year ago)
- Language: Makefile
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐โ๏ธ๐ Sea Ice Enhancement (SIC-SR)
ML pipeline to augment high-resolution sea ice contentraction (SIC) data to low resolution training inputs to then fine tune a SIC super-resolution model.
# Goal
Take high resolution SIC data, corrupt it, then train a model to recover the original high resolution data.
Before augmenting the HR data, we need to define and isolate land mass masks. These areas, including their borders, should not be augmented.
## Augmentation techniques
* Mean filter convolution
* Gaussian noise convolution
* โSharpenโ (sigmoid filter or similar to emphasize extremes)
* Any random combination of the above
* Select number between 0 and 1
* If number within threshold for that augmentation, apply it with number as parameter
## Data
* NSIDC data: https://nsidc.org/data/search#keywords=sea+ice/sortKeys=scoredesc/facetFilters=%257B%257D/pageNumber=1/itemsPerPage=25