CN103886066A - Image retrieval method based on robust non-negative matrix factorization - Google Patents

Image retrieval method based on robust non-negative matrix factorization Download PDF

Info

Publication number
CN103886066A
CN103886066A CN201410105511.XA CN201410105511A CN103886066A CN 103886066 A CN103886066 A CN 103886066A CN 201410105511 A CN201410105511 A CN 201410105511A CN 103886066 A CN103886066 A CN 103886066A
Authority
CN
China
Prior art keywords
image
matrix
images
lambda
subspace
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
CN201410105511.XA
Other languages
Chinese (zh)
Other versions
CN103886066B (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.)
Hangzhou Liangzhi Data Technology Co ltd
Original Assignee
HANGZHOU XISONG 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 HANGZHOU XISONG TECHNOLOGY Co Ltd filed Critical HANGZHOU XISONG TECHNOLOGY Co Ltd
Priority to CN201410105511.XA priority Critical patent/CN103886066B/en
Publication of CN103886066A publication Critical patent/CN103886066A/en
Application granted granted Critical
Publication of CN103886066B publication Critical patent/CN103886066B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/58Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
    • G06F16/583Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content
    • G06F16/5838Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content using colour
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/214Generating training patterns; Bootstrap methods, e.g. bagging or boosting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/22Matching criteria, e.g. proximity measures

Abstract

The invention discloses an image retrieval method based on robust non-negative matrix factorization. In order to overcome the defects of a non-negative matrix factorization algorithm model on expression of the relation between images and noise resistance, the method comprises the steps of firstly, constructing an image L1 constraint for representing the data distribution relation according to a visual feature set X of image data, and adding a sparse noise item so as to construct a robust non-negative matrix factorization algorithm model; then, in the model training phase, adopting the iterative optimization solving method to obtain an image feature basic matrix U and a feature expression V of all images in a subspace expanded by the U from the X; finally, during image retrieval, converting an image x with retrieval reference into the subspace of the U to obtain a new feature expression v; according to the distance between the v and the images in an image data set, sorting the images, returning front K images with the smallest distance to a user, and achieving the image retrieval function. The method has the stronger anti-noise capacity, the processing and calculating time for new images is linear time, and image retrieval can be rapidly and accurately carried out.

Description

