Next Article in Journal
Building an Enhanced Vocabulary of the Robot Environment with a Ceiling Pointing Camera
Next Article in Special Issue
Logarithmic Laplacian Prior Based Bayesian Inverse Synthetic Aperture Radar Imaging
Previous Article in Journal
An Enhanced Energy Balanced Data Transmission Protocol for Underwater Acoustic Sensor Networks
Previous Article in Special Issue
Three-Dimensional ISAR Imaging Method for High-Speed Targets in Short-Range Using Impulse Radar Based on SIMO Array
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Accelerating Spaceborne SAR Imaging Using Multiple CPU/GPU Deep Collaborative Computing

1
College of Information Science and Technology, Beijing University of Chemical Technology, Beijing 100029, China
2
Institute of Electronics, Chinese Academy of Sciences, Beijing 100190, China
*
Author to whom correspondence should be addressed.
Sensors 2016, 16(4), 494; https://doi.org/10.3390/s16040494
Submission received: 21 January 2016 / Revised: 23 March 2016 / Accepted: 31 March 2016 / Published: 7 April 2016

Abstract

:
With the development of synthetic aperture radar (SAR) technologies in recent years, the huge amount of remote sensing data brings challenges for real-time imaging processing. Therefore, high performance computing (HPC) methods have been presented to accelerate SAR imaging, especially the GPU based methods. In the classical GPU based imaging algorithm, GPU is employed to accelerate image processing by massive parallel computing, and CPU is only used to perform the auxiliary work such as data input/output (IO). However, the computing capability of CPU is ignored and underestimated. In this work, a new deep collaborative SAR imaging method based on multiple CPU/GPU is proposed to achieve real-time SAR imaging. Through the proposed tasks partitioning and scheduling strategy, the whole image can be generated with deep collaborative multiple CPU/GPU computing. In the part of CPU parallel imaging, the advanced vector extension (AVX) method is firstly introduced into the multi-core CPU parallel method for higher efficiency. As for the GPU parallel imaging, not only the bottlenecks of memory limitation and frequent data transferring are broken, but also kinds of optimized strategies are applied, such as streaming, parallel pipeline and so on. Experimental results demonstrate that the deep CPU/GPU collaborative imaging method enhances the efficiency of SAR imaging on single-core CPU by 270 times and realizes the real-time imaging in that the imaging rate outperforms the raw data generation rate.

Graphical Abstract

1. Introduction

SAR is a kind of active-observation system to the Earth, which can be installed in the aircraft, satellite and spacecraft flying platform [1]. With the imaging characteristics of day-and-night, all-weather, and surface-penetration, the SAR system has been widely applied to the disaster monitoring, resource exploration, environmental monitoring, marine monitoring, and crop yield estimation [2,3]. Therefore, the development and research on SAR attract more and more attention of the countries around the world, such as system design, raw data simulation, imaging algorithm, information extraction and so on. Among them, the raw data simulation and imaging algorithm not only verify the availability of SAR system, but also bridge the SAR system design and remote sensing applications.
To quantitatively support the SAR system design of multiple working modes, to help mission planning, and to test processing algorithms, a SAR raw signal simulator is required to generate raw data especially when real raw data are not available yet [4]. Normally, there are two levels of raw data simulators, respectively are point target simulator and extended scene simulator. The point target simulator consisting of one or a few point scatters, is usually employed to test the focusing capability of imaging algorithms. Further, the extended scene SAR raw signal simulators would be suitable to quantify the performances of imaging algorithm at variance of the scene and SAR parameters both in terms of achieved SAR geometrical resolutions and radiometrical resolutions. Accordingly, the extended scene raw signal simulators of multiple modes and observed scenes were gaining an increasingly wide interest, and extensively studied, such as strip map SAR [5,6,7], spotlight SAR [8], hybrid stripmap/spotlight SAR [4] and so on. Using the extended scene simulators, the effects of imaging accuracy could be emphasized when complex targets are considered, so that they can vary for different kinds of observed scenes and hence for different applications, such as ocean [9] and urban [10]. Especially, the new generation of spaceborne/airborne SAR sensors are developed towards high resolution, which brings various objects and rich features in the SAR images. It would be highly desirable that an extended scene SAR simulator is planned in order to identify the optimum SAR system configuration, operational mode and imaging algorithms with reference to the considered application [10].
In recent years, Chirp Scaling ( C S ) algorithm has become the mainstream in SAR imaging field [11]. One of the important contributions is that the range cell migration correction (RCMC) [12,13] interpolation operation is avoided compared to Range-Doppler (RD) algorithm, thus the amount of computation is reduced about 1 . 4 times [14]. Besides, CS algorithm can significantly improve the performance of the SAR imaging because of the accurate processing in the squint mode [2,15,16]. On the other hand, Back-Projection (BP) algorithm is theoretically capable of precise imaging processing for various mode, but is seldom employed in practical applications due to low imaging efficiency. So, efficiency is the most important motivation of SAR imaging algorithm development. Due to the advantage of high efficiency, CS and its improved algorithms are still employed for spaceborne SAR imaging of various modes, including Strip mode [17], Spotlight mode [18], Scan mode [19], Sliding Spotlight mode and TOPS mode [20]. With the development of SAR technologies, there is a higher demand for the resolution and swath of SAR images, which brings a huge amount of imaging calculation. Particularly, the imaging algorithm is adjusted many times to adapt to the flight conditions in the initial stage of system launching. Therefore, the fast and even real-time imaging processing is strongly required in the ground processing system.
Due to the limited efficiency improvement from the perspective of signal processing, the most straightforward idea for accelerating the SAR imaging is the parallel algorithm design based on high performance computing (HPC) methods. Primordially, there are two kinds of HPC methods applied to SAR imaging processing in general. One is the global shared memory system, and the other is the cluster system consisting of several independent nodes [21]. Gradually, there are some researchers transplant SAR imaging algorithms to special DSP [22] and FPGA [23] processors while existing various limitations of universality. There are also several general parallel solutions implemented on CPU based on OpenMP and MPI [24], but they are still not at the level of real-time processing.
For now, due to the driving of the market of graphic processing, Graphic Processing Unit (GPU) has been developed as a high performance processing platform with characteristics of high parallelism, multi-threading, many-cores, huge bandwidth capacity and with hundreds of computing cells [1,25]. The birth of Compute Unified Device Architecture (CUDA) promotes GPU to be widely used in the high performance computing field. With the help of CUDA technology, those traditional code implements large amounts of floating point computation with CPU can be easily ported to GPU to realize massive parallelism. The existing results of research indicate that GPU based method can improve the efficiency of SAR imaging by dozens of times [3,11,26,27,28,29,30], which outperforms the traditional HPC methods. However, there are still some further optimizations for the existing methods to accelerate SAR imaging processing. For example, the issue of data transferring is not solved in Song’s method [11]. In addition, just 2 Tesla C 2050 cards are used in current papers [11,27]. Though the GPU based method can process huge amount of raw data and boost the computing efficiency many times, they still cannot meet the practical requirement for fast or even real-time SAR imaging.
In addition, the computing power of CPU is underestimated or even ignored in current GPU methods. Typically, CPU only takes on tasks of logical processing, controlling and data input/output (IO) [3,11]. Then other researchers further improve the GPU method by exploiting more computing power of CPU, which is realized by the multi-core parallelism [27]. The efficiency of multi-core CPU and GPU are in the different level, which makes the contribution of CPU computing unimpressive. From the view of computationally intensive imaging processing, CPU is still a co-processor of GPU rather than a real computing processor. Therefore, there are three major limiting factors in current GPU-based SAR imaging algorithms, which are described as follows:
  • The first one is the device memory of GPU, which limits the size of processed raw data. To break the limitation, more complicated processing should be applied to the original imaging algorithm, such as sub-aperture processing.
  • The second one is the underestimation of CPU parallel computing, which reduces the parallel efficiency of the imaging computation.
  • The third one is the lack of substantive collaborative computing solution, which ensures the scalability for heterogeneous parallel computing resources and meets the requirement of real-time imaging.
