CN111897988A - Hyperspectral remote sensing image classification method and system - Google Patents

Hyperspectral remote sensing image classification method and system Download PDF

Info

Publication number
CN111897988A
CN111897988A CN202010678850.2A CN202010678850A CN111897988A CN 111897988 A CN111897988 A CN 111897988A CN 202010678850 A CN202010678850 A CN 202010678850A CN 111897988 A CN111897988 A CN 111897988A
Authority
CN
China
Prior art keywords
remote sensing
hyperspectral remote
sensing image
bipartite graph
adaptive
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
CN202010678850.2A
Other languages
Chinese (zh)
Other versions
CN111897988B (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.)
Rocket Force University of Engineering of PLA
Original Assignee
Rocket Force University of Engineering of PLA
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 Rocket Force University of Engineering of PLA filed Critical Rocket Force University of Engineering of PLA
Priority to CN202010678850.2A priority Critical patent/CN111897988B/en
Publication of CN111897988A publication Critical patent/CN111897988A/en
Application granted granted Critical
Publication of CN111897988B publication Critical patent/CN111897988B/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/55Clustering; Classification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/16Matrix or vector computation, e.g. matrix-matrix or matrix-vector multiplication, matrix factorization
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/22Matching criteria, e.g. proximity measures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods

Landscapes

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

Abstract

The invention relates to a hyperspectral remote sensing image classification method and a hyperspectral remote sensing image classification system. The method comprises the steps of obtaining a hyperspectral remote sensing image; determining an anchor point according to the pixel point of the hyperspectral remote sensing image; constructing a self-adaptive bipartite graph by adopting a self-adaptive adjacent distribution principle according to the pixel points and the anchor points of the hyperspectral remote sensing image; according to the self-adaptive bipartite graph, a semi-supervised learning method is adopted to construct a semi-supervised learning model of the bipartite graph; acquiring a hyperspectral remote sensing image to be classified; and classifying the hyperspectral remote sensing images to be classified by adopting a semi-supervised learning model of the bipartite graph. The hyperspectral remote sensing image classification method and the hyperspectral remote sensing image classification system can reduce the calculation complexity and improve the classification precision.

Description

