CN102184186A - Multi-feature adaptive fusion-based image retrieval method - Google Patents

Multi-feature adaptive fusion-based image retrieval method Download PDF

Info

Publication number
CN102184186A
CN102184186A CN 201110091563 CN201110091563A CN102184186A CN 102184186 A CN102184186 A CN 102184186A CN 201110091563 CN201110091563 CN 201110091563 CN 201110091563 A CN201110091563 A CN 201110091563A CN 102184186 A CN102184186 A CN 102184186A
Authority
CN
China
Prior art keywords
image
retrieval
feature
semantic tree
result
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.)
Pending
Application number
CN 201110091563
Other languages
Chinese (zh)
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to CN 201110091563 priority Critical patent/CN102184186A/en
Publication of CN102184186A publication Critical patent/CN102184186A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention discloses a multi-feature adaptive fusion-based image retrieval method. The method comprises the following steps of: selecting image features, namely extracting more than two image features of each image in an image library; establishing a semantic tree of each image feature of each image in the image library; performing normalization processing on all image features of the images which is input by a user and is to be retrieved; performing fusion on the scores of the retrieval results of all image features; in screened images, respectively weighting and adding the scores of the retrieval results of all image features of each image to obtain final scores of the retrieval results; and outputting the images according to an order of the final scores of the retrieval results from high to low, wherein the score weights of the retrieval results of each image feature are not fixed. Due to the adoption of the multi-feature fusion method, the retrieval accuracy is greatly improved; and due to the adoption of a dynamic weight, a traditional fixed weight is changed, and the effect of image retrieval is further improved.

Description

