Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

Semantic segmentation of historical images in Antarctica with neural networks

View through CrossRef
<p>The USGS digitized many historical photos of Antarctica which could provide useful insights into this region from before the satellite era. However, these images are merely scanned and do not contain semantic information, which makes it difficult to use or search this archive (for example to filter for cloudless images). Even though there are countless semantic segmentation methods, they are not working properly with these images. The images are only grayscale, have often a poor image quality (low contrast or newton’s rings) and do not have very distinct classes, for example snow/clouds (both white pixels) or rocks/water (both black pixels). Furthermore, especially for this archive, these images are not only top-down but can also be oblique.</p><p>We are training a machine-learning based network to apply semantic segmentation on these images even under these challenging conditions. The pixels of each image will be labelled into one of the six different classes: ice, snow, water, rocks, sky and clouds. No training data was available for these images, so that we needed to create it ourselves. The amount of training data is therefore limited due to the extensive amount of time required for labelling. With this training data, a U-Net was trained, which is a fully convolutional network that can work especially with fewer training images and still give precise results.</p><p>In its current state, this model is trained with 67 images, split in 80% training and 20% validation images. After around 6000 epochs (approx. 30h of training) the model converges and training is stopped. The model is evaluated on 8 randomly selected images that were not used during training or validation. These images contain all different classes and are challenging to segment due to quality flaws and similar looking classes. The model is able to segment the images with an accuracy of around 75%. Whereas some classes, like snow, sky, rocks and water can be recognized consistently, the classes ice and clouds are often confused with snow. However, the general semantic structure of the images can be recognized.</p><p>In order to improve the semantic segmentation, more training imagery is required to increase the variability of each class and prepare the model for more challenging scenes. This new training data will include both labelled images from the TMA archive and from other historical archives in order to increase the variability of classes even more. It should be checked if the quality of the model can be further improved by including metadata of the images as additional data sources.</p>
Title: Semantic segmentation of historical images in Antarctica with neural networks
Description:
<p>The USGS digitized many historical photos of Antarctica which could provide useful insights into this region from before the satellite era.
However, these images are merely scanned and do not contain semantic information, which makes it difficult to use or search this archive (for example to filter for cloudless images).
Even though there are countless semantic segmentation methods, they are not working properly with these images.
The images are only grayscale, have often a poor image quality (low contrast or newton’s rings) and do not have very distinct classes, for example snow/clouds (both white pixels) or rocks/water (both black pixels).
Furthermore, especially for this archive, these images are not only top-down but can also be oblique.
</p><p>We are training a machine-learning based network to apply semantic segmentation on these images even under these challenging conditions.
The pixels of each image will be labelled into one of the six different classes: ice, snow, water, rocks, sky and clouds.
No training data was available for these images, so that we needed to create it ourselves.
The amount of training data is therefore limited due to the extensive amount of time required for labelling.
With this training data, a U-Net was trained, which is a fully convolutional network that can work especially with fewer training images and still give precise results.
</p><p>In its current state, this model is trained with 67 images, split in 80% training and 20% validation images.
After around 6000 epochs (approx.
30h of training) the model converges and training is stopped.
The model is evaluated on 8 randomly selected images that were not used during training or validation.
These images contain all different classes and are challenging to segment due to quality flaws and similar looking classes.
The model is able to segment the images with an accuracy of around 75%.
Whereas some classes, like snow, sky, rocks and water can be recognized consistently, the classes ice and clouds are often confused with snow.
However, the general semantic structure of the images can be recognized.
</p><p>In order to improve the semantic segmentation, more training imagery is required to increase the variability of each class and prepare the model for more challenging scenes.
This new training data will include both labelled images from the TMA archive and from other historical archives in order to increase the variability of classes even more.
It should be checked if the quality of the model can be further improved by including metadata of the images as additional data sources.
</p>.

Related Results

AI‐enabled precise brain tumor segmentation by integrating Refinenet and contour‐constrained features in MRI images
AI‐enabled precise brain tumor segmentation by integrating Refinenet and contour‐constrained features in MRI images
AbstractBackgroundMedical image segmentation is a fundamental task in medical image analysis and has been widely applied in multiple medical fields. The latest transformer‐based de...
Multiple surface segmentation using novel deep learning and graph based methods
Multiple surface segmentation using novel deep learning and graph based methods
<p>The task of automatically segmenting 3-D surfaces representing object boundaries is important in quantitative analysis of volumetric images, which plays a vital role in nu...
A Semantic Orthogonal Mapping Method Through Deep-Learning for Semantic Computing
A Semantic Orthogonal Mapping Method Through Deep-Learning for Semantic Computing
In order to realize an artificial intelligent system, a basic mechanism should be provided for expressing and processing the semantic. We have presented semantic computing models i...
Transporting Heat Flux From the US and Europe to Antarctica Guided by Regional Seismic Structure
Transporting Heat Flux From the US and Europe to Antarctica Guided by Regional Seismic Structure
Subglacial geothermal heat flux affects the dynamics of the Antarctic ice sheet but is poorly known. We estimate heat flux across West Antarctica and the interior of East Antarctic...
A Comprehensive Review of Semantic Segmentation and Instance Segmentation in Forestry: Advances, Challenges, and Applications
A Comprehensive Review of Semantic Segmentation and Instance Segmentation in Forestry: Advances, Challenges, and Applications
This article presents a succinct overview of the progress, obstacles, and uses of semantic segmentation and instance segmentation within the forestry domain. The objective of this ...
Deep Neural Networks for the segmentation and classification in Medical Imaging
Deep Neural Networks for the segmentation and classification in Medical Imaging
Apprentissage en profondeur d'un réseau de neurones pour la segmentation et la classification en Imagerie Médicale De nos jours, obtenir une segmentation efficace d...
Fuzzy Chaotic Neural Networks
Fuzzy Chaotic Neural Networks
An understanding of the human brain’s local function has improved in recent years. But the cognition of human brain’s working process as a whole is still obscure. Both fuzzy logic ...
Depth-aware salient object segmentation
Depth-aware salient object segmentation
Object segmentation is an important task which is widely employed in many computer vision applications such as object detection, tracking, recognition, and ret...

Back to Top