A kind of image search method based on robust Non-negative Matrix Factorization
Technical field
The present invention relates to CBIR and Non-negative Matrix Factorization method, relate in particular to a kind of image search method based on robust Non-negative Matrix Factorization.
Background technology
In recent years, universal along with internet and smart mobile phone, digital camera, a large amount of image resources is generated continuously.For these image resources are carried out to effective organization and administration and retrieval, various image retrieval technologies are also suggested thereupon.At present, image retrieval has become computer vision, especially a study hotspot in multimedia retrieval field.
Except the image retrieval technologies based on key word the earliest, the image retrieval technologies of the overwhelming majority is all CBIR technology at present.CBIR technology is by extract the visual signature that characterizes various Image Visual Feature from image, then the similarity in the image to be retrieved of submitting to based on specific algorithm calculating user and image data base between each picture, it is distance, thereby according to the size of characteristic distance, image is sorted, return to the image that user distance value is less, realize the retrieval to image in image data base.
In CBIR algorithm, Data Dimensionality Reduction Algorithm is a kind of technology extensively being used.The core concept of this technology is to think that original image feature space exists certain deficiency, cannot effectively dissimilar image area be separated, therefore wish to search out a suitable proper subspace, image dissimilar on this subspace is separated from each other, and image of the same type is gathered each other.These class methods comprise: principal component analysis (PCA) (Principal Component Analysis, PCA), linear discriminant analysis (Linear Discriminant Analysis, LDA), Non-negative Matrix Factorization (Nonnegative Matrix Factorization, and various manifold learning arithmetic NMF), as multidimensional scaling analysis (Multidimensional Scaling, MDS), locally linear embedding (Local Linear Embedded, LLE), locality preserving projections (Local Preserving Projection, LPP) etc.
In these subspace methods, the data of NMF after to dimensionality reduction have been added non-negativity constraint, and its objective function is to solve two nonnegative matrix U and V, makes X ≈ UV.Due to the introducing of non-negativity constraint, make NMF can learn to obtain having the basis matrix U of local feature, also obtain the data representation method based on local a kind of and that in people's cognition, local formation entirety is consistent.Therefore the interpretation of the method is more intense, is widely applied to image retrieval, recognition of face, numeral identification, the application such as text classification.
Liang etc. expand to the initialization procedure of NMF the initialization of supervision, then use NMF in Latent Semantic Indexing, are used for finding from bottom visual signature to the relation high-level semantics features.The people such as BeAbdallah adopt the implicit expression of NMF design of graphics picture, are used for improving the mark accuracy of image.The people such as Caicedo generate multi-modality images based on NMF and express, and consider image, semantic information in building NMF objective function.
But, more weak to the relationship expression between view data and anti-noise acoustic energy method at traditional NMF.For this two aspects problem, this method is the automatic selectivity characteristic at visual signature by L1 figure, builds vision L1 constraint diagram, introduces sparse noise item constraint simultaneously, then these two kinds of constraint conditions are joined in traditional NMF algorithm frame, obtain robust Algorithms of Non-Negative Matrix Factorization model.Based on proposed model, to processing computing time of new images be linear session, can carry out rapidly and accurately image retrieval.
Summary of the invention
The object of the invention is to overcome existing based on Non-negative Matrix Factorization the deficiency on aspect relationship expression between image and antinoise two, a kind of image search method based on robust Non-negative Matrix Factorization is proposed.
Image search method based on robust Non-negative Matrix Factorization comprises the steps:
1) from common image data set Corel5K, select 50 classes totally 5000 images, extract PHOG visual signature [1] collection X=[x 1..., x n], wherein n=5000, x ibe that i opens the corresponding PHOG visual feature vector of image; Summit using PHOG visual signature collection X as the L1 figure that will build, the limit weight matrix W=[w of L1 figure 1..., w n],, wherein w ibe calculated as follows:
min | | w i | | 1 s . t . | | x i - X w i | | ≤ ϵ , w ii = 0 ∀ i - - - 1
Wherein, x ibe the visual signature of i width image, w ifor the i row of matrix W, ε is error coefficient, w iifor vectorial w ii component;
The L1 constraint diagram that builds token image data distribution architecture relation is as follows:
min R g = Σ i = 1 n | | v i - V w i | | 2 = | | V - VW | | F 2 = tr ( V ( I - W ) ( I - W ) T V T ) = tr ( VGV T ) - - - 2
Wherein, G=(I-W) (I-W) t, V=[v 1..., v n] be the feature representation of image set on subspace, I is unit matrix;
2) L1 constraint diagram and sparse noise constraints item E are joined in traditional Algorithms of Non-Negative Matrix Factorization framework, build robust nonnegative matrix matrix decomposition algorithm model:
min U , V ≥ 0 , E | | X - UV - E | | F 2 + λ 1 · | | E | | + λ 2 · | | U | | F 2 + λ 3 · tr ( VGV T ) - - - 3
Wherein, λ 1, λ 2and λ 3for regularization parameter, in experiment, be set to respectively 0.01,0.001 and 0.1, U ∈ R d × rfor keeping the image basis matrix of vision and Semantic Similarity, V ∈ R r × nfeature representation in the subspace of launching for image basis matrix U, E ∈ R d × nsparse noise constraints item, the dimension that d is characteristics of image, the dimension that r is low dimensional feature space;
3) utilize view data set pair formula 3 algorithm models to train, employing iteration optimization solves, calculate the feature representation V keeping in the image basis matrix U of vision and Semantic Similarity and subspace that all images launch at image basis matrix U, calculation procedure is as follows:
I) random initializtion U, V and E matrix, make intermediate variable X e=X-E;
Ii) fixing E, iterative computation U and V, computing formula is as follows:
U ij ← U ij ( X ~ e V ~ T ) ij ( U V ~ V ~ T ) ij - - - 4
V ij ← V ij ( U T X e + λ 3 VG - ) ij ( U T UV + λ 3 VG + ) ij - - - 5
Wherein X ~ e = ( X e , 0 d × r ) , V ~ = ( V , λ 2 I r ) , G + = 1 2 ( G + | G | ) , G - = 1 2 ( G - | G | ) , | G| gets the matrix that corresponding absolute value forms for all elements in matrix G;
Iii) fixing U and V, calculate best E, and computing formula is as follows:
E = f λ 1 2 ( X - UV ) - - - 6
Wherein function f is defined as:
Figure BDA0000479772830000037
4) in the time carrying out image retrieval, using being transformed into as the image x of retrieving reference in the subspace that image basis matrix U launches, obtain new feature representation v, be calculated as follows:
v=(U TU) -1U Tx=Mx, 8
Wherein, M=(U tu) -1u t, U tfor matrix U transposition, (U tu) -1for U tthe inverse matrix of U;
5) v obtaining according to step 4), calculates v and view data and concentrates arbitrary image x isubspace feature representation v ibetween distance s i, computing formula is as follows:
s i=exp(-||v-v i|| 2) 9
Finally according to apart from s iconcentrate all images to sort to view data, front K image of layback value minimum be to user, thereby realize image retrieval.
The space structure relation of this method between can token image, there is stronger noise resisting ability, obtaining after image basis matrix U, be linear session the computing time of the low n-dimensional subspace n feature representation to new images, can carry out more rapidly and accurately compared with the conventional method image retrieval.
Accompanying drawing explanation
Fig. 1 is the part sample image on Corel5K image data set;
When Fig. 2 (a) is antelope image as retrieval example, algorithm retrieval sample figure;
When Fig. 2 (b) is antelope image as retrieval example, front 10 the result for retrieval figure of algorithm;
When Fig. 3 (a) is hot air balloon image as retrieval example, algorithm retrieval sample figure;
When Fig. 3 (b) is hot air balloon image as retrieval example, front 10 the result for retrieval figure of algorithm;
When Fig. 4 (a) is cupboard image as retrieval example, algorithm retrieval sample figure;
When Fig. 4 (b) is cupboard image as retrieval example, front 10 the result for retrieval figure of algorithm;
When Fig. 5 (a) is bus image as retrieval example, algorithm retrieval sample figure;
When Fig. 5 (b) is bus image as retrieval example, front 10 the result for retrieval figure of algorithm.
Embodiment
Image search method based on robust Non-negative Matrix Factorization comprises the steps:
1) from common image data set Corel5K, select 50 classes totally 5000 images, extract PHOG visual signature [1] collection X=[x 1..., x n], wherein n=5000, x ibe that i opens the corresponding PHOG visual feature vector of image; Summit using PHOG visual signature collection X as the L1 figure that will build, the limit weight matrix W=[w of L1 figure 1..., w n],, wherein w ibe calculated as follows:
min | | w i | | 1 s . t . | | x i - X w i | | ≤ ϵ , w ii = 0 ∀ i - - - 1
Wherein, x ibe the visual signature of i width image, w ifor the i row of matrix W, ε is error coefficient, w iifor vectorial w ii component;
The L1 constraint diagram that builds token image data distribution architecture relation is as follows:
min R g = Σ i = 1 n | | v i - V w i | | 2 = | | V - VW | | F 2 = tr ( V ( I - W ) ( I - W ) T V T ) = tr ( VGV T ) - - - 2
Wherein, G=(I-W) (I-W) t, V=[v 1..., v n] be the feature representation of image set on subspace, I is unit matrix;
2) L1 constraint diagram and sparse noise constraints item E are joined in traditional Algorithms of Non-Negative Matrix Factorization framework, build robust nonnegative matrix matrix decomposition algorithm model:
min U , V ≥ 0 , E | | X - UV - E | | F 2 + λ 1 · | | E | | + λ 2 · | | U | | F 2 + λ 3 · tr ( VGV T ) - - - 3
Wherein, λ 1, λ 2and λ 3for regularization parameter, in experiment, be set to respectively 0.01,0.001 and 0.1, U ∈ R d × rfor keeping the image basis matrix of vision and Semantic Similarity, V ∈ R r × nfeature representation in the subspace of launching for image basis matrix U, E ∈ R d × nsparse noise constraints item, the dimension that d is characteristics of image, the dimension that r is low dimensional feature space;
3) utilize view data set pair formula 3 algorithm models to train, employing iteration optimization solves, calculate the feature representation V keeping in the image basis matrix U of vision and Semantic Similarity and subspace that all images launch at image basis matrix U, calculation procedure is as follows:
I) random initializtion U, V and E matrix, make intermediate variable X e=X-E;
Ii) fixing E, iterative computation U and V, computing formula is as follows:
U ij ← U ij ( X ~ e V ~ T ) ij ( U V ~ V ~ T ) ij - - - 4
V ij ← V ij ( U T X e + λ 3 VG - ) ij ( U T UV + λ 3 VG + ) ij - - - 5
Wherein X ~ e = ( X e , 0 d × r ) , V ~ = ( V , λ 2 I r ) , G + = 1 2 ( G + | G | ) , G - = 1 2 ( G - | G | ) , | G| gets the matrix that corresponding absolute value forms for all elements in matrix G;
Iii) fixing U and V, calculate best E, and computing formula is as follows:
E = f λ 1 2 ( X - UV ) - - - 6
Wherein function f is defined as:
Figure BDA0000479772830000057
4) in the time carrying out image retrieval, using being transformed into as the image x of retrieving reference in the subspace that image basis matrix U launches, obtain new feature representation v, be calculated as follows:
v=(U TU) -1U Tx=Mx, 8
Wherein, M=(U tu) -1u t, U tfor matrix U transposition, (U tu) -1for U tthe inverse matrix of U;
5) v obtaining according to step 4), calculates v and view data and concentrates arbitrary image x isubspace feature representation v ibetween distance s i, computing formula is as follows:
s i=exp(-||v-v i|| 2) 9
Finally according to apart from s iconcentrate all images to sort to view data, front K image of layback value minimum be to user, thereby realize image retrieval.
List of references
[1] PHOG feature code is realized: http:// www.robots.ox.ac.uk/~vgg/research/caltech/phog.html.
Embodiment 1
Adopt Corel5K image data set (as shown in Figure 1) to test, Fig. 2, Fig. 3, Fig. 4, Fig. 5 shows respectively four result for retrieval.Below in conjunction with foregoing method step, illustrate this embodiment as follows:
1) to the image in Corel5K extract respectively image 680 dimension PHOG original image visual signatures, set it as image feature representation, obtain Image Visual Feature matrix X=[x 1..., x n], n=5000.
2) according to Image Visual Feature matrix X, to visual similarity modeling, with the original visual signature X=[x of image set 1..., x n] as the summit of L1 figure, the limit weight matrix W=[w of figure 1..., w n] middle w ibe calculated as follows:
min | | w i | | 1 s . t . | | x i - X w i | | ≤ ϵ , w ii = 0 ∀ i - - - 1
ε=0.001 is set, adopts L1_LS to solve kit objective function 1 is above optimized and is solved, calculate W matrix, thereby obtain as next vision L1 constraint diagram:
min R g = Σ i = 1 n | | v i - V w i | | 2 = | | V - VW | | F 2 = tr ( V ( I - W ) ( I - W ) T V T ) = tr ( VGV T ) - - - 2
Wherein, G=(I-W) (I-W) t, V=[v 1..., v n] be the feature representation of image set on subspace, I is unit matrix.
3) L1 constraint diagram and sparse noise constraints item E are joined in traditional Algorithms of Non-Negative Matrix Factorization framework, build robust nonnegative matrix matrix decomposition algorithm model:
min U , V ≥ 0 , E | | X - UV - E | | F 2 + λ 1 · | | E | | + λ 2 · | | U | | F 2 + λ 3 · tr ( VGV T ) - - - 3
Wherein, λ 1, λ 2and λ 3for regularization parameter, be set to respectively 1.6,0.1 and 0.01, U ∈ R d × rfor keeping the image basis matrix of vision and Semantic Similarity, V ∈ R r × nfeature representation in the subspace of launching for image basis matrix U, E ∈ R d × nsparse noise constraints item, the dimension that d is characteristics of image, i.e. 680 dimensions, the dimension that r is low dimensional feature space, is set to 150 dimensions;
4) utilize view data set pair formula 3 algorithm models to train, employing iteration optimization solves, calculate the feature representation V keeping in the image basis matrix U of vision and Semantic Similarity and subspace that all images launch at image basis matrix U, calculation procedure is as follows:
I) random initializtion U, V and E matrix, make intermediate variable X e=X-E;
Ii) fixing E, iterative computation U and V, computing formula is as follows:
U ij ← U ij ( X ~ e V ~ T ) ij ( U V ~ V ~ T ) ij - - - 4
V ij ← V ij ( U T X e + λ 3 VG - ) ij ( U T UV + λ 3 VG + ) ij - - - 5
Wherein X ~ e = ( X e , 0 d × r ) , V ~ = ( V , λ 2 I r ) , G + = 1 2 ( G + | G | ) , G - = 1 2 ( G - | G | ) , | G| gets the matrix that corresponding absolute value forms for all elements in matrix G;
Iii) fixing U and V, calculate best E, and computing formula is as follows:
E = f λ 1 2 ( X - UV ) - - - 6
Wherein function f is defined as:
Figure BDA0000479772830000077
5) in the time carrying out image retrieval, using being transformed into as the image x of retrieving reference in the subspace that image basis matrix U launches, obtain new feature representation v, be calculated as follows:
v=(U TU) -1U Tx=Mx, 8
Wherein, M=(U tu) -1u t, U tfor matrix U transposition, (U tu) -1for U tthe inverse matrix of U;
6) v obtaining according to step 5), calculates v and view data and concentrates arbitrary image x isubspace feature representation v ibetween distance s i, computing formula is as follows:
s i=exp(-||v-v i|| 2) 9
Finally according to apart from s iconcentrate all images to sort to Corel5K view data, front 10 images of layback value minimum are to user, thereby realize image retrieval.

