CN110929793A - Time-space domain model modeling method and system for ecological environment monitoring - Google Patents

Time-space domain model modeling method and system for ecological environment monitoring Download PDF

Info

Publication number
CN110929793A
CN110929793A CN201911186899.XA CN201911186899A CN110929793A CN 110929793 A CN110929793 A CN 110929793A CN 201911186899 A CN201911186899 A CN 201911186899A CN 110929793 A CN110929793 A CN 110929793A
Authority
CN
China
Prior art keywords
data
time
space domain
domain model
ecological environment
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
CN201911186899.XA
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.)
Sichuan Wansi Sida Technology Co.,Ltd.
Xie Guojin
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 CN201911186899.XA priority Critical patent/CN110929793A/en
Publication of CN110929793A publication Critical patent/CN110929793A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/213Feature extraction, e.g. by transforming the feature space; Summarisation; Mappings, e.g. subspace methods
    • G06F18/2135Feature extraction, e.g. by transforming the feature space; Summarisation; Mappings, e.g. subspace methods based on approximation criteria, e.g. principal component analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/213Feature extraction, e.g. by transforming the feature space; Summarisation; Mappings, e.g. subspace methods
    • G06F18/2136Feature extraction, e.g. by transforming the feature space; Summarisation; Mappings, e.g. subspace methods based on sparsity criteria, e.g. with an overcomplete basis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/214Generating training patterns; Bootstrap methods, e.g. bagging or boosting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques

Abstract

The invention provides a time-space domain model modeling method for ecological environment monitoring, which comprises the following steps: s1, collecting pollutant data at regular time to obtain a plurality of data frames; s2, overlapping a plurality of data frames in a spatial overlapping mode according to the time sequence to obtain a time-space domain data structure; s3, extracting characteristics of the time-space domain data structure by taking the change of the time-space domain data as characteristic quantity to obtain a data structure without null values; s4, performing dimensionality reduction on the data structure without null values by using a data dimensionality reduction method to obtain a time-space domain model; and S5, inputting the sparse monitoring data into the time-space domain model to be converted into dense data which is used as the input of deep learning training. The invention also provides a time-space domain model modeling system for ecological environment monitoring, which comprises: the device comprises a data input unit, a data superposition unit, a data feature extraction unit and a data dimension reduction processing unit.

Description

