Speaker: Steefan Contractor
Coauthors: Shane Keating (UNSW), Jessica Cartwright (Spire Global), Alex Fraser (UTAS)
Image sources:
Young Ice (YI)
First-year Ice (FYI)
Multi-year Ice (MYI)
Active sensors
Passive sensors
Hybrid sensors
IUP U. Bremen Multiage Ice Concentration
GNSS-R
Melsheimer, Christian; Spreen, Gunnar; Ye, Yufang; Shokr, Mohammed (2019): Multiyear Ice Concentration, Antarctic, 12.5 km grid, cold seasons 2013-2018 (from satellite). PANGAEA, https://doi.org/10.1594/PANGAEA.909054
Some details
Some details
National Snow and Ice Data Center, Boulder, Colorado USA. https://nsidc.org/data/seaice_index, last access: 2024-07-16
J. C. Comiso, A. C. Bliss, R. Gersten, C. L. Parkinson, and T. Markus (2024), Current State of Sea Ice Cover, https://earth.gsfc.nasa.gov/cryo/data/current-state-sea-ice-cover, last access: 2024-07-16.
Two ways to get $P(model\ pred\ |\ true\ label)$:
Bouveyron, C., & Girard, S. (2009). Robust supervised classification with mixture models: Learning from data with uncertain labels. Pattern Recognition, 42(11), 2649–2658. https://doi.org/10.1016/j.patcog.2009.03.027
Key improvements over vanilla gradient boosting:
YI | FYI | MYI | water | |
---|---|---|---|---|
YI | 0.59237875 | 0.27944573 | 0.0369515 | 0.09122402 |
FYI | 0.02884615 | 0.94346154 | 0.01884615 | 0.00884615 |
MYI | 0.08886389 | 0.64904387 | 0.22497188 | 0.03712036 |
water | 0.02849003 | 0.01745014 | 0.00747863 | 0.9465812 |
Solution: SMOTE based class rebalancing
Number of resampled rows in each class | ~1.6M |
Training accuracy | 99.34% |
Validation accuracy | 99.12% |
Test accuracy | 96.34% |
Test Confusion matrix
YI | FYI | MYI | water | |
---|---|---|---|---|
YI | 0.67241379 | 0.15922921 | 0.04158215 | 0.12677485 |
FYI | 0.04790419 | 0.84677703 | 0.08559352 | 0.01972526 |
MYI | 0.046875 | 0.25878906 | 0.64257812 | 0.05175781 |
water | 0.01741254 | 0.00994283 | 0.00626461 | 0.96638002 |
Number of resampled rows in each class | ~300K |
Training accuracy | 99.99% |
Validation accuracy | 99.84% |
Test accuracy | 93.34% |
Test Confusion matrix
YI | FYI | MYI | water | |
---|---|---|---|---|
YI | 0.95866935 | 0.02116935 | 0.0141129 | 0.00604839 |
FYI | 0.01243201 | 0.95648796 | 0.02175602 | 0.00932401 |
MYI | 0.01208459 | 0.02819738 | 0.95166163 | 0.00805639 |
water | 0.04524251 | 0.00951845 | 0.02106578 | 0.92417327 |
More validation required! We are open to ideas