CN116977667A - Tunnel deformation data filling method based on improved GAIN - Google Patents
Tunnel deformation data filling method based on improved GAIN Download PDFInfo
- Publication number
- CN116977667A CN116977667A CN202310958616.9A CN202310958616A CN116977667A CN 116977667 A CN116977667 A CN 116977667A CN 202310958616 A CN202310958616 A CN 202310958616A CN 116977667 A CN116977667 A CN 116977667A
- Authority
- CN
- China
- Prior art keywords
- data
- tunnel deformation
- gain
- filling
- autoencoders
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/72—Data preparation, e.g. statistical preprocessing of image or video features
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/0464—Convolutional networks [CNN, ConvNet]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/084—Backpropagation, e.g. using gradient descent
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/82—Arrangements for image or video recognition or understanding using pattern recognition or machine learning using neural networks
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Evolutionary Computation (AREA)
- General Physics & Mathematics (AREA)
- Artificial Intelligence (AREA)
- Computing Systems (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Software Systems (AREA)
- Biomedical Technology (AREA)
- Computational Linguistics (AREA)
- Medical Informatics (AREA)
- Multimedia (AREA)
- Life Sciences & Earth Sciences (AREA)
- Databases & Information Systems (AREA)
- Biophysics (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Data Mining & Analysis (AREA)
- Molecular Biology (AREA)
- General Engineering & Computer Science (AREA)
- Mathematical Physics (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Geophysics And Detection Of Objects (AREA)
- Error Detection And Correction (AREA)
Abstract
The invention discloses a tunnel deformation data filling method based on improved GAIN, which relates to the field of tunnel deformation monitoring data filling, and comprises a method Autoencoders-LSGAIN for carrying out initial interpolation on LSGAIN by a self-encoder, wherein the Autoencoders consists of an encoder and a decoder, the encoder is a function for converting original data into codes, and the encoder comprises a fully connected neural network and a convolutional neural network; the decoder reverts the encoding back to the input, generating an output most similar to the original data. The tunnel deformation data filling method based on the improved GAIN improves the convergence speed of the GIAN method, reduces the calculation time required by filling, enables the filling process to be completed in a shorter time, improves the overall efficiency of data processing, enables the subsequent analysis and modeling work to be spread out more quickly, and has good performance on filling the tunnel deformation monitoring data.
Description
Technical Field
The invention relates to the field of tunnel deformation data filling, in particular to a tunnel deformation data filling method based on improved GAIN.
Background
The processing method of data deletion generally includes deletion method and complement method. The deletion method is to delete the sample or variable with missing data, and this method can maintain the integrity and authenticity of the form, but can lose a great amount of useful information to adversely affect the analysis of the data, and the completion rule is based on the traditional statistical theory such as unconditional mean, median, mode, zero value single value interpolation, etc., to fill in the estimated value at the position of the missing data to maintain the consistency of the data. Yong Huang et al propose to recover health monitoring data using a Bayesian compressed sensing method. Yongchao Yang and Satish Nagarajaiah propose a low-rank matrix alignment method for structural vibration response data of random deletions by sparse recovery based on a minimization theory and by kernel norm minimization. Choi et al used a relational analysis method to estimate the predicted missing strain values using measured strain data during engineering construction. The method is easy to cause sample distortion and data distortion, reduces the robustness of the data, and the interpolated data is easy to be confused with the same value in the original data to destroy the distribution rule of the original data.
Along with the development of the machine learning field, methods such as MF (Miss Forest), K Nearest Neighbor (KNN), de-noising Auto-encoder (DAE) and the like are proposed, and the methods make interpolation values more approximate to true values, but the DAE method has some disadvantages and requires the same type of complete data during training; KNN and MF are not easy to obtain highly correlated information for small sample data, and are easily limited by hardware resources when processing large samples.
The resulting anti-interpolation network (Generative Adversarial ImputationNets, GAIN) effectively solves the problems associated with the above-described methods. The method for generating the formula does not depend on complete data samples, and has no requirement on the data relationship in the samples participating in training.
Although the GAIN method can fill the missing values of a plurality of features at the same time, there are some defects that the GAIN method defaults to use a value of 0 as an initial value of missing data, but the value of 0 can cause misunderstanding of the model or prejudice of the data when the GAIN method processes the features with very small values, which can cause the GAIN method to influence the authenticity of the tunnel deformation monitoring data when filling the tunnel deformation monitoring data with the value not more than 1. Meanwhile, the GAIN method needs to train the generator and the discriminator at the same time, which results in unstable training of the method, and when the data is completed, the method may bias the generated data set result to a certain single mode in the real data distribution, neglect other modes in the distribution, thereby causing the situation that the generated sample has mode collapse, and cause the quality of the filled data to be reduced when the tunnel deformation monitoring data is filled by the GAIN method, thereby influencing the performance and generalization capability of the final model, and being unfavorable for the subsequent data mining work.
Accordingly, there is a need to provide a tunnel deformation data padding method based on improved GAIN to solve the above-mentioned problems.
Disclosure of Invention
The invention aims to provide a tunnel deformation data filling method based on improved GAIN, which solves the problem that a 0 value is used as an initial interpolation in the GAIN method by adopting a method for carrying out initial interpolation on the GAIN method by a self-encoder, and has good performance on filling tunnel deformation monitoring data when the loss rate of the tunnel deformation monitoring data is not higher than 50 percent.
In order to achieve the above objective, the present invention provides a tunnel deformation data filling method based on improved GAIN, the method of initial interpolation of LSGAIN from encoder Autoencodings-LSGAIN, autoencodings is composed of encoder and decoder, the encoder is a function, the original data is converted into code, the encoder includes fully connected neural network, convolution neural network; the decoder reverts the encoding back to the input, generating an output most similar to the original data.
Preferably, the training process of Autoencoders comprises the following steps:
s1: randomly initializing weights;
s2: calculating a reconstruction error gradient by a back propagation method;
s3: the error is continuously iteratively minimized using an optimization method.
Preferably, the Autoencoders process is as follows, the encoding of the original data x from the input layer to the hidden layer is as shown in formula (1), and the decoding process from the hidden layer to the output layer is as shown in formula (2);
h=g 1 (A)(1)
preferably, the Autoencoders method performs initial interpolation on GAIN, including the steps of:
S1A: filling the missing tunnel deformation monitoring data by using Autoencoders;
S1B: replacing the missing value of the tunnel deformation monitoring missing data with an Autoencoders filling value;
S1C: the Autoencoders padded data is filled into GAIN.
Preferably, the cross entropy loss function in GAIN is changed into a least square loss function, and LSGAIN based on the least square method is provided; the loss function of the GAIN is shown below,
the loss function of LSGAIN is shown in the following formula;
wherein M is a mask vector, represents a random variable of a value {0,1}, H is a random variable depending on a hint matrix, G is a generator for generating data, D is a probability that the data is true or false,representing the expected value.
Therefore, the tunnel deformation data filling method based on the improved GAIN has the following beneficial effects:
(1) Compared with the traditional method, the method has certain advantages in filling the defect of the tunnel deformation monitoring data, and the reliability and the authenticity of the tunnel deformation monitoring data are not affected by the tunnel deformation monitoring data filled by the method.
(2) The invention reduces the calculation time required by filling, enables the filling process to be completed in a shorter time, improves the overall efficiency of data processing, and enables the subsequent analysis and modeling work to be developed more quickly.
(3) When the data loss rate is not higher than 50%, the interpolated tunnel deformation monitoring data basically meets the change trend of the tunnel deformation monitoring data, and when the loss rate is higher than 50%, the size of the interpolated tunnel deformation monitoring data is distorted somewhat relative to the original data, but displacement change loss under different working conditions has certain similarity relative to the change of normal data.
The technical scheme of the invention is further described in detail through the drawings and the embodiments.
Drawings
FIG. 1 is a block diagram of a tunnel deformation data padding method based on an improved GAIN of the present invention;
FIG. 2 is a frame diagram of an Autoencoders method of the present invention;
FIG. 3 is a framework diagram of the AE-GAIN method of the present invention;
fig. 4 is a framework diagram of the LSGAIN method of the present invention.
Detailed Description
The technical scheme of the invention is further described below through the attached drawings and the embodiments.
Unless defined otherwise, technical or scientific terms used herein should be given the ordinary meaning as understood by one of ordinary skill in the art to which this invention belongs.
As used herein, the word "comprising" or "comprises" and the like means that elements preceding the word encompass the elements recited after the word, and not exclude the possibility of also encompassing other elements. The terms "inner," "outer," "upper," "lower," and the like are used for convenience in describing and simplifying the description based on the orientation or positional relationship shown in the drawings, and do not denote or imply that the devices or elements referred to must have a specific orientation, be constructed and operated in a specific orientation, and thus should not be construed as limiting the invention, but the relative positional relationship may be changed when the absolute position of the object to be described is changed accordingly. In the present invention, unless explicitly specified and limited otherwise, the term "attached" and the like should be construed broadly, and may be, for example, fixedly attached, detachably attached, or integrally formed; can be directly connected or indirectly connected through an intermediate medium, and can be communicated with the inside of two elements or the interaction relationship of the two elements. The specific meaning of the above terms in the present invention can be understood by those of ordinary skill in the art according to the specific circumstances.
As shown in FIG. 1, the invention provides a tunnel deformation data filling method based on improved GAIN, which is a method for carrying out initial interpolation on LSGAIN by a self-encoder, wherein the self-encoder consists of an encoder and a decoder, the encoder is a function for converting original data into codes, and the encoder comprises a fully-connected neural network and a convolutional neural network; the decoder reverts the encoding back to the input, generating an output most similar to the original data.
The training process of Autoencoders comprises the following steps:
s1: randomly initializing weights;
s2: calculating a reconstruction error gradient by a back propagation method;
s3: the error is continuously iteratively minimized using an optimization method.
The Autoencoders process is shown in fig. 2, the encoding of the original data x from the input layer to the hidden layer is shown in formula (1), and the decoding process from the hidden layer to the output layer is shown in formula (2);
h=g 1 (A)(1)
as shown in fig. 3, the Autoencoders method performs initial interpolation on the GAIN, including the steps of:
S1A: filling the missing tunnel deformation monitoring data by using Autoencoders;
S1B: replacing the missing value of the tunnel deformation monitoring missing data with an Autoencoders filling value;
S1C: the Autoencoders padded data is filled into GAIN.
Changing the cross entropy loss function in the GAIN into a least square loss function, and providing LSGAIN based on a least square method; the method solves the problems of gradient elimination and mode collapse caused by using a cross entropy loss function in the original method. Meanwhile, more information related to the generator objective function can be found, so that the interpolation method is more accurate, and a frame diagram of the LSGAIN is shown in fig. 4.
The least square loss function is a convex function with good mathematical properties, and the optimal analytic solution of the parameters can be obtained by deriving the loss function, namely, the optimal parameter estimated value can be directly calculated, so that the solving process of the model is simplified; the least squares loss function is an optimization criterion that fits the data by minimizing the difference between the observed and model predictions. Under some assumptions, the least squares solution is unbiased and efficient, which can yield a minimum variance estimate of the parameters, providing a best fit to the dataset; obtaining a global optimal solution: for the least squares loss function, there is a unique globally optimal solution. When the least square method is used for parameter estimation, a globally optimal model fitting result can be ensured to be obtained, and the influence of a locally optimal solution on the result is reduced; the least squares loss function is not only used to fit the data, but also statistical inferences can be made. The significance and reliability of the model are evaluated by carrying out statistical analysis such as hypothesis testing, confidence interval estimation and the like on the model parameters.
The loss function of the GAIN is shown below,
the loss function of LSGAIN is shown in the following formula;
wherein M is a mask vector, represents a random variable of a value {0,1}, H is a random variable depending on a hint matrix, G is a generator for generating data, D is a probability that the data is true or false,representing the expected value.
Examples
The Autoencoders process is shown in figure 2.
A self-encoder is an unsupervised learning method that automatically learns a feature representation from data and compresses the input data into a low-dimensional encoded form. Autoencoders consist of two parts, encoder and decoder. The encoder is a function that converts raw data into code and is implemented in a variety of ways, including fully connected neural networks, convolutional neural networks. The encoder aims at reducing the data dimension and extracting the main characteristics of the data.
The task of the decoder is to reverse-restore the code back to the input, generating an output most similar to the original data. The decoder is implemented in different ways, such as a back propagation neural network. The object of the decoder is to enable the information obtained from the encoder to recover as much as possible the accuracy of the input data and to make full use of the information in the original data.
Therefore, the method for filling the tunnel deformation data based on the improved GAIN is adopted, when the data loss rate is not higher than 50%, the interpolated tunnel deformation monitoring data basically meets the change trend of the tunnel deformation monitoring data, and when the loss rate is higher than 50%, the size of the interpolated tunnel deformation monitoring data is distorted somewhat relative to the original data, and displacement change loss under different working conditions has certain similarity relative to the change of normal data. In summary, when the loss rate of the tunnel deformation monitoring data is not higher than 50%, the filling of the tunnel deformation monitoring data is well performed.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present invention and not for limiting it, and although the present invention has been described in detail with reference to the preferred embodiments, it will be understood by those skilled in the art that: the technical scheme of the invention can be modified or replaced by the same, and the modified technical scheme cannot deviate from the spirit and scope of the technical scheme of the invention.
Claims (5)
1. A tunnel deformation data filling method based on improved GAIN is characterized in that: the method for carrying out initial interpolation on LSGAIN by using an automatic encoder comprises an encoder and a decoder, wherein the encoder is a function and converts original data into codes, and the encoder comprises a fully connected neural network and a convolutional neural network; the decoder reverts the encoding back to the input, generating an output most similar to the original data.
2. The tunnel deformation data padding method based on improved GAIN of claim 1, wherein: the training process of Autoencoders comprises the following steps:
s1: randomly initializing weights;
s2: calculating a reconstruction error gradient by a back propagation method;
s3: the error is continuously iteratively minimized using an optimization method.
3. The tunnel deformation data padding method based on improved GAIN of claim 2, wherein: the Autoencoders process is as follows, the encoding of the original data x from the input layer to the hidden layer is as shown in formula (1), and the decoding process from the hidden layer to the output layer is as shown in formula (2);
h=g 1 (A) (1)
4. a tunnel deformation data filling method based on improved GAIN as claimed in claim 3, wherein: the Autoencoders method performs initial interpolation on GAIN, and comprises the following steps:
S1A: filling the missing tunnel deformation monitoring data by using Autoencoders;
S1B: replacing the missing value of the tunnel deformation monitoring missing data with an Autoencoders filling value;
S1C: the Autoencoders padded data is filled into GAIN.
5. The tunnel deformation data padding method based on improved GAIN of claim 1, wherein: changing the cross entropy loss function in the GAIN into a least square loss function, and providing LSGAIN based on a least square method; the loss function of the GAIN is shown below,
the loss function of LSGAIN is shown in the following formula;
wherein M is a mask vector, represents a random variable of a value {0,1}, H is a random variable depending on a hint matrix, G is a generator for generating data, D is a probability that the data is true or false,representing the expected value.
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202310958616.9A CN116977667B (en) | 2023-08-01 | 2023-08-01 | Tunnel deformation data filling method based on improved GAIN |
| PCT/CN2024/087245 WO2025025673A1 (en) | 2023-08-01 | 2024-04-11 | Method for performing tunnel deformation data filling on basis of improved gain |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202310958616.9A CN116977667B (en) | 2023-08-01 | 2023-08-01 | Tunnel deformation data filling method based on improved GAIN |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN116977667A true CN116977667A (en) | 2023-10-31 |
| CN116977667B CN116977667B (en) | 2024-01-26 |
Family
ID=88477868
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN202310958616.9A Active CN116977667B (en) | 2023-08-01 | 2023-08-01 | Tunnel deformation data filling method based on improved GAIN |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN116977667B (en) |
| WO (1) | WO2025025673A1 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2025025673A1 (en) * | 2023-08-01 | 2025-02-06 | 中交第二公路勘察设计研究院有限公司 | Method for performing tunnel deformation data filling on basis of improved gain |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN119884628B (en) * | 2025-03-31 | 2025-06-24 | 山东智和创信息技术有限公司 | A method for intelligent filling of power flow data based on time-space coupling |
| CN120386991B (en) * | 2025-06-27 | 2025-09-02 | 山东省科学院海洋仪器仪表研究所 | Continuous missing original data filling method for sitting-bottom acoustic wave observation |
Citations (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109242115A (en) * | 2018-09-17 | 2019-01-18 | 东北大学 | A kind of axial fan hub based on GAN surveys the interpolating method of wind missing data |
| US20220036199A1 (en) * | 2020-07-31 | 2022-02-03 | VoltSense, Inc. | System and method for predictive foliage impingement and wildfire management using generative adversarial network |
| CN114066075A (en) * | 2021-11-22 | 2022-02-18 | 中国农业银行股份有限公司陕西省分行 | Customer loss prediction method based on deep learning |
| US20220092411A1 (en) * | 2020-09-21 | 2022-03-24 | Samsung Sds Co., Ltd. | Data prediction method based on generative adversarial network and apparatus implementing the same method |
| US20220129735A1 (en) * | 2019-05-20 | 2022-04-28 | Institute of intelligent manufacturing, Guangdong Academy of Sciences | Semi-supervised Hyperspectral Data Quantitative Analysis Method Based on Generative Adversarial Network |
| CN114494003A (en) * | 2022-04-01 | 2022-05-13 | 华南理工大学 | Ancient character generation method combining shape transformation and texture transformation |
| CN114756727A (en) * | 2022-04-27 | 2022-07-15 | 北京北大软件工程股份有限公司 | Data completion model, data completion obtaining method, data completion obtaining device and medium |
| CN115510042A (en) * | 2022-08-30 | 2022-12-23 | 北京邮电大学 | Power system load data filling method and device based on generative confrontation network |
| CN116090522A (en) * | 2023-04-07 | 2023-05-09 | 四川大学 | Causal relation discovery method and system for missing data set based on causal feedback |
| CN116166650A (en) * | 2023-02-20 | 2023-05-26 | 重庆大学 | A multi-source heterogeneous data cleaning method based on generative confrontation network |
| WO2023123941A1 (en) * | 2021-12-31 | 2023-07-06 | 深圳前海微众银行股份有限公司 | Data anomaly detection method and apparatus |
| CN116482679A (en) * | 2023-04-26 | 2023-07-25 | 西安电子科技大学 | Using deep autoencoder to interpolate missing values of radar and optoelectronic data |
Family Cites Families (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109377448B (en) * | 2018-05-20 | 2021-05-07 | 北京工业大学 | A face image inpainting method based on generative adversarial network |
| CN109815223B (en) * | 2019-01-21 | 2020-09-25 | 北京科技大学 | Completion method and completion device for industrial monitoring data loss |
| CN116977667B (en) * | 2023-08-01 | 2024-01-26 | 中交第二公路勘察设计研究院有限公司 | Tunnel deformation data filling method based on improved GAIN |
-
2023
- 2023-08-01 CN CN202310958616.9A patent/CN116977667B/en active Active
-
2024
- 2024-04-11 WO PCT/CN2024/087245 patent/WO2025025673A1/en active Pending
Patent Citations (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109242115A (en) * | 2018-09-17 | 2019-01-18 | 东北大学 | A kind of axial fan hub based on GAN surveys the interpolating method of wind missing data |
| US20220129735A1 (en) * | 2019-05-20 | 2022-04-28 | Institute of intelligent manufacturing, Guangdong Academy of Sciences | Semi-supervised Hyperspectral Data Quantitative Analysis Method Based on Generative Adversarial Network |
| US20220036199A1 (en) * | 2020-07-31 | 2022-02-03 | VoltSense, Inc. | System and method for predictive foliage impingement and wildfire management using generative adversarial network |
| US20220092411A1 (en) * | 2020-09-21 | 2022-03-24 | Samsung Sds Co., Ltd. | Data prediction method based on generative adversarial network and apparatus implementing the same method |
| CN114066075A (en) * | 2021-11-22 | 2022-02-18 | 中国农业银行股份有限公司陕西省分行 | Customer loss prediction method based on deep learning |
| WO2023123941A1 (en) * | 2021-12-31 | 2023-07-06 | 深圳前海微众银行股份有限公司 | Data anomaly detection method and apparatus |
| CN114494003A (en) * | 2022-04-01 | 2022-05-13 | 华南理工大学 | Ancient character generation method combining shape transformation and texture transformation |
| CN114756727A (en) * | 2022-04-27 | 2022-07-15 | 北京北大软件工程股份有限公司 | Data completion model, data completion obtaining method, data completion obtaining device and medium |
| CN115510042A (en) * | 2022-08-30 | 2022-12-23 | 北京邮电大学 | Power system load data filling method and device based on generative confrontation network |
| CN116166650A (en) * | 2023-02-20 | 2023-05-26 | 重庆大学 | A multi-source heterogeneous data cleaning method based on generative confrontation network |
| CN116090522A (en) * | 2023-04-07 | 2023-05-09 | 四川大学 | Causal relation discovery method and system for missing data set based on causal feedback |
| CN116482679A (en) * | 2023-04-26 | 2023-07-25 | 西安电子科技大学 | Using deep autoencoder to interpolate missing values of radar and optoelectronic data |
Non-Patent Citations (2)
| Title |
|---|
| XUDONG MAO 等: "Least Squares Generative Adversarial Networks", 《2017 IEEE INTERNATIONAL CONFERENCE ON COMPUTER VISION》, pages 2813 - 2821 * |
| YUQING ZHANG 等: "A systematic review of generative adversarial imputation network in missing data imputation", 《NEURAL COMPUTING AND APPLICATIONS》, vol. 35, pages 19685 * |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2025025673A1 (en) * | 2023-08-01 | 2025-02-06 | 中交第二公路勘察设计研究院有限公司 | Method for performing tunnel deformation data filling on basis of improved gain |
Also Published As
| Publication number | Publication date |
|---|---|
| CN116977667B (en) | 2024-01-26 |
| WO2025025673A1 (en) | 2025-02-06 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN116977667B (en) | Tunnel deformation data filling method based on improved GAIN | |
| CN114662788B (en) | Seawater quality three-dimensional time-space sequence multi-parameter accurate prediction method and system | |
| CN114386595B (en) | SAR image compression method based on super prior architecture | |
| CN110248190B (en) | Multilayer residual coefficient image coding method based on compressed sensing | |
| CN115760918B (en) | Map abnormal trajectory detection method and system based on self-attention and unsupervised learning | |
| CN111147862A (en) | End-to-end image compression method based on target coding | |
| CN114487673B (en) | A Transformer-based power equipment fault detection model | |
| CN113328755A (en) | Compressed data transmission method facing edge calculation | |
| CN119005539B (en) | A water quality monitoring and early warning method and system | |
| CN114092579A (en) | Point cloud compression method based on implicit neural network | |
| CN117197262B (en) | Semantic scalable image coding method, system, device and storage medium | |
| CN116318172A (en) | Design simulation software data self-adaptive compression method | |
| CN118779593A (en) | Data mining method for Internet of Things based on neural network | |
| CN112712855B (en) | Joint training-based clustering method for gene microarray containing deletion value | |
| CN118465876A (en) | A two-stage nowcasting method based on EOF-Kmeans clustering and LDM | |
| CN118052899A (en) | Camouflage image generation method based on knowledge retrieval and reasoning enhancement | |
| CN117764113A (en) | Wind power plant wind direction prediction method based on multi-convolution self-attention BiLSTM | |
| CN117750021B (en) | Video compression method, device, computer equipment and storage medium | |
| CN113343580A (en) | Real-time topology optimization generation design method based on artificial intelligence technology | |
| CN118446189A (en) | A table data enhancement method and device based on reinforcement learning | |
| CN117975174A (en) | A three-dimensional digital core reconstruction method based on improved VQGAN | |
| CN114143536B (en) | A Video Coding Method for SHVC Spatially Scalable Frames | |
| CN117951997A (en) | A method for predicting and reconstructing underwater temperature field based on remote sensing data | |
| CN118862555A (en) | A gas turbine disk reliability analysis method and system | |
| CN117851194A (en) | Server fault prediction method and system based on differential coding |
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 |