The emergence of Single Instruction Multiple Data (SIMD) instructions, namely advanced vector extensions (AVX), provides a chance to deeply improve the parallel computing capability of CPU. The combination of AVX and multi-core parallel can make the computing capability of CPU comparable with GPU. Our previous works [31,32,33] have a preliminary discussion on this, and proved that CPU had competitive computing power. In terms of that, CPU no longer just takes on some auxiliary tasks of SAR imaging processing, but can really become more involved in the computing works of imaging processing. The computing resources of CPU should be taken into account when designing a parallel strategy to realize the real-time C S algorithm. Thus, a deep multiple CPU/GPU collaborative imaging method, which makes multi-core SIMD CPU and many-core GPU work together to speed up SAR imaging processing, is proposed. In each step of the imaging process, computing task is divided and dispatched to CPU and GPU separately, and then achieving the substantial collaborative imaging considering multiple heterogeneous processor. The key point of CPU/GPU collaborative computing is that we need to schedule the task reasonable to make them fulfill the tasks synchronously. So, the fine-grained partitioning method is employed to balance the workload of CPU and GPU [34,35,36]. Compared to the existing research, we mainly make the following contributions:
  • A bi-direction partitioning strategy is proposed to solve the contradiction between big raw data and limited GPU memory. It not only provides support for the multiple devices based parallel imaging, but also avoids the complex sub-aperture processing [27], which is employed by existing multi-GPU based C S imaging to solve the aforementioned contradiction;
  • A vector processing based multi-core CPU parallel imaging method is presented. Through the fine-grained vectorization parallel and coarse-grained multi-core parallel, the computing power of CPU is strengthened, and the gap between CPU and GPU computing is greatly narrowed;
  • A deep multiple CPU/GPU collaborative computing method is presented to accelerate SAR imaging processing. CPU is no longer the auxiliary processor of GPU, but the main computing processor taking a considerable part of the computing task. Meanwhile, the multi-GPU based C S imaging algorithm is further optimized by streaming, parallel pipeline and other strategies.
The rest of this paper is organized as follows. We introduce the background of C S algorithm and parallel models of CPU and GPU in Section 2. The multiple CPU/GPU collaborative imaging method and its details of the parallel optimizing strategies are described in Section 3. Then, Section 4 provides the experimental results and the corresponding analysis. Finally, conclusions are drawn in Section 5.

2. Methodology

2.1. C S Algorithm

C S algorithm has become the most popular SAR data processing algorithm. The essence of this algorithm is that the calculation of interpolation in the processing of range cell migration correction (RCMC) is avoided, which would consume much computing resources [2]. For the center frequency and bandwidth that may be changed by increasing scaling or translation of frequency, C S algorithm realizes RCMC by two steps. Firstly, correcting the range cell migration curve of targets at different locations in the range by compensating the spatial variation of range cell migration in Range-Doppler domain. The Chirp Scaling quadratic phase function used to adjust the characteristics of space-varying in range can be expressed as following,
H 1 ( t ^ , f a ; r 0 ) = exp j π k ( f a ; r ) a ( f a ) t ^ 2 R ( f a ; r 0 ) c 2
where t ^ is time variable in range direction, f a is azimuth frequency, r 0 is the reference distance, k ( f a ; r ) is the modulating frequency in range direction, and R ( f a ; r 0 ) is the range migration curve of the reference distance. Note that a ( f a ) can be described as,
a ( f a ) = 1 1 λ f a 2 v 2 1
After Chirp Scaling, Fourier transform is implemented on range part of signal to make it into two-dimensional frequency domain, which can be expressed as f r , f a domain, where f means frequency, r and a represent the range and azimuth direction, respectively.
Then the remaining range cell migration is corrected precisely by multiplying a reference function,
H 2 ( f r , f a ; r 0 ) = exp j π 1 k ( f , r 0 ) [ 1 + a ( f a ) ] f r 2 · exp 4 π r 0 a ( f a ) c f r
At last, the focusing of azimuth direction can be realized by multiplying by a matching function,
H 3 ( t ^ , f a ; r ) = · exp j 4 π λ r 1 λ f a 2 v 0 2
The C S algorithm achieves the two dimensional focusing through a series of phase processing. Furthermore, the issue that Secondary Range Compression (SRC) always depends on azimuth frequency which is taken into account in this algorithm. Therefore, the effect of secondary range compression can outperform RD (Range Doppler) algorithm. Meanwhile, its processing efficiency is superior to RD algorithm [2]. As a consequence, C S algorithm is more efficient and precise in that there are only FFT and multiplication operations in the imaging processing. It is suitable for signal processing of the space-borne strip map SAR data.
The flowchart of C S algorithm is illustrated in Figure 1. Firstly, the initial SAR raw data that arranged by range first should be transferred to the range doppler domain. Secondly, the chirp scaling operation is executed to make all the range migration curves same. Third, the range compressing and RCMC are carried out in 2-D frequency domain. Finally, the image is obtained by azimuth processing. Due to different processing directions, there should be four times of transpose operation through the overall C S algorithm. To better understand the following strategy of parallel optimization, the procedure of C S algorithm is divided into 3 parts by nodes of transpose operation, which represents FFT in azimuth, processing in range direction, and operations in azimuth, respectively. Due to the huge volume of SAR raw data, the fast imaging and even real-time imaging are strongly in demand in practical applications. Therefore, the fast imaging algorithm becomes a hot topic in SAR imaging domain.

2.2. GPU Based SAR Massive Parallel Imaging Algorithm

