CN113255832A - Method for identifying long tail distribution of double-branch multi-center - Google Patents

Method for identifying long tail distribution of double-branch multi-center Download PDF

Info

Publication number
CN113255832A
CN113255832A CN202110697276.XA CN202110697276A CN113255832A CN 113255832 A CN113255832 A CN 113255832A CN 202110697276 A CN202110697276 A CN 202110697276A CN 113255832 A CN113255832 A CN 113255832A
Authority
CN
China
Prior art keywords
branch
resampling
pictures
probability
loss
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
CN202110697276.XA
Other languages
Chinese (zh)
Other versions
CN113255832B (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.)
Chengdu Koala Youran Technology Co ltd
Original Assignee
Chengdu Koala Youran Technology Co ltd
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 Chengdu Koala Youran Technology Co ltd filed Critical Chengdu Koala Youran Technology Co ltd
Priority to CN202110697276.XA priority Critical patent/CN113255832B/en
Publication of CN113255832A publication Critical patent/CN113255832A/en
Application granted granted Critical
Publication of CN113255832B publication Critical patent/CN113255832B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • G06F18/2415Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on parametric or probabilistic models, e.g. based on likelihood ratio or false acceptance rate versus a false rejection rate
    • 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/04Architecture, e.g. interconnection topology
    • G06N3/047Probabilistic or stochastic 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

Landscapes

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

Abstract

The invention belongs to the field of computer vision, and provides a double-branch multi-center long tail distribution identification method which is used for solving the problems caused by a long tail distribution data set. Inputting the picture into a default branch and a resampling branch for data enhancement, and then inputting the picture into a deep convolutional neural network to obtain low-dimensional feature representation; obtaining the probability of belonging to each category through a full connection layer, multiplying the probability by a matrix representing multiple centers to obtain a characteristic matrix, and taking the maximum value to obtain the probability of finally belonging to each category; respectively calculating losses; adding to obtain final loss, performing back propagation on the network according to the loss and updating the weight; continuously iterating; when an identification task needs to be carried out, the picture is input into a resampling branch, and the probability that the picture belongs to each category is obtained. The influence caused by data distribution change caused by resampling can be reduced through the double-branch multi-center, the influence caused by long tail distribution can be further processed, a better identification and classification effect is brought, and the model has better generalization capability.

Description

