Articles | Volume 27, issue 1
https://doi.org/10.5194/npg-27-11-2020
https://doi.org/10.5194/npg-27-11-2020
Research article
 | 
03 Feb 2020
Research article |  | 03 Feb 2020

Prediction and variation of the auroral oval boundary based on a deep learning model and space physical parameters

Yiyuan Han, Bing Han, Zejun Hu, Xinbo Gao, Lixia Zhang, Huigen Yang, and Bin Li
Abstract

The auroral oval boundary represents an important physical process with implications for the ionosphere and magnetosphere. An automatic auroral oval boundary prediction method based on deep learning in this paper is applied to study the variation of the auroral oval boundary associated with different space physical parameters. We construct an auroral oval boundary dataset to train our proposed model, which consists of 184 416 auroral oval boundary points extracted from 3842 images captured by the Ultraviolet Imager (UVI) of the Polar satellite and its corresponding 18 space physical parameters selected from the OMNI dataset from December 1996 to March 1997. Furthermore, several statistical experiments and correlation analysis experiments are performed based on our dataset to explore the relationship between space physical parameters and the location of the auroral oval boundary. The experiment results show that the prediction model based on the deep learning method can estimate the auroral oval boundary efficiently, and different space physical parameters have different effects on the auroral oval boundary, especially the interplanetary magnetic field (IMF), geomagnetic indexes, and solar wind parameters.

Dates
1 Introduction

An auroral oval is a circular belt of auroral emission around magnetic poles (Loomis, 1890; Akasofu, 1964). The auroral oval poleward and equatorward boundaries are related to geophysical parameters, which can indicate for the coupling process among the solar wind, ionosphere, and magnetosphere, for example, the polar cap ionosphere, which is considered an area of the opening magnetic field inside the auroral oval poleward boundary. This area is closely related to energetic particle entrance from the heliosphere to the earth's atmosphere. So, the segmentation and prediction for the auroral oval boundary are very significant for studying certain physical events.

In the past few decades, scholars have conducted extensive research on the relationship between the location of the auroral oval boundary and space physical parameters (Niu et al., 2015). In early research, Feldstein proposed that the position of the auroral oval boundary is correlated with the Q index of magnetic activity on the nightside of the earth (Feldstein and Starkov, 1967). Starkov and Holzworth stated that the inner and outer boundaries of the auroral oval can change with geomagnetic indexes and the interplanetary magnetic field (IMF) (Holzworth and Meng, 1975; Holzworth and Meng, 1984; Starkov, 1994a). The conclusions in this paper are based on mathematical statistics. Therefore, Starkov designed some simple formulas to describe the relationships between the specific physical parameter and different types of auroras. Variations of the sizes of the polar cap, auroral oval, and diffuse aurora were regarded as three independent function variables of the AL index (Starkov, 1994b). Since then, many scholars have explored the connections between different physical parameters and the auroral oval boundary or other auroral events. Carbary constructed a Kp-related model of the auroral oval boundary by binning Ultraviolet Imager (UVI) images from different months (Carbary, 2005). To describe the particle precipitation characteristics, Zhang and Paxton proposed a Kp-dependent model of the mean energy and energy flux precipitating electrons in the auroral oval (Zhang and Paxton, 2008). Sigernes et al. used a Kp-based function to calculate the size and position of the auroral oval and compared the Kp-dependent model with methods proposed by Zhang and Starkov to explain the superiority of his proposed model (Sigernes et al., 2011). Milan proposed a model based on average protons and electrons of auroral images from 3 years observed by the IMAGE spacecraft. The experiment demonstrated that Kp, solar wind parameters including solar wind velocity, density, and pressure, IMF magnitude, and orientation have an effect on the intensity and shape of the auroral oval (Milan, 2010). Since 2010, there have been more and more new methods to construct a connection between the position of the auroral oval boundary and space physical parameters with the development of machine learning. Hu and Yang used the segmentation results of the auroral oval obtained from the UVI on the Polar satellite to build a connection between the positions of the auroral oval boundary and the auroral electrojet (AE) index, the IMF, and solar wind parameters by using a multiple regression method (Hu et al., 2017; Yang et al., 2016). Ding presented a C-means clustering algorithm based on fuzzy local information to extract the auroral oval poleward and equatorward boundaries from merged images with filled gaps captured from both GUVI and SSUSI (Ding et al., 2017). However, the position of the auroral oval boundary is not determined by one space physical parameter; those methods mentioned above only used one or several space physical parameters to explore the relationship between space physical parameters and the auroral oval boundary. We cannot determine whether other space physical parameters can influence the location or size of the auroral oval, and we also do not know whether the mapping relationship between space physical parameters and the auroral oval boundary is linear or non-linear.

As we know, machine learning has been applied to many fields, including the medical, traffic, space physics, and other interdisciplinary fields. Recently, deep learning models have led to a series of breakthroughs in image classification, object detection, image recognition, and other fields. Conventional machine learning methods have some limitations for processing complex data, especially in the space physics field. There are no suitable internal features, such as shape and colour. Therefore, many effective machine learning methods cannot obtain satisfactory performance on processing space physics data, while deep learning methods are representation learning methods with multiple levels of representation. They have turned out to be very good at discovering intricate structures in high-dimensional data and multimodal data (LeCun et al., 2015).