GPU cards of NVIDIA have been developed as a high performance computing platform with high parallelism, many-cores and ultra high bandwidth, and proved to be high efficiency. It can be applied to operation platform for computing tasks which are floating and parallel computing based by using CUDA. C S algorithm is a regular computing method, which is easily designed to GPU based parallel algorithm. The C S algorithm mainly consists of phase multiplication, transpose and FFTs, which can be implemented on GPU with high performance. In the case of phase multiplication, the traditional single-core CPU method sequentially calculates the data item multiplication point by point, and the many-core GPU method concurrently calculates the multiplication in same time line, as illustrated in Figure 2. Similarly, the transpose and FFT operation are executed in parallel computing mode, which greatly accelerates the imaging process. As for the implementation of GPU based C S algorithm, it is more matured. Some of the operations can be implemented by calling the existing function libraries of CUDA, such as the case that the FFT operation calls the functions of CUFFT. The rest operations that cannot find any libraries to call can be implemented by writing corresponding kernels.
To further improve the efficiency of the GPU based C S algorithm, several optimizations can be applied. First, combining streams with asynchronous concurrent execution and reasonable partitioning of SAR data, the time consumption of memory copy between CPU and GPU can be hidden. Second, CUDA also provides opportunity for faster memory access by sharing memory, which can be applied into transpose of matrix. Third, any operations may lead to results that go against CUDA programming should be avoided. Similar to bank conflicts which may occur in using of shared memory, non-coalescing memory and non-page-locked memory access results in extra time consumption. Finally, multi-GPU technology should be introduced to speed up the algorithm further for the independence of raw data.
Compared with single GPU based C S algorithm, multi-GPU version is capable of breaking through the limitations of device memory. Namely, the multi-GPU version can process large SAR raw data with data partitioning and scheduling. However, there is a data transpose issue that is still not drastically solved in current multi-GPU imaging method. Due to two dimensional processing, several transpose operations are performed during the imaging stage. For huge data transpose operation, large memory space is the necessary condition, which cannot be met by the GPU memory. Therefore, the transpose operations are always implemented by CPU in the traditional multiple GPU imaging algorithm. Obviously, the GPUs are all awaiting while CPUs are doing the transpose operation, thus the parallel efficiency slows down. In the paper, we mainly focus on solving this issue and improve the parallelism of multi-GPU based C S imaging algorithm.

2.3. CPU Based SAR Imaging Processing with Multi-Core Vector Extension

As mentioned in the introduction, the method of further digging the computing power of CPU is the vector extension computing model, which can make CPU comparable with GPU in computing efficiency. In this case, the computing power of CPU can not be underestimated anymore. CPU is no longer just an auxiliary processor of GPU, but acts as a computing processor to take on a part of computing tasks.
It is undeniable that OpenMP is a powerful tool to realize parallel optimization of C S algorithm at a multi-core level. However, the technique is insufficient to satisfy the demand of real-time SAR imaging. To further enhance the parallel efficiency on CPU, more in-depth optimization with vector extension computing model is required. From the point of parallel granularity, multi-core CPU is coarse-grained parallelism, and the vector extension can be seen as a fine-grained strategy. Vector extension model can optimize program with data-level parallelism [37]. The SIMD CPUs extend the vector extension model with the introduction of the SSE and AVX [33]. According to the existing literature, one of the important trends in technologies and computing platforms is that vectors are playing an increasingly important role in both memory accesses and arithmetic operations [35].
AVX vector length increases to 256 bits, which is longer than SSE of 128 bits. SSE/AVX allows vector extension computations to perform on the operands containing 4 or 8 pieces of packed single precision floating point data. The operands can be stored in memory or 128 bits or 256 bits registers further more. The main advantage of the vector extension model is capable of performing 4 or 8 pieces of single precision floating point data or 2 or 4 pieces of double precision floating point data with one parallel instruction. Theoretically, the application of vector extension model can improve 4 to 8 times at least. The models of SISD (Single Instruction Single Data) and SIMD are illustrated in Figure 3. For example, 4 pieces of single precision data can be added with one instruction in SSE. As for the traditional SISD CPU, one instruction can only add one piece of data. Due to the fact that C S imaging is a regular and continuous process, which is suitable for employing the vector extension computing model.

3. CPU/GPU Collaborative Computing Based SAR Imaging Processing

The existing fast SAR imaging processing methods on GPU always have some obvious problems that may limit the performance of accelerating. In paper [11], MingCong proposed to realize fast SAR image processing, which executed transpose operations on CPU, and then transferred data to GPU to finish the rest processing. There are frequent data transferring between GPU memory and CPU memory because the transposing operation is implemented only on CPU. Meanwhile, there exists waste of computing resources in that GPU is idle while executing transpose operation on CPU, and CPU is idle while doing multiplication and FFT on GPUs. This is not the most effective method to utilize the computing resources of both CPU and GPU.
Another typical GPU based imaging processing [28] is that the whole processing procedure is implemented on GPU, and CPU only takes on some workloads such as controlling and I/O. There are two disadvantages about this method. First, the volume of GPU memory is limited. With the size of SAR data increasing, GPU memory is not large enough for the whole chunk of SAR raw data. Second, CPU is always idle when GPU is computing, which is a waste of computing resources of CPU.
Considering the disadvantages of existing methods, a CPU/GPU collaborative computing based SAR imaging algorithm is proposed. Three obvious flaws of the exiting methods are avoided in the proposed method.
First, the limitation of GPU memory is broken through the proposed bi-direction partitioning strategy, through which transpose operation can be separately performed on both GPU and CPU. Accordingly, the frequent data transferring between CPU and GPU for transpose operation is avoided. Besides, the part of SAR data processed by GPU can be copied to GPU memory, followed by starting computing without waiting for data transpose on CPU. What’s more, the size of copying data is smaller, because there is only a part of data stays at CPU memory to be processed. A flowchart of the bi-direction partitioning based multiple devices parallel imaging is illustrated in Figure 4.
SAR raw data can be accessed on CPU at first, then it is partitioned into 2 parts. One of them is copied to GPU memory and processed by GPU, and the other is processed by CPU. Then, GPUs and CPUs can be controlled by multi-thread, so that they can work synchronously. Azimuth FFT operation is the first step of C S algorithm, including matrix transposing, azimuth FFT, and matrix transposing one more time, which are implemented on both GPU and CPU. After Step I, data is copied from GPU to CPU. SAR data is expected to be arranged by range first in the next step. As a consequence, the two parts of data should be collected together to prepare for the processing of Step II. Procedure of Step II and Step III can refer to Step I, which are similar. As shown in Figure 4, the green bigger rectangle block represents the work load assigned to GPU, and the blue smaller block is the work load assigned to CPU. Solid color means that data is unprocessed (not include transposing), and the blocks with mesh mean that this block of data is processed.
Second, CPU also plays an important role of SAR imaging. The vectorization and multi-core parallel based C S algorithm is presented so that all the imaging steps are executed on multi-CPUs. The only difference between GPU and CPU is the task load because of their different computing capability.
Third, on the basis of bi-direction partitioning and CPU multilevel parallel imaging, the multiple CPU/GPU deep collaborative imaging method is presented for realtime SAR imaging. A flowchart of the entire algorithm on the heterogeneous framework is illustrated in Figure 5. The deep collaborative imaging algorithm mainly includes the following three parts:
  • Task partitioning and scheduling. SAR raw data is divided into several parts according to the direction to be processed, and is distributed to multiple CPU/GPU. This step occurs three times during the entire imaging process, as shown in Figure 4.
  • Multilevel parallel processing algorithms. The multi-core parallel, vectorization and GPU massively parallel designs of C S critical processing steps, namely transpose, FFT and phase multiplication, and will be specifically discussed in the following subsections.
  • Data Merging. The final SAR image will be obtained after merging all the partial imaging results from different computing devices.