Method for identifying long tail distribution of double-branch multi-center
Technical Field
The invention relates to the field of computer vision, in particular to a method for identifying long tail distribution of double-branch multi-center.
Background
With the rapid development of deep convolutional neural networks, the effect of image classification has been impressive. This effort is indistinguishable from the increasingly rich data set. In academia, most data sets have almost uniform distribution of the number of class labels, but data in the real world are not uniform and even have long tail distribution, i.e. a few classes occupy most of the number of pictures, the part of classes are called head classes, while the rest of classes only occupy a few pictures, the part of classes are called tail classes, and particularly, fig. 1 can be seen.
The more popular existing methods of dealing with long tail distributions include resampling and reweighting. The resampling essence is to inversely weight the sampling frequencies of different classes of pictures according to the number of samples. If the number of pictures belonging to the current class is larger, the sampling probability given to the pictures of the current class is lower, and in the opposite case, the corresponding sampling probability is higher. The weight is mainly reflected in the loss of classification, i.e. the loss of the head class is given a lower weight, and the loss of the tail class is given a higher weight.
Both of the above methods, while providing better predictive results, have the undesirable effect of compromising, to some extent, the characterization ability of the depth feature. Some existing methods have some defects, and specific defects are as follows:
1. when no measure is taken for the long tail distribution problem, the long tail distribution shows a good classification effect on the head classes and a poor classification effect on the tail classes. And the larger the maximum ratio difference of the number of the pictures of the head class and the tail class is, the poorer the classification and identification effect of the model on the tail class is.
2. When the resampling strategy is used for the long tail distribution data set, the sampling probability of the head class is reduced, and the sampling probability of the tail class is increased. This alleviates the problem of long tail distribution, but creates another problem. The sampling probability of the tail type picture is high, the distribution of the characteristic space data is changed, the identification and classification effects of the model are influenced, and particularly, the graph 4 can be viewed.
Disclosure of Invention
The invention aims to provide a method for identifying long tail distribution of a double-branch multi-center, which can solve the problems caused by a long tail distribution data set through a double-branch architecture and multi-center design.
The invention solves the technical problem, and adopts the technical scheme that:
the method for identifying the long tail distribution of the double-branch multi-center is characterized by comprising the following steps of:
step 1, initializing two samplers, wherein one sampler adopts default sampling to obtain an image input default branch, and the other sampler adopts a resampling strategy to sample to obtain an image input resampling branch;
step 2, respectively enhancing the data of the pictures obtained by the two samplers;
step 3, performing data enhancement on the pictures output by the default branch and the resampling branch, then respectively inputting the pictures into the corresponding deep convolutional neural networks, extracting high-dimensional feature representations of the two pictures, and then respectively performing global average pooling on the high-dimensional feature representations of the two pictures in the convolutional layers of the corresponding deep convolutional neural networks to obtain respective low-dimensional feature representations, wherein the convolutional layers of the two deep convolutional neural networks are shared except the parameter of the last residual block;
step 4, obtaining the probability of belonging to each category through a full connection layer by the low-dimensional feature representation obtained by the default branch through the convolution layer, multiplying the low-dimensional feature representation obtained by the resampling branch through the convolution layer by a matrix representing multiple centers to obtain a feature matrix, and then taking the maximum row value of the feature matrix to obtain the final probability of belonging to each category;
step 5, calculating the loss of the probability which belongs to each category and is obtained by the default branch and the resampling branch through a loss function respectively;
step 6, multiplying the loss of the default branch by a weight ⍺ to obtain the loss of the default branch, multiplying the loss of the resampling branch by a weight 1- ⍺ to obtain the loss of the resampling branch, wherein ⍺ is a variable from 1 to 0, adding the losses obtained by the two branches to obtain the final loss, and then performing back propagation on the deep convolutional neural network according to the loss and updating the weight;
step 7, continuously iterating the deep convolutional neural network until the deep convolutional neural network is converged, so that the recognition accuracy of the deep convolutional neural network reaches over 90 percent;
and 8, when an identification task needs to be carried out, inputting the picture into a resampling branch, and inputting the picture into a deep convolutional neural network after data enhancement to obtain the probability that the picture belongs to each category.
Further, in step 1, initializing two samplers, one of which adopts default sampling to obtain a picture input default branch, and the other of which uses a resampling strategy to sample, and obtaining a picture input resampling branch specifically means: the method comprises the steps that a default sampler samples according to the same probability of each picture, then the pictures are input into a default branch, a resampling sampler counts a training data set through a resampling strategy, the number of the pictures corresponding to each category is calculated, the sampling probability of the pictures of each category is the same through the resampling strategy, and then the pictures are input into a resampling branch.
Further, in step 2, the data enhancement is performed on the pictures obtained by the two samplers, including performing left-right flipping and/or random cropping and/or random padding policy operations on the pictures.
Further, in step 3, the dimension of the high-dimensional feature representation is 4096, and the dimension of the low-dimensional feature representation is 64.
Further, in step 4, the dimension of the obtained feature belonging to the probability of each class is the number of classes in the training data set, and the dimension of the matrix representing the multiple centers is the number of high-dimensional features, the number of classes in the training set, and the number of centers.
Further, step 5 specifically comprises: and calculating losses by using the probabilities belonging to the categories and obtained by the two branches and the corresponding labels of the pictures, and obtaining the respective losses of the two branches through a loss function.
Further, in step 5, the probabilities belonging to each category and the labels of the corresponding pictures obtained by the two branches are respectively subjected to a Cross entry loss function, so as to obtain the loss of each branch, wherein the Cross entry loss function has the formula:
Figure 975620DEST_PATH_IMAGE001
wherein,
Figure 243790DEST_PATH_IMAGE002
a formula representing the Cross control loss function,
Figure 563913DEST_PATH_IMAGE003
the total number of categories is represented as,
Figure 524916DEST_PATH_IMAGE004
indicates the probability that the current picture belongs to the ith class,
Figure 297700DEST_PATH_IMAGE005
the representation model predicts the probability that the current picture belongs to the ith class.
The method has the advantages that by the method for identifying the long tail distribution of the double-branch multi-center, firstly, a double-branch framework is used, not only a default sampling sampler is used, but also a resampling sampler is used, and therefore the influence caused by the long tail distribution can be preliminarily relieved. In the invention, the double branches have the advantages that the integral distribution of the learning distribution of the default branches is realized, and the resampling branch is used for finely adjusting the learning distribution of the default branches; secondly, a multi-center classifier architecture is used in a resampling branch, so that the influence of data distribution change caused by resampling can be reduced. Experiments prove that due to the double-branch multi-center framework, the influence caused by long tail distribution can be further processed on the basis of resampling, a better identification and classification effect is achieved, and the model has better generalization capability.
Drawings
FIG. 1 is a schematic diagram illustrating a long tail distribution and a head class and a tail class;
FIG. 2 is a flowchart illustrating a method for identifying a long tail distribution of a dual-branch multi-center according to an embodiment of the present invention;
FIG. 3 is a diagram of a dual-branch multi-center embodiment of the present invention;
FIG. 4 is a schematic illustration of the effect on feature spatial distribution prior to resampling;
FIG. 5 is a schematic illustration of the effect on the spatial distribution of features after resampling.
Detailed Description
The technical solution of the present invention is described in detail below with reference to the accompanying drawings and embodiments.
The invention provides a method for identifying the distribution of long tails of double-branch multi-center, which comprises the following steps:
step 1, initializing two samplers, wherein one sampler adopts default sampling to obtain an image input default branch, and the other sampler adopts a resampling strategy to sample to obtain an image input resampling branch;
step 2, respectively enhancing the data of the pictures obtained by the two samplers;
step 3, respectively inputting the pictures of the two branches into respective corresponding networks, extracting high-dimensional feature representations of the two pictures, and respectively performing global average pooling on the two branches to obtain respective low-dimensional feature representations, wherein the convolution layers of the two networks are shared except the parameter of the last residual block;
step 4, obtaining the probability of belonging to each category through a full connection layer by the low-dimensional feature representation obtained by the default branch through the convolution layer, multiplying the low-dimensional feature representation obtained by the resampling branch through the convolution layer by a matrix representing multiple centers to obtain a feature matrix, and then taking the maximum row value of the feature matrix to obtain the final probability of belonging to each category;
step 5, respectively calculating the loss of the vectors which are obtained by the two branches and belong to each classification category through a loss function;
step 6, multiplying the two losses by a specific weight respectively, namely the weight of the default branch is from 1 to 0, the weight of the resampling branch is from 0 to 1, so as to obtain the final loss, and then performing back propagation on the network according to the loss and updating;
step 7, continuously iterating until the network is converged;
and 8, when an identification task needs to be carried out, inputting the picture into a resampling branch to obtain the probability that the picture belongs to each category.
The invention shows long tail distribution and head class and tail class interpretation, specifically as shown in fig. 1, and also shows that resampling has an influence on a feature space, specifically as shown in fig. 4-5, which includes two parts, a feature space before resampling and a feature space after resampling. Before resampling, the classification surface of the feature space can well distinguish the head class, but cannot well distinguish the tail class. The head class has a good classification effect because it has a sufficient number of samples and has a rich distribution of features. The tail class cannot completely represent the feature distribution of the tail class due to the small number of pictures, so that the classification effect is poor, and the situation of misclassification is easily caused. After resampling, the head class and the tail class have enough pictures to enable the model to learn feature distribution, so that the model has a good classification effect on the head class and the tail class. However, resampling can change the original feature space distribution, so that the head class and the tail class are more dispersed in the respective feature spaces.
Examples
The present embodiment provides a method for identifying a long tail distribution of a dual-branch multi-center, a flowchart of which is shown in fig. 2, wherein the method of the present embodiment includes the following steps:
s1, initializing two samplers, wherein one sampler adopts default sampling, the picture obtained by the sampling is input into a default branch, the other sampler adopts a resampling strategy for sampling, and the picture obtained by the sampling is input into a resampling branch.
Here, the default sampler has the same profile for each pictureThe rate is sampled. A resampling sampling strategy, wherein before the sampling probability of each picture is calculated, the training data set needs to be counted first, and the number of pictures corresponding to each category is calculated, wherein the number of pictures owned by the ith category is
Figure 103982DEST_PATH_IMAGE006
Remember that the number of pictures having the most number is
Figure 544191DEST_PATH_IMAGE007
The total sum of all the pictures of the category is N, and the sampling probability of the pictures of each category is N through a resampling strategy
Figure 410515DEST_PATH_IMAGE008
By this strategy, the sampling probability of each class is made the same
And S2, performing data enhancement on the two samples obtained in the first step.
And performing data enhancement on the sampled picture, wherein when the data enhancement is performed on the picture, the data enhancement comprises performing left-right turning and/or random cutting strategy operation on the picture.
And S3, respectively inputting the pictures of the two branches into respective corresponding networks, and sharing the parameters of the convolution layers (except the last residual block) of the two branches. And respectively carrying out global average pooling on the obtained high-dimensional features to obtain low-dimensional feature representation.
In this embodiment, the respective pictures of the two branches are passed through the ResNet-32 convolutional layer to obtain a 4096-dimensional high-dimensional feature representation, and the parameters of the convolutional layers of the two branches are shared except for the last residual block. Wherein, the ResNet-32 convolutional layer is shown in fig. 3, and in fig. 3, the high-dimensional features of the two branches are respectively subjected to global average pooling to obtain respective low-dimensional feature representations, and the dimension of the low-dimensional feature is 64.
And S4, obtaining the probability of each category through a full connection layer by the low-dimensional features obtained by the default branches through the convolution layer, multiplying the low-dimensional features obtained by the resampling branches through the convolution layer by a multi-center matrix to obtain a multi-center low-dimensional matrix, and then taking the maximum value of the low-dimensional features to obtain the final probability belonging to each category.
In the default branch, the obtained 64-dimensional features are subjected to a full-connection layer to obtain a vector of the probability belonging to each category. In the resampling branch, the obtained 64-bit features are multiplied by a matrix with dimension (64, category number, 10) to obtain a matrix with dimension (category number, 10), and then the maximum row value of the matrix is obtained to obtain the feature vector of the probability that the branch belongs to each category.
And S5, calculating the loss of the features which are obtained by the two branches and belong to each classification category respectively.
And respectively passing the eigenvectors obtained by the two branches through a Cross Engine loss function to obtain the loss of each branch.
The Cross control loss function is formulated as:
Figure 670595DEST_PATH_IMAGE001
wherein,
Figure 280568DEST_PATH_IMAGE002
a formula representing the Cross control loss function,
Figure 575283DEST_PATH_IMAGE003
the total number of categories is represented as,
Figure 878089DEST_PATH_IMAGE004
indicates the probability that the current picture belongs to the ith class,
Figure 359886DEST_PATH_IMAGE005
the representation model predicts the probability that the current picture belongs to the ith class.
S6, multiplying the two losses by a specific weight respectively, wherein the weight of the default branch is from 1 to 0, and the weight of the resampling branch is from 0 to 1.
The default branch penalty is multiplied by a weight ⍺ to obtain the default branch penalty. The loss of the resample branch is multiplied by the weights 1- ⍺ to obtain the loss of the resample branch. The two losses are then added to obtain the final loss.
Wherein, ⍺ has the calculation formula:
Figure 773550DEST_PATH_IMAGE009
wherein E represents the current iteration round number,
Figure 925701DEST_PATH_IMAGE010
representing the expected maximum number of iteration rounds.
And S7, continuously iterating until the model converges well enough and has better generalization.
And S8, when an identification task is required, the picture does not need to be subjected to data enhancement, and the picture is input into a resampling branch to obtain the probability that the picture belongs to each category.
In this embodiment, the accuracy of the trained Resnet-32 model on the CIFAR-10 data set is as follows:
Figure 399408DEST_PATH_IMAGE011
the long tail table in the table indicates the maximum value of the ratio of the number of pictures of the head class to the number of pictures of the tail class. As can be seen from the table, the embodiment shows the stable improvement of the dual-branch multi-center architecture on the long-tail data task, which indicates that the method can improve the recognition effect of the model and has better generalization capability.