In this paper, a new automatic auroral oval boundary prediction model is proposed based on a deep learning method. The experiment results show that the model proposed in this paper can predict the auroral oval boundary accurately by using space physical parameters and the location of the auroral oval boundary at the previous moment. In addition, we explore the effect of every space physical parameter on the auroral oval boundary. The rest of this paper is organized as follows. Section 2 describes our proposed algorithm in detail. The experiment analysis and discussion are given in Sect. 3, including dataset construction, subjective and objective evaluation, the selection of model parameters, and the discussion about the influence of every space physical parameter on the auroral oval boundary. Finally, we draw several conclusions in Sect. 4.

https://www.nonlin-processes-geophys.net/27/11/2020/npg-27-11-2020-f01

Figure 1The flowchart of the auroral oval boundary prediction model based on deep learning.

Download

2 Prediction of the auroral oval boundary based on the deep learning method

The flowchart of the auroral oval boundary prediction model is shown in Fig. 1. There are two major steps in our proposed model, pre-training on our dataset and online prediction. In the training phase, auroral oval images are usually affected by heavy noise and other interferences. So, the auroral oval boundary is blurred, and it is difficult to find from the background. Compared with other image segmentation methods, maximal similarity-based region merging (MRSM) (Liu et al., 2013) can eliminate the cumbersome process of adjusting parameters and has better segmentation accuracy. We use MRSM firstly to extract positions of the auroral oval boundary. The centre of the auroral oval spatial distribution in the magnetic local time–magnetic latitude coordinate (MLT–MLAT) is located in the geomagnetic pole. The magnetic latitude of the auroral oval usually ranged from 57.5 to 73.5 according to the statistical studies on previous work (King and Papitashvili, 2014). In order to unify the distribution of the auroral oval boundary, the coordinates of those extracted boundary points are transformed into the MLT–MLAT coordinate secondly. Finally, these transformed boundary points and their corresponding space physical parameters were input into the deep learning network to train our prediction model. In the testing phase, we can obtain the corresponding boundary points of the auroral oval by sending those space physical parameters and the positions of auroral oval boundary points at the previous moment to our well-trained network.

The deep learning network is constructed by a two-layer restricted Boltzmann machine (RBM) network (Hinton et al., 2006; Yu and Deng, 2011) and a radial basis function (RBF) network (Łukaszyk, 2004). The computational processing of the RBM and RBF is illustrated by Eqs. (1)–(4). In the training phase, the inputs of the RBM network are 18 space physical parameters from the OMNI dataset and coordinate values of the auroral oval poleward and equatorward boundaries extracted from segmented UVI images with MRSM. They can be represented as X=[x1x2,,xm]T, where m is the number of network nodes. The first layer of the RBM network is denoted as θ1=wi1j1,ai1,bj1, where wi1j1 is the weight between the visible unit i1 and the hidden unit j1, ai1 is the bias of the visible unit i1, and bj1 is the bias of the hidden unit j1. The hidden layer of the first layer in the RBM network is the visible layer of the second layer in the RBM network, which is denoted as θ2=wj1j2,aj1,bj2, where wj1j2 is the weight between the visible unit j1 and the hidden unit j2, aj1 is the bias of the visible unit j1, and bj2 is the bias of the hidden unit j2. The output of the first layer of the RBM network is denoted as Y1=[y11,y12y1n]T, where n denotes the node number of the first layer in the RBM network.

(1) y 1 j 1 = i = 1 m x i 1 w i 1 j 1 + b j 1 j 1 = 1 , 2 , n

The output of the second layer of the RBM network is denoted as Y2=y21,y22,,y2cT, where c denotes the node number of the second layer in the RBM network.

(2) y 2 j 2 = j = 1 n x j 1 w j 1 j 2 + b j 2 j 2 = 1 , 2 , c

Finally, since contrastive divergence (CD) (Hinton, 2002) is an approximation of the log-likelihood gradient which has been found to be a successful update rule for training an RBM, we can obtain a well-trained RBM network by CD.

The function of the RBF network can make the output of the RBM network infinitely approximate to the coordinate values of the auroral oval boundary by a radial basis function. The input of the RBF network is the output of the second layer in the RBM network. The output of the RBF network is represented as Y=y1,y2,,ydT, where d denotes the number of the output layer nodes. wj3o is the weight between the hidden unit j3 and the output node o. l is the number of the radial basis function. φj3 is the jth radial basis function and cj3 is the centre of the jth radial basis function. σj3 is the centre width of the radial basis function.

(3)yo=j3=1lwj3oφj3(||Y2-cj3||)o=1,2,d(4)φj3(||Y2-cj3||)=exp(-||Y2-cj3||2σj32)j3=1,2,l
3 Experiments and results analysis

3.1 Dataset construction and evaluation criteria

The auroral oval images used in this paper are captured by the UVI, which is a 2-D snapshot-type camera on the Polar satellite. The UVI on the Polar satellite acquired more than several million images during its entire mission. As of April 2008, it is no longer active. There was no effective observation after 2000, because the Polar satellite changed its view after 2000. In order to balance the relationship between spatial resolution and global coverage, the spatial resolution of the UVI is 30 km at apogee, the charge-coupled device (CCD) array onboard has 224×220 pixels, and the single-pixel spatial resolution is 0.0036 and 0.04 in the two directions respectively. The unilluminated edges of CCD are discarded, which results in the frame size of an auroral oval image being 200 by 228 pixels and the frame rate being 37 s. There are four band sensors aboard the satellite usually. UVI images in our dataset are derived from a Lyman–Brige–Hopfield long band (160–180 mm). In our experiments, each auroral oval image is divided into 24 magnetic regions centered on the geomagnetic pole according to magnetic local time (MLT). As shown in Fig. 2, the intersection points between the auroral oval boundary and division line are extracted. We extracted 48 boundary points from one auroral oval image. The poleward and equatorward boundary points are marked as a red triangle and a red circle respectively.