Claims (1)

1. the image search method based on robust Non-negative Matrix Factorization, is characterized in that comprising the steps:
1) from common image data set Corel5K, select 50 classes totally 5000 images, extract PHOG visual signature collection X=[x 1..., x n], wherein n=5000, x ibe that i opens the corresponding PHOG visual feature vector of image; Summit using PHOG visual signature collection X as the L1 figure that will build, the limit weight matrix W=[w of L1 figure 1..., w n],, wherein w ibe calculated as follows:
min | | w i | | 1 s . t . | | x i - X w i | | ≤ ϵ , w ii = 0 ∀ i - - - 1
Wherein, x ibe the visual signature of i width image, w ifor the i row of matrix W, ε is error coefficient, w iifor vectorial w ii component;
The L1 constraint diagram that builds token image data distribution architecture relation is as follows:
min R g = Σ i = 1 n | | v i - V w i | | 2 = | | V - VW | | F 2 = tr ( V ( I - W ) ( I - W ) T V T ) = tr ( VGV T ) - - - 2
Wherein, G=(I-W) (I-W) t, V=[v 1..., v n] be the feature representation of image set on subspace, I is unit matrix;
2) L1 constraint diagram and sparse noise constraints item E are joined in traditional Algorithms of Non-Negative Matrix Factorization framework, build robust nonnegative matrix matrix decomposition algorithm model:
min U , V ≥ 0 , E | | X - UV - E | | F 2 + λ 1 · | | E | | + λ 2 · | | U | | F 2 + λ 3 · tr ( VGV T ) - - - 3
Wherein, λ 1, λ 2and λ 3for regularization parameter, in experiment, be set to respectively 0.01,0.001 and 0.1, U ∈ R d × rfor keeping the image basis matrix of vision and Semantic Similarity, V ∈ R r × nfeature representation in the subspace of launching for image basis matrix U, E ∈ R d × nsparse noise constraints item, the dimension that d is characteristics of image, the dimension that r is low dimensional feature space;
3) utilize view data set pair formula 3 algorithm models to train, employing iteration optimization solves, calculate the feature representation V keeping in the image basis matrix U of vision and Semantic Similarity and subspace that all images launch at image basis matrix U, calculation procedure is as follows:
I) random initializtion U, V and E matrix, make intermediate variable X e=X-E;
Ii) fixing E, iterative computation U and V, computing formula is as follows:
U ij ← U ij ( X ~ e V ~ T ) ij ( U V ~ V ~ T ) ij - - - 4
V ij ← V ij ( U T X e + λ 3 VG - ) ij ( U T UV + λ 3 VG + ) ij - - - 5
Wherein X ~ e = ( X e , 0 d × r ) , V ~ = ( V , λ 2 I r ) , G + = 1 2 ( G + | G | ) , G - = 1 2 ( G - | G | ) , | G| gets the matrix that corresponding absolute value forms for all elements in matrix G;
Iii) fixing U and V, calculate best E, and computing formula is as follows:
E = f λ 1 2 ( X - UV ) - - - 6
Wherein function f is defined as:
4) in the time carrying out image retrieval, using being transformed into as the image x of retrieving reference in the subspace that image basis matrix U launches, obtain new feature representation v, be calculated as follows:
v=(U TU) -1U Tx=Mx, 8
Wherein, M=(U tu) -1u t, U tfor matrix U transposition, (U tu) -1for U tthe inverse matrix of U;
5) v obtaining according to step 4), calculates v and view data and concentrates arbitrary image x isubspace feature representation v ibetween distance s i, computing formula is as follows:
s i=exp(-||v-v i|| 2) 9
Finally according to apart from s iconcentrate all images to sort to view data, front K image of layback value minimum be to user, thereby realize image retrieval.
CN201410105511.XA 2014-03-20 2014-03-20 A kind of image search method based on robust Non-negative Matrix Factorization Active CN103886066B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410105511.XA CN103886066B (en) 2014-03-20 2014-03-20 A kind of image search method based on robust Non-negative Matrix Factorization

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410105511.XA CN103886066B (en) 2014-03-20 2014-03-20 A kind of image search method based on robust Non-negative Matrix Factorization