Claims (7)

1. The method for identifying the long tail distribution of the double-branch multi-center is characterized by comprising the following steps of:
step 1, initializing two samplers, wherein one sampler adopts default sampling to obtain an image input default branch, and the other sampler adopts a resampling strategy to sample to obtain an image input resampling branch;
step 2, respectively enhancing the data of the pictures obtained by the two samplers;
step 3, performing data enhancement on the pictures output by the default branch and the resampling branch, then respectively inputting the pictures into the corresponding deep convolutional neural networks, extracting high-dimensional feature representations of the two pictures, and then respectively performing global average pooling on the high-dimensional feature representations of the two pictures in the convolutional layers of the corresponding deep convolutional neural networks to obtain respective low-dimensional feature representations, wherein the convolutional layers of the two deep convolutional neural networks are shared except the parameter of the last residual block;
step 4, obtaining the probability of belonging to each category through a full connection layer by the low-dimensional feature representation obtained by the default branch through the convolution layer, multiplying the low-dimensional feature representation obtained by the resampling branch through the convolution layer by a matrix representing multiple centers to obtain a feature matrix, and then taking the maximum row value of the feature matrix to obtain the final probability of belonging to each category;
step 5, calculating the loss of the probability which belongs to each category and is obtained by the default branch and the resampling branch through a loss function respectively;
step 6, multiplying the loss of the default branch by a weight ⍺ to obtain the loss of the default branch, multiplying the loss of the resampling branch by a weight 1- ⍺ to obtain the loss of the resampling branch, wherein ⍺ is a variable from 1 to 0, adding the losses obtained by the two branches to obtain the final loss, and then performing back propagation on the deep convolutional neural network according to the loss and updating the weight;
step 7, continuously iterating the deep convolutional neural network until the deep convolutional neural network is converged, so that the recognition accuracy of the deep convolutional neural network reaches over 90 percent;
and 8, when an identification task needs to be carried out, inputting the picture into a resampling branch, and inputting the picture into a deep convolutional neural network after data enhancement to obtain the probability that the picture belongs to each category.
2. The method for identifying the long tail distribution of the double-branch multi-center according to claim 1, wherein in step 1, two samplers are initialized, one sampler adopts default sampling, the obtained picture is input into the default branch, and the other sampler adopts a resampling strategy to perform sampling, and the obtained picture is input into the resampling branch, specifically: the method comprises the steps that a default sampler samples according to the same probability of each picture, then the pictures are input into a default branch, a resampling sampler counts a training data set through a resampling strategy, the number of the pictures corresponding to each category is calculated, the sampling probability of the pictures of each category is the same through the resampling strategy, and then the pictures are input into a resampling branch.
3. The method for identifying the long tail distribution of the double-branch multi-center according to claim 1, wherein in step 2, the data enhancement is performed on the pictures obtained by the two samplers respectively, and the data enhancement includes left-right flipping and/or random cropping and/or random padding strategy operation on the pictures.
4. The method for identifying the distribution of the double-branch multi-center long tail according to claim 1, wherein in step 3, the dimension of the high-dimensional feature representation is 4096, and the dimension of the low-dimensional feature representation is 64.
5. The method for identifying the long tail distribution of the double-branch multi-center according to claim 1, wherein the dimension of the obtained feature of the probability belonging to each class in the step 4 is the number of classes in the training data set, and the dimension of the matrix representing the multi-center is the high-dimensional feature number, the training set class number and the center number.
6. The method for identifying the long tail distribution of the double-branch multi-center according to claim 1, wherein the step 5 is specifically as follows: and calculating losses by using the probabilities belonging to the categories and obtained by the two branches and the corresponding labels of the pictures, and obtaining the respective losses of the two branches through a loss function.
7. The method for identifying the long tail distribution of the double-branch multi-center according to claim 6, wherein in step 5, the probabilities belonging to each category and the labels of the corresponding pictures obtained from the two branches are respectively subjected to a Cross entry loss function to obtain the loss of each branch, and the formula of the Cross entry loss function is as follows:
Figure 737265DEST_PATH_IMAGE001
wherein,
Figure 801035DEST_PATH_IMAGE002
a formula representing the Cross control loss function,
Figure 531094DEST_PATH_IMAGE003
the total number of categories is represented as,
Figure 465552DEST_PATH_IMAGE004
indicates the probability that the current picture belongs to the ith class,
Figure 990074DEST_PATH_IMAGE005
the representation model predicts the probability that the current picture belongs to the ith class.
CN202110697276.XA 2021-06-23 2021-06-23 Method for identifying long tail distribution of double-branch multi-center Active CN113255832B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110697276.XA CN113255832B (en) 2021-06-23 2021-06-23 Method for identifying long tail distribution of double-branch multi-center

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110697276.XA CN113255832B (en) 2021-06-23 2021-06-23 Method for identifying long tail distribution of double-branch multi-center