Hyperspectral remote sensing image classification method and system
Technical Field
The invention relates to the field of hyperspectral remote sensing and machine learning, in particular to a hyperspectral remote sensing image classification method and system.
Background
The hyperspectral remote sensing, namely hyperspectral resolution remote sensing, as a narrow-band imaging mode, can find substances which cannot be detected in a wide band, is popular in the 80 th century, and is an important earth observation technology. The hyperspectral remote sensing technology provides help for the actual life of people, and simultaneously brings out a series of problems of information extraction and pattern recognition, and is mainly reflected in high-dimensional data processing and analysis. With the development of imaging spectroscopy, higher spectral resolution brings more spectral band numbers, and wider coverage brings more data volume. Therefore, the hyperspectral technology provides rich spectral information and simultaneously provides a new challenge for hyperspectral data processing.
Classification is an important field of hyperspectral data processing. The hyperspectral image classification is that each pixel point in an image is endowed with a category label according to a certain classification criterion, such as 'class of things' by utilizing spectral information and spatial information of ground objects. The hyperspectral classification technology has important effects on extracting thematic information and monitoring the dynamic change of ground objects, and is widely applied to the fields of thematic map making, engineering exploration, traffic planning management, environment monitoring, land utilization, crop yield estimation and the like.
The original remote sensing image classification method is a manual visual interpretation method, which has higher requirements on the geography knowledge and the research and judgment experience of workers, and the classification result is greatly influenced by the experience and knowledge reserve of the workers. The manual visual efficiency is low, and large manpower and material resources are consumed. Due to the rapid increase in the amount of remote sensing data, manual visual methods have not been able to meet the demand. The nature of the classification problem is pattern recognition. With the continuous development of computer technology, intelligent data analysis can be realized by using a machine learning method, and a hidden relation between data is obtained. Various classification algorithms generated based on machine learning improve the classification effect of the hyperspectral images to a certain extent.
Machine Learning is a core subject in the fields of artificial intelligence and pattern recognition, and can be classified into Supervised Learning (super Learning), Unsupervised Learning (Unsupervised Learning), and Semi-Supervised Learning (SSL) according to whether class label information is used. The supervised learning carries out iterative computation by taking a probability function, an algebraic function or an artificial neural network as a basic function model by means of class mark information of input data. The unsupervised learning does not use class label information and is mainly applied to the clustering of data. Semi-supervised learning builds a learning model using a small amount of labeled information and a large amount of unlabeled information. The high-spectrum data volume is large, and the marking of the sample needs to consume large manpower and material resources, so that the semi-supervised learning method has important application in the high-spectrum image processing.
The semi-supervised learning method based on the graph has clear concept and easy realization, and has attracted wide attention in recent years. However, the conventional mapping method has high computational complexity in the composition process and the matrix inversion process, and cannot process large-scale hyperspectral images. In addition, the conventional graph method generally inputs a fixed graph, and the quality of the graph directly affects the subsequent classification effect.
Disclosure of Invention
The invention aims to provide a hyperspectral remote sensing image classification method and a hyperspectral remote sensing image classification system, which can reduce the calculation complexity and improve the classification precision.
In order to achieve the purpose, the invention provides the following scheme:
a hyperspectral remote sensing image classification method comprises the following steps:
acquiring a hyperspectral remote sensing image;
determining an anchor point according to the pixel point of the hyperspectral remote sensing image; the anchor points are pixel points of the hyperspectral remote sensing images selected randomly; the number of the anchor points is less than the number of pixel points in the hyperspectral remote sensing image;
constructing a self-adaptive bipartite graph by adopting a self-adaptive adjacent distribution principle according to the pixel points and the anchor points of the hyperspectral remote sensing image;
according to the self-adaptive bipartite graph, a semi-supervised learning method is adopted to construct a semi-supervised learning model of the bipartite graph; the semi-supervised learning model of the bipartite graph takes a self-adaptive bipartite graph as input and takes the category of the hyperspectral remote sensing image as output;
acquiring a hyperspectral remote sensing image to be classified;
and classifying the hyperspectral remote sensing images to be classified by adopting a semi-supervised learning model of the bipartite graph.
Optionally, the constructing a self-adaptive bipartite graph according to the pixel points of the hyperspectral remote sensing image and the anchor points by adopting a self-adaptive proximity allocation principle specifically includes:
constructing a similarity matrix by adopting a self-adaptive adjacent distribution principle according to the pixel points of the hyperspectral remote sensing image and the anchor points;
and constructing an adaptive bipartite graph according to the similarity matrix.
Optionally, the constructing a semi-supervised learning model of the bipartite graph by using a semi-supervised learning method according to the adaptive bipartite graph further includes:
and optimizing the self-adaptive bipartite graph by adopting a semi-supervised learning target.
Optionally, the constructing a semi-supervised learning model of the bipartite graph by using a semi-supervised learning method according to the adaptive bipartite graph specifically includes:
using formulas
Figure BDA0002585137140000031
Determining an objective function; z is a similarity matrix, U is a new similarity matrix,
Figure BDA0002585137140000032
is a matrix of soft labels of the pixels,
Figure BDA0002585137140000033
is a soft tag matrix for an anchor point,
Figure BDA0002585137140000034
label matrix representing all pixel points, B is diagonal matrix, alpha is regularization parameter, LSIs a Laplace matrix;
solving the objective function by adopting an iterative optimization mode to obtain a label of a pixel point; the label is used for classifying the hyperspectral remote sensing images.
A hyperspectral remote sensing image classification system comprising:
the hyperspectral remote sensing image acquisition module is used for acquiring a hyperspectral remote sensing image;
the anchor point determining module is used for determining an anchor point according to the pixel point of the hyperspectral remote sensing image; the anchor points are pixel points of the hyperspectral remote sensing images selected randomly; the number of the anchor points is less than the number of pixel points in the hyperspectral remote sensing image;
the self-adaptive bipartite graph construction module is used for constructing a self-adaptive bipartite graph by adopting a self-adaptive adjacent distribution principle according to the pixel points of the hyperspectral remote sensing image and the anchor points;
the semi-supervised learning model building module of the bipartite graph is used for building a semi-supervised learning model of the bipartite graph by adopting a semi-supervised learning method according to the self-adaptive bipartite graph; the semi-supervised learning model of the bipartite graph takes a self-adaptive bipartite graph as input and takes the category of the hyperspectral remote sensing image as output;
the hyperspectral remote sensing image classification module is used for classifying hyperspectral remote sensing images;
and the classification module is used for classifying the hyperspectral remote sensing images to be classified by adopting a semi-supervised learning model of the bipartite graph.
Optionally, the adaptive bipartite graph building module specifically includes:
the similarity matrix construction unit is used for constructing a similarity matrix according to the pixel points of the hyperspectral remote sensing image and the anchor points by adopting a self-adaptive adjacent distribution principle;
and the self-adaptive bipartite graph constructing unit is used for constructing the self-adaptive bipartite graph according to the similarity matrix.
Optionally, the method further includes:
and the optimization module is used for optimizing the self-adaptive bipartite graph by adopting a semi-supervised learning target.
Optionally, the module for constructing a semi-supervised learning model of the bipartite graph specifically includes:
an objective function determination unit for utilizing a formula
Figure BDA0002585137140000041
Determining an objective function; z is a similarity matrix, U is a new similarity matrix,
Figure BDA0002585137140000042
is a matrix of soft labels of the pixels,
Figure BDA0002585137140000043
is a soft tag matrix for an anchor point,
Figure BDA0002585137140000044
label matrix representing all pixel points, B is diagonal matrix, alpha is regularization parameter, LSIs a Laplace matrix;
the label determining unit of the pixel point is used for solving the objective function in an iterative optimization mode to obtain a label of the pixel point; the label is used for classifying the hyperspectral remote sensing images.
According to the specific embodiment provided by the invention, the invention discloses the following technical effects:
according to the method and the system for classifying the hyperspectral remote sensing images, the randomly selected pixel points of part of the hyperspectral remote sensing images are determined as anchor points, and the self-adaptive bipartite graph between the anchor points and the pixel points is constructed, so that the parameters of composition are reduced, and the complexity of calculation is reduced; according to the self-adaptive bipartite graph, a semi-supervised learning method is adopted to construct a semi-supervised learning model of the bipartite graph, and the constructed self-adaptive bipartite graph is continuously optimized, so that the quality of the graph is improved, and the classification precision is further improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without inventive exercise.
FIG. 1 is a schematic flow chart of a hyperspectral remote sensing image classification method provided by the invention;
FIG. 2 is a schematic structural diagram of a hyperspectral remote sensing image classification system provided by the invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The invention aims to provide a hyperspectral remote sensing image classification method and a hyperspectral remote sensing image classification system, which can reduce the calculation complexity and improve the classification precision.
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in further detail below.
Fig. 1 is a schematic flow chart of a hyperspectral remote sensing image classification method provided by the invention, and as shown in fig. 1, the hyperspectral remote sensing image classification method provided by the invention comprises the following steps:
and S101, acquiring a hyperspectral remote sensing image. The pixel points of the hyperspectral remote sensing image are expressed as
Figure BDA0002585137140000051
n represents the number of picture elements and d represents the number of bands of each picture element.
S102, determining an anchor point according to a pixel point of the hyperspectral remote sensing image; the anchor points are pixel points of the hyperspectral remote sensing images selected randomly; the number of the anchor points is smaller than the number of the pixel points in the hyperspectral remote sensing image. That is, m anchor points are selected from original n pixel points and expressed as matrix
Figure BDA0002585137140000052
S103, constructing a self-adaptive bipartite graph by adopting a self-adaptive adjacent distribution principle according to the pixel points of the hyperspectral remote sensing image and the anchor points. The self-adaptive neighbor allocation principle is that the closer the distance between two points is, the higher the probability of belonging to the same class is.
S103 specifically comprises the following steps:
and constructing a similarity matrix Z by adopting a self-adaptive adjacent distribution principle according to the pixel points of the hyperspectral remote sensing image and the anchor points.
Z is:
Figure BDA0002585137140000061
wherein z isijFor the ith row and jth column element in the similarity matrix Z,
Figure BDA0002585137140000062
in the ith row of the similarity matrix Z, γ is a regularization parameter. Order to
Figure BDA0002585137140000063
Figure BDA0002585137140000064
Is a vector whose j-th element is eijThus, equation (1) is written in the form of a vector as follows:
Figure BDA0002585137140000065
the lagrangian function for equation (2) is:
Figure BDA0002585137140000066
wherein, eta and betaiA value of > 0 is the Lagrangian multiplier.
ziShould satisfy equation (3) with respect to ziIs equal to 0, i.e.:
Figure BDA0002585137140000067
for ziThe jth element of (1) has:
Figure BDA0002585137140000068
according to the KKT condition, zijβij0, obtainable from formula (5):
Figure BDA0002585137140000069
wherein
Figure BDA00025851371400000610
Thus, zijThe solution of (a) is:
Figure BDA00025851371400000611
and constructing an adaptive bipartite graph according to the similarity matrix.
The self-adaptive bipartite graph is as follows:
Figure BDA0002585137140000071
s104, constructing a semi-supervised learning model of the bipartite graph by adopting a semi-supervised learning method according to the self-adaptive bipartite graph; the semi-supervised learning model of the bipartite graph takes a self-adaptive bipartite graph as input and takes the category of the hyperspectral remote sensing image as output;
before S104, the method further includes:
and optimizing the self-adaptive bipartite graph by adopting a semi-supervised learning target.
The goal is to learn a new similarity matrix
Figure BDA0002585137140000072
Or
Figure BDA0002585137140000073
The following were used:
Figure BDA0002585137140000074
the closer the optimized similarity matrix S is to the given neighbor matrix W, the better, so the following problem needs to be solved:
Figure BDA0002585137140000075
according to the particular structure of S and W in equations (8) and (9), equation (10) can be converted into:
Figure BDA0002585137140000076
s104 specifically comprises the following steps:
using formulas
Figure BDA0002585137140000077
Determining an objective function; z is a similarity matrix, U is a new similarity matrix,
Figure BDA0002585137140000078
is a matrix of soft labels of the pixels,
Figure BDA0002585137140000079
is a soft tag matrix for an anchor point,
Figure BDA00025851371400000710
label matrix representing all pixel points, B is diagonal matrix, alpha is regularization parameter, LSIs a laplacian matrix.
Solving the objective function by adopting an iterative optimization mode to obtain a label of a pixel point; the label is used for classifying the hyperspectral remote sensing images.
The specific determination process of the objective function is as follows:
considering that the quality of the graph is optimal in graph-based semi-supervised learning, the following model is proposed:
Figure BDA00025851371400000711
wherein,
Figure BDA0002585137140000081
soft label matrices representing the original data and anchor points, respectively.
Figure BDA0002585137140000082
A label matrix representing all data (raw data and anchor points). Since the training sample is a portion of the data points selected from the raw data, Y can be written as
Figure BDA0002585137140000083
Wherein
Figure BDA0002585137140000084
B is a diagonal matrix, the ith element on the diagonal is a regularization parameter βi. B can also be written as
Figure BDA0002585137140000085
Figure BDA0002585137140000086
α is a regularization parameter.
In the graph theory, LS=DS-S is a Laplace matrix,
Figure BDA0002585137140000087
is a degree matrix with the element on the ith diagonal being di=∑jsij。DSCan also be written as
Figure BDA0002585137140000088
Wherein
Figure BDA0002585137140000089
Is a diagonal matrix, the elements on the diagonal are the rows and columns of U,
Figure BDA00025851371400000810
also a diagonal matrix, the elements on the diagonal are the column sums of U,
Figure BDA00025851371400000811
since the constraint condition in the formula (12) is
Figure BDA00025851371400000812
Can obtain Dr=InWherein
Figure BDA00025851371400000813
Is an identity matrix. Therefore, the temperature of the molten metal is controlled,
Figure BDA00025851371400000814
then, LSNormalization can be performed in the following manner:
Figure BDA00025851371400000815
wherein,
Figure BDA00025851371400000816
is an identity matrix.
Therefore, the final objective function after normalization of the laplace matrix is:
Figure BDA00025851371400000817
the process of solving equation (14) by using the iterative optimization method is as follows:
when F, G are fixed, equation (14) is equivalent to:
Figure BDA00025851371400000818
from the basic properties of the normalized laplace matrix, the following relationship can be obtained:
Figure BDA00025851371400000819
wherein f isiIs the ith row of F, di=∑jsij,gjIs row i of G, dj=∑isji
According to the particular structure of S in equation (9), equation (16) is equivalent to:
Figure BDA0002585137140000091
thus, equation (15) can also be written as:
Figure BDA0002585137140000092
since the equation (18) is independent for different i, the objective function corresponding to each i can be solved. Order to
Figure BDA0002585137140000093
vi、ui、ziRepresenting vectors in which the jth element is vij、uijAnd zij. Thus, for each i, equation (18) can be written in the form of a vector as follows:
Figure BDA0002585137140000094
equation (19) has the same form as equation (2) and can be solved in the same way.
When U is fixed, equation (14) is equivalent to:
Figure BDA0002585137140000095
order to
Figure BDA0002585137140000096
Equation (20) may be determined as:
Figure BDA0002585137140000097
by taking the derivative of j (q), the following equation can be obtained:
Figure BDA0002585137140000098
thus, the final solution is:
Figure BDA0002585137140000099
Bαcan be written as
Figure BDA00025851371400000910
Wherein
Figure BDA00025851371400000911
Formula (23) is equivalent to:
Figure BDA0002585137140000101
let L11=In+Bαn
Figure BDA0002585137140000102
L22=Bαm+ImThe first term in equation (24) is solved using the following block matrix inversion formula:
Figure BDA0002585137140000103
wherein,
Figure BDA0002585137140000104
due to the fact that
Figure BDA0002585137140000105
To find
Figure BDA0002585137140000106
Has a computational complexity of O (n)3) For large-scale hyperspectral data, the calculation amount is too large, and therefore, the following Woodbury matrix (A-UCV) is adopted-1=A-1+A-1U(C-1-VA-1U)-1VA-1Solving the large-scale matrix C1Solving the inverse problem, reducing the computational complexity to O (nm)2)。
Figure BDA0002585137140000107
Based on the above derivation, we can obtain the final soft label matrix as:
Figure BDA0002585137140000108
obtaining a data point x according to the soft label matrix FiThe labels of (a) are:
Figure BDA0002585137140000109
the computational complexity of the whole model is O (ndmt + nm)2) While the computation complexity of the traditional graph-based semi-supervised learning model is O (n)2d+n3). Wherein n, m, d and t are the number of samples, the number of anchor points, the dimension and the number of iterations respectively. Therefore, the classification can be rapidly and accurately carried out on processing large-scale hyperspectral data.
And S105, acquiring the hyperspectral remote sensing image to be classified.
And S106, classifying the hyperspectral remote sensing images to be classified by adopting a semi-supervised learning model of the bipartite graph.
Fig. 2 is a schematic structural diagram of a hyperspectral remote sensing image classification system provided by the invention, and as shown in fig. 2, the hyperspectral remote sensing image classification system provided by the invention comprises: the system comprises a hyperspectral remote sensing image acquisition module 201, an anchor point determination module 202, a self-adaptive bipartite graph construction module 203, a bipartite graph semi-supervised learning model construction module 204, a hyperspectral remote sensing image acquisition module 205 to be classified and a classification module 206.
The hyperspectral remote sensing image acquisition module 201 is used for acquiring a hyperspectral remote sensing image.
The anchor point determining module 202 is configured to determine an anchor point according to a pixel point of the hyperspectral remote sensing image; the anchor points are pixel points of the hyperspectral remote sensing images selected randomly; the number of the anchor points is smaller than the number of the pixel points in the hyperspectral remote sensing image.
The self-adaptive bipartite graph construction module 203 is used for constructing a self-adaptive bipartite graph according to the pixel points of the hyperspectral remote sensing image and the anchor points by adopting a self-adaptive proximity distribution principle.
The semi-supervised learning model construction module 204 of the bipartite graph is used for constructing a semi-supervised learning model of the bipartite graph by adopting a semi-supervised learning method according to the self-adaptive bipartite graph; the semi-supervised learning model of the bipartite graph takes the self-adaptive bipartite graph as input and the category of the hyperspectral remote sensing image as output.
The hyperspectral remote sensing image to be classified acquisition module 205 is used for acquiring the hyperspectral remote sensing image to be classified.
The classification module 206 is configured to classify the to-be-classified hyperspectral remote sensing image by using a semi-supervised learning model of the bipartite graph.
The adaptive bipartite graph building module 203 specifically includes: a similarity matrix construction unit and an adaptive bipartite graph construction unit.
And the similarity matrix construction unit is used for constructing a similarity matrix according to the pixel points of the hyperspectral remote sensing image and the anchor points by adopting a self-adaptive adjacent distribution principle.
And the self-adaptive bipartite graph constructing unit is used for constructing a self-adaptive bipartite graph according to the similarity matrix.
The invention provides a hyperspectral remote sensing image classification system, which further comprises: and an optimization module.
The optimization module is used for optimizing the self-adaptive bipartite graph by adopting a semi-supervised learning objective.
The module 204 for constructing a semi-supervised learning model of a bipartite graph specifically comprises: an objective function determining unit and a label determining unit of the pixel point.
An objective function determination unit for utilizing the formula
Figure BDA0002585137140000111
Determining an objective function; z is a similarity matrix, U is a new similarity matrix,
Figure BDA0002585137140000121
is a matrix of soft labels of the pixels,
Figure BDA0002585137140000122
is a soft tag matrix for an anchor point,
Figure BDA0002585137140000123
label matrix representing all pixel points, B is diagonal matrix, alpha is regularization parameter, LSIs a laplacian matrix.
The label determining unit of the pixel point is used for solving the objective function in an iterative optimization mode to obtain a label of the pixel point; the label is used for classifying the hyperspectral remote sensing images.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. For the system disclosed by the embodiment, the description is relatively simple because the system corresponds to the method disclosed by the embodiment, and the relevant points can be referred to the method part for description.
The principles and embodiments of the present invention have been described herein using specific examples, which are provided only to help understand the method and the core concept of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, the specific embodiments and the application range may be changed. In view of the above, the present disclosure should not be construed as limiting the invention.

