CN111353583A - Deep learning network based on group convolution characteristic topological space and training method thereof - Google Patents

Deep learning network based on group convolution characteristic topological space and training method thereof Download PDF

Info

Publication number
CN111353583A
CN111353583A CN202010104191.1A CN202010104191A CN111353583A CN 111353583 A CN111353583 A CN 111353583A CN 202010104191 A CN202010104191 A CN 202010104191A CN 111353583 A CN111353583 A CN 111353583A
Authority
CN
China
Prior art keywords
layer
convolution
group
graph
topological
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010104191.1A
Other languages
Chinese (zh)
Other versions
CN111353583B (en
Inventor
钱夔
田磊
刘义亭
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Weimai Technology Suzhou Co ltd
Original Assignee
Nanjing Institute of Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing Institute of Technology filed Critical Nanjing Institute of Technology
Priority to CN202010104191.1A priority Critical patent/CN111353583B/en
Publication of CN111353583A publication Critical patent/CN111353583A/en
Application granted granted Critical
Publication of CN111353583B publication Critical patent/CN111353583B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/082Learning methods modifying the architecture, e.g. adding, deleting or silencing nodes or connections

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Health & Medical Sciences (AREA)
  • Biomedical Technology (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Evolutionary Computation (AREA)
  • Artificial Intelligence (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Image Analysis (AREA)

Abstract

The invention discloses a deep learning network based on a group convolution characteristic topological space, which comprises a convolution characteristic extraction layer, a group convolution topological layer and a deep characteristic identification layer; the convolution characteristic extraction layer is used for extracting multi-channel CNN convolution characteristics of sample data, and the extraction result is used as the input of the group convolution topology layer; the group convolution topological layer is used for combining the extracted multi-channel CNN convolution characteristics, forming group convolution according to group classification by channel indexes, constructing a graph topological space, viewing each group convolution characteristic as a graph topological space node, automatically/manually constructing a graph topological space node connection rule, generating a Laplace matrix L, and taking the Laplace matrix L as the input of the depth characteristic identification layer; and the depth feature identification layer is used for outputting the topological space diagram features of the group convolution features corresponding to the sample data according to the input Laplace matrix L. The invention can endow graph topological space rules of CNN characteristics under different channels, thereby accelerating the traditional CNN training and convergence speed.

Description

Deep learning network based on group convolution characteristic topological space and training method thereof
Technical Field
The invention relates to the technical field of artificial intelligence, in particular to a deep learning network based on a group convolution characteristic topological space and a training method thereof.
Background
Convolutional Neural Networks (CNN) are one of the algorithms for deep learning, and include a Neural Network with a deep structure and a convolutional calculation. Most image recognition methods today utilize CNN to automatically extract image features, thereby enabling a transition from an empirically-driven artificial feature paradigm to a data-driven representation learning paradigm. However, CNN also has the following disadvantages: (1) a large number of samples are needed for training, and the training speed is slow; (2) the convolution kernel extracts only local features, and the features finally used for recognition are aggregations of the local features, and global spatial features are lacked to some extent.
The data can be viewed as graphs in nature, and representing the data as graphs can provide great flexibility and can provide distinct perspectives in dealing with problems. The data relation is modeled by graph topology, graph nodes represent data entities, graph edges represent the relation between the entities, and a graph formed by a plurality of nodes and edges can perfectly and clearly describe the data. However, the traditional graph analysis method is difficult to realize the application level and the model performance which are equivalent to the computer vision field, and the existing machine learning algorithm can not be directly applied to graph data. The Graph Neural Network (GNN) utilizes the strong learning capability of the Neural Network to learn and memorize the topological knowledge in the Graph Network, thereby extracting the abundant potential value in the Graph structure.
Garcia V et al propose using the GNN method for image-less sample recognition (see: Garcia V, BrunaJ. Few-shot learning with graphic network [ C ]// ICLR, 2018, https:// arxiv. org/pdf/1711.04043.pdf), but its GNN input is the depth feature of different classes of images, with a graph node for each image. Kim J proposes an Edge-folding-based GNN structure, and focuses on considering similarity within classes and dissimilarity between classes (see: Kim J, Kim T, Kim S, et al. Edge-folding Graph Neural Network for Few-sharing left [ C ]// CVPR, 2019, http:// open access. the cvf. com/content _ CVPR _ 2019/pages/Kim _ Edge-folding _ Graph _ Neural _ Net _ for _ Few-Shot _ left _ PR _2019_ P.pdf), but still obtains corresponding feature vectors through a convolutional Neural Network as initialization map nodes, and does not consider the relationship between depth features of different scales.
Because the graph data structures are different, the existing method cannot process all the graph data. Therefore, designing a specific deep learning model to handle these different types of graphs is an important work content. However, the current topological space relationship surrounding the multi-channel CNN convolution features is not known, and how to dig the value behind the graph topology, thereby realizing rapid training and convergence.
Disclosure of Invention
The invention aims to provide a deep learning network structure and a training method based on a group convolution characteristic topological space, which comprises the steps of extracting multichannel CNN convolution characteristics, classifying the multichannel CNN convolution characteristics according to groups by channel indexes to form group convolution, then constructing a graph topological space, viewing each group convolution characteristic into a graph topological space node, automatically/manually constructing a graph topological space node connection rule, generating a Laplace matrix L, sending the Laplace matrix L into a GNN hidden layer network, outputting a group convolution characteristic topological space graph characteristic, and finally completing characteristic identification based on the graph characteristic; and migration learning is selectively utilized in a convolution feature extraction layer during training, so that the performance of the model is improved. The invention can endow the graph topological space rules of the CNN characteristics under different channels, thereby accelerating the traditional CNN training and convergence speed and providing a new thought and method for the fusion of the CNN and the GNN.
In order to achieve the above purpose, with reference to fig. 1, the present invention provides a deep learning network based on a group convolution feature topology space, where the deep learning network includes a convolution feature extraction layer, a group convolution topology layer, and a deep feature identification layer, which are connected in sequence;
the convolution feature extraction layer comprises a first convolution layer, a first pooling layer, a second convolution layer and a second pooling layer which are sequentially connected, and is used for extracting multichannel CNN convolution features of sample data, and extracting results are used as input of the group convolution topology layer;
the group convolution topology layer comprises a group convolution characteristic layer, a graph network input layer, a graph neural network hidden layer and a graph network output layer which are sequentially connected, and is used for combining the extracted multi-channel CNN convolution characteristics, forming group convolution according to group classification by channel indexes, constructing a graph topology space, viewing each group convolution characteristic as a graph topology space node, automatically/manually constructing a graph topology space node connection rule, generating a Laplace matrix L, and taking the Laplace matrix L as the input of the depth characteristic identification layer;
the depth feature identification layer comprises a leveling layer, a full connection output layer and a Softmax layer which are sequentially connected, and is used for outputting the group convolution feature topological space diagram features corresponding to the sample data according to the input Laplace matrix L.
With reference to fig. 2, the present invention further provides a training method for a deep learning network based on a group convolution characteristic topology space, where the deep learning network based on the group convolution characteristic topology space employs the deep learning network of claim 1;
the training method comprises the following steps:
s1, extracting multichannel CNN convolution characteristics according to input sample data;
s2, combining the extracted multi-channel CNN convolution characteristics, forming group convolution according to group classification by channel indexes, constructing a graph topology space, viewing each group convolution characteristic as a graph topology space node, automatically/manually constructing a graph topology space node connection rule, and generating a Laplace matrix L;
and S3, sending the generated Laplace matrix L into the GNN hidden layer network, and outputting the topological space diagram feature of the group convolution feature.
As a preferable example of this, in step S1, the convolution feature extraction layer is selectively processed by the migration learning algorithm according to the data features of the sample data.
As a preferred example, the selectively processing the convolution feature extraction layer by using the transfer learning algorithm according to the data features of the sample data refers to:
analyzing the data size and the similarity of the sample data:
1) when the data volume of the sample data is smaller than the data volume threshold and the similarity is larger than or equal to the similarity threshold, freezing all parameters of the convolution feature extraction layer, and only the group convolution topological layer and the depth feature identification layer participate in updating;
2) when the data size of the sample data is smaller than the data size threshold and the similarity is smaller than the similarity threshold, the convolution feature extraction layer adopts a Fine-tune strategy;
3) when the data volume of the sample data is larger than or equal to the data volume threshold value and the similarity is smaller than the similarity threshold value, retraining the network;
4) and when the data volume of the sample data is more than or equal to the data volume threshold and the similarity is more than or equal to the similarity threshold, extracting layer parameters by adopting convolution characteristics in advance and training.
As a preferred example, in step S2, the process of automatically/manually constructing the graph topology space node connection rule includes the following steps:
s21, manually and randomly generating an adjacent feature matrix A;
s22, calculating a Laplace matrix L according to the following formula:
L=D-1/2AD-1/2
where D is a degree matrix.
As a preferred example, in step S21, the method for manually generating the adjacent feature matrix a is as follows:
For i in length(features):
if(i+1<length(features)):
A[i,i+1]=1
A[i+1,i]=1。
as a preferred example, in step S3, the step of sending the generated laplacian matrix L to the GNN hidden layer network and outputting the group convolution feature topological-spatial graph feature includes the following steps:
inputting a depth feature recognition layer in the original CNN network, changing multi-channel CNN convolution features extracted by a second pooling layer into group convolution feature topological space diagram features in a group convolution topological layer, carrying out full-connection network training, and finally outputting a final result through a Softmax layer.
As a preferred example, the feature of the group convolution feature topological space diagram is extracted according to the following formula:
Xl+1=σ(LXlW+B)
wherein, Xl+1For feature output at a level subsequent to the level of l of the graph network, W being a topological feature of the graphWeight vector, B is the bias vector, σ is the activation function.
Compared with the prior art, the technical scheme of the invention has the following remarkable beneficial effects:
1. the GNN and the CNN are fused, the traditional method for directly identifying the CNN characteristics is changed, and the multi-channel CNN convolution characteristics are brought into the graph topology space, so that the characteristic identification is realized under a certain space topology rule, and the network training and convergence speed is accelerated.
2. Different from the prior GNN method that the nodes correspond to each image, the method introduces a group convolution characteristic topology space, each graph node in the space corresponds to each group of extracted group convolution characteristics, graph neural network transmission is realized on the image depth characteristic graph layer, and valuable information in the graph topology is mined.
3. In the training process, the network training can be realized by selectively utilizing transfer learning in the convolution feature extraction layer and freezing or Fine-tune convolution feature extraction layer under the condition of few samples; under the condition of a large sample, the convolution feature extraction layer directly adopts pre-training model parameters, and the training convergence speed is further accelerated.
It should be understood that all combinations of the foregoing concepts and additional concepts described in greater detail below can be considered as part of the inventive subject matter of this disclosure unless such concepts are mutually inconsistent. In addition, all combinations of claimed subject matter are considered a part of the presently disclosed subject matter.
The foregoing and other aspects, embodiments and features of the present teachings can be more fully understood from the following description taken in conjunction with the accompanying drawings. Additional aspects of the present invention, such as features and/or advantages of exemplary embodiments, will be apparent from the description which follows, or may be learned by practice of specific embodiments in accordance with the teachings of the present invention.
Drawings
The drawings are not intended to be drawn to scale. In the drawings, each identical or nearly identical component that is illustrated in various figures may be represented by a like numeral. For purposes of clarity, not every component may be labeled in every drawing. Embodiments of various aspects of the present invention will now be described, by way of example, with reference to the accompanying drawings, in which:
FIG. 1 is a schematic diagram of the deep learning network structure based on the topological space of the group convolution features.
FIG. 2 is a flowchart of a training method of the deep learning network based on the topological space of the group convolution characteristics.
Detailed Description
In order to better understand the technical content of the present invention, specific embodiments are described below with reference to the accompanying drawings.
As shown in fig. 1, the present invention provides a detailed network structure diagram, including: a convolutional feature extraction layer L1, a group convolutional topology layer L2 and a depth feature identification layer L3.
The convolution feature extraction layer L1 utilizes a conventional CNN network to extract multi-channel convolution features, and comprises a first convolution layer Conv1, a first pooling layer Pool1, a second convolution layer Conv2 and a second pooling layer Pool 2.
The Group convolution topology Layer L2 comprises a Group convolution feature Layer Group Features, a Graph network input Layer GraphInput, a Graph neural network Hidden Layer Hidden Layer and a Graph network Output Layer Graph Output, and the Layer is responsible for extracting Graph topology space Features of CNN Features under different channels.
The depth feature recognition Layer L3 comprises a leveling Layer Flatten Layer, a full connection Layer FC Layer, a full connection Output Layer and a Softmax Layer, wherein the Output features of the group convolution topology Layer are used as input, and the final recognition result is Output by the Softmax Layer.
With reference to fig. 2, the present invention further provides a training method for a deep learning network based on a group convolution feature topology space, which specifically includes the following steps:
(1) and extracting multichannel CNN convolution characteristics according to input sample data.
Preferably, in order to further improve the network performance, migration learning is selectively used in the convolution feature extraction layer L1. The selective utilization of transfer learning is mainly divided into the following four cases: 1) the data volume is small but the similarity is very high, all parameters of the convolution feature extraction layer are frozen, and only the group convolution topology layer and the feature identification layer participate in updating; 2) the data volume is small but the data similarity is low, and a Fine-tune strategy is adopted by the convolution feature extraction layer; 3) the data volume is large but the data similarity is low, and all networks in each layer are retrained; 4) the data volume is large but the data similarity is high, and the layer parameters are extracted by adopting the convolution characteristics in advance for training.
(2) After the multi-channel convolution characteristics are extracted, the channel indexes are classified according to groups to form group convolution, a graph topology space is constructed, each group convolution characteristic is seen as a graph topology space node, a graph topology space node connection rule is automatically/manually constructed, a Laplace matrix L is generated and is sent to a GNN hidden layer network, and the group convolution characteristic topology space graph characteristics are output.
In the graph topology space, each node is a group convolution formed by channel indexes according to group classification, each channel is a node in the embodiment of the invention, a method for automatically constructing a graph topology space node connection rule is that an adjacent feature matrix A is randomly generated, and a method for manually constructing a graph topology space node connection rule in the embodiment of the invention is as follows:
For i in length(features):
if(i+1<length(features)):
A[i,i+1]=1
A[i+1,i]=1
the calculation formula of the Laplace matrix L is L ═ D-1/2AD-1/2Where D is a degree matrix.
The specific method for extracting the features of the output group convolution feature topological space graph comprises the following steps:
Xl+1=σ(LXlW+B)
wherein Xl+1And outputting the characteristics of the later layer of the l level of the graph network, wherein W is a weight vector of the topological characteristics of the graph, B is a bias vector, and sigma is an activation function.
(3) Inputting a depth feature recognition Layer L3 in the original CNN network, changing the multichannel convolution features extracted by a second pooling Layer Pool2 into the topological space diagram features of the group convolution features in a group convolution topological Layer L2, carrying out full-connection network training, and finally outputting a final result through a Softmax Layer.
In this disclosure, aspects of the present invention are described with reference to the accompanying drawings, in which a number of illustrative embodiments are shown. Embodiments of the present disclosure are not necessarily defined to include all aspects of the invention. It should be appreciated that the various concepts and embodiments described above, as well as those described in greater detail below, may be implemented in any of numerous ways, as the disclosed concepts and embodiments are not limited to any one implementation. In addition, some aspects of the present disclosure may be used alone, or in any suitable combination with other aspects of the present disclosure.
Although the present invention has been described with reference to the preferred embodiments, it is not intended to be limited thereto. Those skilled in the art can make various changes and modifications without departing from the spirit and scope of the invention. Therefore, the protection scope of the present invention should be determined by the appended claims.