Time-space domain model modeling method and system for ecological environment monitoring
Technical Field
The invention relates to a data processing method and a data processing system for a prediction purpose, in particular to a time-space domain model modeling method and a time-space domain model modeling system for ecological environment monitoring.
Background
The ecological environment is monitored, a series of monitoring data can be obtained, and the data can be used for analysis, prediction and treatment of environmental protection. At present, for ecological environment monitoring data in the field of environmental protection, a deep learning method is started to analyze the data, but the deep learning needs big data as support, and a training model of the deep learning is difficult to converge when sparse data is encountered. In the field of environmental protection, a considerable part of data is discrete and sparse related to monitoring data of ecological environment; for example, atmospheric pollutants may appear randomly and may disappear soon after appearance. Thus, these discrete, sparse data cannot be an input training set suitable for deep learning.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides a time-space domain model for ecological environment monitoring and a modeling method, monitoring data are converted into ordered and dense data through the model, and the ordered and dense data can be provided for deep learning to train, so that the technical problem that in the field of environmental protection, ecological environment monitoring data are discrete and sparse and cannot become an input training set suitable for deep learning in the prior art is solved.
The technical scheme adopted by the invention is that a time-space domain model modeling method for ecological environment monitoring comprises the following steps:
s1, collecting pollutant data at regular time to obtain a plurality of data frames;
s2, overlapping a plurality of data frames in a spatial overlapping mode according to the time sequence to obtain a time-space domain data structure;
s3, extracting characteristics of the time-space domain data structure by taking the change of the time-space domain data as characteristic quantity to obtain a data structure without null values;
s4, performing dimensionality reduction on the data structure without null values by using a data dimensionality reduction method to obtain a time-space domain model;
and S5, inputting the sparse monitoring data into a time-space domain model, converting the monitoring data into dense data through the time-space domain model, and using the dense data as the input of deep learning training.
Further, the data dimension reduction method described in S4 is a PCA algorithm, and the PCA algorithm selects a dimension with the largest data variance in the projection dimension for projection.
Further, the data dimension reduction method in S4 is a laplacian eigenmap algorithm, and the laplacian eigenmap algorithm implements data dimension reduction by constructing a relationship between data according to local angles of data vectors.
Further, the laplacian feature mapping algorithm specifically includes the following steps:
s41, constructing all points into a graph by using a KNN algorithm, and connecting each point with the nearest K points;
s42, determining the weight between each point and each point according to the connection condition between each point;
and S43, using Laplace transform, and taking the data vector of the weight corresponding point which is not 0 as an output result after dimensionality reduction.
Further, the spatial superimposition in S2 is superimposition based on raster data.
Further, in the step S3, the change of the time-space domain data is obtained by projecting two data frames in the time-space domain data into a same constant subspace, and then reading the rotation angle difference between the two data frames.
Further, the input of the deep learning training is 512 × 512 matrix grid or 224 × 224 matrix grid.
Further, the data frame described in S1 includes 4 dimensions of information, where 3 dimensions are spatial coordinate information and 1 dimension is time axis information.
The invention also provides a time-space domain model modeling system for ecological environment monitoring, which comprises: the system comprises a data input unit, a data superposition unit, a data feature extraction unit and a data dimension reduction processing unit;
the data input unit is used for inputting a plurality of data frames obtained according to the collected pollutant information;
the data superposition unit is used for superposing a plurality of data frames in a space superposition mode to obtain a time-space domain data structure;
the data feature extraction unit is used for extracting features of the time-space domain data structure by taking the change of the time-space domain data as a feature quantity to obtain a data structure without null values;
and the data dimension reduction processing unit is used for performing dimension reduction processing on the data structure without the null value by using a data dimension reduction method.
According to the technical scheme, the beneficial technical effects of the invention are as follows:
1. the obtained time-space domain data model can stack discrete and sparse monitoring data of an ecological environment on a time-space domain, extract characteristic quantities so as to delete null value region data, perform data dimension reduction to obtain the time-space domain model, input the sparse monitoring data into the time-space domain model, convert the monitoring data into dense data through the time-space domain model, and obtain input suitable for deep learning.
2. In the process of data dimension reduction processing, a Laplace characteristic mapping algorithm is used, so that the classification effect is good while the dimension of the data is reduced, and the construction of a deep learning training set and a deep learning verification set is facilitated.
Drawings
In order to more clearly illustrate the detailed description of the invention or the technical solutions in the prior art, the drawings that are needed in the detailed description of the invention or the prior art will be briefly described below. Throughout the drawings, like elements or portions are generally identified by like reference numerals. In the drawings, elements or portions are not necessarily drawn to scale.
FIG. 1 is a flow chart of the method of the present invention.
FIG. 2 is a block diagram of the system architecture of the present invention.
Detailed Description
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings. The following examples are only for illustrating the technical solutions of the present invention more clearly, and therefore are only examples, and the protection scope of the present invention is not limited thereby.
It is to be noted that, unless otherwise specified, technical or scientific terms used herein shall have the ordinary meaning as understood by those skilled in the art to which the invention pertains.
Example 1
As shown in FIG. 1, the invention provides a time-space domain model modeling method for ecological environment monitoring, which comprises the following steps:
s1, collecting pollutant data at regular time to obtain a plurality of data frames;
s2, overlapping a plurality of data frames in a spatial overlapping mode according to the time sequence to obtain a time-space domain data structure;
s3, extracting characteristics of the time-space domain data structure by taking the change of the time-space domain data as characteristic quantity to obtain a data structure without null values;
s4, performing dimensionality reduction on the data structure without null values by using a data dimensionality reduction method to obtain a time-space domain model;
and S5, inputting the sparse monitoring data into a time-space domain model, converting the monitoring data into dense data through the time-space domain model, and using the dense data as the input of deep learning training.
The working principle of example 1 is explained in detail below:
the invention relates to a time-space domain model modeling method for ecological environment monitoring, which is realized by the following steps:
1. collecting pollutant data regularly to obtain multiple data frames
In the present embodiment, the atmospheric pollutants are exemplified by the pollutants, and include but are not limited to PM2.5, PM10, sulfur oxides, nitrogen oxides, carbon monoxide, hydrocarbons, and the like. The fixed monitoring station and the mobile monitoring station which are built at present can collect the atmospheric pollutants. The monitoring data is acquired using a timed acquisition, preferably 1 time every 10 minutes. The collected data contains the following information: and monitoring the time information and the place information of the atmospheric pollutants, and the components and the concentrations of the atmospheric pollutants. The location information includes 3 kinds of spatial coordinate information of longitude, latitude, and altitude of the location. Therefore, in a monitoring period, a plurality of monitoring data can be collected and taken as a plurality of data frames; each data frame has 4 dimensions of information in terms of time and space, wherein 3 dimensions are space coordinate information and 1 dimension is time axis information. The time axis information represents the chronological order of the data frames.
If the atmospheric pollutants are not monitored at the monitoring time point, defining the time information and the place information of the atmospheric pollutants, wherein the components and the concentration of the atmospheric pollutants are all null values. In the actual monitoring process, because the generation of the atmospheric pollutants is sudden, random, periodic and not continuous, only a small part of data frames generally contain the atmospheric pollutants information, and most of the data frames are null values.
In this embodiment, a digital counter may be used in combination with a reference signal of a clock reference source to implement a function of timing acquisition control.
2. According to the time sequence, a plurality of data frames are overlapped to obtain a time-space domain data structure
According to the plurality of data frames obtained in the step 1, in the data frames with non-null values, 3 kinds of spatial coordinate information, namely longitude, latitude and altitude, of each data frame are embodied in a spatial coordinate system to be a point. And combining the time axis information of the data frames, and superposing the data frames according to the time sequence, which is equivalent to spatially superposing the spatial coordinate points in the same spatial coordinate system. In the process of superposition, each superposition layer is a data frame.
From the perspective of the data structure and the spatial stereoscopic view, each overlay layer may be expressed by using a point-line-plane layer file of a vector structure, or may be expressed by using a layer file of a grid structure. Based on the superposition of vector data, the two layers participating in analysis are both vector data, the storage capacity of the data is small, but the operation process is complex. Based on the superposition of raster data, two layers participating in analysis are both raster data, the storage capacity of the data is large, but the operation process is simpler. In this embodiment, the 3 kinds of spatial coordinate information, i.e., longitude, latitude, and altitude, of each data frame are all embodied as one point in the spatial coordinate system, and one point in the spatial coordinate system can be regarded as one grid, so that it is preferable that the spatial superposition is performed based on grid data in this embodiment.
From the different characteristics of the graphics of the superimposed object, the method can be divided into the superposition of points and lines, the superposition of lines and lines, the superposition of points and polygons, the superposition of lines and polygons, and the superposition of polygons and polygons. In this embodiment, in the process of performing spatial superposition on the spatial coordinates of the data frames according to the time sequence, for the first two data frames with the atmospheric pollutants, the superposition of points is performed; with the increase of data frames, one point is superposed into one line in a space coordinate system, different lines are further superposed into one polygon, and finally the polygon and the polygon are superposed. By superimposing the data frames in a time period, a data structure is obtained, which is a time-space domain data structure, and is a model reflecting the time-domain variation of the atmospheric pollutants on the spatial coordinate system, such as at which spatial points the atmospheric pollutants are generated, diffuse to which spatial points, fade from which spatial points, and the like.
3. Feature extraction for time-space domain data structure
According to the time-space domain data structure obtained in the step 2, only a few data frames contain atmospheric pollution information, and most data are null values, so that from the perspective of a spatial stereoscopic view, most regions in the space are null value regions, the null value regions are not effective input for deep learning, in order to improve the training efficiency of the deep learning, the null value regions need to be deleted for preprocessing, and only the regions containing the atmospheric pollution information are reserved.
And performing feature extraction on the time-space domain data structure, and taking the change of the time-space domain data as a feature quantity. Specifically, when a certain region of the temporal spatial domain data is not changed all the time, the region is determined to be null; if a certain area of the time-space domain data changes, the generation, diffusion or disappearance of the atmospheric pollutants in the area is indicated, and the data of the area and the information of the atmospheric pollutants are reserved. The change of the time-space domain data structure can be embodied by the geometric transformation between the adjacent data frames. The two data frames are respectively projected into a same constant subspace, and the rotation angle difference of the two data frames is read out, so that the geometric transformation information between the two adjacent data frames can be obtained. If there is an angular difference, a change is indicated, and if the angular difference is 0, no change is indicated.
4. Performing dimensionality reduction on the data structure subjected to feature extraction to obtain a time-space domain model
For the time-space domain data structure after feature extraction, a PCA algorithm can be selected to perform dimensionality reduction processing on the data. The PCA algorithm is a linear dimensionality reduction method, and the algorithm maps high-dimensional data into a low-dimensional space through certain linear projection to represent, and selects the dimension with the largest data variance on the projection dimension to carry out projection so as to use less data dimensions and keep the characteristics of more original data points. The PCA algorithm is a linear dimensionality reduction method with minimal loss of raw data information.
In the process of data dimension reduction processing, the original data is n-dimensional data, and in this embodiment, the data has 4 dimensions, including 3 dimensions of space and 1 dimension of time; firstly, selecting the first dimension data with the largest variance in a certain dimension, then selecting the direction perpendicular to or orthogonal to the first coordinate axis for the second coordinate axis, and selecting the direction perpendicular to or orthogonal to the first and second coordinate axes for the third coordinate axis. This process is repeated until the sum of the dimensions of the new coordinate system reaches a given value. In this embodiment, the dimension is eventually reduced to 2 dimensions. When the data is reduced to 2 dimensions, a model of the space-time domain is obtained.
5. Inputting the sparse monitoring data into a time-space domain model to be converted into dense data which is used as the input of deep learning training
For the established time-space domain model, other ecological environment monitoring data, such as monitoring data of other regions or monitoring data of other time periods of the same region, are input into the time-space domain model, and the discrete and sparse monitoring data are converted into dense data through the time-space domain model to be used as input of deep learning training.
For the output 2-dimensional data, it is preferable to use a 512 × 512 matrix grid or a 224 × 224 matrix grid, which can simultaneously take into account the efficiency and accuracy of the calculation in the subsequent data processing. Because if the size of the matrix grid is too small, the information is lost too severely; if the size is too large, the abstraction level of the information is not high enough and the amount of computation is also greater.
Example 2
The PCA algorithm does not have a significant effect on classification in the data dimension reduction process, which may not be particularly desirable for constructing the input for deep learning. As the deeply learned data needs to be separated into a training set and a validation set.
In order to solve the technical problem, a Laplace characteristic mapping algorithm is selected when the dimension of the data is reduced.
The working principle of the method is explained as follows: the laplacian algorithm uses local angles of data vectors to construct the relationship between data, and if two data frames are very similar, the data frames should be as close as possible in the target subspace after dimensionality reduction. The algorithm comprises the specific steps of firstly constructing all points into a graph by using a KNN algorithm, and connecting each point with the nearest K points. In this embodiment, the requirement is to reduce the dimension of the data from 4 dimensions, and the value of K is selected to be 4. Then, the weight between each point and the point is determined, and in the present embodiment, to achieve the effect of fast calculation and to determine the weight by simplifying the setting, the weight W is set to 1 when two points are connected and to 0 when two points are not connected. And finally, using Laplace transform, and taking the data vector between the point corresponding to the weight which is not 0 and the point as an output result after dimensionality reduction. Specifically, in the present embodiment, in the time-space domain data, the data corresponding to the generation-diffusion process of the atmospheric pollutants is classified into one type in time sequence, and the data corresponding to the dissipation process of the atmospheric pollutants is classified into another type.
Example 3
The present invention also provides a time-space domain model modeling system for monitoring ecological environment, as shown in fig. 2, including: the system comprises a data input unit, a data superposition unit, a data feature extraction unit and a data dimension reduction processing unit;
the data input unit is used for inputting a plurality of data frames obtained according to the collected pollutant information;
the data superposition unit is used for superposing a plurality of data frames in a space superposition mode to obtain a time-space domain data structure;
the data feature extraction unit is used for extracting features of the time-space domain data structure by taking the change of the time-space domain data as a feature quantity to obtain a data structure without null values;
and the data dimension reduction processing unit is used for performing dimension reduction processing on the data structure without the null value by using a data dimension reduction method to obtain deep learning input data.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the present invention, and they should be construed as being included in the following claims and description.