Publications (2)

Publication Number Publication Date
CN103886066A true CN103886066A (en) 2014-06-25
CN103886066B CN103886066B (en) 2017-03-29

Family

ID=50954958

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410105511.XA Active CN103886066B (en) 2014-03-20 2014-03-20 A kind of image search method based on robust Non-negative Matrix Factorization

Country Status (1)

Country Link
CN (1) CN103886066B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104239402A (en) * 2014-07-23 2014-12-24 中国科学院自动化研究所 Document enquiry method and document enquiry device
CN104680179A (en) * 2015-03-09 2015-06-03 西安电子科技大学 Data dimension reduction method based on neighborhood similarity
CN105005684A (en) * 2015-06-19 2015-10-28 河海大学 Sparse limited non-negative matrix decomposition algorithm based ultrafiltration membrane water treatment prediction method
CN106055576A (en) * 2016-05-20 2016-10-26 大连理工大学 Rapid and effective image retrieval method under large-scale data background
CN108416374A (en) * 2018-02-13 2018-08-17 中国科学院西安光学精密机械研究所 Based on the non-negative matrix factorization method for differentiating orthogonal subspaces constraint
CN111177492A (en) * 2020-01-02 2020-05-19 安阳师范学院 Cross-modal information retrieval method based on multi-view symmetric nonnegative matrix factorization

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1026601A2 (en) * 1999-02-01 2000-08-09 Hyundai Electronics Industries Co., Ltd. Method and apparatus for retrieving multimedia data using shape information
CN103399863A (en) * 2013-06-25 2013-11-20 西安电子科技大学 Image retrieval method based on edge direction difference characteristic bag
CN103425768A (en) * 2013-08-07 2013-12-04 浙江商业职业技术学院 Image retrieval method based on vision and lexeme similarity constraint
CN103488664A (en) * 2013-05-03 2014-01-01 中国传媒大学 Image retrieval method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1026601A2 (en) * 1999-02-01 2000-08-09 Hyundai Electronics Industries Co., Ltd. Method and apparatus for retrieving multimedia data using shape information
CN103488664A (en) * 2013-05-03 2014-01-01 中国传媒大学 Image retrieval method
CN103399863A (en) * 2013-06-25 2013-11-20 西安电子科技大学 Image retrieval method based on edge direction difference characteristic bag
CN103425768A (en) * 2013-08-07 2013-12-04 浙江商业职业技术学院 Image retrieval method based on vision and lexeme similarity constraint

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104239402A (en) * 2014-07-23 2014-12-24 中国科学院自动化研究所 Document enquiry method and document enquiry device
CN104239402B (en) * 2014-07-23 2017-12-22 中国科学院自动化研究所 Document searching method and device
CN104680179A (en) * 2015-03-09 2015-06-03 西安电子科技大学 Data dimension reduction method based on neighborhood similarity
CN104680179B (en) * 2015-03-09 2018-06-26 西安电子科技大学 Method of Data with Adding Windows based on neighborhood similarity
CN105005684A (en) * 2015-06-19 2015-10-28 河海大学 Sparse limited non-negative matrix decomposition algorithm based ultrafiltration membrane water treatment prediction method
CN106055576A (en) * 2016-05-20 2016-10-26 大连理工大学 Rapid and effective image retrieval method under large-scale data background
CN106055576B (en) * 2016-05-20 2018-04-10 大连理工大学 A kind of fast and effectively image search method under large-scale data background
CN108416374A (en) * 2018-02-13 2018-08-17 中国科学院西安光学精密机械研究所 Based on the non-negative matrix factorization method for differentiating orthogonal subspaces constraint
CN108416374B (en) * 2018-02-13 2020-07-31 中国科学院西安光学精密机械研究所 Non-negative matrix factorization method based on discrimination orthogonal subspace constraint
CN111177492A (en) * 2020-01-02 2020-05-19 安阳师范学院 Cross-modal information retrieval method based on multi-view symmetric nonnegative matrix factorization