Image search method based on the fusion of many features self-adaptation
Technical field
The present invention relates to a kind of image search method, specifically is a kind of image search method that merges based on many features self-adaptation.
Background technology
In the existing image search method that adopts, the CBIR technology is by extracting user's interest feature in the image, comprise some visual signatures such as color, shape, texture, image with wide input is retrieved in big image set, realized the retrieval of real image vision content characteristic.This retrieval mode is the important breakthrough to " looking for figure with key word ".Along with the development of CBIR technology, a lot of image indexing systems have been arranged.Though the field or the function of image indexing system are varied, basic search method all comprises following step: extract characteristics of image and write corresponding image library; The image of user's input is extracted feature and compares the calculating similarity with the feature in the image library; The similarity backward is returned to the user; Wherein, Feature Extraction mainly comprises color characteristic, shape facility and textural characteristics.Algorithms most in use during color characteristic extracts has color histogram, color moment method; Algorithms most in use in the shape facility comprises classic algorithm such as chain code representation, border square, Fourier descriptors; The textural characteristics algorithm mainly contains Tamura textural characteristics (roughness, direction degree, contrast), gray level co-occurrence matrixes, 0abor filtering algorithm etc.
For the image retrieval of big quantity, picture material widely different, a kind of feature is difficult to that all images type is all had good description.Recent years some outstanding based on point sparse features (SURF) and put forward in succession based on the dense feature (HOG) in zone, the test findings proof has effect preferably for some images, but these features also are a certain class picture material to be had characterize effect preferably, sparse features (SURF) may only be extracted seldom unique point to the fairly simple image of some textures, ensuing retrieving portion can not have good effect, and dense feature (HOG) generally is based on the zone, powerless again to the details of image coupling, and problem such as image rotation can not well solve.
In recent years, the someone has proposed for big data quantity, multi-class classification, and it is necessary adopting various features and different Feature Fusion methods.Also do a lot of work aspect Feature Fusion, but these work are based on the linear weighted function of feature mostly, for all retrieving images, the weights of each feature are fixing, can not analyze the retrieval effectiveness of each feature automatically, thereby carry out dynamic fusion.
Summary of the invention
The purpose of this invention is to provide the high image search method of a kind of retrieval precision based on the fusion of many features self-adaptation.
For achieving the above object, the technical solution adopted in the present invention is:
Image search method based on many features self-adaptation merges includes following steps:
Choosing of A, characteristics of image: the plural characteristics of image that extracts each image in the image library;
B, the picture in the image library is extracted selected feature, utilize layering kmeans algorithm to construct the semantic tree of each feature correspondence then;
C, the retrieving images that the user is imported extract feature, in each semantic tree, retrieve then, and returning result for retrieval, result for retrieval is that the image in the database is high more to the similar more score of retrieving images according to each image in the database of being arranged on earth by height with the similarity of retrieving images;
D, according to the score distribution rule of each semantic tree result for retrieval, the quality of the corresponding semantic tree result for retrieval of this feature of automatic Evaluation, thus determine the weights of this semantic tree;
E, each semantic tree return the score of image and carry out normalized, make that the mark after the normalization can linear, additive;
F, the mark of the result for retrieval of all characteristics of image is merged: the final PTS of each image be multiply by the weights of this semantic tree in the database by the score of this image in each semantic tree, addition obtains then, then image is exported with the descending order of the mark of final result for retrieval; Wherein the weights of each semantic tree correspondence are that step e is dynamically determined.
In the described steps A, the characteristics of image that is extracted has two, be based on respectively a little sparse features (SURF) and based on the dense feature (HOG) in zone.
In the described step e, the normalized computing formula of described sparse features (SURF) is:
Figure BSA00000472262200021
SURFNormScore iBe the characteristics of image mark after the normalization, SURFScoreMax, SURFScoreMin are respectively the maximal value and the minimum value of N picture mid-score returning of the corresponding semantic tree of sparse features, SURFScore iIt is the score of i picture returning of the corresponding semantic tree of sparse features (SURF); Dense feature (HOG) is identical with the normalized computing formula of sparse features (SURF).
The computing method of described unfixed weights may further comprise the steps:
(1) the adjacent mean distance of calculating result for retrieval:
SURFAveDist = Σ i = 1 N 1 - 1 ( SURFScore ( i ) - SURFScore ( i + 1 ) ) N 1 - 1 ;
Figure BSA00000472262200023
N1 is preceding 5% a picture number of result for retrieval, and SURFAveDist, HOGAveDist are respectively SURF Vocabulary tree and the adjacent mean distance of the corresponding result for retrieval of HOG Vocabulary tree; SURFScore iIt is the score of i picture returning of the corresponding semantic tree of sparse features (SURF); HOGScore iIt is the score of i picture returning of the corresponding semantic tree of dense feature (HOG);
(3) weights of the semantic tree of each feature construction calculate:
SURFWeight = SURFAveDist SURFAveDist + HOGAveDist ;
Figure BSA00000472262200032
SURFWeight is the weights of sparse features (SURF), and HOGWeight is the weights of dense feature (HOG).
Beneficial effect of the present invention:, improved the accuracy of retrieval greatly owing to adopt the method for above-mentioned many Feature Fusion; Owing to adopt dynamic weights, traditional fixedly weights have been changed, the further effect that improves graphic retrieve.
Description of drawings
Below in conjunction with the drawings and specific embodiments the present invention is described in further detail:
Fig. 1 is the process flow diagram of this off-line training semantic tree;
Fig. 2 is the process flow diagram of search method of the present invention;
Fig. 3 is the system schematic that SURF semantic tree of the present invention and HOG semantic tree are formed.
Embodiment
As shown in Figure 1, 2, the image search method based on many features self-adaptation merges includes following steps:
Choosing of A, characteristics of image: as shown in Figure 1, off-line training step is extracted based on the SURF feature of point with based on the HOG feature in zone each image in the image library; Selected feature will have certain complementarity to the describing method of picture material.
B, database images is extracted SURF and HOG feature, utilize layering kmeans algorithm to carry out cluster, make up SURF semantic tree and HOG semantic tree (Vocabulary tree), as shown in Figure 3, the semantic tree that square representative is made of the SURF feature, the semantic tree that the triangle representative is made of the HOG feature.
C, as shown in Figure 2 in the online retrieving stage, extracts SURF feature and HOG feature for the image of the needs retrieval of user's input.According to the search method of semantic tree, utilize SURF feature and HOG feature respectively at the enterprising line retrieval of corresponding semantic tree, and return result for retrieval separately.The database picture of result for retrieval for arranging from high to low by mark.
D, by the observation of experimental result being found when the result for retrieval of certain feature is more satisfactory the mark of result for retrieval has a more stable and distribution clocklike.When the retrieval effectiveness of certain feature is better, return in the result for retrieval, the score of adjacent image presents the downtrending of stair shape ladder, on the contrary, then presents mild downtrending.According to this certain characteristic key of rule automatic Evaluation result's quality, and give corresponding weights, its weight calculation method is as follows:
(1) mean distance calculates
SURFAveDist = Σ i = 1 N 1 - 1 ( SURFScore ( i ) - SURFScore ( i + 1 ) ) N 1 - 1
HOGAveDist = Σ i = 1 N 1 - 1 ( HOGScore ( i ) - HOGScore ( i + 1 ) ) N 1 - 1
N1 is 5% of a database picture sum.SURFAveDist, HOGAveDist are respectively SURF Vocabulary tree and the adjacent mean distance of the corresponding result for retrieval of HOG Vocabulary tree.
(2) dynamically weights calculate
SURFWeight = SUFRAveDist SURFveDist + HOGAveDist
HOGWeight = HOGAveDist SURFAveDist + HOGAveDist
E, mark normalization:
Because finally will merge the result for retrieval of various features, and the meaning of the absolute size of the reciprocal fraction of different characteristic representative and inequality, so will carry out normalization to mark.Each image has a mark respectively in the database in SURF vocabulary tree and HOG vocabulary tree result for retrieval, and wherein i picture returning of SURF Vocabulary tree must be divided into SURFScore i, i the picture that HOG Vocabulary tree returns must be divided into HOGScore i
SURFNormScore i = SURFScore i - SURFScoreMax SURFScoreMax - SURFScoreMin
HOGNormScore i = HOGScore i - HOGScoreMax HOGScoreMax - HOGScoreMin
Wherein, SURFNormScore i, HOGNormScore iBe respectively the SURFScore after the normalization iWith HOGScore iSURFScoreMax, SURFScoreMin are respectively the maximal value and the minimum value of N picture mid-score returning of the corresponding vocabulary tree of SURF.HOGScoreMax, HOGScoreMin are respectively the maximal value and the minimum value of N picture mid-score returning of the corresponding vocabulary tree of HOG.
Step F: the fusion of SURF vocabulary tree result for retrieval and HOG vocabulary tree result for retrieval:
Each image has a score at the result for retrieval of SURF Vocabulary tree in the database, equally a score is arranged also in the result for retrieval of HOG Vocabulary tree, and according to mark series arrangement from high to low.According to the score of each picture in different Vocabulary tree, and the weights of this Vocabulary tree, after the linear, additive,, and return the highest picture of mark to the total points rearrangement, computing formula is as follows:
TotalScore i=HOGWeight*HOGScore i+SURFWeight*SURFScore i
Wherein, TotalScore iBe the final total points of database picture i,, return result for retrieval according to total points series arrangement from high to low.
The above is a preferred implementation of the present invention, certainly can not limit the present invention's interest field with this, should be understood that, for those skilled in the art, can make amendment or be equal to replacement technical scheme of the present invention, and not break away from the essence and the scope of technical solution of the present invention.