https://www.nonlin-processes-geophys.net/27/11/2020/npg-27-11-2020-f02

Figure 2The schematic of extracting auroral boundary points.

Download

Table 1Space physical parameters selected from the OMNI dataset.

Download Print Version | Download XLSX

The space physical parameters were downloaded from the NASA OMNI dataset with a different time resolution. It is common knowledge that the IMF, solar wind parameters, and geomagnetic indexes have a time resolution of 1 min, and the other space physical parameters maybe have a higher time resolution. According to the effect derived from other circumstantial factors, such as the time to traverse the magnetosphere and Alfven wave, not all the response times of auroral events are equal to their propagation time. We align the time of all space physical parameters with the time of UVI images in our dataset to avoid the problem of different time resolution between space physical parameters and auroral oval images. In the OMNI dataset, we selected 18 space physical parameters, including the common parameters, which have been verified as being related to the position of the auroral oval boundary (Holzworth and Meng, 1975; Starkov, 1994a, b; Milan et al., 2010; Hu et al., 2017) and some unfamiliar parameters which are never discussed in previous works. Therefore, our dataset includes 184 416 auroral oval boundary points extracted from 3842 UVI images and its corresponding values of 18 space physical parameters. Table 1 shows the 18 space physical parameters which we used in this paper.

In order to evaluate the precision of predicted auroral oval boundary points by our model, we use the common metric MAE (mean absolute error) to assess the error between predicted auroral oval boundary points and real auroral oval boundary points. The MAE can be defined as Eq. (5).

(5) MAE = 1 24 i = 1 24 1 k j = 1 k | F MLAT i j - S MLAT i j |

SMLATij represents the MLAT of the jth test sample at the jth MLT region obtained from the segmented image, and FMLATij indicates the MLAT of the jth test sample in the ith MLT region acquired by our prediction model. k is the total number of test samples.

3.2 Parameter set-up of the deep learning network

Since the effectiveness of the prediction model is influenced by the number of hidden layer nodes in the RBM network (Hinton, 2012) and the training error of the RBF network, we build two experiments to find the most suitable parameters for our network. For both experiments, space physical parameters and positions of poleward and equatorward boundary points in 24 MLT regions of 3000 UVI images are selected as training samples, and the rest are regarded as test samples. In experiment 1, the training error of the RBF network is set to 4 magnetic latitudes and the numbers of hidden layer nodes in the RBM network are 32, 64, 96, and 128 respectively. We use the average MAE with 100 experiments to verify the stability of our model, because training samples and test samples were divided by a random number. The corresponding MAE is shown in Fig. 3a. From Fig. 3a, MAE reaches the smallest value when the number of hidden layer nodes is set to 32. In experiment 2, the number of hidden layer nodes is set to 32 according to the results in experiment 1. There often has been an overfitting problem when we train a neural network (Krizhevsky et al., 2012). Overfitting can be interpreted as a phenomenon where the model performs well on the training set and unsatisfactorily on the test set. We set different training errors to avoid the overfitting problem. So, the training error of the RBF network is set to 2, 4, 6, and 8 magnetic latitudes empirically. The corresponding MAE is shown in Fig. 3b, and MAE reaches the minimum when the training error of the RBF network is 4 magnetic latitudes. From the two experiment results above, we set the number of hidden layer nodes in the RBM network and the training error of the RBF network to 32 and 4 respectively as the optimal parameters of the deep learning network in the following experiments.

To demonstrate the availability of our proposed model, we compared the proposed model with a back-propagation (BP) network (Rumelhart, 1986) and Yang's model (Yang et al., 2016). The subjective prediction results obtained by the three methods are shown in Fig. 4; circles and squares stand for poleward boundary points and equatorward boundary points which are obtained from the segmented image, and “+” and “×” marks represent poleward boundary points and equatorward boundary points respectively which are obtained from our prediction model. Although these three methods have similar prediction results in most areas on the auroral oval boundary, it is obvious that our method can obtain more accurate boundaries than the other two compared methods, marked by blue rectangles and red rectangles in Fig. 4. In more detail, the results of the BP model and our model are shown in Fig. 4a and b respectively; we can clearly see that the distances between auroral oval boundary points predicted by our method and real auroral oval boundary points are smaller than the distances between the BP model's results and real auroral oval boundary points in red rectangle areas. From Fig. 4a and c, our prediction points are closer to real auroral oval boundary points compared with Yang's prediction points in blue rectangle areas. Meanwhile, the MAE values of different methods are shown in Table 2. From this table, our method has the smallest MAE not only on the poleward boundary, bur also on the equatorward boundary, because our model can extract more useful information and features from auroral oval images than the other two models. As a consequence, we can draw the conclusion that the proposed model in this paper is more suitable for predicting the auroral oval boundary.

https://www.nonlin-processes-geophys.net/27/11/2020/npg-27-11-2020-f03

Figure 3(a) The MAE values of the different hidden layer nodes. (b) The MAE values of the different training errors.

Download

https://www.nonlin-processes-geophys.net/27/11/2020/npg-27-11-2020-f04

Figure 4The different subjective results based on different methods. (a) The subjective results predicted by our method, (b) the subjective results predicted by the BP network, and (c) the subjective results predicted by the Yang et al. (2016) method.

Download

Table 2The MAE values of different methods.

Download Print Version | Download XLSX

3.3 The influence of space physical parameters on the auroral oval boundary