3.1. Collaborative Computing Oriented Imaging Task Partitioning and Scheduling

At first, multi-GPU should be seen on the same level with multi-core CPU. A coarse-grained partitioning is made for the SAR data, which can be processed respectively by multi-GPU and multi-core CPU.
Supposing that there are N r points in range, which is the number of sampling points, and N a points in azimuth, which is the number of pulses. In SAR imaging processing system, SAR raw data is stored by range first. Thus I/O operations are at a high efficiency when range processing for the piece of data is stored in a segment of contiguous memory, as shown in Figure 6 (left). However, when azimuth processing, each piece of data is distributed in N a data segments, which is showed in Figure 6 (right). Each point in azimuth cannot be accessed contiguously, thus, a piece of discontinuous memory should be copied from CPU memory to GPU memory before azimuth operations. CUDA provides a function to copy a piece of discontinuous memory between CPU and GPU, i.e., c u d a M e m c p y 2 D () [38].
Furthermore, using page-locked memory on CPU can improve the copy efficiency. CUDA APIs c u d a H o s t A l l o c () and c u d a F r e e H o s t () can be used to allocate and free the page-locked CPU memory [38]. Bandwidth of memory copy between GPU memory and page-locked CPU memory can be higher [38,39]. Another important reason why choosing page-locked memory is due to that copies between GPU memory and page-locked CPU memory can be performed concurrently with kernel execution on some devices of compute capability 1 . 1 and higher [39]. Some devices of compute capability 2 . x and higher can perform a copy from page-locked host memory to GPU memory concurrently with a copy from GPU memory to page-locked CPU memory [39].
Secondly, there is a fine-grained partitioning of data on each GPU card to realize asynchronous concurrent execution. The principle of asynchronous concurrent execution is illustrated in Figure 7. With partitioning of data and stream operations, memory copy and kernel execution, and memory copies of different directions that belong to different streams can be executed concurrently. Note that memory allocated in CPU must be page-locked and the memory copy functions are suffixed by A s y n c like c u d a M e m c p y 2 D A s y n c () or c u d a M e m c p y A s y n c () when expecting an asynchronous concurrent execution [39].
In the method, 3 streams are created to concurrently execute different task. Then, data distributed to each GPU card is divided into 32 blocks, which is determined through the analysis of GPU memory and data volume. The first 3 blocks of data with s t r e a m 0 , s t r e a m 1 and s t r e a m 2 , and the rest of data blocks can reuse s t r e a m 0 to s t r e a m 2 . In this case, for the overall task, different type of tasks are assigned to different streams under overlapping execution, and expect for 3 times acceleration.

3.2. Transpose Optimization

In general, SAR data is stored by range-first and transposed when operating in the azimuth. At present, the main methods to achieve matrix transpose include in row out column (IROC) or in column out row (ICOR); two-page or three-page transpose method and so on [40]. CUDA 6 . 5 provides sample program about matrix transposing, which can realize optimization of transposing on GPU. This sample is applied into the proposal directly.
As for CPU, there is a new method designed to transpose the matrix with vector extension model. As shown in Figure 8, SAR data is split into blocks. Each block is composed by 4 × 4 pieces of 32-bits single precision floating point data, which means there are 4 rows in each block, and 4 pieces of single precision floating point data in each row. One block at range is selected each time and processed according to the next three steps:
  • Load each row of this block into a 128 bits register defined by _ _ m 128 .
  • Interleave the lower (or higher) two pieces of data, which occupy 0–63 bits in the register of 128 bits, with the lower (or higher) two pieces of data using function _ m m _ u n p a c k l o _ p s (). Through this step, the data named a, b, c and d shown in the top data cell is rearranged to the middle data cell in a new order.
  • Store them into a temporary register.
In the first stage, the data is chosen in a certain order:
  • Lower data in 1st and 3r drows.
  • Lower data in 2nd and 4th rows.
  • Higher data in 1st and 3rd rows.
  • Higher data in 2nd and 4th rows.
So far, data cells in the middle are obtained. In the next stage, the similar process is repeated on the temporary register. Since the sequence changes, the data is modified in a new order:
  • Lower data in the 1st and 2nd rows.
  • Higher data in the 1st and 2nd rows.
  • Lower data in the 3rd and 4th rows.
  • Higher data in the 3rd and 4th rows.
The operations on the data cells are all done in an order of ➀, ➁, ➂, and ➃ as shown in figures, and when it is done, the last data cell is obtained in Figure 8, which represents the expected results. They are stored into the location that is mapped symmetrical by the diagonal with the original location. This procedure is similar to a Rubik’s cube. It is disorganized at first, and then set back in another sequence.

3.3. FFT Optimization

There are 4 FFT operations during the C S imaging process. Due to the fact that FFT is a basic processing tool, there are mature FFT libraries on GPU and CPU. cuFFT library is a NVIDIA CUDA FFT product and designed to provide high performance FFT operations on GPUs [41]. After cuFFT plans being created, parameters of plan can be configured by the number of pulses and sampling points. In addition, CUDA also provides API helping cuFFT plans to be set to streams, namely c u f f t S e t S t r e a m (). Otherwise, cuFFT can also execute concurrently with memory copying.
As for CPU, MKL is used to implement FFT. MKL includes highly vectorized and threaded FFT and some other math functions. FFT of MKL is deeply optimized. Combining with OpenMP, it can realize further optimization of FFT on CPU. Otherwise, both FFT libraries are suitable for the proposed multiple CPU/GPU based collaborative imaging framework.

3.4. Phase Multiplication Optimization

