Method and apparatus for SAR image recognition based on multi-scale features and broad learning

10977526 ยท 2021-04-13

Assignee

Inventors

Cpc classification

International classification

Abstract

Disclosed are method and apparatus for SAR image recognition based on multi-scale features and broad learning. A region of interest of an original SAR image is extracted by centroid localization, the image is rotated and added with noise for enhancing the data volume, the image is downsampled, LBP features and PPQ features are extracted, an LBP feature vector X.sub.LBP and an LPQ feature vector X.sub.LPQ are cascaded to achieve dimension reduction by principal component analysis to obtain a fusion feature data X.sub.m, the fusion feature data X.sub.m is input to a broad learning network for image recognition and a recognition result is output. By fusing the LBP features and the LPQ features, complementary information is fully utilized and redundant information is reduced. The broad learning network is used to improve the training speed and reduce the time cost. As a result, the recognition effect is more stable, robust and reliable.

Claims

1. A method for synthetic aperture radar (SAR) image recognition based on multi-scale features and broad learning, the method comprising: inputting an original SAR image; obtaining an SAR image including a region of interest by extracting the region of interest of the original SAR image by centroid localization; obtaining a data-enhanced SAR image by rotating the SAR image including the region of interest and adding noise to enhance a data volume; obtaining a multi-scale SAR image by downsampling the data-enhanced SAR image; obtaining a local binary pattern (LBP) feature vector X.sub.LBP by extracting a LBP feature of the multi-scale SAR image; obtaining a local phase quantization (LPQ) feature vector X.sub.LPQ by extracting a LPQ feature of the multi-scale SAR image; obtaining a fusion feature data X.sub.m by cascading the LBP feature vector X.sub.LBP and the LPQ feature vector X.sub.LPQ to achieve a dimension reduction by principal component analysis; and outputting a recognition result by inputting the fusion feature data X.sub.m to a broad learning network for image recognition, wherein outputting the recognition result includes: dividing the fusion feature data X.sub.m, into a training set X.sub.1 and a test set X.sub.2; optimizing a connection weight by inputting the training set X.sub.1 to the broad learning network, and training the broad learning network; and obtaining the recognition result by inputting the test set X.sub.2 to the trained broad learning network.

2. The method according to claim 1, wherein obtaining the SAR image including the region of interest comprises: determining a centroid coordinate according to a centroid formula; obtaining an L*L region of interest with the centroid coordinate as the center, and then obtaining the SAR image including the region of interest; wherein L is an edge length of the region of interest, and wherein the centroid formula is ( x c , y �� ) = ( m 10 m 00 , m 01 m 00 ) , where (x.sub.c,y.sub.c) is the centroid coordinate, m.sub.10 and m.sub.01 are a first-order original matrix of the original SAR image, and m.sub.00 is a zero-order original matrix of the original SAR image.