Claims (8)

1. A deep learning network based on a group convolution characteristic topological space is characterized by comprising a convolution characteristic extraction layer, a group convolution topological layer and a deep characteristic identification layer which are sequentially connected;
the convolution feature extraction layer comprises a first convolution layer, a first pooling layer, a second convolution layer and a second pooling layer which are sequentially connected, and is used for extracting multichannel CNN convolution features of sample data, and extracting results are used as input of the group convolution topology layer;
the group convolution topology layer comprises a group convolution characteristic layer, a graph network input layer, a graph neural network hidden layer and a graph network output layer which are sequentially connected, and is used for combining the extracted multi-channel CNN convolution characteristics, forming group convolution according to group classification by channel indexes, constructing a graph topology space, viewing each group convolution characteristic as a graph topology space node, automatically/manually constructing a graph topology space node connection rule, generating a Laplace matrix L, and taking the Laplace matrix L as the input of the depth characteristic identification layer;
the depth feature identification layer comprises a leveling layer, a full connection output layer and a Softmax layer which are sequentially connected, and is used for outputting the group convolution feature topological space diagram features corresponding to the sample data according to the input Laplace matrix L.
2. A training method of a deep learning network based on a group convolution characteristic topological space is characterized in that the deep learning network based on the group convolution characteristic topological space adopts the deep learning network of claim 1;
the training method comprises the following steps:
s1, extracting multichannel CNN convolution characteristics according to input sample data;
s2, combining the extracted multi-channel CNN convolution characteristics, forming group convolution according to group classification by channel indexes, constructing a graph topology space, viewing each group convolution characteristic as a graph topology space node, automatically/manually constructing a graph topology space node connection rule, and generating a Laplace matrix L;
and S3, sending the generated Laplace matrix L into the GNN hidden layer network, and outputting the topological space diagram feature of the group convolution feature.
3. The method for training a deep learning network based on a group convolution feature topological space of claim 2, wherein in step S1, the convolution feature extraction layer is selectively processed by a transfer learning algorithm according to the data features of the sample data.
4. The method for training the deep learning network based on the group convolution feature topological space according to claim 3, wherein the step of selectively processing the convolution feature extraction layer by using a transfer learning algorithm according to the data features of the sample data is as follows:
analyzing the data size and the similarity of the sample data:
1) when the data volume of the sample data is smaller than the data volume threshold and the similarity is larger than or equal to the similarity threshold, freezing all parameters of the convolution feature extraction layer, and only the group convolution topological layer and the depth feature identification layer participate in updating;
2) when the data size of the sample data is smaller than the data size threshold and the similarity is smaller than the similarity threshold, the convolution feature extraction layer adopts a Fine-tune strategy;
3) when the data volume of the sample data is larger than or equal to the data volume threshold value and the similarity is smaller than the similarity threshold value, retraining the network;
4) and when the data volume of the sample data is more than or equal to the data volume threshold and the similarity is more than or equal to the similarity threshold, extracting layer parameters by adopting convolution characteristics in advance and training.
5. The deep learning network based on the group convolution feature topological space of claim 2, wherein in step S2, the process of automatically/manually constructing the graph topological space node connection rule includes the following steps:
s21, manually generating an adjacent characteristic matrix A;
s22, calculating a Laplace matrix L according to the following formula:
L=D-1/2AD-1/2
where D is a degree matrix.
6. The deep learning network based on the group convolution feature topological space of claim 2, wherein in step S21, the method for manually generating the adjacent feature matrix a is as follows:
For iin length(features):
if(i+1<length(features)):
A[i,i+1]=1
A[i+1,i]=1。
7. the deep learning network based on the group convolution feature topological space according to claim 2, wherein in step S3, the step of feeding the generated laplacian matrix L into the GNN hidden layer network and outputting the feature of the group convolution feature topological space map includes the following steps:
inputting a depth feature recognition layer in the original CNN network, changing multi-channel CNN convolution features extracted by a second pooling layer into group convolution feature topological space diagram features in a group convolution topological layer, carrying out full-connection network training, and finally outputting a final result through a Softmax layer.
8. The deep learning network based on the group convolution characteristic topological space according to claim 2 or 7, characterized in that the group convolution characteristic topological space graph characteristic is extracted according to the following formula:
Xl+1=σ(LXlW+B)
wherein, Xl+1And outputting the characteristics of the later layer of the l level of the graph network, wherein W is a weight vector of the topological characteristics of the graph, B is a bias vector, and sigma is an activation function.
CN202010104191.1A 2020-02-20 2020-02-20 Deep learning network based on group convolution characteristic topological space and training method thereof Active CN111353583B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010104191.1A CN111353583B (en) 2020-02-20 2020-02-20 Deep learning network based on group convolution characteristic topological space and training method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010104191.1A CN111353583B (en) 2020-02-20 2020-02-20 Deep learning network based on group convolution characteristic topological space and training method thereof