As we know, the location of the auroral oval boundary is affected by a variety of space physical parameters. Variations of the auroral oval boundary in different MLT sectors are related to different space physical parameters. For the sake of exploring the influence of space physical parameters on the poleward and equatorward boundaries specifically, the boundary points are further processed as follows (Hu et al., 2017). Firstly, all poleward and equatorward boundary points are divided into 24 subsets of poleward and equatorward boundary points according to 24 MLT sectors. Secondly, in every MLT subset, we sort boundary data with respect to the values of all the space physical parameters and divide boundary data into 10 groups evenly. In order to observe the variation tendency of each parameter in different MLT sectors clearly, in every MLT sector, the relationship between each space physical parameter and the location of the auroral oval boundary was represented as a quadratic equation based on the principles of the least square conic fitting (Fitzgibbon et al., 1999). Then, we calculate the locations of poleward and equatorward boundary points for each space physical parameter using this function. Finally, we use the boundary data calculated by the quadratic equation to discuss the influence of space physical parameters on the auroral oval boundary. In this section, we build three statistical experiments to discuss how the IMF, solar wind parameters, and geomagnetic indexes influence the auroral oval boundary, an auroral oval boundary prediction experiment by inputting every single space physical parameter to explore the relationship between the auroral oval boundary and 18 space physical parameters, and a correlation analysis experiment is constructed to study the connection between a combination of different space physical parameters and the auroral oval boundary.

https://www.nonlin-processes-geophys.net/27/11/2020/npg-27-11-2020-f05

Figure 5Responses of the magnetic latitudes of the poleward (a, b, c) and equatorward (d, e, f) boundaries to Bx, By, and Bz respectively at 00:30, 00:60, 00:90, 12:00, 15:00, 18:00, 21:00, and 24:00 MLT.

Download

3.3.1 Experiment 1. Influence of different IMF components on the auroral oval boundary

The IMF can affect the auroral oval boundary through different space processes. In this experiment, the responses of different IMF components to the auroral oval boundary are shown in Fig. 5. The different colour and shape markers represent different MLT sectors. The vertical error bars represent one-eighth of the standard deviation from the mean value of the auroral oval boundary position, and the horizontal error bars represent the standard deviation from the mean value of the different IMF components in all of the binned data. Therefore, the length of the vertical error bar is fixed and the length of the horizontal error bar is changeable because of the different standard deviation in all of the binned data.

From Fig. 5, we can see that the poleward and equatorward boundaries in each MLT sector show a step-by-step poleward displacement with the increase in the IMF Bz component. It has been widely accepted that IMF Bz controls the energy coupling between the solar wind and the magnetosphere (Cho et al., 2010; Makita et al., 1983). During a period of a southward IMF (Bz < 0), poleward motion of the auroral oval boundary is due to a higher reconnection rate in the process of dayside reconnection. However, most poleward motion of the auroral oval boundary occurred during a northward IMF (Bz > 0). Under northward IMF (Bz > 0) conditions, poleward activity of the auroral oval boundary was often related to the IMF By component (Xing et al., 2013). The poleward and equatorward boundaries at 09:00–15:00 MLT show a gradually poleward displacement with the rise of the IMF By component, and the poleward and equatorward boundaries at 18:00–06:00 MLT gradually approach the pole with the decrease in the absolute IMF By component from Fig. 5. This statistical discovery proves previous studies on the IMF By component. For example, Karlson's observations suggested that the IMF By component is related to prenoon–postnoon asymmetry of poleward activity (Karlson et al., 1996), and it is well known that ionospheric convection is mainly controlled by the IMF Bz and By components (Cowley and Lockwood, 1992; Huang et al., 2000), which implies the prenoon–postnoon asymmetry of poleward activity is similar to the procedure of ionospheric plasma convection. Both space activities mentioned above are affected by the variety of IMF By component (Provan et al., 1999). The poleward and equatorward boundaries at 21:00–06:00 MLT show a gradually poleward motion with the ascent of the IMF Bx component observed from Fig. 5, which is consistent with IMF By and Bz.

https://www.nonlin-processes-geophys.net/27/11/2020/npg-27-11-2020-f06

Figure 6Responses of the magnetic latitudes of the poleward (a, b, c) and equatorward (d, e, f) boundaries to Np, Pdyn, and Vp respectively at 00:30, 00:60, 00:90, 12:00, 15:00, 18:00, 21:00, and 24:00 MLT.

Download

3.3.2 Experiment 2. Influence of different solar wind parameters on the auroral oval boundary

For the sake of finding the variation trend of the auroral oval boundary with the change in solar wind parameters, including solar wind density (Np), solar wind speed (Vp), and solar wind dynamic pressure (Pdyn) respectively, experiment 2 is performed. Figure 6 shows the response of different solar wind parameters on the auroral oval boundary.