Claims (8)

1. A hyperspectral remote sensing image classification method is characterized by comprising the following steps:
acquiring a hyperspectral remote sensing image;
determining an anchor point according to the pixel point of the hyperspectral remote sensing image; the anchor points are pixel points of the hyperspectral remote sensing images selected randomly; the number of the anchor points is less than the number of pixel points in the hyperspectral remote sensing image;
constructing a self-adaptive bipartite graph by adopting a self-adaptive adjacent distribution principle according to the pixel points and the anchor points of the hyperspectral remote sensing image;
according to the self-adaptive bipartite graph, a semi-supervised learning method is adopted to construct a semi-supervised learning model of the bipartite graph; the semi-supervised learning model of the bipartite graph takes a self-adaptive bipartite graph as input and takes the category of the hyperspectral remote sensing image as output;
acquiring a hyperspectral remote sensing image to be classified;
and classifying the hyperspectral remote sensing images to be classified by adopting a semi-supervised learning model of the bipartite graph.
2. The hyperspectral remote sensing image classification method according to claim 1, wherein the self-adaptive bipartite graph is constructed by adopting a self-adaptive proximity distribution principle according to pixel points and anchor points of the hyperspectral remote sensing image, and specifically comprises the following steps:
constructing a similarity matrix by adopting a self-adaptive adjacent distribution principle according to the pixel points of the hyperspectral remote sensing image and the anchor points;
and constructing an adaptive bipartite graph according to the similarity matrix.
3. The hyperspectral remote sensing image classification method according to claim 1, wherein a semi-supervised learning model of the bipartite graph is constructed according to the self-adaptive bipartite graph by adopting a semi-supervised learning method, and the method further comprises the following steps:
and optimizing the self-adaptive bipartite graph by adopting a semi-supervised learning target.
4. The hyperspectral remote sensing image classification method according to claim 1, wherein a semi-supervised learning model of the bipartite graph is constructed according to the self-adaptive bipartite graph by adopting a semi-supervised learning method, and the method specifically comprises the following steps:
using formulas
Figure FDA0002585137130000021
Determining an objective function; z is a similarity matrix, U is a new similarity matrix,
Figure FDA0002585137130000022
is a matrix of soft labels of the pixels,
Figure FDA0002585137130000023
is a soft tag matrix for an anchor point,
Figure FDA0002585137130000024
label matrix representing all pixel points, B is diagonal matrix, alpha is regularization parameter, LSIs a Laplace matrix;
solving the objective function by adopting an iterative optimization mode to obtain a label of a pixel point; the label is used for classifying the hyperspectral remote sensing images.
5. A hyperspectral remote sensing image classification system is characterized by comprising:
the hyperspectral remote sensing image acquisition module is used for acquiring a hyperspectral remote sensing image;
the anchor point determining module is used for determining an anchor point according to the pixel point of the hyperspectral remote sensing image; the anchor points are pixel points of the hyperspectral remote sensing images selected randomly; the number of the anchor points is less than the number of pixel points in the hyperspectral remote sensing image;
the self-adaptive bipartite graph construction module is used for constructing a self-adaptive bipartite graph by adopting a self-adaptive adjacent distribution principle according to the pixel points of the hyperspectral remote sensing image and the anchor points;
the semi-supervised learning model building module of the bipartite graph is used for building a semi-supervised learning model of the bipartite graph by adopting a semi-supervised learning method according to the self-adaptive bipartite graph; the semi-supervised learning model of the bipartite graph takes a self-adaptive bipartite graph as input and takes the category of the hyperspectral remote sensing image as output;
the hyperspectral remote sensing image classification module is used for classifying hyperspectral remote sensing images;
and the classification module is used for classifying the hyperspectral remote sensing images to be classified by adopting a semi-supervised learning model of the bipartite graph.
6. The hyperspectral remote sensing image classification system according to claim 5, wherein the adaptive bipartite graph construction module specifically comprises:
the similarity matrix construction unit is used for constructing a similarity matrix according to the pixel points of the hyperspectral remote sensing image and the anchor points by adopting a self-adaptive adjacent distribution principle;
and the self-adaptive bipartite graph constructing unit is used for constructing the self-adaptive bipartite graph according to the similarity matrix.
7. The hyperspectral remote sensing image classification system according to claim 5, further comprising:
and the optimization module is used for optimizing the self-adaptive bipartite graph by adopting a semi-supervised learning target.
8. The hyperspectral remote sensing image classification system according to claim 5, wherein the semi-supervised learning model construction module of the bipartite graph specifically comprises:
an objective function determination unit for utilizing a formula
Figure FDA0002585137130000031
Determining an objective function; z is a similarity matrix, U is a new similarity matrix,
Figure FDA0002585137130000032
is a matrix of soft labels of the pixels,
Figure FDA0002585137130000033
is a soft tag matrix for an anchor point,
Figure FDA0002585137130000034
label matrix representing all pixel points, B is diagonal matrix, alpha is regularization parameter, LSIs a Laplace matrix;
the label determining unit of the pixel point is used for solving the objective function in an iterative optimization mode to obtain a label of the pixel point; the label is used for classifying the hyperspectral remote sensing images.
CN202010678850.2A 2020-07-15 2020-07-15 Hyperspectral remote sensing image classification method and system Active CN111897988B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010678850.2A CN111897988B (en) 2020-07-15 2020-07-15 Hyperspectral remote sensing image classification method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010678850.2A CN111897988B (en) 2020-07-15 2020-07-15 Hyperspectral remote sensing image classification method and system

