Predicting Antarctic Sea Ice with Scalable Deep Learning
Ice-PatchNet
Ice-PatchNet is a novel, scalable deep learning framework designed to predict daily Sea Ice Extent (SIE) over the Antarctic region. By using a patch-based segmentation approach, the model can efficiently capture localized spatiotemporal features.
Performance and Scope
- Target Region: Optimized for the Antarctic and Arctic polar regions.
- Resolution: Handles satellite imagery at a 25km spatial resolution.
- Predictive Windows: Supports lead-time predictions for 1-day, 7-day, and 14-day horizons.
Important Version info
This version of Ice-PatchNet has only been tested on the images of sea ice extent over the Arctic region and the Antarctic region.
Method Overview
- Image Preprocessing: High-resolution SIE images are converted to grayscale to reduce complexity and computational overhead.
- Patch Segmentation: The images are divided into a user-defined number of non-overlapping patches. This enables an equal distribution of SIE features and improves the model's ability to distinguish between land, open water, and ice.
- Spatiotemporal Feature Extraction: Each patch is treated as a single unit and is processed through a deep convolutional neural network (3 layers, $3 \times 3$ kernels) with ReLU activation to identify localized patterns.
- Patches Reassembly: Predicted patches are re-aligned using a global counter to reconstruct the full geographic extent without spatial distortion.
Citation
If you utilize this framework or the patch-based methodology in your research, please cite our ICDM '25 paper:
Amaraneni, S. V., Devnath, M. K., Srinivasa, S., Kulkarni, C., Chakraborty, S., & Janeja, V. P. (2025). Predicting Antarctic sea ice with scalable deep learning models. In Proceedings of the IEEE ICDM Workshop on Spatial and Spatiotemporal Data Mining (SSTDM).
Release files for icepatchnet 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| icepatchnet-0.1.0.tar.gz | 6.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| icepatchnet-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.9 kB
Release files / icepatchnet-0.1.0.tar.gz
| Download URL | icepatchnet-0.1.0.tar.gz |
|---|---|
| Size | 6.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e73199b300308d20ce72d2b1c5015f3cc9b1a2453d82c7554960bb6beb35b1f4
|
|
BLAKE2b-256 checksum How to use checksums |
d337a21319f6f7f5ca3f492e844d829add59ed5f2472e4e80ec5b75f9a552978
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.8
|
Release files / icepatchnet-0.1.0-py3-none-any.whl
| Download URL | icepatchnet-0.1.0-py3-none-any.whl |
|---|---|
| Size | 6.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ee27937108feac15273430d827696d90259d8b7041258ae1990a7aea775c9931
|
|
BLAKE2b-256 checksum How to use checksums |
cac546bfe6a8bd971325bca64903ece1b59d188215ab61316e81e31ede05acd7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.8
|