Claims (9)

1. A time-space domain model modeling method for ecological environment monitoring is characterized by comprising the following steps:
s1, collecting pollutant data at regular time to obtain a plurality of data frames;
s2, overlapping a plurality of data frames in a spatial overlapping mode according to the time sequence to obtain a time-space domain data structure;
s3, extracting characteristics of the time-space domain data structure by taking the change of the time-space domain data as characteristic quantity to obtain a data structure without null values;
s4, performing dimensionality reduction on the data structure without null values by using a data dimensionality reduction method to obtain a time-space domain model;
and S5, inputting the sparse monitoring data into a time-space domain model, converting the monitoring data into dense data through the time-space domain model, and using the dense data as the input of deep learning training.
2. The time-space domain model modeling method for ecological environment monitoring according to claim 1, characterized in that: the data dimension reduction method in S4 is a PCA algorithm, and the PCA algorithm selects a dimension with the largest data variance in the projection dimension for projection.
3. The time-space domain model modeling method for ecological environment monitoring according to claim 1, characterized in that: the data dimension reduction method in S4 is a laplacian eigenmap algorithm, and the laplacian eigenmap algorithm implements data dimension reduction by constructing a relationship between data through local angles of data vectors.
4. The time-space domain model modeling method for ecological environment monitoring according to claim 3, characterized in that: the laplacian feature mapping algorithm specifically comprises the following steps:
s41, constructing all points into a graph by using a KNN algorithm, and connecting each point with the nearest K points;
s42, determining the weight between each point and each point according to the connection condition between each point;
and S43, using Laplace transform, and taking the data vector of the weight corresponding point which is not 0 as an output result after dimensionality reduction.
5. The time-space domain model modeling method for ecological environment monitoring according to claim 1, characterized in that: the spatial superimposition in S2 is superimposition based on raster data.
6. The time-space domain model modeling method for ecological environment monitoring according to claim 1, characterized in that: in the step S3, the change of the time-space domain data is obtained, specifically, two data frames in the time-space domain data are respectively projected into a same constant subspace, and then the rotation angle difference of the two data frames is read.
7. The time-space domain model modeling method for ecological environment monitoring according to claim 1, characterized in that: the input of the deep learning training is 512 x 512 matrix grid or 224 x 224 matrix grid.
8. The time-space domain model modeling method for ecological environment monitoring according to claim 1, characterized in that: the data frame described in S1 includes 4 dimensions of information, 3 dimensions of which are spatial coordinate information, and 1 dimension of which is time axis information.
9. A time-space domain model modeling system for ecological environment monitoring using the method of claim 1, the model comprising: the system comprises a data input unit, a data superposition unit, a data feature extraction unit and a data dimension reduction processing unit;
the data input unit is used for inputting a plurality of data frames obtained according to the collected pollutant information;
the data superposition unit is used for superposing a plurality of data frames in a space superposition mode to obtain a time-space domain data structure;
the data feature extraction unit is used for extracting features of the time-space domain data structure by taking the change of the time-space domain data as a feature quantity to obtain a data structure without null values;
and the data dimension reduction processing unit is used for performing dimension reduction processing on the data structure without the null value by using a data dimension reduction method to obtain a time-space domain model.
CN201911186899.XA 2019-11-27 2019-11-27 Time-space domain model modeling method and system for ecological environment monitoring Pending CN110929793A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911186899.XA CN110929793A (en) 2019-11-27 2019-11-27 Time-space domain model modeling method and system for ecological environment monitoring

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911186899.XA CN110929793A (en) 2019-11-27 2019-11-27 Time-space domain model modeling method and system for ecological environment monitoring

