CN103544697B - A kind of image partition method based on hypergraph analysis of spectrum - Google Patents

A kind of image partition method based on hypergraph analysis of spectrum Download PDF

Info

Publication number
CN103544697B
CN103544697B CN201310464992.9A CN201310464992A CN103544697B CN 103544697 B CN103544697 B CN 103544697B CN 201310464992 A CN201310464992 A CN 201310464992A CN 103544697 B CN103544697 B CN 103544697B
Authority
CN
China
Prior art keywords
super
pixel
segmentation
hypergraph
image
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.)
Active
Application number
CN201310464992.9A
Other languages
Chinese (zh)
Other versions
CN103544697A (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.)
Nanjing University of Information Science and Technology
Original Assignee
Nanjing University of Information Science and Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing University of Information Science and Technology filed Critical Nanjing University of Information Science and Technology
Priority to CN201310464992.9A priority Critical patent/CN103544697B/en
Publication of CN103544697A publication Critical patent/CN103544697A/en
Application granted granted Critical
Publication of CN103544697B publication Critical patent/CN103544697B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention discloses a kind of image partition method based on hypergraph analysis of spectrum, specifically comprise Image semantic classification step, image superpixel combining step, hypergraph model generation step and hypergraph spectral clustering step.The present invention using the region after image over-segmentation as super-pixel, and using super-pixel as summit, relation between the super-pixel obtained with multiple different over-segmentation method is to build super limit, form hypergraph model, instead of the method that traditional opening relationships of pixel between two (limit) forms graph model, thus the high-order coupled relation effectively reflected between pixel, consider the relevance between image regional, the region consistency of segmentation result and edge accuracy are all had clear improvement.

Description