Claims (5)

1. image search method that merges based on many features self-adaptation is characterized in that: include following steps:
Choosing of A, characteristics of image: the plural characteristics of image that extracts each image in the image library;
B, the picture in the image library is extracted selected feature, utilize layering kmeans algorithm to construct the semantic tree of each feature correspondence then;
C, the retrieving images that the user is imported extract feature, in each semantic tree, retrieve then, and returning result for retrieval, result for retrieval is that the image in the database is high more to the similar more score of retrieving images according to each image in the database of being arranged on earth by height with the similarity of retrieving images;
D, according to the score distribution rule of each semantic tree result for retrieval, the quality of the corresponding semantic tree result for retrieval of this feature of automatic Evaluation, thus determine the weights of this semantic tree;
E, each semantic tree return the score of image and carry out normalized, make that the mark after the normalization can linear, additive;
F, the mark of the result for retrieval of all characteristics of image is merged: the final PTS of each image be multiply by the weights of this semantic tree in the database by the score of this image in each semantic tree, addition obtains then, then image is exported with the descending order of the mark of final result for retrieval; Wherein the weights of each semantic tree correspondence are that step e is dynamically determined.
2. the image search method that merges based on many features self-adaptation according to claim 1, it is characterized in that: in the described steps A, the characteristics of image that is extracted has two, be based on respectively a little sparse features (SURF) and based on the dense feature (HOG) in zone.
3. the image search method that merges based on many features self-adaptation according to claim 2 is characterized in that: step e, and the normalized computing formula of described sparse features (SURF) is:
Figure FSA00000472262100011
SURFNormScore iBe the characteristics of image mark after the normalization, SURFScoreMax, SURFScoreMin are respectively the maximal value and the minimum value of N picture mid-score returning of the corresponding semantic tree of sparse features, SURFScore iIt is the score of i picture returning of the corresponding semantic tree of sparse features (SURF); Dense feature (HOG) is identical with the normalized computing formula of sparse features (SURF).
4. the image search method that merges based on many features self-adaptation according to claim 2, it is characterized in that: the computing method of described dynamic weights may further comprise the steps:
(1) the adjacent mean distance of calculating result for retrieval:
SURFAveDist = Σ i = 1 N 1 - 1 ( SURFScore ( i ) - SURFScore ( i + 1 ) ) N 1 - 1 ;
Figure FSA00000472262100021
N1 is preceding 5% a picture number of result for retrieval, and SURFAveDist, HOGAveDist are respectively SURF Vocabulary tree and the adjacent mean distance of the corresponding result for retrieval of HOG Vocabulary tree; SURFScore iIt is the score of i picture returning of the corresponding semantic tree of sparse features (SURF); HOGScore iIt is the score of i picture returning of the corresponding semantic tree of dense feature (HOG);
(2) weights of characteristics of image calculate:
SURFWeight = SURFAveDist SURFAveDist + HOGAveDist ;
Figure FSA00000472262100023
SURFWeight is the weights of sparse features (SURF), and HOGWeight is the weights of dense feature (HOG).
5. according to the image search method based on the fusion of many features self-adaptation described in the claim 2, it is characterized in that: the computing formula of described fusion method is:
TotalScore i=HOGWeight*HOGScore i+SURFWeight*SURFScore i
Wherein, TotalScore iBe the final total points of database picture i,, return result for retrieval according to total points series arrangement from high to low.
CN 201110091563 2011-04-12 2011-04-12 Multi-feature adaptive fusion-based image retrieval method Pending CN102184186A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201110091563 CN102184186A (en) 2011-04-12 2011-04-12 Multi-feature adaptive fusion-based image retrieval method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201110091563 CN102184186A (en) 2011-04-12 2011-04-12 Multi-feature adaptive fusion-based image retrieval method