Publications (1)

Publication Number Publication Date
CN110929793A true CN110929793A (en) 2020-03-27

Family

ID=69847367

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911186899.XA Pending CN110929793A (en) 2019-11-27 2019-11-27 Time-space domain model modeling method and system for ecological environment monitoring

Country Status (1)

Country Link
CN (1) CN110929793A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113418841A (en) * 2021-06-23 2021-09-21 四川省生态环境监测总站 Completion method for air quality particulate matter concentration prediction data

Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104318243A (en) * 2014-10-14 2015-01-28 西安电子科技大学 Sparse representation and empty spectrum Laplace figure based hyperspectral data dimension reduction method
CN104484539A (en) * 2015-01-04 2015-04-01 北京师范大学 Multi-parameter space-time meteorological field simulating method and device
CN105787472A (en) * 2016-03-28 2016-07-20 电子科技大学 Abnormal behavior detection method based on time-space Laplacian Eigenmaps learning
CN106650829A (en) * 2017-01-04 2017-05-10 华南理工大学 Picture similarity calculation method
CN106845371A (en) * 2016-12-31 2017-06-13 中国科学技术大学 A kind of city road network automotive emission remote sensing monitoring system
US20180089493A1 (en) * 2015-04-20 2018-03-29 Cornell University Machine vision with dimensional data reduction
CN108062454A (en) * 2018-01-19 2018-05-22 宁波市镇海规划勘测设计研究院 Pollutant spatial and temporal distributions uncertainty characteristic analysis method, system and storage medium
CN108259932A (en) * 2018-03-15 2018-07-06 华南理工大学 Robust hashing based on time-space domain polar coordinates cosine transform repeats video detecting method
CN108288109A (en) * 2018-01-11 2018-07-17 安徽优思天成智能科技有限公司 Motor-vehicle tail-gas concentration prediction method based on LSTM depth space-time residual error networks
CN108364087A (en) * 2018-01-11 2018-08-03 安徽优思天成智能科技有限公司 A kind of spatio-temporal prediction method of urban mobile tail gas concentration
WO2018214060A1 (en) * 2017-05-24 2018-11-29 北京质享科技有限公司 Small-scale air quality index prediction method and system for city
CN109033415A (en) * 2018-08-06 2018-12-18 浙江大学 A kind of dimensionality reduction and method for visualizing of the multidimensional nerve signal based on laplacian eigenmaps
CN109167805A (en) * 2018-07-09 2019-01-08 同济大学 Analysis and processing method based on car networking space-time data in City scenarios
CN109459912A (en) * 2018-12-29 2019-03-12 上海华力集成电路制造有限公司 A kind of OPC method for sorting out aperture layer with feature vector
CN109492830A (en) * 2018-12-17 2019-03-19 杭州电子科技大学 A kind of mobile pollution source concentration of emission prediction technique based on space-time deep learning
CN109492822A (en) * 2018-11-24 2019-03-19 上海师范大学 Air pollutant concentration time-space domain interaction prediction method
CN110263479A (en) * 2019-06-28 2019-09-20 浙江航天恒嘉数据科技有限公司 A kind of air pollution agent concentration spatial and temporal distributions prediction technique and system
CN110503139A (en) * 2019-08-07 2019-11-26 中国科学技术大学 A kind of urban area tail gas pollution prediction technique

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104318243A (en) * 2014-10-14 2015-01-28 西安电子科技大学 Sparse representation and empty spectrum Laplace figure based hyperspectral data dimension reduction method
CN104484539A (en) * 2015-01-04 2015-04-01 北京师范大学 Multi-parameter space-time meteorological field simulating method and device
US20180089493A1 (en) * 2015-04-20 2018-03-29 Cornell University Machine vision with dimensional data reduction
CN105787472A (en) * 2016-03-28 2016-07-20 电子科技大学 Abnormal behavior detection method based on time-space Laplacian Eigenmaps learning
CN106845371A (en) * 2016-12-31 2017-06-13 中国科学技术大学 A kind of city road network automotive emission remote sensing monitoring system
CN106650829A (en) * 2017-01-04 2017-05-10 华南理工大学 Picture similarity calculation method
WO2018214060A1 (en) * 2017-05-24 2018-11-29 北京质享科技有限公司 Small-scale air quality index prediction method and system for city
CN108288109A (en) * 2018-01-11 2018-07-17 安徽优思天成智能科技有限公司 Motor-vehicle tail-gas concentration prediction method based on LSTM depth space-time residual error networks
CN108364087A (en) * 2018-01-11 2018-08-03 安徽优思天成智能科技有限公司 A kind of spatio-temporal prediction method of urban mobile tail gas concentration
CN108062454A (en) * 2018-01-19 2018-05-22 宁波市镇海规划勘测设计研究院 Pollutant spatial and temporal distributions uncertainty characteristic analysis method, system and storage medium
CN108259932A (en) * 2018-03-15 2018-07-06 华南理工大学 Robust hashing based on time-space domain polar coordinates cosine transform repeats video detecting method
CN109167805A (en) * 2018-07-09 2019-01-08 同济大学 Analysis and processing method based on car networking space-time data in City scenarios
CN109033415A (en) * 2018-08-06 2018-12-18 浙江大学 A kind of dimensionality reduction and method for visualizing of the multidimensional nerve signal based on laplacian eigenmaps
CN109492822A (en) * 2018-11-24 2019-03-19 上海师范大学 Air pollutant concentration time-space domain interaction prediction method
CN109492830A (en) * 2018-12-17 2019-03-19 杭州电子科技大学 A kind of mobile pollution source concentration of emission prediction technique based on space-time deep learning
CN109459912A (en) * 2018-12-29 2019-03-12 上海华力集成电路制造有限公司 A kind of OPC method for sorting out aperture layer with feature vector
CN110263479A (en) * 2019-06-28 2019-09-20 浙江航天恒嘉数据科技有限公司 A kind of air pollution agent concentration spatial and temporal distributions prediction technique and system
CN110503139A (en) * 2019-08-07 2019-11-26 中国科学技术大学 A kind of urban area tail gas pollution prediction technique

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
GYUNG-LEEN PARK ET AL: "Analysis of the Passenger Pick-Up Pattern for Taxi Location Recommendation", 《2008 FOURTH INTERNATIONAL CONFERENCE ON NETWORKED COMPUTING AND ADVANCED INFORMATION MANAGEMENT》 *
HAYASHI ET AL: "Spatio-temporal similarity search method for disaster estimation", 《2015 IEEE INTERNATIONAL CONFERENCE ON BIG DATA (BIG DATA)》 *
王德冬等: "区域PM2.5时空回归建模与预测", 《中国环境监测》 *
范自柱: "《新型特征抽取算法研究》", 31 December 2016 *
薛兴盛等: "面向风云静止卫星地表温度产品的缺失数据修复方法对比", 《安徽农业大学学报》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113418841A (en) * 2021-06-23 2021-09-21 四川省生态环境监测总站 Completion method for air quality particulate matter concentration prediction data
CN113418841B (en) * 2021-06-23 2023-01-31 四川省生态环境监测总站 Completion method for air quality particulate matter concentration prediction data