Publications (2)

Publication Number Publication Date
CN113255832A true CN113255832A (en) 2021-08-13
CN113255832B CN113255832B (en) 2021-10-01

Family

ID=77189215

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110697276.XA Active CN113255832B (en) 2021-06-23 2021-06-23 Method for identifying long tail distribution of double-branch multi-center

Country Status (1)

Country Link
CN (1) CN113255832B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114694150A (en) * 2022-05-31 2022-07-01 成都考拉悠然科技有限公司 Method and system for improving generalization capability of digital image classification model
CN114863193A (en) * 2022-07-07 2022-08-05 之江实验室 Long-tail learning image classification and training method and device based on mixed batch normalization
CN114881213A (en) * 2022-05-07 2022-08-09 天津大学 Sound event detection method based on three-branch feature fusion neural network
WO2024125380A1 (en) * 2022-12-13 2024-06-20 广电运通集团股份有限公司 Classification recognition method, computer device, and storage medium

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130322745A1 (en) * 2012-05-31 2013-12-05 Apple Inc. Local Image Statistics Collection
CN104794497A (en) * 2015-05-06 2015-07-22 山东大学 Multicenter fitting method used in classification of hyperspectral images
US20200285943A1 (en) * 2019-03-04 2020-09-10 International Business Machines Corpration Optimizing Hierarchical Classification with Adaptive Node Collapses
CN111738303A (en) * 2020-05-28 2020-10-02 华南理工大学 Long-tail distribution image identification method based on hierarchical learning
CN111738301A (en) * 2020-05-28 2020-10-02 华南理工大学 Long-tail distribution image data identification method based on two-channel learning
CN111898685A (en) * 2020-08-03 2020-11-06 华南理工大学 Target detection method based on long-tail distribution data set
CN112102314A (en) * 2020-11-02 2020-12-18 成都考拉悠然科技有限公司 Computing method for judging quality of face image based on uncertainty
CN112101544A (en) * 2020-08-21 2020-12-18 清华大学 Training method and device of neural network suitable for long-tail distributed data set
CN112330582A (en) * 2020-12-24 2021-02-05 黑龙江省网络空间研究中心 Unmanned aerial vehicle image and satellite remote sensing image fusion algorithm
CN112966767A (en) * 2021-03-19 2021-06-15 焦点科技股份有限公司 Data unbalanced processing method for separating feature extraction and classification tasks

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130322745A1 (en) * 2012-05-31 2013-12-05 Apple Inc. Local Image Statistics Collection
CN104794497A (en) * 2015-05-06 2015-07-22 山东大学 Multicenter fitting method used in classification of hyperspectral images
US20200285943A1 (en) * 2019-03-04 2020-09-10 International Business Machines Corpration Optimizing Hierarchical Classification with Adaptive Node Collapses
CN111738303A (en) * 2020-05-28 2020-10-02 华南理工大学 Long-tail distribution image identification method based on hierarchical learning
CN111738301A (en) * 2020-05-28 2020-10-02 华南理工大学 Long-tail distribution image data identification method based on two-channel learning
CN111898685A (en) * 2020-08-03 2020-11-06 华南理工大学 Target detection method based on long-tail distribution data set
CN112101544A (en) * 2020-08-21 2020-12-18 清华大学 Training method and device of neural network suitable for long-tail distributed data set
CN112102314A (en) * 2020-11-02 2020-12-18 成都考拉悠然科技有限公司 Computing method for judging quality of face image based on uncertainty
CN112330582A (en) * 2020-12-24 2021-02-05 黑龙江省网络空间研究中心 Unmanned aerial vehicle image and satellite remote sensing image fusion algorithm
CN112966767A (en) * 2021-03-19 2021-06-15 焦点科技股份有限公司 Data unbalanced processing method for separating feature extraction and classification tasks

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
BOYAN ZHOU等: "BBN: Bilateral-Branch Network with Cumulative Learning for Long-Tailed Visual Recognition", 《ARXIV:1912.02413V4》 *
KAIMING HE等: "Deep Residual Learning for Image Recognition", 《ARXIV:1512.03385V1》 *
YU LI等: "Overcoming Classifier Imbalance for Long-tail Object Detection with Balanced Group Softmax", 《COMPUTER VISION AND PATTERN RECOGNITION》 *
周玉灿: "面向长尾分布分类任务的结构化深度学习模型与算法", 《中国博士学位论文全文数据库_信息科技辑》 *
林志威: "行人移动轨迹中基于意图增强的下一个地点预测模型的研究", 《中国优秀博硕士学位论文全文数据库(硕士)_信息科技辑》 *
林恩禄: "视觉图像的长尾识别算法研究", 《中国优秀博硕士学位论文全文数据库(硕士)_信息科技辑》 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114881213A (en) * 2022-05-07 2022-08-09 天津大学 Sound event detection method based on three-branch feature fusion neural network
CN114694150A (en) * 2022-05-31 2022-07-01 成都考拉悠然科技有限公司 Method and system for improving generalization capability of digital image classification model
CN114694150B (en) * 2022-05-31 2022-10-21 成都考拉悠然科技有限公司 Method and system for improving generalization capability of digital image classification model
CN114863193A (en) * 2022-07-07 2022-08-05 之江实验室 Long-tail learning image classification and training method and device based on mixed batch normalization
WO2024125380A1 (en) * 2022-12-13 2024-06-20 广电运通集团股份有限公司 Classification recognition method, computer device, and storage medium