Publications (2)

Publication Number Publication Date
CN111353583A true CN111353583A (en) 2020-06-30
CN111353583B CN111353583B (en) 2023-04-07

Family

ID=71194005

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010104191.1A Active CN111353583B (en) 2020-02-20 2020-02-20 Deep learning network based on group convolution characteristic topological space and training method thereof

Country Status (1)

Country Link
CN (1) CN111353583B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112183559A (en) * 2020-10-27 2021-01-05 深圳市威富视界有限公司 Image recognition model training method, image recognition method and device
CN112414401A (en) * 2020-11-06 2021-02-26 北京理工大学 Unmanned aerial vehicle cooperative positioning system and method based on graph neural network
CN114022779A (en) * 2021-10-25 2022-02-08 电子科技大学 SAR ship detection method based on scale network

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107451565A (en) * 2017-08-01 2017-12-08 重庆大学 A kind of semi-supervised small sample deep learning image model classifying identification method
CN108717568A (en) * 2018-05-16 2018-10-30 陕西师范大学 A kind of image characteristics extraction and training method based on Three dimensional convolution neural network
CN109255364A (en) * 2018-07-12 2019-01-22 杭州电子科技大学 A kind of scene recognition method generating confrontation network based on depth convolution
US10496899B1 (en) * 2019-01-25 2019-12-03 StradVision, Inc. Learning method and learning device for adjusting parameters of CNN in which residual networks are provided for meta learning, and testing method and testing device using the same

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107451565A (en) * 2017-08-01 2017-12-08 重庆大学 A kind of semi-supervised small sample deep learning image model classifying identification method
CN108717568A (en) * 2018-05-16 2018-10-30 陕西师范大学 A kind of image characteristics extraction and training method based on Three dimensional convolution neural network
CN109255364A (en) * 2018-07-12 2019-01-22 杭州电子科技大学 A kind of scene recognition method generating confrontation network based on depth convolution
US10496899B1 (en) * 2019-01-25 2019-12-03 StradVision, Inc. Learning method and learning device for adjusting parameters of CNN in which residual networks are provided for meta learning, and testing method and testing device using the same

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
刘万军等: "基于双重优化的卷积神经网络图像识别算法", 《模式识别与人工智能》 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112183559A (en) * 2020-10-27 2021-01-05 深圳市威富视界有限公司 Image recognition model training method, image recognition method and device
CN112414401A (en) * 2020-11-06 2021-02-26 北京理工大学 Unmanned aerial vehicle cooperative positioning system and method based on graph neural network
CN112414401B (en) * 2020-11-06 2023-02-28 北京理工大学 Unmanned aerial vehicle cooperative positioning system and method based on graph neural network
CN114022779A (en) * 2021-10-25 2022-02-08 电子科技大学 SAR ship detection method based on scale network
CN114022779B (en) * 2021-10-25 2023-05-26 电子科技大学 SAR ship detection method based on scale network