From Fig. 6, both the poleward and equatorward boundaries shrink at 21:00–06:00 MLT when the value of Np rises. Meanwhile, the poleward and equatorward boundaries at 09:00–18:00 MLT gradually approach the Equator when the value of Np rises. In addition, we can draw the following conclusions: the poleward and equatorward boundaries at 03:00–18:00 MLT extend to the Equator clearly with the increase in Pdyn, and the equatorward boundary at 21:00–24:00 MLT has a poleward motion with the increase in Pdyn. There is an obvious poleward motion in the nightside sector impacted by the increasing Pdyn and Np according to the conclusions above. We can make a coincident inference with previous studies, for example, poleward displacement of the auroral oval boundary along with the increasing Pdyn, which results from the shrunken polar cap (Cho et al., 2010). By extension, there must have been some dependencies between the varying size of the polar cap and nightside reconnection (Boudouridis et al., 2003). Compared with the change in the auroral oval boundary in the nightside sector, both the poleward and equatorward boundaries are enlarged when the values of Pdyn and Np rise, which is observed from Fig. 6. Previous explorations and simulations have shown that enlarged Pdyn can enhance ionospheric potential and the corresponding field-direction current intensity, which can lead to an increase in global auroral activity intensity. Meanwhile, the position of the auroral oval boundary will extend to low latitudes (Peng et al., 2011). From Fig. 6, a distinct equatorward movement appears with an increase in Vp at 24:00–06:00 MLT for both the poleward boundary and the equatorward boundary. This changing pattern of Vp and the auroral oval boundary which we illustrate above is consistent with Hu's study in 2017 (Hu et al., 2017).

https://www.nonlin-processes-geophys.net/27/11/2020/npg-27-11-2020-f07

Figure 7Response of the magnetic latitude of poleward (a, b, c) and equatorward (b, e, f) boundaries to AE, AU, and AL respectively at 00:30, 00:60, 00:90, 12:00, 15:00, 18:00, 21:00, and 24:00 MLT.

Download

3.3.3 Experiment 3. Influence of geomagnetic indexes on the auroral oval boundary

In this experiment, the average tendency of the poleward and equatorward boundaries influenced by geomagnetic indexes (AE, AL, AU) is shown in Fig. 7.

As we can see from Fig. 7, in every MLT sector, the poleward and equatorward boundaries move to low magnetic latitude with the ascending AE and AU indexes, while the poleward and equatorward boundaries extend to high magnetic latitude with the ascent of the AL index. The AE index is often used to characterize the strength of substorm activity in the magnetosphere. Therefore, it can be considered that the auroral oval extends to the Equator due to the enhanced substorm activity. Furthermore, the amount of energy enters the magnetotail along with the strengthening of substorm activity. This means that the AE index will increase when energy in the magnetotail is released through a substorm, which is coincident with our findings about AE from Fig. 7.

Table 3The MAE influenced by different space physical parameters. The bigger MAE values in both the poleward and equatorward boundaries were written in bold font compared with others. The values written in bold font representing its corresponding space physical parameters had more influence on poleward and equatorward boundaries.

Download Print Version | Download XLSX

3.3.4 Experiment 4. Influence of all 18 space physical parameters on the auroral oval boundary

As we know, most of the studies on how the space physical parameters affect the auroral oval boundary focus on solar wind parameters, geomagnetic indexes, and IMF components. There have been lots of corresponding conclusions about the influence of those space physical parameters on the auroral oval boundary up to now. Nonetheless, how the other space physical parameters not mentioned above affect the auroral oval location has not been addressed. In order to further explore the variation of the auroral oval boundary influenced by different space physical parameters, experiment 4 is performed. In experiment 4, we send one physical parameter selected from Table 1 at the present moment and the coordinates of auroral oval boundary points at the previous moment to our prediction model, and the outputs of our model are 48 coordinate values of auroral oval boundary points and the MAE between real boundaries and predicted boundaries. The MAE values of poleward and equatorward boundaries influenced by different space physical parameters are given in Table 3. We can infer the response of the auroral oval boundary to 18 space physical parameters through the different MAE values of these space physical parameters.

The MAE values of the boundary positions are 1.6076 and 1.4545 respectively when we only use boundary positions at the previous moment to predict poleward and equatorward boundaries. We take this MAE as standard, called S-MAE. Compared with the S-MAE, we can see that the MAE increases about 1.9 % for the poleward boundary by adding any one space physical parameter to the input of our model from Table 3. Meanwhile, the value of MAE for the equatorward boundary is between −0.7 % and 0.7 %. Although different space physical parameters have different influences on the auroral oval boundary, compared to other space physical parameters in Table 3, the MAE of the auroral oval boundary can display the greatest impact when AL, Bx, Np, and Pdyn are used as the inputs of our model respectively, which suggests that these four space physical parameters mentioned above have a great influence on the position of the auroral oval boundary.

Table 4The Pearson correlation coefficient of all 18 space physical parameters from December 1996 to March 1997.

Download Print Version | Download XLSX

3.3.5 Experiment 5. Correlation analysis of all 18 space physical parameters

In order to analyse the influence of space physical parameters on the auroral oval efficiently, we not only consider the effect of each space physical parameter on the auroral oval boundary, but also take the effect on the auroral oval boundary with different combinations of space physical parameters into account in experiment 5. As a result, we first calculate the correlations of all 18 space physical parameters using the Pearson correlation coefficient, which is a statistical value that reflects the degree of linear correlation between two variables. The Pearson correlation coefficient of two variables (XY) equals the covariance of the two variables (XY) divided by the product of their standard deviations (σXσY). The formula of the Pearson correlation coefficient can be represented as Eq. (6), and the Pearson correlation coefficients of all 18 space physical parameters are given in Table 4. The process of experiment 5 is similar to experiment 4 and the MAE values of different space physical parameter combinations are given in Table 5.

(6) ρ X , Y = cov ( X , Y ) σ X σ Y = E X - μ X Y - μ Y σ X σ Y