A kind of image partition method based on hypergraph analysis of spectrum
Technical field
The invention belongs to computer vision and technical field of image processing, especially relate to a kind of image partition method based on hypergraph analysis of spectrum.
Background technology
At computer vision field, Iamge Segmentation (Segmentation) refers to process digital picture being subdivided into multiple image region.The object of Iamge Segmentation is the representation simplifying or change image, is the basic work of Image processing and compute machine visual field, image is easier to understand and analyzes.In reality, although people can be easy to image can be divided into coherent region, for being very difficult with computer vision system.Although there is a lot of dividing method to be suggested, due to natural image diversity and polysemy, the performance of segmentation can't meet actual demand.
At present, the quantity of image partition method is very many, and wherein, the method based on graph theory causes the extensive concern of scholars in the past for 30 years.The main thought of Graph-theoretical Approach is that image mapped is become weighted graph, image pixel is seen the summit of mapping, relation between adjacent pixels sees the limit of mapping, similarity between adjacent pixels regards the weights on limit as, according to the weights design energy function on limit, complete the segmentation to figure by minimization of energy function, thus realize Iamge Segmentation.
Dividing method based on graph theory is obvious to advantage during Image Segmentation Using:
1) graph theory is a research relatively morning and full-fledged subject, has good Fundamentals of Mathematics.For certain problem, multiple method in graph theory, is had to solve;
2) closely similar between image and figure.
After image mapped is figure, the various theory in graph theory and mathematical tool just can be utilized to carry out Iamge Segmentation.The dividing method based on graph theory conventional at present comprises minimal cut (being commonly referred to figure to cut), normalized cut etc.
For figure segmentation method, its advantage is mainly:
1) split under the framework of global optimum, ensure that the globally optimal solution of energy function;
2) make use of pixel grey scale information and the zone boundary information of image, segmentation effect is good simultaneously;
3) user interactions is simple and convenient, only need mark a small amount of Seed Points in target internal and background area, also not be strict with, and automatically determine Seed Points by preprocess method to the particular location of Seed Points, also can allow the robotization of figure segmentation method.
Cutting with figure and compare, there are following 2 deficiencies in normalized cut:
1) do not embed unitary (Unary) item, as the priori of respective figure node, being equivalent to all nodes is all zero priori;
2) need the generalized eigenvector calculating large matrix, although take complexity braking measure, calculated amount is still very large.
But it is maximum that normalized cut can not only meet segmentation result similar degree in the class, distinctiveness ratio between class can be made maximum, therefore, it more easily isolates the Small object object in image, and this is most important for Iamge Segmentation simultaneously.
But for iconic model, only based on traditional structure of pixel between two opening relationships (limit), the graph model of formation obviously cannot complex relationship between picture engraving region, the result of Iamge Segmentation often and unsatisfactory.
Summary of the invention
For solving the problem, the invention discloses a kind of image partition method based on hypergraph analysis of spectrum, passing through hypergraph model, super-pixel point is utilized to replace pixel, utilize the high-order coupled relation between super-pixel, the relevance between reflection image regional, reaches optimum segmentation result.
In order to achieve the above object, the invention provides following technical scheme:
Based on an image partition method for hypergraph spectrum segmentation, comprise the steps:
Image semantic classification step: based on given image, adopt at least two kinds of over-segmentation methods to carry out over-segmentation to image respectively, wherein, image is divided into several subregions by often kind of over-segmentation method, using every sub regions as a super-pixel, thus obtain multiple over-segmentation super-pixel set of image;
Image superpixel combining step: based on the multiple image over-segmentation super-pixel set obtained in Image semantic classification step, sought common ground between two by the mode of iteration, finally obtains merging super-pixel set;
Hypergraph model generation step: utilize the super-pixel merged in super-pixel set to represent hypergraph summit, and build super limit with the super-pixel in the set of often kind of over-segmentation super-pixel and the relevance merged between super-pixel set, add up the weight of the over-segmentation super-pixel relevant to each super limit the weight of sum as super limit, thus form hypergraph model;
Hypergraph spectral clustering step: based on the hypergraph model generated, by hypergraph Spectral Clustering by super-pixel cluster, thus obtain the segmentation result of image.
As a preferred embodiment of the present invention, the over-segmentation method in described Image semantic classification step comprise Kmeans dividing method, Meanshift dividing method, based on the Hierarchical Segmentation method of contour detecting and multiple dimensioned normalization figure segmentation method.
As a preferred embodiment of the present invention, described in described image superpixel combining step, the mode of iteration seeks common ground between two and is expressed as: I=((((S 1∩ S 2) ∩ S 3) ∩ S 4) ... ∩ S m), wherein, I represents the set of merging super-pixel, S 1s mrepresent the over-segmentation super-pixel set generated by M kind over-segmentation method respectively.
As a preferred embodiment of the present invention, the process building super limit in described hypergraph model generation step is: if the super-pixel merged in super-pixel set is a part for super-pixel in the set of over-segmentation super-pixel, then form a super limit, distribute numerical value 1 to super limit incidence matrix simultaneously, otherwise distribute numerical value 0.
As a preferred embodiment of the present invention, describedly by hypergraph Spectral Clustering by the process of super-pixel cluster be: after the eigenwert solving hypergraph Laplacian Matrix and proper vector, utilize kmeans clustering algorithm to be separated by hypergraph optimum.
Compared with prior art, the present invention adopts the advantage of above technical scheme to be:
First, the present invention using the region after image over-segmentation as super-pixel, and using super-pixel as summit, relation between the super-pixel obtained with multiple different over-segmentation is to build super limit, form hypergraph model, instead of the method that traditional opening relationships of pixel between two (limit) forms graph model, thus effectively reflect the high-order coupled relation between pixel, consider the relevance between image regional, the region consistency of segmentation result and edge accuracy are all had clear improvement.
Secondly, experimental result shows, the segmentation result that the present invention obtains is more accurate than existing methods, for successive image treatment and analysis provides good basis, and can widespread use and computer vision and image processing field.
Accompanying drawing explanation
Fig. 1 is the image partition method flow chart of steps based on hypergraph analysis of spectrum provided by the invention.
Fig. 2 is the schematic illustration of hypergraph model.
Fig. 3 is the schematic illustration of hypergraph incidence matrix.
Fig. 4 is the schematic diagram that image mapped becomes hypergraph model.
Fig. 5 is the process schematic of process real image of the present invention.
Fig. 6 adopts the segmentation result schematic diagram of the inventive method in Berkeley University BSDS300 image data base;
Wherein (a) is pending image, and the edge display figure that (b) is image segmentation result, (c) is image segmentation result pseudo-color processing figure.
Embodiment
Below with reference to specific embodiment, technical scheme provided by the invention is described in detail, following embodiment should be understood and be only not used in for illustration of the present invention and limit the scope of the invention.
As shown in Figure 1, the present invention includes following steps:
1, Image semantic classification step: based on given image, adopt at least two kinds of over-segmentation methods to carry out over-segmentation to image respectively, image is divided into several subregions by described over-segmentation method, and every sub regions as a super-pixel, thus obtains super-pixel set.Owing to have employed multiple over-segmentation method, therefore this step obtains the set of multiple over-segmentation super-pixel.Above-mentioned over-segmentation method comprises: Kmeans dividing method, Meanshift dividing method, Hierarchical Segmentation method and multiple dimensioned normalization figure segmentation method etc. based on contour detecting.
2, image superpixel combining step: several image superpixel set of obtaining based on aforementioned multiple over-segmentation method (under be called the set of over-segmentation super-pixel), seek common ground between two in a kind of mode of iteration, and obtain final amalgamation result, be expressed as the super-pixel set (under be called merge super-pixel set) of image.The mode of above-mentioned iteration can show as: first seek common ground to the set of two kinds of over-segmentation super-pixel, then tries to achieve result and seeks common ground with the third over-segmentation super-pixel set, by that analogy.Specifically, generating over-segmentation super-pixel set expression by M kind over-segmentation method is S 1s m, the merging super-pixel set I obtained after being sought common ground between two by iterative manner is expressed as form:
I=((((S 1∩S 2)∩S 3)∩S 4)…∩S M)
3, hypergraph model generation step: utilize the super-pixel merged in super-pixel set I to represent hypergraph summit, and build super limit with the super-pixel in the set of often kind of over-segmentation super-pixel and the relevance merged between super-pixel set I, form hypergraph model.
We know, a hypergraph model G=(V, E, W) gathers E and super limit weight matrix W by vertex set V, super limit to form.Fig. 2, Fig. 3 are hypergraph model and incidence matrix schematic illustration thereof, and wherein Fig. 2 lists three super limits and 6 summits, super limit e 1by vertex v 1, v 2, v 3three some compositions, e 2by v 2, v 4two some compositions, e 3by v 5, v 6two some compositions; Incidence matrix H shown in Fig. 3 shows the incidence relation on super limit and summit.Each super limit e ithere is a weight w (e i), W=diag (w (e 1), w (e 2) ...).The annexation of hypergraph G is represented and is | V| × | the incidence matrix H of E| is defined as follows:
H ( v , e ) = 1 , if v ∈ e 0 , if v ∉ e ;
According to incidence matrix H, the degree of each vertex v ∈ V is expressed as:
d(v)=∑ e∈Ew(e)H(v,e);
The degree of each super limit e ∈ E is expressed as:
δ(e)=∑ v∈VH(v,e)。
Be attached in the present invention, when generating hypergraph model, using the super-pixel in merging super-pixel set I as hypergraph summit.Suppose often kind of over-segmentation super-pixel S set 1s m, wherein often kind of over-segmentation super-pixel S set icomprise N number of super-pixel, for each super-pixel R j, wherein j=1 ... N, N are the number of super-pixel in the set of over-segmentation super-pixel; If the super-pixel k merged in super-pixel set I is the part in super-pixel R, then form a super limit, distribute numerical value 1 to hypergraph incidence matrix simultaneously, otherwise distribute numerical value 0.
Fig. 4 is the schematic diagram that image mapped becomes hypergraph model, and merging super-pixel k in super-pixel set I is over-segmentation super-pixel S set isuper-pixel R iand R jin a part, i=1 ... N, because which form wherein super limit e, R iand R jtwo super-pixel forming super limit e.
According to above-mentioned super limit generation type iterative computation, thus build hypergraph incidence matrix.Each super-pixel R jdistribute corresponding weight w (R j), then using the weight of the weight sum of the over-segmentation super-pixel relevant to each super limit as super limit:
w ( e i ) = Σ R j ∈ e i w ( R j ) .
Hypergraph model is formed according to above-mentioned hypergraph incidence matrix and super limit weight.
4, hypergraph spectral clustering step: based on the hypergraph model generated in above-mentioned steps, utilizes the thought of hypergraph spectral clustering that super-pixel is polymerized to different classes, thus obtains the segmentation result of image.Concrete, the present invention is based on space invariance to define hypergraph Spectral Clustering, the cluster objective function that its space invariance is mainly reflected in definition does not consider the size on super limit, only considers annexation and the weight allocation on super limit.The hypergraph normalization framework of the present invention's definition:
arg min f λ R emp ( f ) + Ω ( f )
Wherein, f is prediction class, and Ω (f) is hypergraph normalized energy item, R empf () is empirical loss item, λ is balance parameters and λ > 0.In practical problems, for non-supervisory image, supervision message cannot use, and therefore, the present invention does not consider empirical loss item R emp(f), only consider hypergraph normalized energy item Ω (f), it is defined as:
Ω ( f ) = 1 2 Σ e ∈ E Σ u , v ∈ e w ( e ) H ( u , e ) H ( v , e ) δ ( e ) ( f ( u ) d ( u ) - f ( v ) d ( v ) ) 2
Wherein, u, v are two different summits in hypergraph respectively, H (u, e), H (v, e) is hypergraph incidence matrix respectively, and δ (e) is the degree of super limit e, f (u), f (v) are identical with f implication, represent prediction class; D (v), d (u) are the degree on hypergraph summit respectively.
Definition hypergraph Laplacian Matrix Δ=I-Θ, then hypergraph normalized energy item is finally defined as:
Ω(f)=f TΔf
Wherein, T is transposition; D vhypergraph Vertex Degree matrix, D esuper edge degree matrix.
Utilize the thought of hypergraph spectral clustering that super-pixel is polymerized to different classes, obtain image segmentation result.This process is specially: the eigenwert and the proper vector that solve hypergraph Laplacian Matrix, then utilizes kmeans clustering algorithm to be separated by hypergraph optimum, thus obtains final segmentation result.
Fig. 5 is the procedure chart that the present invention progressively processes a secondary real image, and Fig. 6 is the segmentation result of the inventive method in Berkeley University BSDS300 image data base.Can find from segmentation result, the edge of natural image is all showed well, and maintains the consistance in region.
Table 1 is the analysis and assessment of the segmentation result of the inventive method in Berkeley University BSDS300 image data base, wherein first three plants as individually adopting Kmeans method, Meanshift method and Ncut method directly carry out splitting the assessed value obtaining result, rear four kinds be adopt method of the present invention to obtain the assessed value of result (wherein the 4th kind of method is for adopting Kmeans method, Meanshift method carries out Image semantic classification, Lung biopsy carries out Image semantic classification for adopting Kmeans method and Ncut method, 6th kind of method is for adopting Meanshift method and Ncut method row Image semantic classification, 7th kind of method is for adopting Kmeans method, Meanshift method and Ncut method carry out Image semantic classification).Wherein often open image all to cut through different staff work points, on average often opening image can have 6 ground-truths.
We assess segmentation result from three standards: the distance measure (VoI), the global coherency error (GCE) that are blue moral index (PRI) of probability, variation respectively.As can be seen from Table 1, generally speaking, segmentation result of the present invention is substantially better than additive method under three standards.Experimental result shows, as long as it is suitable to choose K value, region consistency and the edge accuracy of segmentation result of the present invention are improved significantly.
Table 1
NO. Method PRI VoI GCE
1 Kmeans① 0.7523 2.4929 0.2422
2 Meanshift② 0.7958 2.4802 0.1888
3 Ncut③ 0.7429 2.6013 0.2232
4 Hypergraph with①and② 0.7688 2.4165 0.2055
5 Hypergraph with①and③ 0.7448 2.5852 0.2177
6 Hypergraph with②and③ 0.7375 2.5728 0.1915
7 Hypergraph with①②③ 0.8146 2.4645 0.1779
Technological means disclosed in the present invention program is not limited only to the technological means disclosed in above-mentioned embodiment, also comprises the technical scheme be made up of above technical characteristic combination in any.It should be pointed out that for those skilled in the art, under the premise without departing from the principles of the invention, can also make some improvements and modifications, these improvements and modifications are also considered as protection scope of the present invention.