Except of the transpose and FFT operations, phase multiplication is the main parts of the C S algorithm and occupies the most computing time. Whether chirp scaling, range compression or azimuth compression, are all seen as the phase multiplication process, namely the vector multiplication.
GPU cards of NVIDIA have been developed as a high performance computing platform with high parallelism, many-cores and ultra high bandwidth, so that phase multiplication computing tasks is easy to transplant to GPU by CUDA. After designing the phase multiplication kernel, the vector multiplications can be executed by multiple thread blocks, as shown in Figure 9.
As for CPU implementation, the vector multiplications and the operations among the SAR raw data are not related. Therefore, it is not complex to carry out parallel computation on multi-core CPU. Since SAR data is two-dimensional (including azimuth and range), there are 2 level loops used in the program. OpenMP is used to accelerate the outside layer’s loop, where it is suitable to use OpenMP to do some coarse-grained parallelism. In the inside layer’s loop, some fine grained parallelism is implemented on SAR raw data [42]. AVX instructions are used to speed up the program in data-level. AVX helps to process 8 pieces of single precision floating point data with one instruction. Figure 10 shows phase multiplication with OpenMP in thread-level parallel and AVX in data-level parallel.

4. Experimental Section

The deep multiple CPU/GPU collaborative computing method proposed in this paper has made some contributions to fast SAR imaging. To realize the final acceleration effect, the experiments by 3 steps are evaluated. At first, C S algorithm is deployed into 4 GPU cards to realize massive parallel optimizations using CUDA, which enhances the processing efficiency compared with the existing CUDA based imaging method. Next, the CPU based method is designed with the combination of OpenMP based multi-core parallelism and AVX based vector extension, which is also proved a feasible solution to realize fast SAR imaging processing. At last, the above two proposals are combined to accelerate C S algorithm by parallel optimization, which can be seen as an application of heterogeneous parallel computing. All of the works are implemented with parallel optimizing based on the traditional C S algorithm. Neither any modifications nor replaced the double-precision floating point arithmetic with single-precision are done; thus, the precision of the proposal can meet the requirement of SAR imaging processing. Otherwise, for SAR imaging processing, the time consumption is only related to the number of received pulses and the number of sampling points of each pulse. So, regardless the type of targets is point target or extended scene, they are the same to the procedure of imaging processing for time consumption. In order to evaluate the efficiency, three different sizes of point target simulations are considered, i.e., 8192 × 8192 , 16384 × 16384 and 32768 × 32768 . Then, the point target and extended scene simulation in 8192 × 8192 are performed to verify the imaging accuracy. All the SAR raw data are simulated by the multi-GPUs based time-domain SAR raw data simulator [43]. Two Intel Xeon E5 CPUs, four NVIDIA Tesla K10 GPUs are used in the experiments, whose imaging parameters and hardware specifications are listed in Table 1 and Table 2. Besides, the software environment includes three components, respectively, the OpenMP is employed for multicore processing, AVX is exploited for SIMD vector extension, and CUDA is used for multi-GPU parallel computing.
C S algorithm is chosen in the experiments. With SAR simulation data of C-band as data source and three optimizing strategies employed, the accelerating effects are analyzed according to the experimental results. There are three levels of optimizing strategies, namely multi-GPU based method, vector extension and multi-core CPU based method, and CPU/GPU heterogeneous collaborative computing method. Meanwhile, the single-core CPU running time of the C S algorithm is employed as a benchmark.

4.1. Performance Analysis on Multi-GPU Based Methods

The primary experiment is conducted on multi-GPU with CUDA, which includes four K 10 cards. Time consumption of C S algorithm accelerated by this method and single-core CPU as well as the ratio of acceleration comparing to the reference experiment are listed in Table 3. Results in Table 3 demonstrate that the efficiency of SAR imaging has been improved by over 100, 174 and 202 times when processing SAR data whose size is 8192 × 8192 , 16384 × 16384 and 32768 × 32768 , respectively. With data size increasing, performance of this method is more prominent, which proves that the computing resource of GPU is fully utilized when processing data of big size.

4.2. Performance Analysis on Multi-Core Vector Extension CPU Based Method

Experiments on multi-core CPUs are conducted with vector extension instructions. Twelve threads are created on CPU to realize the coarse-grained parallelism of C S algorithm by using OpenMP. Furthermore, the fine-grained parallelism is realized with AVX on each CPU core. Time consumption and ratio of acceleration of this method are listed in Table 4. It speeds up the traditional algorithm by more than 24, 33 and 38 times when processing the three groups of SAR data in different size. Similarly, the optimizing effect is more prominent with bigger data size.

4.3. Performance Analysis on CPU/GPU Heterogeneous Collaborative Computing Method

According to above experimental results, multi-core vector extension acceleration performs nearly as well as CUDA method. Experiments are further designed to take the computing resources of both CPU and GPU cards into account, namely the deep heterogeneous CPU/GPU collaborative computing strategy. The experimental results are listed in Table 5, which indicates the algorithm is speeded up by more than 137, 212 and 277 times corresponding to the three groups of SAR data in different sizes, and the CPU/GPU heterogeneous collaborative computing method is affirmed to be a better strategy.
There is a comprehensive comparison about the three high performance computing methods based experiments, which is illustrated in Figure 11. The conclusion is obvious that this deep CPU/GPU heterogeneous collaborative computing proposal makes the traditional C S algorithm far more efficient.

4.4. Accuracy Analysis on CPU/GPU Heterogeneous Collaborative Computing Method

Figure 12 illustrates the imaging results, whose size is 8192 × 8192 . The left one represents the result based on the single-core CPU baseline without optimization, and the right one represents the result of proposed CPU/GPU collaborative method. They are pretty much indistinguishable. Table 6 shows the indicators of imaging result in azimuth direction. Table 7 shows the indicators in range direction, where R represents the resolution, E represents the Expansion ratio, P represents the peak sidelobe ratio, and I represents the integral sidelobe ratio. There are no differences between them. Furthermore, a simulated raw data of extended scene is processed by the proposed collaborative computing method, and its result is shown in Figure 13. Here is just focusing capability verification, one SAR image is taken as the scene reflectivity map without considering the scene geometric and electromagnetic model. The future work will be the classical extended scene simulation [4,5,6,7,8,9,10] for the geometric and radiometric accuracy verification of imaging algorithm.
Through the above accuracy analysis on imaging indicators and image result, the accuracy of the proposed collaborative computing method can be totally guaranteed. There is another implementation related issue should be additionally considered, namely the data type of the imaging code. For the CS imaging, the single-precision floating point type (float) is accurate enough for indicator analysis, target recognition and other SAR image applications, and is also employed in the imaging program. However, for the further interferometric processing, the preserved phase information by float operation may not accurate enough. So, the data type in should be changed to double-precision floating point type (double) for fully phase preserving in interferometric applications. Accordingly, the changes of data type from float to double may reduce the imaging efficiency to some extent in that the float computing power of CPU and GPU are always higher than their double computing power.

4.5. Cost Analysis