3. The method according to claim 2, wherein obtaining the LBP feature vector X.sub.LBP comprises: extracting the LBP feature of the multi-scale SAR image by an LBP feature operator; and obtaining the LBP feature vector X.sub.LBP by cascading and fusing the LBP feature; wherein the LBP feature operator is LB P p , r ( x c , y c ) = .Math. p = 0 p - 1 s ( g p - g c ) 2 p , s ( x ) = { 1 , x 0 0 , others ; where (x.sub.c,y.sub.c) is the centroid coordinate, g.sub.c is a centroid grayscale value, g.sub.p are pixel points distributed equidistantly on a circumference with the centroid coordinate as the center of a circle and r as a radius, where p is a number of g.sub.p.

4. The method according to claim 1, wherein optimizing the connection weight comprises: generating feature nodes by inputting the training set X.sub.1 to realize projection and generate i groups of feature nodes, wherein the i.sup.th group of feature nodes are Z.sub.i=(X.sub.1W.sub.ei+.sub.ei), where W.sub.ei is a random matrix, .sub.ei is an offset, and () is a nonlinear activation function; generating enhanced nodes by inputting the training set X.sub.1 to realize projection and generate m groups of enhanced nodes, wherein the m.sup.th group of enhanced nodes are H.sub.m(Z.sup.nW.sub.hm+.sub.hm), where W.sub.hm is a random matrix different from W.sub.ei .sub.hm is an offset different from .sub.ei, () is a nonlinear activation function different from (), and Z.sup.n denotes all the feature nodes; and optimizing the connection weight by connecting the i.sup.th group of feature nodes and the m.sup.th group of enhanced nodes to obtain a combined matrix to serve as an actual input of the broad learning network, and calculating the connection weight of the broad learning network according to an output matrix Y as: W.sub.m=[Z.sub.i|H.sub.m].sup.+Y, and continuously training the broad learning network by the training set X.sub.1 to optimize the connection weight.

5. An apparatus for synthetic aperture radar (SAR) image recognition based on multi-scale features and broad learning, the apparatus comprising: an image input module configured to input an original SAR image; a region of interest extraction module configured to obtain an SAR image including a region of interest by extracting a region of interest of the original SAR image by centroid localization; a data enhancement module configured to obtain a data-enhanced SAR image by rotating the SAR image including the region of interest and adding noise to enhance a data volume; a downsampling module configured to obtain a multi-scale SAR image by downsampling the data-enhanced SAR image; a local binary pattern (LBP) feature extraction module for obtaining configured to obtain an LBP feature vector X.sub.LBP by extracting LBP features of the multi-scale SAR image; a local phase quantization (LPQ) feature extraction module configured to obtain an LPQ feature vector X.sub.LPQ by extracting LPQ features of the multi-scale SAR image; a fusion feature module configured to obtain fusion feature data X.sub.m by cascading the LBP feature vector X.sub.LBP and the LPQ feature vector X.sub.LPQ to achieve a dimension reduction by principal component analysis; and a broad learning network module configured to output a recognition result by inputting the fusion feature data X.sub.m to a broad learning network for image recognition, wherein to output the recognition result, the broad learning network module is further configured to: divide the fusion feature data X.sub.m into a training set X.sub.1 and a test set X.sub.2; optimize a connection weight by inputting the training set X.sub.1 to the broad learning network, and training the broad learning network; and obtain the recognition result by inputting the test set X.sub.2 to the trained broad learning network.

6. The apparatus according to claim 5, wherein to obtain the SAR image including the region of interest, the region of interest extraction module is further configured to: determine a centroid coordinate according to a centroid formula; obtain an L*L region of interest with the centroid coordinate as the center, and then obtaining the SAR image including the region of interest; wherein L is an edge length of the region of interest, and wherein the centroid formula is ( x c , y �� ) = ( m 10 m 00 , m 01 m 00 ) , where (x.sub.c,y.sub.c) is the centroid coordinate, m.sub.10 and m.sub.01 are a first-order original matrix of the original SAR image, and m.sub.00 is a zero-order original matrix of the original SAR image.

7. The apparatus according to claim 6, wherein to obtain the LBP feature vector X.sub.LBP, the LBP feature extraction module is further configured to: extract the LBP feature of the multi-scale SAR image by an LBP feature operator; and obtain the LBP feature vector X.sub.LBP by cascading and fusing the LBP feature; wherein the LBP feature operator is LB P p , r ( x c , y c ) = .Math. p = 0 p - 1 s ( g p - g c ) 2 p , s ( x ) = { 1 , x 0 0 , others ; where (x.sub.c,y.sub.c) is the centroid coordinate, g.sub.c is a centroid grayscale value, g.sub.p are pixel points distributed equidistantly on a circumference with the centroid coordinate as the center of a circle and r as a radius, where p is a number of g.sub.p.

8. The apparatus according to claim 5, wherein to optimize the connection weight, the broad learning network module is further configured to: generate feature nodes by inputting the training set X.sub.i to realize projection and generate i groups of feature nodes, wherein the i.sup.th group of feature nodes are Z.sub.i=(X.sub.1W.sub.ei+.sub.ei), where W.sub.ei is a random matrix, .sub.ei is an offset, and () is a nonlinear activation function; generate enhanced nodes by inputting the training set X.sub.i to realize projection and generate m groups of enhanced nodes, wherein the m.sup.th group of enhanced nodes are H.sub.m(Z.sup.nW.sub.hm+.sub.hm), where W.sub.hm is a random matrix different from W.sub.ei, .sub.hm is an offset different from .sub.ei () is a nonlinear activation function different from () and Z.sup.n denotes all the feature nodes; and optimize the connection weight by connecting the i.sup.th group of feature nodes and the m.sup.th group of enhanced nodes to obtain a combined matrix to serve as an actual input of the broad learning network, and calculating the connection weight of the broad learning network according to an output matrix Y as: W.sub.m=[Z.sub.i|H.sub.m].sup.+Y, and continuously training the broad learning network by the training set X.sub.i to optimize the connection weight.

9. A method for synthetic aperture radar (SAR) image recognition based on multi-scale features and broad learning, the method comprising: inputting an original SAR image; obtaining an SAR image including a region of interest by extracting the region of interest of the original SAR image by centroid localization; obtaining a data-enhanced SAR image by rotating the SAR image including the region of interest and adding noise to enhance a data volume; obtaining a multi-scale SAR image by downsampling the data-enhanced SAR image; obtaining a local binary pattern (LBP) feature vector X.sub.LBP by extracting a LBP feature of the multi-scale SAR image; obtaining a local phase quantization (LPQ) feature vector X.sub.LPQ by extracting a LPQ feature of the multi-scale SAR image; obtaining a fusion feature data X.sub.m by cascading the LBP feature vector X.sub.LBP and the LPQ feature vector X.sub.LPQ to achieve a dimension reduction by principal component analysis; and outputting a recognition result by inputting the fusion feature data X.sub.m to a broad learning network for image recognition; wherein obtaining the SAR image including the region of interest comprises: determining a centroid coordinate according to a centroid formula; obtaining an L*L region of interest with the centroid coordinate as the center, and then obtaining the SAR image including the region of interest; wherein L is an edge length of the region of interest, and wherein the centroid formula is ( x c , y �� ) = ( m 10 m 00 , m 01 m 00 ) , where (x.sub.c,y.sub.c) is the centroid coordinate, m.sub.10 and m.sub.01 are a first-order original matrix of the original SAR image, m.sub.00 is a zero-order original matrix of the original SAR image.

10. The method according to claim 6, wherein obtaining the LBP feature vector X.sub.LBP comprises: extracting the LBP feature of the multi-scale SAR image by an LBP feature operator; and obtaining the LBP feature vector X.sub.LBP by cascading and fusing the LBP feature; wherein the LBP feature operator is LB P p , r ( x c , y c ) = .Math. p = 0 p - 1 s ( g p - g c ) 2 p , s ( x ) = { 1 , x 0 0 , others ; where (x.sub.c,y.sub.c) is the centroid coordinate, g.sub.c is a centroid grayscale value, g.sub.p are pixel points distributed equidistantly on a circumference with the centroid coordinate as the center of a circle and r as a radius, where p is a number of g.sub.p.

Description

BRIEF DESCRIPTION OF THE DRAWINGS

(1) The present disclosure is further described below with reference to the accompanying drawings and examples.

(2) FIG. 1 is a flowchart of a method for SAR image recognition based on multi-scale features and broad learning according to an embodiment of the present disclosure;

(3) FIG. 2 is a specific flowchart of step S800 of FIG. 1; and

(4) FIG. 3 is a schematic structural diagram of an apparatus for SAR image recognition based on multi-scale features and broad learning according to an embodiment of the present disclosure.

DETAILED DESCRIPTION

(5) Embodiments of the present disclosure will be described in detail as follows. Preferred embodiments of the present disclosure are illustrated in the accompanying drawings. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense. It will, however, be evident that various modifications and changes may be made thereunto without departing from the broader spirit and scope of the invention as set forth in the claims.

(6) Referring to FIG. 1, an embodiment of the present disclosure provides a method for SAR image recognition based on multi-scale features and broad learning, including steps of:

(7) S100: inputting an original SAR image;

(8) S200: extracting a region of interest of the original SAR image by centroid localization to obtain an SAR image including the region of interest;

(9) S300: rotating the SAR image including the region of interest and adding noise to enhance the data volume to obtain a data-enhanced SAR image;

(10) S400: downsampling the data-enhanced SAR image to obtain a multi-scale SAR image;

(11) S500: extracting LBP features of the multi-scale SAR image to obtain an LBP feature vector X.sub.LBP;

(12) S600: extracting LPQ features of the multi-scale SAR image to obtain an LPQ feature vector X.sub.LPQ;

(13) S700: cascading the LBP feature vector X.sub.LBP and the LPQ feature vector X.sub.LPQ to achieve dimension reduction by principal component analysis to obtain fusion feature data X.sub.m; and

(14) S800: inputting the fusion feature data X.sub.m to a broad learning network for image recognition and outputting a recognition result.

(15) In this embodiment, the fusion feature data fusing the LBP features and LPQ features is used as an input of a broad learning network, which reduces redundant information and improves feature extraction performance while making full use of complementary information; the broad learning network is used to recognize an SAR image, which has a fast training speed, a small reconstruction cost, greatly reduces the time cost, and also reduces influences of noise in the SAR image on a recognition result; as a result, the recognition effect is more stable, robust and reliable.

(16) Further, in step S200, a centroid coordinate is determined according to a centroid formula; an L*L region of interest with the centroid as the center is obtained, and then the SAR image including the region of interest is obtained, wherein L is an edge length of the region of interest, and L is smaller than the length and width of the original SAR image; the centroid formula is

(17) ( x c , y �� ) = ( m 10 m 00 , m 01 m 00 ) ,
where (x.sub.c,y.sub.c) is the centroid coordinate, m.sub.10 and m.sub.01 are a first-order original matrix of the original SAR image, and m.sup.00 is a zero-order original matrix of the original SAR image. Through step S200, the dimension of the image is reduced, and influences of background noise are reduced.

(18) Further, in step S300, the SAR image including the region of interest is rotated 360 degrees every 1 degree, achieving 360 times data enhancement; a random integer is added to the rotated SAR image as random noise to further enhance the data. The random integer is any integer in [8, 8]. Through step S300, the data volume of the SAR image is enhanced greatly, which is conducive to the improvement of recognition accuracy.

(19) Further, in step S400, the data-enhanced SAR image is downsampled. The downsampling is to reduce the pixels of the image to obtain a multi-scale SAR image. For example, an SAR image whose original size is 64 pixels*64 pixels are downsampled to obtain SAR images of 54 pixels*54 pixels, 45 pixels*45 pixels and 20 pixels*20 pixels.

(20) Further, in step S500, the LBP features of the multi-scale SAR image are extracted by an LBP feature operator. The LBP features are a data matrix, and cascade fusion refers to horizontal parallel connection of the data matrix corresponding to the LBP features, and then the LBP feature vector X.sub.LBP is obtained. The LBP feature operator is

(21) L B P p , r ( x c , y c ) = .Math. p = 0 p - 1 s ( g p - g c ) 2 p , s ( x ) = { 1 , x 0 0 , others ;
where (x.sub.c,y.sub.c) is the centroid coordinate, g.sub.c is a centroid grayscale value, g.sub.p are pixel points distributed equidistantly on the circumference with the centroid as the center of a circle and r as the radius, and p is the number of g.sub.p.

(22) In step S600, LPQ features of the multi-scale SAR image are extracted by an LPQ algorithm to obtain an LPQ feature vector X.sub.LPQ. The LPQ algorithm improves the robustness of fuzzy image recognition with the fuzzy invariance of the Fourier-transformed phase; phase information after Fourier transform is calculated in the neighborhood of each pixel point of the SAR image and quantified in a low-frequency component to form the LPQ features in the form of a data matrix. The LPQ features are cascaded and fused to obtain the LPQ feature vector X.sub.LPQ.

(23) In step S700, the LBP feature vector X.sub.LBP obtained in step S500 and the LPQ feature vector X.sub.LPQ obtained in step S600 are cascaded to achieve dimension reduction by principal component analysis to obtain fusion feature data X.sub.m. The fusion feature data fusing the LBP features and the LPQ features has stronger data features, which is conducive to improve the accuracy of SAR image recognition.

(24) The principal component analysis is mapping an n-dimensional feature to a k-dimensional feature. The k-dimensional feature is a new orthogonal feature, also referred to as a principal component. The principal component analysis is finding a set of mutually orthogonal coordinate axes sequentially from the original space. The selection of new coordinate axes is closely related to data of the n-dimensional feature. A first new coordinate axis is selected in a direction with the largest variance in the original data, a second new coordinate axis is selected such that the variance in a plane orthogonal to the first coordinate axis is the largest, the third axis is selected such that the variance in a plane orthogonal to the first and second axes is the largest, and so on, and then n such coordinate axes, i.e., new coordinate axes obtained in this manner, can be obtained. Only the first k coordinate axes including most of the variances are retained, while the coordinate axes including almost zero variance are ignored to realize dimension reduction of data features.

(25) Referring to FIG. 2, in step S800, the fusion feature data X.sub.m is input to a broad learning network.

(26) In S810, the fusion feature data X.sub.m is divided into a training set X.sub.1 and a test set X.sub.2, and the training set X.sub.1 and the test set X.sub.2 are z-score standardized.

(27) In S820, the training set X.sub.1 is input to train the broad learning network, including:

(28) S821: generating feature nodes by:

(29) inputting the training set X.sub.1 to realize projection and generate i groups of feature nodes, wherein the i.sup.th group of feature nodes are Z.sub.i=(X.sub.1W.sub.ei+.sub.ei), where W.sub.ei is a random matrix, .sub.ei is an offset, and () is a nonlinear activation function;

(30) S822: generating enhanced nodes by:

(31) inputting the training set X.sub.1 to realize projection and generate m groups of enhanced nodes, wherein the m.sup.th group of enhanced nodes are H.sub.m(Z.sup.nW.sub.hm=.sub.hm), where W.sub.hm is a random matrix different from W.sub.ei, .sub.hm is an offset different from .sub.ei, () is a nonlinear activation function different from (), and Z.sup.n denotes all the feature nodes; and

(32) S823: optimizing the connection weight by:

(33) connecting the i.sup.th group of feature nodes and the m.sup.th group of enhanced nodes to obtain a combined matrix to serve as an actual input of the broad learning network, the output matrix of the broad learning network is: Y==[Z.sub.i|H.sub.m]W.sub.m, and the connection weight of the broad learning network is: W.sub.m=[Z.sub.i|H.sub.m].sup.+Y; and continuously training the broad learning network by the training set X.sub.1 to optimize the connection weight.

(34) In S830, the test set X.sub.2 is input to the trained broad learning network to obtain the recognition result. An accurate, fast and adaptive SAR image recognition technique is realized by using low resource demand, fast training and incremental learning characteristics of the broad learning network.

(35) Referring to FIG. 3, another embodiment of the present disclosure provides an apparatus for SAR image recognition based on multi-scale features and broad learning applied to the method for SAR image recognition based on multi-scale features and broad learning, including:

(36) an image input module 1 that performs step S100, for inputting an original SAR image;

(37) a region of interest extraction module 2 that performs step S200, for extracting a region of interest of the original SAR image by centroid localization to obtain an SAR image including the region of interest;

(38) a data enhancement module 3 that performs step S300, for rotating the SAR image including the region of interest and adding noise to enhance the data volume to obtain a data-enhanced SAR image;

(39) a downsampling module 4 that performs step S400, for downsampling the data-enhanced SAR image to obtain a multi-scale SAR image;

(40) an LBP feature extraction module 5 that performs step S500, for extracting LBP features of the multi-scale SAR image to obtain an LBP feature vector X.sub.LBP;

(41) an LPQ feature extraction module 6 that performs step S600, for extracting LPQ features of the multi-scale SAR image to obtain an LPQ feature vector X.sub.LPQ;

(42) a fusion feature module 7 that performs step S700, for cascading the LBP feature vector X.sub.LBP and the LPQ feature vector X.sub.LPQ to achieve dimension reduction by principal component analysis to obtain fusion feature data X.sub.m; and

(43) a broad learning network module 8 that performs step S810 to step S830, for inputting the fusion feature data X.sub.m to a broad learning network for image recognition and outputting a recognition result.

(44) Further, in the region of interest extraction module 2, a centroid coordinate is determined first according to a centroid formula; an L*L region of interest with the centroid as the center is obtained, and then the SAR image including the region of interest is obtained, wherein L is an edge length of the region of interest, and L is smaller than the length and width of the original SAR image; the centroid formula is

(45) ( x c , y �� ) = ( m 10 m 00 , m 01 m 00 ) ,
where (x.sub.c,y.sub.c) is the centroid coordinate, m.sub.10 and m.sub.01 are a first-order original matrix of the original SAR image, and m.sub.00 a zero-order original matrix of the original SAR image.

(46) Further, in the data enhancement module 3, the SAR image including the region of interest is rotated 360 degrees every 1 degree, achieving 360 times data enhancement; a random integer is added to the rotated SAR image as random noise to further enhance the data. The random integer is any integer in [8, 8].

(47) Further, in the downsampling module 4, the data-enhanced SAR image is downsampled. The downsampling is to reduce the pixels of the image to obtain a multi-scale SAR image.

(48) Further, in the LBP feature extraction module 5, the LBP features of the multi-scale SAR image are extracted by an LBP feature operator. The LBP features are a data matrix, and cascade fusion refers to horizontal parallel connection of the data matrix corresponding to the LBP features, and then the LBP feature vector X.sub.LBP is obtained. The LBP feature operator is

(49) LB P p , r ( x c , y c ) = .Math. p = 0 p - 1 s ( g p - g c ) 2 p , s ( x ) = { 1 , x 0 0 , others ;
where (x.sub.c,y.sub.c) is the centroid coordinate, g.sub.c is a centroid grayscale value, g.sub.p are pixel points distributed equidistantly on the circumference with the centroid as the center of a circle and r as the radius, and p is the number of g.sub.p.

(50) Further, in the LPQ feature extraction module 6, LPQ features of the multi-scale SAR image are extracted by an LPQ algorithm, and then the LPQ features are cascaded and fused to obtain an LPQ feature vector X.sub.LPQ.

(51) Further, in the fusion feature module 7, the LBP feature vector X.sub.LBP obtained in the LBP feature extraction module 5 and the LPQ feature vector X.sub.LPQ obtained in the LPQ feature extraction module 6 are cascaded to achieve dimension reduction by principal component analysis to obtain fusion feature data X.sub.m. The fusion feature data fusing the LBP features and the LPQ features has stronger data features, which is conducive to improve the accuracy of SAR image recognition.

(52) Further, the broad learning network module 8 includes a broad learning network model. The fusion feature data X.sub.m obtained from the fusion feature module 7 is input first, then the fusion feature data X.sub.m is divided into a training set X.sub.1 and a test set X.sub.2, and the training set X.sub.1 and the test set X.sub.2 are z-score standardized.

(53) The training set X.sub.1 is input to train the broad learning network, including:

(54) generating feature nodes by:

(55) inputting the training set X.sub.1 to realize projection and generate i groups of feature nodes, wherein the i.sup.th group of feature nodes are Z.sub.i=(X.sub.1W.sub.ei+.sub.ei), where W.sub.ei is a random matrix, .sub.ei is an offset, and () is a nonlinear activation function;

(56) generating enhanced nodes by:

(57) inputting the training set X.sub.1 to realize projection and generate m groups of enhanced nodes, wherein the m.sup.th group of enhanced nodes are H.sub.m(Z.sup.nW.sub.hm+.sub.hm), where W.sub.hm is a random matrix different from W.sub.ei, .sub.hm is an offset different from .sub.ei, () is a nonlinear activation function different from (), and Z.sup.n denotes all the feature nodes; and

(58) optimizing the connection weight by:

(59) connecting the i.sup.th group of feature nodes and the m.sup.th group of enhanced nodes to obtain a combined matrix to serve as an actual input of the broad learning network, the output matrix of the broad learning network is: Y==[Z.sub.i|H.sub.m]W.sub.m, and the connection weight of the broad learning network is: W.sub.m=[Z.sub.i|H.sub.m].sup.+Y; and continuously training the broad learning network by the training set X.sub.1 to optimize the connection weight.

(60) The test set X.sub.2 is input to the trained broad learning network to obtain the recognition result. An accurate, fast and adaptive SAR image recognition technique is realized by using low resource demand, fast training and incremental learning characteristics of the broad learning network.

(61) In addition, another embodiment of the present disclosure provides an apparatus for SAR image recognition, including a processor and a memory for connecting to the processor. The memory stores an instruction executable by the processor, and when executed by the processor, the instruction enables the processor to perform the method for SAR image recognition based on multi-scale features and broad learning as described above.

(62) Another embodiment of the present disclosure provides a storage medium. The storage medium stores a computer executable instruction for causing a computer to perform the method for SAR image recognition based on multi-scale features and broad learning as described above.

(63) According to the apparatus for SAR image recognition applied to the method for SAR image recognition based on multi-scale features and broad learning and the storage medium, the fusion feature data fusing the LBP features and LPQ features is used as an input of a broad learning network, which reduces redundant information and improves feature extraction performance while making full use of complementary information; the broad learning network is used to recognize an SAR image, which has a fast training speed, greatly reduces the time cost, and also reduces noise influences in the SAR image; as a result, the recognition effect is more stable, robust and reliable.

(64) The above only describes the preferred embodiments of the present disclosure. The present disclosure is not limited to the above implementation modes. Any implementation mode should be encompassed in the protection scope of the present disclosure as long as it achieves the technical effect of the present disclosure with the same means.