亚洲免费av电影一区二区三区,日韩爱爱视频,51精品视频一区二区三区,91视频爱爱,日韩欧美在线播放视频,中文字幕少妇AV,亚洲电影中文字幕,久久久久亚洲av成人网址,久久综合视频网站,国产在线不卡免费播放

        ?

        ISAR autofocus imaging algorithm for maneuvering targets based on deep learning and keystone transform

        2021-01-06 12:19:22SHIHongyinLIUYueGUOJianwenandLIUMingxin

        SHI Hongyin,LIU Yue,GUO Jianwen,and LIU Mingxin

        School of Information Science and Engineering,Yanshan University,Qinhuangdao 066004,China

        Abstract: The issue of small-angle maneuvering targets inverse synthetic aperture radar (ISAR) imaging has been successfully addressed by popular motion compensation algorithms. However,when the target’s rotational velocity is sufficiently high during the dwell time of the radar,such compensation algorithms cannot obtain a high quality image. This paper proposes an ISAR imaging algorithm based on keystone transform and deep learning algorithm. The keystone transform is used to coarsely compensate for the target’s rotational motion and translational motion,and the deep learning algorithm is used to achieve a super-resolution image. The uniformly distributed point target data are used as the data set of the training u-net network. In addition,this method does not require estimating the motion parameters of the target,which simplifies the algorithm steps. Finally,several experiments are performed to demonstrate the effectiveness of the proposed algorithm.

        Keywords: inverse synthetic aperture radar (ISAR),maneuvering target,keystone transform,deep learning,u-net network.

        1. Introduction

        Inverse synthetic aperture radar (ISAR) has been widely used for military and civilian purposes,such as target recognition,identification,and classification [1-5]. In general,real targets often have complex motion components[6,7]. These motion components lead to range distortion and Doppler frequency shift,which results in a defocused image. To obtain focused ISAR image,motion compensation is done in two steps. The first step is translational motion compensation,which consists of range alignment and phase adjustment [8,9]. The second step is rotational motion compensation.

        In order to obtain an ideal ISAR image during imaging processing,the motion-compensated point scatterers are required to stay in the initial distance unit,so that the image of the point scatterers will not appear in several distance units at the same time,resulting in defocusing [10,11]. However,in the actual ISAR imaging process,the phenomenon of movement around the point scatterer often occurs,especially in the high-resolution imaging. The possibility of range cell migration correction (RCMC) occurring at the scattering point will be greatly increased due to the improvement of the distance resolution [12]. However,RCMC has its own characteristics,which is caused by the coupling of its signal distance frequency domain and slow time domain. Keystone transform is widely used to correct the motion of the scatter point and the resolution element [13].

        Deep learning has gained popularity and defined the state-of-the-art results in various fields in science and engineering; these include speech recognition,natural language understanding,visual object recognition,and many other applications [14-18]. Deep convolutional neural networks (CNNs) are first applied to image classification,and its output is the category of image [19,20]. However,the output of image segmentation is an image,so it can be regarded as classifying every pixel in the image. Based on this,Ronneberger et al. [21]proposed a u-net network structure in 2015,which can achieve the same resolution of input and output. Mccann et al. [22]applied this network to the inverse problem of medical imaging. Taking the blurred image generated by sparse signal as the input of the network and outputting the clear image from the full view,it is proved that the u-net network is effective for image super-resolution.

        Based on that,this paper focuses on the imaging problem of large-angle targets,and proposes an ISAR imaging algorithm based on keystone transform and deep learning. This makes it possible to get a clear ISAR image when the target rotation angle is large.

        The rest of the paper is organized as follows: maneuvering target echo signal analysis is shown in Section 2. In Section 3,we focus on the theory of keystone transform and u-net network. Experimental simulation analysis is presented in Section 4,and conclusions are given in Section 5.

        2. Maneuvering target imaging model

        Fig. 1 shows the ISAR imaging geometry of a maneuvering target. It is assumed thatPis a random point scatterer on the target in the far field of radar,and the target has rotational and translational motion in the radial direction. The target angular velocity is ω,the radial velocity isvr,and the origin of the coordinate system is the center of rotation.

        Fig. 1 ISAR imaging geometry model of a maneuvering target

        3. Algorithm theory and application

        3.1 Keystone transform

        From the radar echo data [23],the RCMC is expressed as the coupling between the signal frequencyfand the slow timet. The virtual time τ is defined as

        According to the above equation,in the coherent processing interval,the Doppler frequency shift changes linearly due to the existence of velocity,which will lead to the frequency dispersion of the echo signal and have a great impact on the distance resolution.

        For the ISAR imaging system,the electromagnetic wave transmits through the space and back can be regarded as a complex nonlinear system between the target and the radar. In the 2-D field,we can describe the echo datas(x,r)as

        3.2 CNN model

        Considering that the original u-net training is slow,in this paper,we build a more elegant architecture fully convolutional network [24]. We modify and extend this architecture such that it works with very few training images and yields more precise segmentations,see Fig. 2. The main idea is to add a batch normalization (BN) layer behind each convolution layer. Normalized input features can speed up the learning process and make it easier to optimize the algorithm. This is normalization of the input layer. The extension of normalization to each layer is the core idea of the BN layer,that is,the output of the upper layer does not affect the training of this layer,so that each layer of data has its own distribution and speeds up the training process.

        Fig. 2 Modified network structure of u-net

        Firstly,the BN layer processing flow includes the following steps. Calculate the mean within the batch:

        where αand β are the parameters of network learning and theyare updated in reverse propagation.

        The BN layer has two advantages. One is that each dimensionof each layer is normalized,which can make the network have a higher learning rate,and the other is that it can slightly reduce the over-fitting effect.

        The modified network structure is shown in Fig. 2.

        Somemodifications have been made to the network to enhanceradar imaging. Firstly,because the radar echo signal isa complex signal,the following adjustments are made to the u-net input channel. The number of u-net input channels is changed to two. The real and imaginary data are put into two channels respectively,and the output dimension remains unchanged. Secondly,in a 3×3 convolution,the valid convolution mode is changed to sample convolution while keeping the size of the picture unchanged. Thirdly,considering the time and efficiency,the number of generated pulses is 128,the number of sampling points is 128,the input size is 128×128×2,and the output size is 128×128×1. Finally,in order to speed up the training of the network,the real part and imaginary part of the input complex image are normalized by the maximum and minimum values respectively:

        where η is the size of each pixel,ηminis the smallest pixel value in the image,and ηmaxis the largest pixel value in the image.

        After normalization,the size of each pixel in the input image can be mapped to [ 0 ,1],which makes training easier.

        3.3 Algorithm implementation flow

        Fig. 3 shows the flow chart of the algorithm in this paper,point target coordinates are generated,and then echo data are obtained by (13). Since the rotation angle and velocity of the target are unknown,the output will be defocused if it passes the network. Therefore,this paper firstly performs preprocessing by the motion compensation algorithm (keystone transform),which can compensate for the phase errors caused by the target’s rotational motion and translational motion. Then,fast Fourier transform(FFT) is performed,and put the real and imaginary data into the network’s prediction input.

        Fig. 3 Flow chart of the algorithm in this paper

        The radar parameters are shown in Table 1.

        Table 1 Radar imaging parameters

        4. Simulation analysis

        4.1 Training data generation

        In this paper,in order to obtain better training results,the first quadrant points in the training set are uniformly distributed,and the other quadrant points are consistent with the first quadrant points. The points obtained are distributed in the four quadrants,and eventually 1 000 training data are obtained.

        The FFT image varies with the motion parameters,so it cannot be trained and predicted by the neural network,but the image is relatively good by using keystone transform. Therefore,for the imaging of maneuvering targets,in the training,motion compensation is firstly carried out by keystone transform,which roughly compensates the additional phase generated by translation and rotation,and then the results are obtained by FFT,which is placed in the u-net network for training. In the training set of this paper,the rotational angular velocity of the target is 0.15 rad/s,the radial velocity of the target is 2 m/s,F(xiàn)ig. 4(a) is the FFT image,F(xiàn)ig. 4(b) is the imaging result after keystone transform,and Fig. 4(c) is the ideal point scatterers model.

        Fig. 4 Training samples

        4.2 Analysis of results

        4.2.1 Experiment 1

        Fig. 5 shows the ISAR images of different targets at a speed of 2 m/s and a rotation angle of 0.15 rad/s,and Fig. 5(a)and Fig. 5(e) are the FFT imaging results. It can be seen from the figure that the obvious defocusing phenomenon occurs due to the range cell migration caused by rotational and translational motions. Keystone transform can coarsely compensate for the target’s rotational motion and translational motion,as shown in Fig. 5(b) and Fig. 5(f).Fig. 5(c) and Fig. 5(g) are the u-net prediction results,and Fig. 5(d) and Fig. 5(h) show the ideal point scatterers model. The point scatterer used to analyze the profile is circled in red in the image. Fig. 6 shows the range and azimuth profile comparison. It can be seen that,under the FFT algorithm,there is no sidelobe in azimuth and range echo; under keystone transform,the azimuth peak sidelobe is good,but the range peak sidelobe is very high,while the deep learning algorithm greatly improves the sidelobe suppression performance and has a better focusing degree.

        Fig. 5 Algorithm of this paper tests results for different targets

        We compare the proposed algorithm with Gabor wavelet transform (GWT) and polar formatting algorithm (PFA).Fig. 7 shows the ISAR images of the maneuvering target at a speed of 2 m/s and a rotation angle of 0.15 rad/s,F(xiàn)ig. 7(a)is the GWT imaging result,and Fig. 7(b) is the PFA imaging result. It can be seen that after GWT and PFA preprocessing,due to the effect of the residual phase error after coarse compensation,the image is still defocused in the direction of distance and cross distance. Fig. 7(c) is the proposed method result,where the error phase is successfully removed and a clear ISAR image is formed. The point scatterer used to analyze the profile is circled in red in the image. Fig. 8 shows the range and azimuth profile comparison. It can be seen that the proposed method has the minimum peak to side lobe ratio and shows high performance in correction of phase error.

        Fig. 6 Profile comparison of the point scatterer marked by the red circle in Fig. 5(a)

        Fig. 7 Simulation results of different algorithms

        Fig. 8 Profile comparison of the point scatterer marked by the red circle in Fig. 7(a)

        4.2.2 Experiment 2

        In this paper,the measured data of Boeing 727 aircraft provided by the U.S. naval research laboratory are used for experimental simulation. Fig. 9 shows the ISAR images at a speed of 2 m/s and a rotation angle of 0.16 rad/s,and Fig. 10 shows the profile of the point scatterer on the tail of the aircraft marked by a red circle in Fig. 9(a).

        Fig. 9 Simulation results of Boeing 727

        Fig. 10 Profile comparison of the point scatterer marked by the red circle in Fig. 9(a)

        Fig. 11 shows the ISAR images at a speed of 3 m/s and a rotation angle of 0.14 rad/s,and Fig. 12 shows the profile of the point scatterer on the tail of the aircraft marked by a red circle in Fig. 11(a). Compared to the FFT algorithm and the keystone transform,the proposed method has a smaller peak sidelobe ratio,and it obtains a more focused image in both directions.

        Fig. 11 Simulation results of Boeing 727

        Fig. 12 Profile comparison of the point scatterer marked by the red circle in Fig. 11(a)

        From the above simulation results and analysis,it can be seen that the proposed method achieves high resolution imaging of moving targets,and it only needs 0.56 s to realize fast imaging on TITAN BLACK GPU through network.

        5. Conclusions

        In this paper,an ISAR imaging algorithm based on keystone transform and deep learning imaging is proposed for the moving target with large rotation angle and small speed. The keystone transform preprocesses echo data to roughly compensate the translation and rotation of the target,and then takes the uniformly distributed point target data as the training dataset of u-net neural network to obtain 1 000 training set data. The u-net neural network is used to predict maneuvering targets in different motion situation and to obtain high resolution images. The imaging results verify the effectiveness of the method.

        肥臀熟女一区二区三区| 国产3p一区二区三区精品| 亚洲成人中文字幕在线视频| 人妻少妇中文字幕乱码| 俺来也俺去啦久久综合网| 亚洲精品国产二区三区在线| 国产丝袜美腿嫩模视频诱惑| 久久亚洲中文字幕精品一区| 超清纯白嫩大学生无码网站| 日韩人妻少妇一区二区三区 | 欧美最猛黑人xxxx黑人表情| 综合色天天久久| 夜色视频在线观看麻豆| 在线免费观看一区二区| 国产97色在线 | 日韩| 久久精品无码一区二区2020| 成年女人午夜特黄特色毛片免| 可以免费看亚洲av的网站| 日本道精品一区二区三区| 欧美成人中文字幕| 亚洲黑寡妇黄色一级片| 日本精品视频一区二区三区四区| 毛多水多www偷窥小便| 亚洲a级片在线观看| 神马不卡影院在线播放| 国产高清在线观看av片 | 色欲网天天无码av| 粗一硬一长一进一爽一a级| 亚洲高清在线观看免费视频| 亚洲乱码中文字幕综合久久| 青草内射中出高潮| 亚洲AV毛片无码成人区httP| 蜜桃人妻午夜精品一区二区三区 | 国产成人av三级三级三级在线| 成熟丰满熟妇av无码区| 日本夜爽爽一区二区三区| 亚洲美女av一区二区| 华人免费网站在线观看| 乱中年女人伦av三区| 无码人妻一区二区三区免费n鬼沢 人禽无码视频在线观看 | 国产精品久久久久久久久免费|