Also Published As

Publication number Publication date
CN111353583B (en) 2023-04-07

Similar Documents

Publication Publication Date Title
CN108830157B (en) Human behavior identification method based on attention mechanism and 3D convolutional neural network
CN109614979B (en) Data augmentation method and image classification method based on selection and generation
CN109543502B (en) Semantic segmentation method based on deep multi-scale neural network
CN111353583B (en) Deep learning network based on group convolution characteristic topological space and training method thereof
CN111275007B (en) Bearing fault diagnosis method and system based on multi-scale information fusion
CN108875076B (en) Rapid trademark image retrieval method based on Attention mechanism and convolutional neural network
CN109063649B (en) Pedestrian re-identification method based on twin pedestrian alignment residual error network
CN110781928B (en) Image similarity learning method for extracting multi-resolution features of image
CN111723874B (en) Sound field scene classification method based on width and depth neural network
Wang et al. Multiscale deep alternative neural network for large-scale video classification
CN115249332B (en) Hyperspectral image classification method and device based on space spectrum double-branch convolution network
CN113688894B (en) Fine granularity image classification method integrating multiple granularity features
CN107463932A (en) A kind of method that picture feature is extracted using binary system bottleneck neutral net
CN112559764A (en) Content recommendation method based on domain knowledge graph
CN112766378A (en) Cross-domain small sample image classification model method focusing on fine-grained identification
CN106355210A (en) Method for expressing infrared image features of insulators on basis of depth neuron response modes
CN115482387A (en) Weak supervision image semantic segmentation method and system based on multi-scale class prototype
Jia et al. 2DPCANet: dayside aurora classification based on deep learning
CN108446605A (en) Double interbehavior recognition methods under complex background
CN113378962B (en) Garment attribute identification method and system based on graph attention network
CN112906800B (en) Image group self-adaptive collaborative saliency detection method
CN113537306A (en) Image classification method based on progressive growth element learning
CN107886109A (en) It is a kind of based on have supervision Video segmentation video summarization method
CN116821905A (en) Knowledge search-based malicious software detection method and system
CN115965968A (en) Small sample target detection and identification method based on knowledge guidance

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20240331

Address after: Room 9, 1st Floor, No. 902 Chunshenhu West Road, Huangqiao Street, Xiangcheng District, Suzhou City, Jiangsu Province, 215000 (East Zone of Suzhou Intelligent Manufacturing Service Industrial Park)

Patentee after: Weimai Technology (Suzhou) Co.,Ltd.

Country or region after: China

Address before: No. 1 Park Avenue Jiangning Hongjing District of Nanjing city of Jiangsu province in 211167

Patentee before: NANJING INSTITUTE OF TECHNOLOGY

Country or region before: China