From the price standpoint, market prices of K10 card (with 2 GK104 cores) is about $ 3400 , Intel Xeon E5 CPU is sold with a price about $ 726 . All of the computing devices have taken about $ 7526 , since SAR imaging processing has been speeded up by 270 + times when processing data of big size, the final heterogeneous collaborative computing method has a real price advantage on a multiple of 27. From the power consumption perspective, K 10 consumes about 250 w when computing, and the nominal value of Intel Xeon E 5 CPU is 80 w , which indicates a power advantage on a multiple of 37. For a portable purpose, 7 CPUs are needed to achieve the same efficiency of SAR imaging processing. Thus, it can be seen that the final CPU/GPU collaborative computing method proposed in this work has a great advantage not only from the price standpoint, but also the power consumption and portable perspectives.

5. Conclusions

In this paper, a deep CPU/GPU collaborative computing method was proposed to realize the deep optimization on traditional C S algorithm without modifying the algorithm itself. At first, the structure of C S algorithm was analyzed, and two optimizing strategies were presented based on multi-core GPU and vector extension based multi-core CPU respectively, which fit the structure of C S algorithm. After that, the technical challenges of the two methods were explained in details. Based on the works above, a new framework was achieved, which fused CPU and GPU together, namely the deep CPU/GPU collaborative computing method on SAR imaging processing. In the proposed method, computing resources of devices were fully utilized, not only GPU, CPU also took on a part of computing tasks. As for GPU, simulation data was partitioned to make memory copy operations and kernel functions of each block of data executed concurrently with asynchronous concurrent APIs of CUDA, which overlapped most of the memory copy operations. Beyond that, some samples and library functions provided by CUDA were helpful to enhance the efficiency of optimization. For CPU, OpenMP was employed for multi-core processing, and AVX was exploited for SIMD vector extension on each CPU core, which also enhanced the computing efficiency of CPU. In the final proposal, the two optimizing strategies were combined to further enhance the efficiency of C S algorithm. The experimental results demonstrated that this deep CPU/GPU collaborative computing method can achieve more than 270× speedup over traditional single-core CPU method when processing data of big size. In addition, it was proved more advantageous when the size of simulation data increasing.
Generally, the proposed method has proven to be highly efficient, and can be used in realtime SAR imaging processing system. Furthermore, the inverse process of the proposed method can be employed to realize the realtime inverse CS algorithm [44], which can be used to generate simulated SAR raw data. Thus, the realtime raw data generation will be implemented under the multiple CPU/GPU collaborative computing framework. The future work of this research will apply the multiple CPU/GPU collaborative computing method to SAR target detection and recognition domain [45].

Acknowledgments

This work was supported in part by the National Natural Science Foundation of China under Grant No. 61501018, Grant No. 61571033, by the Beijing Natural Science Foundation under Grant No. 4164093, and by the Fundamental Research Funds for the Central Universities under Grant YS1404.

Author Contributions

Fan Zhang, Wei Li and Yuxin Hu conceived and supervised this study. Guojun Li designed and programmed the parallel imaging algorithm. Guojun Li and Wei Hu performed the experiments. Fan Zhang, Guojun Li and Wei Li analyzed the results and wrote the paper.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
SAR
Synthetic aperture radar
GPU
Graphics processing unit
CS
Chirp scaling
SIMD
Single instruction multiple data
AVX
Advanced vector extensions

