
Accurate detection of atmospheric fronts holds
significant importance for meteorologists and weather
forecasters as it enables precise weather predictions
and timely warnings. By monitoring these fronts,
forecasters can anticipate weather patterns and effec-
tively communicate potential hazards like thunder-
storms, blizzards, or floods to the public. In our study,
the primary research question revolves around the
possibility of classifying atmospheric fronts within a
smaller area (less than 350,000 sq km) using a CNN
with an accuracy exceeding 60%.
This paper aims to use Convolutional Neuronal
Networks on synoptic maps collected from meteoro-
logical stations to determine in an automatic manner
the existence and category of fronts over the territory
of a country in a specific moment. Automatic front
detection is a subject addressed very little in the past
years (Niebler et al., 2022) (Matsuoka et al., 2019),
and only for broader territories like Europe and Amer-
ica.
In this paper we propose an intelligent algorithm
for solving the problem of determining and classify-
ing atmospherical fronts, using Convolutional Neural
Networks. The study aims to provide an intuitive,
easy-to-use, and user-friendly tool for specialists in
the meteorological field that will consist aid in fore-
casting different weather characteristics on smaller
regions, such as the territory of a country. To our
knowledge, there have been no studies of the auto-
matic classification of fronts using synoptic maps as
input, therefore the model proposed in this paper aims
to serve as a starting point for further research on front
detection and classification in synoptic maps.
The present work is structured in five chapters as
follows. The first chapter is an introduction to the
problem of air front detection and its meteorologi-
cal importance. Next, the following chapter presents
the current state of the art in this domain, illustrat-
ing a short comparison between the existing papers
and our approach. In the third chapter, we outline
our comprehensive approach, including a detailed ac-
count of our methodology, the dataset collected, the
pre-processing steps undertaken, the network archi-
tecture of our Convolutional Neural Network (CNN),
the training process, as well as an explanation of
the metrics used to evaluate the performance of our
model. Moving on to the fourth chapter, we present
the results of our experiments, highlighting both the
strengths and weaknesses of our model. Finally, we
provide a summary of our findings, outline the limi-
tations of our model, and discuss potential ideas for
further improvements.
2 LITERATURE REVIEW
The detection and classification of air fronts are usu-
ally addressed manually, but the demand for an au-
tomatic approach increased along with the dataset
volume. The detection and classification of weather
fronts using deep learning models is a scarcely ex-
plored field, having only a few published papers in
recent years.
We are presenting two related works that utilize
deep neural networks to detect and classify weather
fronts. The first work ’S. Niebler et al.: Automatic
detection and classification of fronts, 2022’ (Niebler
et al., 2022) focuses on detecting and classifying five
types of fronts (warm front, cold front, occlusion, sta-
tionary front or background) over a large area using
multi-level ERA5 reanalysis data, atmospherical data
grids. The second work is (Matsuoka et al., 2019)
’Daisuke Matsuoka et al.: Automatic detection of sta-
tionary fronts around Japan using a deep convolu-
tional neural network, 2019’ that detects only station-
ary fronts in a smaller area around Japan using GPV-
MSM mesoscale numerical prediction data.
In paper (Niebler et al., 2022) the authors intro-
duced a deep neural network (U-Net) to detect and
classify five types of fronts using atmospheric data
grids provided by ERA5, ECMWF. The input data is
represented as a two-dimensional matrix, where each
cell corresponds to a specific location and time, con-
taining weather parameters. The method used is a
CNN that automatically learns atmospheric features
that correspond to the existence of a weather front.
For each spatial grid point, the algorithm predicts a
probability distribution, the likelihood of the point be-
longing to one of the five classes. The validation is
done through the critical success index (CSI), prob-
ability of object detection (POD), and success rate
(SR). The model obtains prediction scores with a crit-
ical success index higher than 66.9% and an object
detection rate of more than 77.3%. Frontal climatolo-
gies of the network are highly correlated (greater than
77.2%) to climatologies created from weather service
data.
Moreover, Daisuke Matsuoka proposed a U-Net
convolutional neural network that detects only sta-
tionary fronts around Japan (Matsuoka et al., 2019).
The input data are weather data with multiple chan-
nels, and the output front data is a polyline that is
compared with the polylines extracted from label data
to optimize the model. The detection performance
is evaluated by calculating the similarity between the
prediction result and the ground truth based on the
Tanimoto coefficient. The paper does not specify an
exact estimate of the accuracy, but it provides a vi-
Automatic Detection and Classification of Atmospherical Fronts
95