The MAE values of the poleward and equatorward boundaries by using three components of IMF and auroral oval boundary positions which were acquired at the last moment as the input of the proposed model are 1.6313 and 1.4759 respectively in Table 5. The MAE values of the three components of the IMF combination are bigger than S-MAE. When the input of our model includes Bx, By, and Bz, it is obvious that the MAE values of the poleward and equatorward boundaries both have significant increases compared with the MAE values of the poleward and equatorward boundaries by inputting any IMF components into our model, which suggests that the three components of the IMF have a similar influence on the auroral oval boundary. Previous investigations illustrated that the auroral oval boundary is connected with the variation of IMF Bx, By, and Bz (Huang et al., 2000; Provan et al., 1999). Our experiment results also demonstrate that the auroral oval boundary should be related to the three components of the IMF. When the northward or southward IMF directions are inputted into the proposed model, the MAE values have marked changes in both the poleward and equatorward boundaries. Nevertheless, we can observe the more evident increase in MAE in the equatorward boundaries compared with the MAE of the poleward boundaries by using the northward IMF direction as the input of our model. Meanwhile, there was an opposite result under the southward IMF direction condition. The variations of MAE in the poleward boundaries are bigger than those of the equatorward boundaries when the input of our model is in the southward IMF direction. Therefore, we can know that the northward IMF direction has a great influence on the equatorward boundaries, and the southward IMF direction has a significant effect on the poleward boundaries.

We can see that AE has a strong positive correlation with AU and PC and that AL has a strong negative correlation with AE, AU, and PC from Table 4. The linear correlation coefficient between AE and AL is −0.9437, which verified that the AL index has the opposite effect on the auroral boundary compared with the AE index. In contrast, the impact of the AU index on the auroral boundary is similar to the impact of the AE index on the auroral boundary because of the strong positive correlation between AE and AU. Those conclusions mentioned above are consistent with the conclusions of statistical experiment 3. In addition, the correlation coefficient between AE and PC is 0.8067, which implies PC should have a homologous trend with AE in every MLT section. Figure 8 shows the response of the poleward and equatorward boundaries to PC respectively. The PC index can serve as an indicator of auroral electrojet activity. Vennerstrøm found that PC is sensitive to electrojet activity and substorm intensifications of the westward electrojet in the midnight or post-midnight sectors (Vennerstrøm et al., 1991). This conclusion matches what we found about the impact of PC on the auroral oval boundary in Fig. 8. When the input of our model only included the three geomagnetic indices (AE, AL, AU) and the auroral oval boundary positions at the previous moment, the MAE values of the equatorward and poleward boundaries are 1.6569 and 1.5124 respectively from Table 5. We can clearly know that the MAE values of the poleward and equatorward boundaries are both enlarged compared with S-MAE. As a result, we can draw the conclusion that the three geomagnetic indexes strengthen each other's effect when the combination of the three geomagnetic indexes is inputted into our model. Beyond that, in Table 5, when AE, AU, AL, and PC are used as the input of our model, the MAE values of poleward and equatorward boundaries are 1.6734 and 1.5275 respectively, which shows that the combinations of those parameters have an important influence on the location of the auroral oval boundary.

Table 5The MAE influenced by different combinations of space physical parameters.

Download Print Version | Download XLSX

https://www.nonlin-processes-geophys.net/27/11/2020/npg-27-11-2020-f08

Figure 8Response of the magnetic latitude of poleward (a) and equatorward (b) boundaries to PC at 00:30, 00:60, 00:90, 12:00, 15:00, 18:00, 21:00, and 24:00 MLT.

Download

Table 6The MAE influenced by different combinations of space physical parameters.

Download Print Version | Download XLSX

According to Table 4, there was an obvious correlation among the following space physical parameters. For the solar wind parameters, Vp and Np are positive correlations, while Np and Pdyn are negative correlations, and the three parameters are all related to SYM-H. Firstly, we can obtain a similar inference on the three geomagnetic indices to solar wind parameters (Vp, Np, Pdyn) according to the MAE values of the three solar wind parameter combinations from Table 5 and the strong correlation between them. In other words, the three solar wind parameters also strengthen each other's effect on the auroral oval boundary when the combinations of them are sent into our model. Secondly, when Np, Vp, Pdyn, and SYM-H are input into our model, the MAE values of the auroral oval boundaries are 1.6611 and 1.4919 poleward and equatorward respectively in Table 5, which is bigger than the MAE values of the auroral oval boundaries when the inputs are Np, Vp, and Pdyn. So, we can conclude that the combinations of these four parameters strengthen the mutual influence on the location of the auroral oval boundary. According to the statistics from Table 6, the physical variables that appear most frequently are Bx, By, Vp, and SYM-H. When the inputs of our model are the combination of these four variables or the combination of Bx and By, the MAE of the auroral oval boundary reaches its minimum, which proves that these four parameters have a great influence on the location of the auroral oval boundary.

As a summary, it can be seen that these space physical parameters, which include Bx, By, Vp, and SYM-H, play a crucial role in determining the location of the auroral oval boundary based on the above conclusions.

4 Conclusions

In this paper, we establish a model to measure the relationship between space physical parameters from the OMNI dataset on the NASA website and poleward and equatorward auroral oval boundaries based on a deep learning network. Our model overcomes some drawbacks in this field, such as some prediction methods based on statistics and a few space physical parameters. Those methods are not very suitable for the complex and changeable space physical data. For our model, the inputs are 18 space physical parameters and the 48 coordinates value of auroral oval boundary points at the previous moment, and we can obtain positions of poleward and equatorward boundaries at 24 MLTs from our well-trained model. At last, our experiment results show that the model proposed in this paper can better reflect the relationship between space physical parameters and an auroral oval boundary. Therefore, it should be useful to predict the position of an auroral oval boundary. In addition, we analyse the effect of all 18 space physical parameters on the location of an auroral oval boundary based on several statistical and prediction experiments. It can be shown that different parameters have different effects on the auroral oval boundary from our experiments. Some space physical parameters, Bx, By, Vp, and SYM-H, have a great influence on the position of the auroral oval boundary.