Also Published As

Publication number Publication date
CN103886066B (en) 2017-03-29

Similar Documents

Publication Publication Date Title
Yu et al. Exploiting the complementary strengths of multi-layer CNN features for image retrieval
Pang et al. Text matching as image recognition
CN110059217B (en) Image text cross-media retrieval method for two-stage network
CN108804530B (en) Subtitling areas of an image
CN106295796B (en) entity link method based on deep learning
Chen et al. Webly supervised learning of convolutional networks
Mirza et al. Conditional generative adversarial nets
Wu et al. Zero-shot event detection using multi-modal fusion of weakly supervised concepts
Jiang et al. Columbia-UCF TRECVID2010 Multimedia Event Detection: Combining Multiple Modalities, Contextual Concepts, and Temporal Matching.
CN103886066A (en) Image retrieval method based on robust non-negative matrix factorization
CN111291556B (en) Chinese entity relation extraction method based on character and word feature fusion of entity meaning item
CN106649853A (en) Short text clustering method based on deep learning
CN103605952B (en) Based on the Human bodys' response method that Laplce's canonical group is sparse
Zheng et al. MMDF-LDA: An improved Multi-Modal Latent Dirichlet Allocation model for social image annotation
CN106909537B (en) One-word polysemous analysis method based on topic model and vector space
Gomez et al. Learning to learn from web data through deep semantic embeddings
CN104008187B (en) Semi-structured text matching method based on the minimum edit distance
CN110110602A (en) A kind of dynamic sign Language Recognition Method based on three-dimensional residual error neural network and video sequence
CN108595546B (en) Semi-supervision-based cross-media feature learning retrieval method
Gomez et al. Self-supervised learning from web data for multimodal retrieval
CN103425768A (en) Image retrieval method based on vision and lexeme similarity constraint
Chen et al. Efficient maximum appearance search for large-scale object detection
Cheng et al. A semi-supervised deep learning image caption model based on Pseudo Label and N-gram
Wu et al. Scene attention mechanism for remote sensing image caption generation
CN105701225A (en) Cross-media search method based on unification association supergraph protocol

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into 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: 20190816