References

  1. Ning, X.; Yeh, C.; Zhou, B.; Gao, W.; Yang, J. Multiple-GPU accelerated range-doppler algorithm for synthetic aperture radar imaging. In Proceedings of the Radar Conference (RADAR), Kansas City, MO, USA, 23–27 May 2011; pp. 698–701.
  2. Li, C.; Yang, W.; Wang, P. A Review of Spaceborne SAR Algorithm for Image Formation. J. Radars 2013, 1, 111–122. [Google Scholar] [CrossRef]
  3. Meng, D.; Hu, Y.; Shi, T.; Sun, R.; Li, X. Airborne SAR real-time imaging algorithm design and implementation with CUDA on NVIDIA GPU. J. Radars 2013, 2, 481–491. [Google Scholar] [CrossRef]
  4. Franceschetti, G.; Guida, R.; Iodice, A.; Riccio, D.; Ruello, G. Efficient Simulation of hybrid stripmap/spotlight SAR raw signals from extended scenes. IEEE Trans. Geosci. Remote Sens. 2004, 42, 2385–2396. [Google Scholar] [CrossRef] [Green Version]
  5. Franceschetti, G.; Migliaccio, M.; Riccio, D.; Schirinzi, G. SARAS: A synthetic aperture radar (SAR) raw signal simulator. IEEE Trans. Geosci. Remote Sens. 1992, 30, 110–123. [Google Scholar] [CrossRef]
  6. Franceschetti, G.; Migliaccio, M.; Riccio, D. SAR simulation of actual ground sites described in terms of sparse input data. IEEE Trans. Geosci. Remote Sens. 1994, 32, 1160–1169. [Google Scholar] [CrossRef]
  7. Franceschetti, G.; Iodice, A.; Migliaccio, M.; Riccio, D. A novel across-track SAR interferometry simulator. IEEE Trans. Geosci. Remote Sens. 1998, 36, 950–962. [Google Scholar] [CrossRef]
  8. Cimmino, S.; Franceschetti, G.; Iodice, A.; Riccio, D.; Ruello, G. Efficient spotlight SAR raw signal simulation of extended scenes. IEEE Trans. Geosci. Remote Sens. 2003, 41, 2329–2337. [Google Scholar] [CrossRef]
  9. Franceschetti, G.; Iodice, A.; Riccio, D.; Ruello, G.; Siviero, R. SAR raw signal simulation of oil slicks in ocean environments. IEEE Trans. Geosci. Remote Sens. 2002, 40, 1935–1949. [Google Scholar] [CrossRef]
  10. Franceschetti, G.; Iodice, A.; Riccio, D.; Ruello, G. SAR raw signal simulation for urban structures. IEEE Trans. Geosci. Remote Sens. 2003, 41, 1986–1995. [Google Scholar] [CrossRef]
  11. Song, M.; Liu, Y.; Zhao, F.; Wang, R.; Li, H. SAR data based on the heterogeneous architecture of GPU and CPU. In Processings of the International Radar Conference, Xi’an, China, 14–16 April 2013; pp. 1–5.
  12. Sadjadi, F.A. New comparative experiments in range migration mitigation methods using polarimetric inverse synthetic aperture radar signatures of small boats. In Processings of the IEEE Radar Conference, Cincinnati, OH, USA, 19–23 May 2014; pp. 613–616.
  13. Sadjadi, F.A. New experiments in inverse synthetic aperture radar image exploitation for maritime surveillance. In Processings of the SPIE Defense and Security, 5 May 2014.
  14. Cumming, I.G.; Wong, F.H. Digital Processing of Synthetic Aperture Data: Algorithms and Implementation; Artech House Publishers: Norwood, MA, USA, 2005. [Google Scholar]
  15. Wang, P.; Liu, W.; Chen, J.; Niu, M.; Yang, W. A High-order Imaging Algorithm for High-Resolution Spaceborne SAR Based on a Modified Equivalent Squint Range Model. IEEE Trans. Geosci. Remote Sens. 2015, 53, 1225–1235. [Google Scholar] [CrossRef]
  16. Wang, P.; Liu, W.; Chen, J.; Yang, W.; Han, Y. Higher Order Nonlinear Chirp Scaling Algorithm for Medium Earth Orbit Synthetic Aperture Radar. J. Appl. Remote Sens. 2015, 9, 1–13. [Google Scholar] [CrossRef]
  17. Raney, R.K.; Runge, H.; Bamler, R.; Cumming, I.; Wong, F.H. Precision SAR Processing Using Chirp Scaling. IEEE Trans. Geosci. Remote Sens. 1994, 32, 786–799. [Google Scholar] [CrossRef]
  18. Sun, J.; Wang, J.; Yuan, Y.; Mao, S. Extended Chirp Scaling Algorithm for Spotlight SAR. Chin. J. Aeronaut. 2002, 15, 103–108. [Google Scholar] [CrossRef]
  19. Moreira, A.; Mittermayer, J.; Scheiber, R. Extended Chirp Scaling Algorithm for Air- and Spaceborne SAR Data Processing in Stripmap and ScanSAR Imaging Modes. IEEE Trans. Geosci. Remote Sens. 1996, 34, 1123–1136. [Google Scholar] [CrossRef]
  20. Prats, P.; Scheiber, R.; Mittermayer, J.; Meta, A.; Moreira, A. Processing of Sliding Spotlight and TOPS SAR Data Using Baseband Azimuth Scaling. IEEE Trans. Geosci. Remote Sens. 2010, 48, 770–780. [Google Scholar] [CrossRef]
  21. Wong, Y.; Posner, E.C. A new clustering algorithm applicable to multispectral and polarimetric SAR images. IEEE Trans. Geosci. Remote Sens. 1993, 31, 634–644. [Google Scholar] [CrossRef]
  22. Wang, D.; Ali, M. Synthetic Aperture Radar on low power multi-core Digital Signal Processor. In Proceedings of the IEEE conference on High Performance Extreme Computing (HPEC), Waltham, UK, 10–12 September 2012; pp. 1–6.
  23. Xiong, J.; Wang, Z.; Yao, J.; Shi, C. The FPGA Design of on Board SAR Real Time Imaging Processor. Acta Electron. Sin. 2005, 33, 1070–1072. [Google Scholar]
  24. Li, J.; Wen, S.; Wang, J.; Zhong, L.; Zhang, W. Design and Implementation of a Real-time Processing System of Full Resolution Quick-look Image of HJ-1 Environmental Satellite C SAR Based on High Performance Cluster. J. Radars 2014, 3, 332–338. [Google Scholar]
  25. Hartley, T.D.; Fasih, A.R.; Berdanier, C.A.; Ozguner, F.; Catalyurek, U.V. Investigating the use of GPU-accelerated nodes for SAR image formation. In Proceedings of the IEEE International Conference on Cluster Computing and Workshops, New Orleans, LA, USA, 31 August–4 Septemebr 2009; pp. 1–8.
  26. Sun, J.; Meng, L.; Zhang, X. Streaming BP for Non-Linear Motion Compensation SAR Imaging Based on GPU. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2013, 6, 2035–2050. [Google Scholar]
  27. Wu, Z.; Liu, Y.; Zhang, L.; Li, N.; Du, K.; Balz, T. Highly efficient synthetic aperture radar processing system for airborne sensors using CPU+GPU architecture. J. Appl. Remote Sens. 2015, 9, 293–297. [Google Scholar] [CrossRef]
  28. Chapman, W.; Ranka, S.; Sahni, S.; Schmalz, M.; Majumder, U.; Moore, L.; Elton, B. Parallel processing techniques for the processing of synthetic aperture radar data on GPUs. In Proceedings of the IEEE International Symposium on Signal Processing and Information Technology (ISSPIT), Bilbao, Spain, 14–17 Decemeber 2011; pp. 573–580.
  29. Clemente, C.; di Bisceglie, M.; Santo, M.D.; Ranaldo, N.; Spinelli, M. Processing of synthetic Aperture Radar data with GPGPU. In Proceedings of the IEEE Workshop on Signal Processing Systems (SiPS), Tampere, Finland, 7–9 October 2009; pp. 309–314.
  30. Hou, M.; Ramp, D.O. High Resolution Space-borne SAR Imaging Based on GPU. Electron. Sci. Technol. 2013, 26, 29–35. [Google Scholar]
  31. Zhang, F.; Hu, C.; Wu, P.C.; Zhang, H.; Wong, M.D. Accelerating aerial image simulation using improved CPU/GPU collaborative computing. Comput. Electr. Eng. 2015, 46, 176–189. [Google Scholar] [CrossRef]
  32. Hu, C.; Zhang, F.; Ma, L.; Li, G.; Hu, W.; Li, W. Efficient SAR raw data parallel simulation based on multicore vector extension. In Proceedings of the IEEE International Geoscience and Remote Sensing Symposium (IGARSS), Milan, Italy, 26–31 July 2015; pp. 4719–4722.
  33. Li, G.; Zhang, F.; Ma, L.; Hu, W.; Li, W. Accelerating SAR imaging using vector extension on multi-core SIMD CPU. In Proceedings of the IEEE International Geoscience and Remote Sensing Symposium (IGARSS), Milan, Italy, 26–31 July 2015; pp. 537–540.
  34. Lang, J.; Rünger, G. An execution time and energy model for an energy-aware execution of a conjugate gradient method with CPU/GPU collaboration. J. Parallel Distrib. Comput. 2014, 74, 2884–2897. [Google Scholar] [CrossRef]
  35. Hwu, W. What is ahead for parallel computing. J. Parallel Distrib. Comput. 2014, 74, 2574–2581. [Google Scholar] [CrossRef]
  36. Kristof, P.; Yu, H.; Li, Z.; Tian, X. Performance Study of SIMD Programming Models on Intel Multicore Processors. In Proceedings of the Parallel and Distributed Processing Symposium Workshops and PhD Forum (IPDPSW), Shanghai, Chian, 21–25 May 2012; pp. 2423–2432.
  37. Nuzman, D.; Rosen, I.; Zaks, A. Auto-vectorization of interleaved data for SIMD. Acm. Sigplan Notices 2006, 41, 132–143. [Google Scholar] [CrossRef]
  38. Corporation, N. CUDA Runtime API; Technical Report for or NVIDIA Corporation: Santa Clara, CA, USA, 2014. [Google Scholar]
  39. Corporation, N. CUDA C Programming Guide; Technical Report for NVIDIA Corporation: Santa Clara, CA, USA, 2014. [Google Scholar]
  40. Bian, M.; Bi, F.; Liu, F. Matrix Transpose Methods for SAR Imaging System. In Proceedings of the IEEE 10th International Conference on Signal Processing (ICSP), Beijing, China, 24–28 October 2010; pp. 2176–2179.
  41. Corporation, N. CUFFT Library; Technical Report for or NVIDIA Corporation: Santa Clara, CA, USA, 2014. [Google Scholar]
  42. Tian, X.; Saito, H.; Girkar, M.; Preis, S.V.; Kozhukhov, S.S.; Cherkasov, A.G.; Nelson, C.; Panchenko, N.; Geva, R. Compiling C/C++ SIMD Extensions for Function and Loop Vectorizaion on Multicore-SIMD Processors. In Proceedings of the Parallel and Distributed Processing Symposium Workshops and PhD Forum (IPDPSW), Shanghai, China, 21–25 May 2012; pp. 2349–2358.
  43. Zhang, F.; Hu, C.; Li, W.; Hu, W.; Li, H. Accelerating Time-Domain SAR Raw Data Simulation for Large Areas Using Multi-GPUs. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2014, 7, 3956–3966. [Google Scholar] [CrossRef]
  44. Khwaja, A.; Ferro-Famil, L.; Pottier, E. SAR raw data generation using inverse SAR image formation algorithms. IEEE Inter. Geosci. Remote Sens. Symp. 2006, 16, 4174–4177. [Google Scholar]
  45. Wang, W.; Ji, Y.; Lin, X. A Novel Fusion-Based Ship Detection Method from Pol-SAR Images. Sensors 2015, 15, 25072–25089. [Google Scholar] [CrossRef] [PubMed]
