3D Products Not all data is created equal. Digital Elevation Models (DEM) and advanced 3D visualisations answer crucial questions, provide unique insights and give…
SWIR 3.7 m Short-Wave Infrared Satellite Imagery Employing valuable sensors in order to see beyond the capabilities of the human eye. Free Samples +…
Satellite Imagery For Maritime Unrestricted Access To The Ocean Detect Marine Vessels Identify and track ships using 30 cm resolution and multiple daily collections…
Intelligent Collection Planning (ICP) The key to more efficient collection of large areas and difficult weather conditions Superior TASKING for your project Scalable Tasking…
GEOSPACE FROM GEO4i A multi-source IMINT-GEOINT data management and analytics platform A dedicated big data platform Highly Compatible Easily ingest data through SecureWatch, AIS,…
Europe’s VHR Leader The EU’s longest and most trusted source for Very High Resolution (VHR) satellite imagery + 20 years Serving the European Market…

Architecture of ResNet34-UNet model

UNet architecture for semantic segmentation with ResNet34 as encoder or feature extraction part. ResNet34 is used as an encoder or feature extractor in the contracting path and the corresponding symmetric expanding path predicts the dense segmentation output.

Architecture of VGG16-UNet model

UNet architecture for semantic segmentation with VGG16 as the encoder or feature extractor. VGG16 is used as an encoder or feature extractor in the contracting path and the corresponding symmetric expanding path predicts the dense segmentation output.

Architecture of ResNet34-FCN model

In this model, ResNet34 is used for feature extraction and the FCN operation remains as is. The feature of ResNet architecture is exploited where just like VGG, as the number of filters double, the feature map size gets halved. This gives a similarity to VGG and ResNet architecture while supporting deeper architecture and addressing the issue of vanishing gradients while also being faster. The fully connected layer at the output of ResNet34 is not used and instead converted to fully convolutional layer by means of 1×1 convolution.

Architecture of VGG16-FCN model

In this model, VGG16 is used for feature extraction which also performs the function of an encoder. The fully connected layer of the VGG16 is not used and instead converted to fully convolutional layer by means of 1×1 convolution.

X