Publications (1)

Publication Number Publication Date
CN102184186A true CN102184186A (en) 2011-09-14

Family

ID=44570363

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201110091563 Pending CN102184186A (en) 2011-04-12 2011-04-12 Multi-feature adaptive fusion-based image retrieval method

Country Status (1)

Country Link
CN (1) CN102184186A (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102542050A (en) * 2011-12-28 2012-07-04 辽宁师范大学 Image feedback method and system based on support vector machine
CN102542058A (en) * 2011-12-29 2012-07-04 天津大学 Hierarchical landmark identification method integrating global visual characteristics and local visual characteristics
CN102779157A (en) * 2012-06-06 2012-11-14 北京京东世纪贸易有限公司 Method and device for searching images
CN103455476A (en) * 2012-05-29 2013-12-18 阿里巴巴集团控股有限公司 Processing method and device for network information and establishing method and device for abstract syntax tree
CN103593474A (en) * 2013-11-28 2014-02-19 中国科学院自动化研究所 Image retrieval ranking method based on deep learning
CN103778240A (en) * 2014-02-10 2014-05-07 中国人民解放军信息工程大学 Image retrieval method based on functional magnetic resonance imaging and image dictionary sparse decomposition
CN104317946A (en) * 2014-10-31 2015-01-28 上海交通大学 Multi-key image-based image content retrieval method
CN104679863A (en) * 2015-02-28 2015-06-03 武汉烽火众智数字技术有限责任公司 Method and system for searching images by images based on deep learning
CN106250811A (en) * 2016-06-15 2016-12-21 南京工程学院 Unconfinement face identification method based on HOG feature rarefaction representation
CN103810299B (en) * 2014-03-10 2017-02-15 西安电子科技大学 Image retrieval method on basis of multi-feature fusion
CN106909552A (en) * 2015-12-22 2017-06-30 成都理想境界科技有限公司 Image retrieval server, system, coordinate indexing and misarrangement method
CN106933861A (en) * 2015-12-30 2017-07-07 北京大唐高鸿数据网络技术有限公司 A kind of customized across camera lens target retrieval method of supported feature
CN107066459A (en) * 2016-08-30 2017-08-18 广东百华科技股份有限公司 A kind of efficient image search method
CN107870923A (en) * 2016-09-26 2018-04-03 北京眼神科技有限公司 Image search method and device
CN108985346A (en) * 2018-06-25 2018-12-11 厦门安图威信息科技有限公司 Fusion low layer pictures feature and showing for CNN feature survey image search method
CN109670480A (en) * 2018-12-29 2019-04-23 深圳市丰巢科技有限公司 Image discriminating method, device, equipment and storage medium
CN114356852A (en) * 2022-03-21 2022-04-15 展讯通信(天津)有限公司 File retrieval method, electronic equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030088387A1 (en) * 2001-09-24 2003-05-08 Chang Edward Y. Dynamic partial function in measurement of similarity of objects
CN101136015A (en) * 2006-09-01 2008-03-05 北大方正集团有限公司 Method for calculating similarity between images
CN101315663A (en) * 2008-06-25 2008-12-03 中国人民解放军国防科学技术大学 Nature scene image classification method based on area dormant semantic characteristic

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030088387A1 (en) * 2001-09-24 2003-05-08 Chang Edward Y. Dynamic partial function in measurement of similarity of objects
CN101136015A (en) * 2006-09-01 2008-03-05 北大方正集团有限公司 Method for calculating similarity between images
CN101315663A (en) * 2008-06-25 2008-12-03 中国人民解放军国防科学技术大学 Nature scene image classification method based on area dormant semantic characteristic

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102542050A (en) * 2011-12-28 2012-07-04 辽宁师范大学 Image feedback method and system based on support vector machine
CN102542050B (en) * 2011-12-28 2016-01-20 辽宁师范大学 Based on the image feedback method and system of support vector machine
CN102542058A (en) * 2011-12-29 2012-07-04 天津大学 Hierarchical landmark identification method integrating global visual characteristics and local visual characteristics
CN103455476A (en) * 2012-05-29 2013-12-18 阿里巴巴集团控股有限公司 Processing method and device for network information and establishing method and device for abstract syntax tree
CN102779157A (en) * 2012-06-06 2012-11-14 北京京东世纪贸易有限公司 Method and device for searching images
CN102779157B (en) * 2012-06-06 2015-05-06 北京京东世纪贸易有限公司 Method and device for searching images
CN103593474A (en) * 2013-11-28 2014-02-19 中国科学院自动化研究所 Image retrieval ranking method based on deep learning
CN103778240A (en) * 2014-02-10 2014-05-07 中国人民解放军信息工程大学 Image retrieval method based on functional magnetic resonance imaging and image dictionary sparse decomposition
CN103778240B (en) * 2014-02-10 2017-04-26 中国人民解放军信息工程大学 Image retrieval method based on functional magnetic resonance imaging and image dictionary sparse decomposition
CN103810299B (en) * 2014-03-10 2017-02-15 西安电子科技大学 Image retrieval method on basis of multi-feature fusion
CN104317946A (en) * 2014-10-31 2015-01-28 上海交通大学 Multi-key image-based image content retrieval method
CN104679863B (en) * 2015-02-28 2018-05-04 武汉烽火众智数字技术有限责任公司 It is a kind of based on deep learning to scheme to search drawing method and system
CN104679863A (en) * 2015-02-28 2015-06-03 武汉烽火众智数字技术有限责任公司 Method and system for searching images by images based on deep learning
CN106909552A (en) * 2015-12-22 2017-06-30 成都理想境界科技有限公司 Image retrieval server, system, coordinate indexing and misarrangement method
CN106933861A (en) * 2015-12-30 2017-07-07 北京大唐高鸿数据网络技术有限公司 A kind of customized across camera lens target retrieval method of supported feature
CN106250811A (en) * 2016-06-15 2016-12-21 南京工程学院 Unconfinement face identification method based on HOG feature rarefaction representation
CN106250811B (en) * 2016-06-15 2019-05-10 南京工程学院 Unconstrained face identification method based on HOG feature rarefaction representation
CN107066459A (en) * 2016-08-30 2017-08-18 广东百华科技股份有限公司 A kind of efficient image search method
CN107870923A (en) * 2016-09-26 2018-04-03 北京眼神科技有限公司 Image search method and device
CN108985346A (en) * 2018-06-25 2018-12-11 厦门安图威信息科技有限公司 Fusion low layer pictures feature and showing for CNN feature survey image search method
CN108985346B (en) * 2018-06-25 2021-01-22 厦门安图威信息科技有限公司 Existing exploration image retrieval method fusing low-level image features and CNN features
CN109670480A (en) * 2018-12-29 2019-04-23 深圳市丰巢科技有限公司 Image discriminating method, device, equipment and storage medium
CN109670480B (en) * 2018-12-29 2023-01-24 深圳市丰巢科技有限公司 Image discrimination method, device, equipment and storage medium
CN114356852A (en) * 2022-03-21 2022-04-15 展讯通信(天津)有限公司 File retrieval method, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN102184186A (en) Multi-feature adaptive fusion-based image retrieval method
CN104850633B (en) A kind of three-dimensional model searching system and method based on the segmentation of cartographical sketching component
Turcot et al. Better matching with fewer features: The selection of useful features in large database recognition problems
CN100433016C (en) Image retrieval algorithm based on abrupt change of information
CN110909164A (en) Text enhancement semantic classification method and system based on convolutional neural network
CN103823896B (en) Subject characteristic value algorithm and subject characteristic value algorithm-based project evaluation expert recommendation algorithm
CN105243154B (en) Remote sensing image retrieval method based on notable point feature and sparse own coding and system
CN109189991A (en) Repeat video frequency identifying method, device, terminal and computer readable storage medium
CN104881458B (en) A kind of mask method and device of Web page subject
CN102968635B (en) Image visual characteristic extraction method based on sparse coding
Atlam et al. Integration of color and texture features in CBIR system
CN104679818A (en) Video keyframe extracting method and video keyframe extracting system
CN106951551A (en) The cumulative index image search method of joint GIST features
CN112417381B (en) Method and device for rapidly positioning infringement image applied to image copyright protection
CN106844482B (en) Search engine-based retrieval information matching method and device
CN101996245A (en) Form feature describing and indexing method of image object
CN106874421A (en) Image search method based on self adaptation rectangular window
Wang et al. Grouping web image search result
CN104317946A (en) Multi-key image-based image content retrieval method
CN102902984B (en) Remote-sensing image semi-supervised projection dimension reducing method based on local consistency
CN112579816B (en) Remote sensing image retrieval method and device, electronic equipment and storage medium
CN113111645B (en) Media text similarity detection method
JP5463873B2 (en) Multimedia classification system and multimedia search system
CN107423294A (en) A kind of community image search method and system
CN106777191B (en) Search engine-based retrieval mode generation method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20110914