Claims (3)

1., based on an image partition method for hypergraph spectrum segmentation, it is characterized in that, comprise the steps:
Image semantic classification step: based on given image, adopt at least two kinds of over-segmentation methods to carry out over-segmentation to image respectively, wherein, image is divided into several subregions by often kind of over-segmentation method, using every sub regions as a super-pixel, thus obtain multiple over-segmentation super-pixel set of image;
Image superpixel combining step: based on the multiple image over-segmentation super-pixel set obtained in Image semantic classification step, sought common ground between two by the mode of iteration, finally obtains merging super-pixel set; The mode of described iteration seeks common ground between two and is expressed as: I=((((S 1∩ S 2) ∩ S 3) ∩ S 4) ... ∩ S m), wherein, I represents the set of merging super-pixel, S 1s mrepresent the over-segmentation super-pixel set generated by M kind over-segmentation method respectively;
Hypergraph model generation step: utilize the super-pixel merged in super-pixel set to represent hypergraph summit, and build super limit with the super-pixel in the set of often kind of over-segmentation super-pixel and the relevance merged between super-pixel set, add up the weight of the over-segmentation super-pixel relevant to each super limit the weight of sum as super limit, thus form hypergraph model; The process that described structure surpasses limit is: if the super-pixel merged in super-pixel set is a part for super-pixel in the set of over-segmentation super-pixel, then form a super limit, distributes numerical value 1 to super limit incidence matrix simultaneously, otherwise distributes numerical value 0;
Hypergraph spectral clustering step: based on the hypergraph model generated, by hypergraph Spectral Clustering by super-pixel cluster, thus obtain the segmentation result of image.
2. the image partition method based on the segmentation of hypergraph spectrum according to claim 1, it is characterized in that, the over-segmentation method in described Image semantic classification step comprises: Kmeans dividing method, Meanshift dividing method, based on the Hierarchical Segmentation method of contour detecting and multiple dimensioned normalization figure segmentation method.
3. according to the image partition method based on the segmentation of hypergraph spectrum described in claim 1 or 2, it is characterized in that, describedly by hypergraph Spectral Clustering by the process of super-pixel cluster be: after the eigenwert solving hypergraph Laplacian Matrix and proper vector, utilize kmeans clustering algorithm to be separated by hypergraph optimum.
CN201310464992.9A 2013-09-30 2013-09-30 A kind of image partition method based on hypergraph analysis of spectrum Active CN103544697B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310464992.9A CN103544697B (en) 2013-09-30 2013-09-30 A kind of image partition method based on hypergraph analysis of spectrum

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310464992.9A CN103544697B (en) 2013-09-30 2013-09-30 A kind of image partition method based on hypergraph analysis of spectrum