Also Published As

Publication number Publication date
CN113255832B (en) 2021-10-01

Similar Documents

Publication Publication Date Title
CN113255832B (en) Method for identifying long tail distribution of double-branch multi-center
CN111738301B (en) Long-tail distribution image data identification method based on double-channel learning
CN108256482B (en) Face age estimation method for distributed learning based on convolutional neural network
CN111126488B (en) Dual-attention-based image recognition method
CN111414942A (en) Remote sensing image classification method based on active learning and convolutional neural network
CN111126386A (en) Sequence field adaptation method based on counterstudy in scene text recognition
CN112580590A (en) Finger vein identification method based on multi-semantic feature fusion network
CN113326731A (en) Cross-domain pedestrian re-identification algorithm based on momentum network guidance
CN109993236A (en) Few sample language of the Manchus matching process based on one-shot Siamese convolutional neural networks
CN114998602B (en) Domain adaptive learning method and system based on low confidence sample contrast loss
CN114038055A (en) Image generation method based on contrast learning and generation countermeasure network
WO2023125456A1 (en) Multi-level variational autoencoder-based hyperspectral image feature extraction method
CN112232395B (en) Semi-supervised image classification method for generating countermeasure network based on joint training
CN112633257A (en) Potato disease identification method based on improved convolutional neural network
CN113066065A (en) No-reference image quality detection method, system, terminal and medium
CN113743474A (en) Digital picture classification method and system based on cooperative semi-supervised convolutional neural network
CN114006870A (en) Network flow identification method based on self-supervision convolution subspace clustering network
Yu et al. Deep metric learning with dynamic margin hard sampling loss for face verification
CN117315534A (en) Short video classification method based on VGG-16 and whale optimization algorithm
CN110288002B (en) Image classification method based on sparse orthogonal neural network
CN116756391A (en) Unbalanced graph node neural network classification method based on graph data enhancement
CN116823782A (en) Reference-free image quality evaluation method based on graph convolution and multi-scale features
CN113435480B (en) Method for improving long tail distribution visual recognition capability through channel sequential switching and self-supervision
CN115294424A (en) Sample data enhancement method based on generation countermeasure network
CN114821184A (en) Long-tail image classification method and system based on balanced complementary entropy

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