Publications (2)

Publication Number Publication Date
CN111897988A true CN111897988A (en) 2020-11-06
CN111897988B CN111897988B (en) 2024-07-12

Family

ID=73191331

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010678850.2A Active CN111897988B (en) 2020-07-15 2020-07-15 Hyperspectral remote sensing image classification method and system

Country Status (1)

Country Link
CN (1) CN111897988B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114399649A (en) * 2021-11-30 2022-04-26 西安交通大学 Fast multi-view semi-supervised learning method and system based on learning graph

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104751191B (en) * 2015-04-23 2017-11-03 重庆大学 A kind of Hyperspectral Image Classification method of sparse adaptive semi-supervised multiple manifold study
CN109508752A (en) * 2018-12-20 2019-03-22 西北工业大学 A kind of quick self-adapted neighbour's clustering method based on structuring anchor figure

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114399649A (en) * 2021-11-30 2022-04-26 西安交通大学 Fast multi-view semi-supervised learning method and system based on learning graph
CN114399649B (en) * 2021-11-30 2023-09-19 西安交通大学 Rapid multi-view semi-supervised learning method and system based on learning graph

Also Published As

Publication number Publication date
CN111897988B (en) 2024-07-12

Similar Documents

Publication Publication Date Title
CN110399909B (en) Hyperspectral image classification method based on label constraint elastic network graph model
CN111860612B (en) Unsupervised hyperspectral image hidden low-rank projection learning feature extraction method
Zhao et al. Hyperspectral image classification with multi-attention transformer and adaptive superpixel segmentation-based active learning
CN107092870B (en) A kind of high resolution image Semantic features extraction method
Xu et al. High-resolution remote sensing image change detection combined with pixel-level and object-level
CN104751191B (en) A kind of Hyperspectral Image Classification method of sparse adaptive semi-supervised multiple manifold study
CN112132149B (en) Semantic segmentation method and device for remote sensing image
CN112347970B (en) Remote sensing image ground object identification method based on graph convolution neural network
CN109858557B (en) Novel semi-supervised classification method for hyperspectral image data
CN114155443B (en) Hyperspectral image classification method based on multi-receptive field graph meaning network
CN104217214A (en) Configurable convolutional neural network based red green blue-distance (RGB-D) figure behavior identification method
CN105046272B (en) A kind of image classification method based on succinct non-supervisory formula convolutional network
CN105608471A (en) Robust transductive label estimation and data classification method and system
CN106874862B (en) Crowd counting method based on sub-model technology and semi-supervised learning
CN113297936B (en) Volleyball group behavior identification method based on local graph convolution network
CN109409438B (en) Remote sensing image classification method based on IFCM clustering and variational inference
Chen et al. Agricultural remote sensing image cultivated land extraction technology based on deep learning
CN110837865A (en) Domain adaptation method based on representation learning and transfer learning
CN109146925A (en) Conspicuousness object detection method under a kind of dynamic scene
CN105160351A (en) Semi-monitoring high-spectral classification method based on anchor point sparse graph
CN117315381B (en) Hyperspectral image classification method based on second-order biased random walk
Guo et al. Dual graph U-Nets for hyperspectral image classification
CN115908924A (en) Multi-classifier-based small sample hyperspectral image semantic segmentation method and system
CN111897988B (en) Hyperspectral remote sensing image classification method and system
Jing et al. Time series land cover classification based on semi-supervised convolutional long short-term memory neural networks

Legal Events

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