Publications (2)

Publication Number Publication Date
CN103544697A CN103544697A (en) 2014-01-29
CN103544697B true CN103544697B (en) 2016-01-20

Family

ID=49968117

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310464992.9A Active CN103544697B (en) 2013-09-30 2013-09-30 A kind of image partition method based on hypergraph analysis of spectrum

Country Status (1)

Country Link
CN (1) CN103544697B (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103914841B (en) * 2014-04-03 2018-03-09 深圳大学 Based on the segmentation of the vaginal bacteria of super-pixel and deep learning and categorizing system
CN105303546B (en) * 2014-06-20 2018-08-17 江南大学 Neighbour's propagation clustering image partition method based on fuzzy connectedness
CN104123417B (en) * 2014-07-22 2017-08-01 上海交通大学 A kind of method of the image segmentation based on Cluster-Fusion
CN104915951B (en) * 2015-05-08 2017-12-19 天津大学 A kind of stippled formula DPM two-dimension code area localization methods
CN104881681B (en) * 2015-05-22 2018-08-14 浙江大学 Image sequence type labeling based on mixing graph model
CN105787516B (en) * 2016-03-09 2019-07-16 南京信息工程大学 A kind of hyperspectral image classification method based on empty spectrum locality low-rank hypergraph study
CN107146228B (en) * 2017-03-22 2019-10-08 东南大学 A kind of super voxel generation method of brain magnetic resonance image based on priori knowledge
CN107507195B (en) * 2017-08-14 2019-11-15 四川大学 The multi-modal nasopharyngeal carcinoma image partition method of PET-CT based on hypergraph model
CN108986103B (en) * 2018-06-04 2022-06-07 南京师范大学 Image segmentation method based on superpixel and multi-hypergraph fusion
CN109215741B (en) * 2018-08-20 2022-02-08 中国矿业大学 Tumor gene expression profile data double clustering method based on double hypergraph regularization
CN109191485B (en) * 2018-08-29 2020-05-22 西安交通大学 Multi-video target collaborative segmentation method based on multilayer hypergraph model

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101425182A (en) * 2008-11-28 2009-05-06 华中科技大学 Image object segmentation method
CN102819836A (en) * 2012-06-28 2012-12-12 北京邮电大学 Method and system for image segmentation

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101425182A (en) * 2008-11-28 2009-05-06 华中科技大学 Image object segmentation method
CN102819836A (en) * 2012-06-28 2012-12-12 北京邮电大学 Method and system for image segmentation

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
《Segmentation Using Superpixels:A Bipartite Graph Partitioning Approach》;Zhenguo Li等;《Proceedings of the 2012 IEEE Conference on Computer Vision and Pattern Recognition》;20121231;摘要第2-6行,第790页右栏第2段第1-4行,第790页右栏第3段倒数第1-7行,图2 *
《一种新的基于超像素的谱聚类图像分割算法》;高尚兵等;《南京大学学报(自然科学)》;20130331;第49卷(第2期);全文 *
《基于图割的图像分割方法及其新进展》;刘松涛等;《自动化学报》;20120630;第38卷(第6期);全文 *

Also Published As

Publication number Publication date
CN103544697A (en) 2014-01-29

Similar Documents

Publication Publication Date Title
CN103544697B (en) A kind of image partition method based on hypergraph analysis of spectrum
WO2021003951A1 (en) Hyperspectral image classification method based on label-constrained elastic network graph model
CN102592268B (en) Method for segmenting foreground image
Zhou et al. 2.5 d dual contouring: A robust approach to creating building models from aerial lidar point clouds
US7995841B2 (en) Hybrid graph model for unsupervised object segmentation
CN102810158B (en) High-resolution remote sensing target extraction method based on multi-scale semantic model
CN104504734B (en) A kind of color of image transmission method based on semanteme
CN102402685B (en) Method for segmenting three Markov field SAR image based on Gabor characteristic
CN106650744B (en) The image object of local shape migration guidance is divided into segmentation method
CN103488968A (en) Device and method for constituting fining decomposer through mixed pixel materials of remote sensing image
CN102521592A (en) Multi-feature fusion salient region extracting method based on non-clear region inhibition
CN103914571A (en) Three-dimensional model search method based on mesh segmentation
CN101853509A (en) SAR (Synthetic Aperture Radar) image segmentation method based on Treelets and fuzzy C-means clustering
CN106228539A (en) Multiple geometric primitive automatic identifying method in a kind of three-dimensional point cloud
CN104732545A (en) Texture image segmentation method combined with sparse neighbor propagation and rapid spectral clustering
CN102314610B (en) Object-oriented image clustering method based on probabilistic latent semantic analysis (PLSA) model
CN103824223A (en) Crop yield remote sensing estimation method based on MapReduce and neural network
CN104992454A (en) Regionalized automatic-cluster-change image segmentation method
CN110135364A (en) A kind of Objects recognition method and device
Xu et al. A segmentation algorithm for noisy images: design and evaluation
Wang et al. Da-net: Density-aware 3d object detection network for point clouds
Liu et al. A multi-angle comprehensive solution based on deep learning to extract cultivated land information from high-resolution remote sensing images
CN102609721B (en) Remote sensing image clustering method
CN105354845A (en) Method for semi-supervised detection on changes in remote sensing images
CN103942779A (en) Image segmentation method based on combination of graph theory and semi-supervised learning

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CP02 Change in the address of a patent holder

Address after: 210044 No. 219 Ningliu Road, Jiangbei New District, Nanjing City, Jiangsu Province

Patentee after: NANJING University OF INFORMATION SCIENCE & TECHNOLOGY

Address before: Zhongshan road Wuzhong District Mudu town of Suzhou city in Jiangsu province 215101 No. 70 Wuzhong Science Park Building 2 room 2310

Patentee before: NANJING University OF INFORMATION SCIENCE & TECHNOLOGY

CP02 Change in the address of a patent holder
CP02 Change in the address of a patent holder

Address after: Room 420, block C, Kechuang headquarters building, 320 pubin Road, Jiangpu street, Pukou District, Nanjing City, Jiangsu Province, 211800

Patentee after: NANJING University OF INFORMATION SCIENCE & TECHNOLOGY

Address before: 210044 No. 219 Ning six road, Jiangbei new district, Nanjing, Jiangsu

Patentee before: NANJING University OF INFORMATION SCIENCE & TECHNOLOGY

CP02 Change in the address of a patent holder