Data availability

All original aurora images and space physical parameters data were downloaded from the NASA (https://pwg.gsfc.nasa.gov/polar/data_products.shtml#instruments, Cattell et al., 1996) and OMNI (http://omniweb.gsfc.nasa.gov/html/HROdocum.html, King and Papitashvili, 2006) website in this paper. While all algorithmic details are duly given in our paper, in case of future needs, the authors are willing to provide their numerical codes on request.

Supplement

The supplement related to this article is available online at: https://doi.org/10.5194/npg-27-11-2020-supplement.

Author contributions

The methodology has been developed by all of the authors. HY have coded and run the experiments. All the authors have discussed the theory and the interpretation of the results and edited the manuscript.

Competing interests

The authors declare that they have no conflict of interest.

Acknowledgements

The authors thank Jianjun Liu for his comments and suggestions.

Financial support

This research has been supported by the National Natural Science Foundation of China (grant nos. 61572384, 41874195, 41831072, 41504116, and 41674169), the Shaanxi Key Technologies Research Program (grant no. 2017KW-017), China's Postdoctoral Fund First-class Funding (grant no. 2014M560752), the Shaanxi Province Postdoctoral Science Fund (grant no. JBG150225), and the National Key Research and Development Program of China (grant nos. 2016QY01W0200 and 2018YFC1407300).

Review statement

This paper was edited by Jörg Büchner and reviewed by Unnikrishnan Kaleekkal and one anonymous referee.

References

Akasofu, S. I.: The latitudinal shift of the auroral belt, J. Atmos. Sol.-Terr. Phy., 26, 1167–1174, https://doi.org/10.1016/0021-9169(64)90125-4, 1964. 

Boudouridis, A., Zesta, E., Lyons, R., Anderson, P. C., and Lummerzheim, D.: Effect of solar wind pressure pulses on the size and strength of the auroral oval, J. Geophys. Res.-Space, 108, https://doi.org/10.1029/2002JA009373, 2003. 

Carbary, J. F.: A Kp-based model of auroral boundaries, Space Weather, 3, S10001, https://doi.org/10.1029/2005SW000162, 2005. 

Cattell, C., Dombeck, J., Keiling, A., Wygant, J., Bergmann, R., Hudson, M. K., and Parks, G.: Disclaimer: The following material is being kept online for archival purposes, available at: https://pwg.gsfc.nasa.gov/polar/data_products.shtml#instruments (last access: 15 June 2016), 1996. 

Cho, J. S., Lee, D. Y., Kim, K. C., and Lee, J. H.: Response of the poleward boundary of the nightside auroral oval to impacts of solar wind dynamic pressure enhancement, J. Astron. Space Sci., 27, 189–194, https://doi.org/10.5140/JASS.2010.27.3.189, 2010. 

Cowley, S. W. H. and Lockwood, M.: Excitation and decay of solar wind-driven flows in the magnetosphere-ionosphere system, Ann. Geophys., 10, 103–115, 1992. 

Ding, G., He, F., Zhang, X., and Chen, X.: A new auroral boundary determination algorithm based on observations from TIMED/GUVI and DMSP/SSUSI, J. Geophys. Res.-Space, 122, 2162–2173, https://doi.org/10.1002/2016JA023295, 2017. 

Feldstein, Y. I. and Starkov, G. V.: Dynamics of auroral belt and polar geomagnetic disturbances, Planet. Space Sci., 15, 209–229, https://doi.org/10.1016/0032-0633(67)90190-0, 1967. 

Fitzgibbon, A., Pilu, M., and Fisher, R. B.: Direct least square fitting of ellipses, IEEE TPAMI, 21, 476–480, https://doi.org/10.1109/34.765658, 1999. 

Hinton, G. E.: Training products of experts by minimizing contrastive divergence, Neural Comput., 14, 1771–1800, https://doi.org/10.1162/089976602760128018, 2002. 

Hinton, G. E.: A practical guide to training restricted Boltzmann machines, Momentum, 9, 599–619, https://doi.org/10.1007/978-3-642-35289-8_32, 2012. 

Hinton, G. E., Osindero, S., and Teh, Y. W.: A fast learning algorithm for deep belief nets, Neural Computat., 18, 1527–1554, https://doi.org/10.1162/neco.2006.18.7.1527, 2006. 

Holzworth, R. H. and Meng, C.: Mathematical representation of the auroral oval, Geophys. Res. Lett., 2, 377–380, https://doi.org/10.1029/GL002i009p00377, 1975. 

Holzworth, R. H. and Meng, C.: Auroral boundary variations and the interplanetary magnetic field, Planet. Space Sci., 32, 25–29, https://doi.org/10.1016/0032-0633(84)90038-2, 1984. 

Hu, Z., Yang, Q., Liang, J., Hu, H., Zhang, B., and Yang, H.: Variation and modeling of ultraviolet auroral oval boundaries associated with interplanetary and geomagnetic parameters, Space Weather, 15, 606–622, https://doi.org/10.1002/2016SW001530, 2017. 

Huang, C., Andre, D. A., Sofko, G. J., and Koustov, A. V.: Evolution of ionospheric multicell convection during northward interplanetary magnetic field with |Bz/By| > 1, J. Geophys. Res., 105, 7095–27107, https://doi.org/10.1029/2000JA000163, 2000. 

Karlson, K. A., Oieroset, M., Moen, J., and Sandholt, P. E.: A statistical study of flux transfer event signatures in the dayside aurora: The IMF By-related prenoon-postnoon asymmetry, J. Geophys. Res., 101, 59–68, https://doi.org/10.1029/95JA02590, 1996. 

King, J. and Papitashvili, N.: One min and 5-min solar wind data sets at the Earth's bow shock nose, available at: http://omniweb.gsfc.nasa.gov/html/HROdocum.html (last access: 18 December 2018), 2006. 

Krizhevsky, A., Sutskever, I., and Hinton, G. E.: Imagenet classification with deep convolutional neural networks, Adv. Neur. In., 25, 1097–1105, https://doi.org/10.1145/3065386, 2012. 

LeCun, Y., Bengio, Y.. and Hinton, G.: Deep learning, Nature, 521, 436–444, https://doi.org/10.1038/nature14539, 2015. 

Liu, H., Gao, X., Han, B., and Yang, X.: An automatic MSRM method with a feedback based on shape information for auroral oval segmentation, Springer, Berlin, Heidelberg, 8261, 748–755, https://doi.org/10.1007/978-3-642-42057-3_94,2013. 

Loomis, B.: On the geographical distribution of auroras in the northern hemisphere, Am. J. Sci. Arts, 30, 89–94, 1890. 

Łukaszyk, S.: A new concept of probability metric and its applications in approximation of scattered data sets, Comput. Mech., 33, 299–304, https://doi.org/10.1007/s00466-003-0532-2, 2004. 

Makita, K., Meng, C. I., and Akasofu, S. I.: The shift of the auroral electron precipitation boundaries in the dawn-dusk sector in association with geomagnetic activity and interplanetary magnetic field, J. Geophys. Res.-Space, 88, 7967–7981, https://doi.org/10.1029/JA088iA10p07967, 1983. 

Milan, S. E., Evans, T. A., and Hubert, B.: Average auroral configuration parameterized by geomagnetic activity and solar wind conditions, Ann. Geophys., 28, 1003-1012, https://doi.org/10.5194/angeo-28-1003-2010, 2010.  

Niu, Y., Zhang, X., He, F., and Jiang, Y.: Statistical characteristics of the equatorial boundary of the nightside auroral particle precipitation, Sci. China Earth Sci., 58, 1602–1608, https://doi.org/10.1007/s11430-015-5090-x, 2015. 

Peng, Z., Wang, C., Hu, Y., Kan, J., and Yang, Y.: Simulations of observed auroral brightening caused by solar wind dynamic pressure enhancements under different interplanetary magnetic field conditions, J. Geophys. Res.-Space, 116, https://doi.org/10.1029/2010JA016318, 2011. 

Provan, G., Yeoman, T. K., and Cowley, S. W. H.: The influence of the IMF By component on the location of pulsed flows in the dayside ionosphere observed by an HF radar, Geophys. Res. Lett., 26, 521–524, https://doi.org/10.1029/1999GL900009, 1999. 

Rumelhart, D. E.: Learning representations by back-propagating errors, Nature, 323, 533–536, https://doi.org/10.1016/B978-1-4832-1446-7.50035-2, 1986. 

Sigernes, F., Dyrland, M., Brekke, P., Chernouss, S., Lorentzen, D. A., Oksavik, K., and Sterling, D. C.: Two methods to forecast auroral displays, J. Space Weather Spac., 1, A03, https://doi.org/10.1051/swsc/2011003, 2011. 

Starkov, G. V.: Statistical dependences between the magnetic activity indices, Geomagn. Aeronomy+, 34, 101–101, 1994a. 

Starkov, G. V.: Mathematical model of the auroral boundaries, Geomagn. Aeronomy+, 34, 331–336, 1994b. 

Vennerstrøm, S., Friis-Christensen, E., Troshichev, O. A., and Andersen, V. G.: Comparison between the polar cap index, PC, and the auroral electrojet indices AE, AL, and AU, J. Geophys. Res.-Space, 96, 101–113, https://doi.org/10.1029/90JA01975, 1991. 

Xing, Z. Yang, H., Han, D., and Wu, Z.: Dayside poleward moving auroral forms and ionospheric convection under stable interplanetary magnetic field (IMF) conditions, Sci. China Technol. Sc., 56, 910–916, https://doi.org/10.1007/s11431-013-5164-y, 2013. 

Yang, Q., Hu, Z., Han, D., Hu, H., and Xiao, M.: Modeling and prediction of ultraviolet auroral oval boundaries base on IMF/solar wind and geomagnetic parameters, Chinese J. Geophys.-Ch., 59, 426–439, https://doi.org/10.6038/cjg20160203, 2016. 

Yu, D. and Deng, L.: Deep learning and its applications to signal and information processing [exploratory dsp], IEEE Signal Proc. Mag., 28, 145–154, https://doi.org/10.1109/MSP.2010.939038, 2011. 

Zhang, Y. and Paxton, L. J.: An empirical Kp-dependent global auroral model based on TIMED/GUVI FUV data, J. Atmos. Sol.-Terr. Phy., 70, 1231–1242, https://doi.org/10.1016/j.jastp.2008.03.008, 2008. 

Download
Short summary
We design a new non-linear model to construct an accurate relationship between auroral oval boundaries and 18 space physical parameters, and explore the influence of every single space physical parameter on auroral oval boundary in this paper. As a result, we found the combination of some space physical parameters can strengthen each other's influence on aurora oval boundary prediction, and this model can achieve the best performance when only partial space physical parameters are used as input.