Similar Documents

Publication Publication Date Title
Gwak et al. Generative sparse detection networks for 3d single-shot object detection
Peuquet It's about time: A conceptual framework for the representation of temporal dynamics in geographic information systems
Albert et al. Modeling urbanization patterns with generative adversarial networks
Law et al. An unsupervised approach to geographical knowledge discovery using street level and street network images
Rana Topological data structures for surfaces: an introduction to geographical information science
CN113918837B (en) Method and system for generating city interest point category representation
CN112132739A (en) 3D reconstruction and human face posture normalization method, device, storage medium and equipment
Hang et al. Bi-linearly weighted fractional max pooling: An extension to conventional max pooling for deep convolutional neural network
CN111461423B (en) High-precision gridding air quality inference method, system, terminal equipment and storage medium
CN110826454B (en) Remote sensing image change detection method and device
CN110929793A (en) Time-space domain model modeling method and system for ecological environment monitoring
Liu et al. Road network-guided fine-grained urban traffic flow inference
Zhang et al. SolarGAN: Synthetic annual solar irradiance time series on urban building facades via Deep Generative Networks
Zhou 3D urban modeling from city-scale aerial LiDAR data
CN111830595A (en) Meteorological element prediction method and equipment
CN113971348A (en) Source end power short-term prediction method based on comprehensive energy system
Shi et al. Uncertainty-based spatial data mining
Zhou et al. Distributed Optimization Based on Graph Filter for Ensuring Invariant Simplification of High-Volume Point Cloud
Han et al. Adapting to Skew: Imputing Spatiotemporal Urban Data with 3D Partial Convolutions and Biased Masking
KR20210026542A (en) A system of predicting biological activity for compound with target protein using geometry images and artificial neural network
KR20200080792A (en) Prediction method and apparatus for medicine usage based on machine learning
Xiang et al. Learnable Upsampling-Based Point Cloud Semantic Segmentation
CN117274503B (en) Multi-granularity dynamic visualization method and system for spatial environment data
Mukhandi et al. Systematic Sampling of Large-Scale LiDAR Point Clouds for Semantic Segmentation in Forestry Robotics
Ji et al. A spatial polygon objects clustering algorithm based on topological relations for GML data

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20230522

Address after: No. 705, Unit 1, Building 3, No. 15, Wuke East 1st Road, Wuhou District, Chengdu City, Sichuan Province, 610000

Applicant after: Sichuan Wansi Sida Technology Co.,Ltd.

Applicant after: Xie Guojin

Address before: 5-1-10-1, Shidai Jincheng, No. 699, South Section 2, zangwei Road, Shuangliu District, Chengdu, Sichuan 610200

Applicant before: Xie Guoyu

Applicant before: Liu Zhongyang

RJ01 Rejection of invention patent application after publication

Application publication date: 20200327