Effective date of registration: 20221214

Address after: No. 202, Floor 2, Building 2-1, Yuancheng Logistics Park, Yuancheng Road, High tech Zone, Suining City, Sichuan Province, 629000

Patentee after: Suining koala Youran Technology Co.,Ltd.

Address before: Room 1001, 1002 and 1003, 10 / F, area a, building 4, No. 200, Tianfu 5th Street, Chengdu hi tech Zone, China (Sichuan) pilot Free Trade Zone, Chengdu, Sichuan 610041

Patentee before: CHENGDU KOALA YOURAN TECHNOLOGY CO.,LTD.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20240424

Address after: Room 1001, 1002, and 1003, 10th Floor, Block A, Building 4, No. 200 Tianfu Fifth Street, Chengdu High tech Zone, China (Sichuan) Pilot Free Trade Zone, Chengdu, Sichuan Province, 610000

Patentee after: CHENGDU KOALA YOURAN TECHNOLOGY CO.,LTD.

Country or region after: China

Address before: No. 202, Floor 2, Building 2-1, Yuancheng Logistics Park, Yuancheng Road, High tech Zone, Suining City, Sichuan Province, 629000

Patentee before: Suining koala Youran Technology Co.,Ltd.

Country or region before: China

TR01 Transfer of patent right