Address after: Room 601, No. 371 Xingxing Road, Xiaoshan Economic and Technological Development Zone, Hangzhou City, Zhejiang Province

Patentee after: HANGZHOU LIANGZHI DATA TECHNOLOGY CO.,LTD.

Address before: Hangzhou City, Zhejiang province 311100 City Road No. 588 Fei Jia Tang building 424 room 4

Patentee before: HANGZHOU XISONG TECHNOLOGY Co.,Ltd.

PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: An image retrieval method based on robust nonnegative matrix decomposition

Effective date of registration: 20220727

Granted publication date: 20170329

Pledgee: Hangzhou High-tech Financing Guarantee Co.,Ltd.

Pledgor: HANGZHOU LIANGZHI DATA TECHNOLOGY CO.,LTD.

Registration number: Y2022330001535

PE01 Entry into force of the registration of the contract for pledge of patent right
PC01 Cancellation of the registration of the contract for pledge of patent right

Date of cancellation: 20230803

Granted publication date: 20170329

Pledgee: Hangzhou High-tech Financing Guarantee Co.,Ltd.

Pledgor: HANGZHOU LIANGZHI DATA TECHNOLOGY CO.,LTD.

Registration number: Y2022330001535

PC01 Cancellation of the registration of the contract for pledge of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: An Image Retrieval Method Based on Robust Nonnegative Matrix Decomposition

Effective date of registration: 20230902

Granted publication date: 20170329

Pledgee: Hangzhou High-tech Financing Guarantee Co.,Ltd.

Pledgor: HANGZHOU LIANGZHI DATA TECHNOLOGY CO.,LTD.

Registration number: Y2023330001900

PE01 Entry into force of the registration of the contract for pledge of patent right