Sparse Signal Models for Data Augmentation in Deep Learning ATR Tushar Agarwal, Nithin Sugavanam and Emre Ertin

Sparse Signal Models for Data Augmentation in Deep Learning ATR Tushar Agarwal, Nithin Sugavanam and Emre Ertin

1 Sparse Signal Models for Data Augmentation in Deep Learning ATR Tushar Agarwal, Nithin Sugavanam and Emre Ertin Abstract—Automatic Target Recognition (ATR) algorithms a distinct description of targets of interest [2], typically man- classify a given Synthetic Aperture Radar (SAR) image into one made objects such as civilian and military vehicles. This of the known target classes using a set of training images available sparsity structure has been utilized in [3], [4] to design fea- for each class. Recently, learning methods have shown to achieve state-of-the-art classification accuracy if abundant training data tures like peak locations and edges. that succinctly represents is available, sampled uniformly over the classes, and their poses. the scene. In conjunction with template-based methods or In this paper, we consider the task of ATR with a limited set of statistical methods, these hand-crafted features are used in training images. We propose a data augmentation approach to solving the target recognition problem. The template-based incorporate domain knowledge and improve the generalization methods exploit the geometric structure and variability of these power of a data-intensive learning algorithm, such as a Convolu- tional neural network (CNN). The proposed data augmentation features in the scattering centers in [5], [6] to distinguish method employs a limited persistence sparse modeling approach, between the different target categories. The target signature capitalizing on commonly observed characteristics of wide-angle of each of the scattering center varies with the viewing angle synthetic aperture radar (SAR) imagery. Specifically, we exploit of the sensor platform. Statistical methods can explicitly model the sparsity of the scattering centers in the spatial domain and and utilize this low-dimensional manifold structure of the the smoothly-varying structure of the scattering coefficients in the azimuthal domain to solve the ill-posed problem of over- scattering center descriptors [7], [8] for improved decisions parametrized model fitting. Using this estimated model, we as well as integrating information across views [9], [10]. synthesize new images at poses and sub-pixel translations not However, ATR algorithms based on these hand-crafted fea- available in the given data to augment CNN’s training data. tures are limited to the information present in these descriptors, The experimental results show that for the training data starved and lack the generalization ability to variability in clutter, pose, region, the proposed method provides a significant gain in the resulting ATR algorithm’s generalization performance. and noise. With the advent of data-driven algorithms such as artificial neural networks (ANN) [11], an appropriate feature Index Terms—Deep Learning, Data Augmentation, Automatic set and a discriminating function can be jointly estimated using Target Recognition, Compressive sensing. a unified objective-function. Recent advances in techniques to incorporate deep hierarchical structures used in ANN [12], I. INTRODUCTION [13] has led to the widespread use of these methods to solve inference problems in a diverse set of application areas. Synthetic aperture radar (SAR) sensing yields high- Convolutional Neural Networks (CNN), in particular, have resolution imagery of a region of interest, which is robust been used as an automatic feature extractors for image data. to weather and other environmental factors. The SAR sensor These methods have also been adopted in solving the ATR consists of a moving radar platform with a collocated receiver problem using SAR images [14]. There have been several and transmitter that traverses a wide aperture in azimuth, efforts in this direction, including the state-of-the-art ATR acquiring coherent measurements. Multiple pulses across the results on the MSTAR data-set in [15]. These results establish synthesized aperture are combined and coherently processed to that the CNN could be effective in radar image classification arXiv:2012.09284v1 [cs.CV] 16 Dec 2020 produce high-resolution SAR imagery. SAR imaging system and provided sufficient training data. However, extending this achieves a high spatial resolution in both the radial direction, approach to ATR problems on other data-sets is non-trivial termed as range, as well as the orthogonal direction, termed because the scattering behavior changes substantially as the as cross-range. The range resolution is a function of the wavelength of the operation changes. The major challenge is bandwidth of the signal used in illumination. The cross-range that Neural Networks usually require large data-sets to have resolution is a function of the antenna aperture’s size and the good generalization performance. In general, labeled radar persistence of scattering centers [1]. A significant fraction of data is not available in abundance, unlike other image data- the energy in the back-scattered signal from the scene is due sets. In this paper, we address the scarcity of training data and to a small set of dominant scattering centers resolved by the provide a general method that utilizes a model-based approach SAR sensor. The localization of back-scatter energy provides to capture the underlying scattering phenomenon to enrich the training data-set. T. Agarwal, Nithin Sugavanam, and E. Ertin are with the Department of Electrical and Computer Engineering, The Ohio State University, Columbus, Transfer learning is one of the most effective techniques OH, 43210 USA to handle the availability of limited training data. Transfer- Corresponding Author: T. Agarwal ([email protected]) learning uses the model parameters, estimated using a similar This work has been submitted to the IEEE for possible publication. Copyright may be transferred without notice, after which this version may data-set such as Image-net [16], as initialization for solving no longer be accessible. the problem of interest, typically using convolutional neural 2 networks with little to no fine-tuning. There have been nu- regime. Finally, recent work [24] has established the benefit of merous experiments supporting the benefits of transfer learn- over-parameterizing in implicitly regularizing the optimization ing, including two seminal papers [17] and [18]. However, problem and improving the generalization performance. radar images are significantly different from regular optical Transfer Learning is another approach for improving gen- images. In particular, SAR works in the wavelength of 1cm: eralization performance in the limited availability of data. Pan to 10m: while visible light has a wavelength of the order and Yang [25] provide a comprehensive overview illustrating of 1nm:. As a result, most surfaces in natural scenes are the different applications and performance gains of transfer rough at these wavelengths, leading to diffused reflections. In learning. For radar data, Huang et al. [26] made a successful contrast, microwaves from radar transmitters undergo specular effort in this direction by using a large corpus of SAR data to reflections, especially for man-made objects. This difference train feature-extractors in an unsupervised manner. in scattering behavior leads to substantially different images For SAR data, there exist several neural network architec- in SAR and optical imaging. Since specular reflections dom- ture based approaches to improve generalization. Chen et al. inate the scattering phenomenon, the images are sensitive [27] restrict the effective degrees of freedom of the network to instantaneous factors like the imaging device’s orientation by using a fully convolutional network. Lin et al. [28] propose and background clutter. Therefore, readily available optical- a convolutional highway network to tackle the problem of imagery based deep neural network models like Alex-net and limited data availability. In [29], authors design a specialized VGG16 [19] are not suitable for transferring knowledge to ResNet architecture that learns effectively even when training this domain. Retraining the network is again inhibited by the data-set is small. limited availability of radar imagery. We address this limitation Few other approaches focus on learning a special type of transfer learning by using data augmentation. We augment of feature. Dong et al. [30] generate an augmented mono- the radar image data-sets using a principled approach that genic feature vector followed by a sparse representation-based considers the phenomenology of the RF backscatter data. classification. In [31], authors use hand-designed features The paper is structured as follows. We first review relevant with supervised discriminative dictionary learning, to perform research work and outline our contributions in sections I-A and SAR ATR. Song et al. used a Sparse Representation based I-B, respectively. In sections II-A and II-B, we describe the Classification (SRC) approach in [32]. In [33], Huang et al. data-set and network architecture in detail. In section II-C, designed a joint low rank and sparse dictionary to denoise we provide an overview of our strategy and then describe the radar image while keeping the main texture of the targets. the details of our pose-synthesis methodology in section II-D. Much recently, Yu et al. [34] proposed a combination of Gabor Next, we present the details of the experiments and corre- features and features extracted by neural networks, for better sponding results in sections III andIV, respectively, which classification performance. provide the empirical

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    12 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us