Skip to content

waps101/calvingdetection

Repository files navigation

Detection of Glacier Calving Events From Time-Lapse Images

Lakhan Mankani 1, William A. P. Smith 1, Oskar Głowacki 3 and Paulina Lewińska 1,2
1 Department of Computer Science, University of York, UK
2 Department of Polar and Marine Research, The Institute of Geophysics, Polish Academy of Sciences,
3 Faculty of Geo-Data Science, Geodesy, and Environmental Engineering, AGH University of Krakow

Abstract

Ground-based time-lapse cameras are often used to monitor glacier recession which is primarily driven by the falling of ice from the glacier front, known as calvings or more commonly calving events. Glaciologists can utilise these images by manually identifying calving events, a laborious task that requires the analysis of thousands of images in order to identify image pairs that represent the glacier front before, during, and after calving. We present a computer vision based method to filter out images rendered unusable due to weather effects such as fog and precipitation by calculating the number of salient features detected in the image using the SIFT (Scale-Invariant Feature Transform) algorithm as an indicator of the visibility of the glacier front and discarding any image with fewer features than a defined threshold. We propose the use of SNN (Siamese neural network) and show that it is useful in detecting calving events since it allows to separately calculate features on two images and then merges them together in order to track differences between them thus detecting calving areas. The trained model achieved an overall accuracy of 92%, with 79% of calvings and 93% of non-calvings being correctly classified on an unseen test set formed from imagery in the same time period as the training data. The model was able to generalise to new time periods (and therefore small changes in viewpoint and alignment) to some extent with an overall accuracy of 82%, with 27% of calvings and 90% of non-calvings being correctly classified.

Glacier calving animation

Trained model weights can be downloaded from google drive here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published