Figure 1. The chirp scaling algorithm diagram.
Figure 1. The chirp scaling algorithm diagram.
Sensors 16 00494 g001
Figure 2. The comparison of phase multiplication between CPU and GPU.
Figure 2. The comparison of phase multiplication between CPU and GPU.
Sensors 16 00494 g002
Figure 3. The operating model of SISD (Left) and SIMD (Right).
Figure 3. The operating model of SISD (Left) and SIMD (Right).
Sensors 16 00494 g003
Figure 4. Bi-direction partitioning based multiple devices parallel imaging.
Figure 4. Bi-direction partitioning based multiple devices parallel imaging.
Sensors 16 00494 g004
Figure 5. Multiple CPU/GPU deep collaborative imaging framework.
Figure 5. Multiple CPU/GPU deep collaborative imaging framework.
Sensors 16 00494 g005
Figure 6. Data distribution in range (Left) and azimuth (Right).
Figure 6. Data distribution in range (Left) and azimuth (Right).
Sensors 16 00494 g006
Figure 7. Synchronous and asynchronous execution execution.
Figure 7. Synchronous and asynchronous execution execution.
Sensors 16 00494 g007
Figure 8. Transpose SAR data by interleaving instructions.
Figure 8. Transpose SAR data by interleaving instructions.
Sensors 16 00494 g008
Figure 9. Multiple equally-shaped thread blocks.
Figure 9. Multiple equally-shaped thread blocks.
Sensors 16 00494 g009
Figure 10. Parallel phase multiplication with OpenMP and AVX.
Figure 10. Parallel phase multiplication with OpenMP and AVX.
Sensors 16 00494 g010
Figure 11. The performance comparison among three HPC methods.
Figure 11. The performance comparison among three HPC methods.
Sensors 16 00494 g011
Figure 12. The imaging results from serial imaging (Left) and CPU/GPU collaborative computing (Right).
Figure 12. The imaging results from serial imaging (Left) and CPU/GPU collaborative computing (Right).
Sensors 16 00494 g012
Figure 13. The imaging result of distributed target based on proposed method.
Figure 13. The imaging result of distributed target based on proposed method.
Sensors 16 00494 g013
Table 1. Imaging Parameters.
Table 1. Imaging Parameters.
ParametersValue
Wave length0.056 m
PRF1850 Hz
Pulse width30 us
Band width60 MHz
Sampling rate80 MHz
Center distance1000 km
Table 2. Environment Specifications.
Table 2. Environment Specifications.
ParametersValue
Operating systemRedhat 6.5
CPUIntel Xeon E5-2630 v2
Number of CPU cores12 × 2
GPUNVIDIA Tesla K10
Number of CUDA cores1536 × 4
GPU Float performance1.5TFlops × 4
Total dedicated GPU memory4GB × 4
Table 3. Running time of multi-GPU based method.
Table 3. Running time of multi-GPU based method.
Data Size4 GPU (s)Sing-Core CPU (s)Ratio
8192 × 8192 0.3030.21100.70
16 , 384 × 16 , 384 0.88153.19174.08
32 , 768 × 32 , 768 3.85778.11202.11
Table 4. Running time of multi-core vector extension CPU based method.
Table 4. Running time of multi-core vector extension CPU based method.
Data SizeSIMD CPU (s)Sing-core CPU (s)Ratio
8192 × 8192 1.2130.2124.97
16 , 384 × 16 , 384 4.61153.1933.23
32 , 768 × 32 , 768 20.33778.1138.27
Table 5. Running time of collaborative computing based method.
Table 5. Running time of collaborative computing based method.
Data SizeCPU/GPU (s)Sing-Core CPU (s)Ratio
8192 × 8192 0.2230.21137.32
16 , 384 × 16 , 384 0.72153.19212.76
32 , 768 × 32 , 768 2.8778.11277.90
Table 6. Imaging indicators of azimuth direction.
Table 6. Imaging indicators of azimuth direction.
Scene SizeBaselineCPU/GPU Based MethodError
R (m)3.763.760.00
E (dB)0.820.820.00
P (dB)−12.99−12.990.00
I (dB)−9.6−9.60.00
Table 7. Imaging indicators of range direction.
Table 7. Imaging indicators of range direction.
Scene SizeBaselineCPU/GPU Based MethodError
R (m)3.193.190.00
E (dB)0.880.880.00
P (dB)−13.31−13.310.00
I (dB)−9.95−9.950.00

Share and Cite

MDPI and ACS Style

Zhang, F.; Li, G.; Li, W.; Hu, W.; Hu, Y. Accelerating Spaceborne SAR Imaging Using Multiple CPU/GPU Deep Collaborative Computing. Sensors 2016, 16, 494. https://doi.org/10.3390/s16040494

AMA Style

Zhang F, Li G, Li W, Hu W, Hu Y. Accelerating Spaceborne SAR Imaging Using Multiple CPU/GPU Deep Collaborative Computing. Sensors. 2016; 16(4):494. https://doi.org/10.3390/s16040494

Chicago/Turabian Style

Zhang, Fan, Guojun Li, Wei Li, Wei Hu, and Yuxin Hu. 2016. "Accelerating Spaceborne SAR Imaging Using Multiple CPU/GPU Deep Collaborative Computing" Sensors 16, no. 4: 494. https://doi.org/10.3390/s16040494

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop