CN112674780A - Automatic atrial fibrillation signal detection method in electrocardiogram abnormal signals - Google Patents
Automatic atrial fibrillation signal detection method in electrocardiogram abnormal signals Download PDFInfo
- Publication number
- CN112674780A CN112674780A CN202011544301.2A CN202011544301A CN112674780A CN 112674780 A CN112674780 A CN 112674780A CN 202011544301 A CN202011544301 A CN 202011544301A CN 112674780 A CN112674780 A CN 112674780A
- Authority
- CN
- China
- Prior art keywords
- signals
- atrial fibrillation
- layer
- image
- data
- 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
Links
Images
Landscapes
- Measurement And Recording Of Electrical Phenomena And Electrical Characteristics Of The Living Body (AREA)
Abstract
An automatic detection method for atrial fibrillation signals in abnormal electrocardiogram signals is characterized in that one-dimensional electrocardiogram signals are converted into a two-dimensional form through short-time Fourier transform, and the method is suitable for requirements of a deep residual contraction network on input signals. The residual depth network and the Relu activation function are improved simultaneously by using an attention mechanism, unimportant features are noticed by the attention mechanism, and the unimportant features are set to be zero by a soft threshold function, so that the capability of the depth neural network for extracting useful features can be enhanced, and the detection accuracy of atrial fibrillation signals is improved. Meanwhile, the Relu activation function is improved through an attention mechanism, and the accuracy of the DRSN model in atrial fibrillation signal identification can be improved. By means of the ReLu of the attention mechanism, the accuracy of DRSN model identification can be improved.
Description
Technical Field
The invention relates to the technical field of deep learning and signal processing, in particular to an automatic atrial fibrillation signal detection method in an electrocardiogram abnormal signal.
Background
Atrial Fibrillation (AF) is a typical persistent arrhythmia and is of great importance for accurate identification of atrial fibrillation. The manifestation of Atrial Fibrillation (AF) in ECG signals is characterized by the disappearance of P-waves or absolute irregularity of RR intervals. The atrial fibrillation abnormity detection method used at present is mainly a waveform characteristic-based atrial fibrillation abnormity detection method, but due to the fact that waveform characteristics need to be manually extracted, P waves are not easy to detect and the like, the atrial fibrillation detection accuracy is general, and efficiency is low. Meanwhile, the waveform characteristic-based atrial fibrillation abnormality detection method needs enough rhythm information, so that a relatively long-time electrocardiogram signal needs to be acquired, and the real-time atrial fibrillation detection requirement is difficult to meet in practice.
Researchers have attempted to identify and detect atrial fibrillation signals using deep neural networks, and studies have shown that there is a strong correlation between the accuracy of the identification of atrial fibrillation abnormalities by electrocardiography and the number of layers in the deep neural networks. Because the common method is based on the resting data modeling, the test data is less, and the method is difficult to be applied to dynamic electrocardiosignals; more importantly, the rhythm information in the short-time electrocardiosignals is limited, and the detection of the abnormal atrial fibrillation from the short-time electrocardiosignals is still a challenge.
Disclosure of Invention
In order to overcome the defects of the technology, the invention provides a method for detecting and classifying atrial fibrillation (atrial fibrillation) signals in electrocardiogram abnormal signals by using a short-time Fourier transform and a depth residual contraction network. The technical scheme adopted by the invention for overcoming the technical problems is as follows:
an automatic detection method for atrial fibrillation signals in abnormal electrocardiogram signals comprises the following steps:
a) cutting the original electrocardiosignal f (t) to form n data x with Ns section;
b) the cardiac signal is represented as X { (X)(0),y(0)),(x(1),y(1)),···,(x(m-1),y(m-1)) Integrating the data to form a data set X with tag signals, where X(i)∈Rn,x(i)Is the ithData x, 0 ≤ i ≤ m-1, RnFor the nth sliced data, y(i)E {0,1,2} is a label, y(i)When the input electrocardiosignal is a normal signal, y is expressed as 0(i)1 represents that the input electrocardiosignal is an atrial fibrillation signal, y(i)2, the input electrocardiosignal is a normal signal and is other abnormal signals or noise signals;
c) carrying out short-time Fourier transform operation on an original electrocardiosignal, determining the frequency and the phase of a sine wave in a certain area of electrocardio data, and then carrying out frequency spectrum conversion processing to convert the electrocardiosignal into an image;
d) matching the image with corresponding data labeling information, using the labeled image as the input of a depth residual shrinkage network, loading the image to a convolution layer of the depth residual shrinkage network, and performing convolution processing on the image;
e) establishing a residual error construction module, wherein the residual error construction module comprises two BN layers, two ReLU layers, two convolution layers, an identity map and a sub-network, the sub-network is used for adaptively setting a threshold value, the sub-network sequentially comprises a global mean pooling layer, a full connection layer, a ReLU layer, a full connection layer and a Sigmoid function, absolute values of all characteristics of input images are solved, then a global mean pooling and average characteristic diagram is obtained after the absolute values of all characteristics of the input images pass through the global mean pooling layer of the sub-network, the global mean pooling and average characteristic diagram is input into the two full connection layers to obtain scaling parameters, the scaling parameters are normalized to be between zero and one through the Sigmoid function, and the average value of the normalized absolute values of the scaling parameters multiplied by the normalized image is used as the threshold value;
f) carrying out soft thresholding on each characteristic channel of the image by using a threshold value;
g) standardizing the image processed in the step f), and converting the value distribution of each characteristic into standard normal distribution with the mean value of 0 and the variance of 1 to avoid gradient disappearance;
h) loading the image processed in the step g) into an excitation layer, wherein an activation function used in the excitation layer is a modified ReLU function which is normalized through the Sigmoid function in the step e)The scaling parameter a being a coefficient of a negative number in the activation function, i.e. by formulaCalculating a ReLU function;
i) performing global mean pooling on the image processed in the step h), and calculating a mean value from each channel of the image;
j) and (3) inputting the image processed in the step i) through a full connection layer, and calculating a final result through a preset softmax classifier.
Further, in the step a), the original electrocardiosignals are segmented by taking the frequency of 250Hz as a standard, so that data x with a segment of 5s are formed, and 1250 points are total.
Further, in step c), a Hamming window is used as a moving window function for processing the electrocardiosignals, the window size is 128samples, and the formula is usedPerforming short-time Fourier transform operation on the one-dimensional electrocardiogram data to obtain short-time Fourier transform Y (w, u), and calculating the Y (w, u) branch through a formula E (w, u) ═ Y (w, u) & ltLimax & gt2And calculating to obtain an energy spectrum display E (w, u) of the short-time Fourier transform, wherein g (t-u) is a moving window function, t and u are time variables, t is more than or equal to 0 and less than or equal to 5, w is a signal frequency, E is an irrational number, and j is a negative variable.
Further, the deep residual shrinking network in the step d) includes an input layer, a convolution layer, 4 residual building modules, a batch normalization, a ReLU activation function, a global mean pooling layer, and a fully-connected output layer, the kernel size of the convolution layer is set to 5 × 5, the convolution layer has 16 hidden units, and the step length is 2. Further, step g) according to the formulaCalculating the average value u, n is the total number of input data xiFor the ith data point, by formulaCalculating varianceσ2By the formulaCalculating to obtain a normalized resultε is a constant.
Further, the input dimension of the image in step j) is 256 × 1250, and the resulting output dimension is 4 × 1.
Further, the step j) is followed by the following steps:
k) calculating the error of the soft thresholded value in the step f) by using a cross entropy loss function, if the error is smaller than a threshold value y, executing l), if the error is larger than the threshold value y, executing back propagation of the depth residual shrinkage network, and setting the cross entropy loss threshold value y to be 0.05;
l) optimizing DRSN model parameters using Adam optimization, performing step m) if the model has converged, and performing step d) if the model has not converged;
m) storing DRSN model parameters and ending the operation.
The invention has the beneficial effects that: the method is suitable for the requirements of a depth residual shrinkage network on input signals by converting one-dimensional electrocardiosignals into a two-dimensional form through short-time Fourier transform. The residual depth network and the Relu activation function are improved simultaneously by using an attention mechanism, unimportant features are noticed by the attention mechanism, and the unimportant features are set to be zero by a soft threshold function, so that the capability of the depth neural network for extracting useful features can be enhanced, and the detection accuracy of atrial fibrillation signals is improved. Meanwhile, the Relu activation function is improved through an attention mechanism, and the accuracy of the DRSN model in atrial fibrillation signal identification can be improved. By means of the ReLu of the attention mechanism, the accuracy of DRSN model identification can be improved.
Drawings
FIG. 1 is a flow chart of a method of the present invention;
FIG. 2 is a flow chart of the deep residual shrinkage network of the present invention;
in the figure, 1.
Detailed Description
The invention will be further explained with reference to fig. 1 and 2.
An automatic detection method for atrial fibrillation signals in abnormal electrocardiogram signals comprises the following steps:
a) firstly, segmenting data, and because the length of an original electrocardio-western signal is uncontrollable and the data loading requirement is difficult to meet, in order to facilitate the data loading into a model, segmenting the original electrocardio-signal f (t) to form n data x with one segment of Ns.
b) The cardiac signal is represented as X { (X)(0),y(0)),(x(1),y(1)),···,(x(m-1),y(m-1)) Integrating the data to form a data set X with tag signals, where X(i)∈Rn,x(i)Is the ith data x, i is more than or equal to 0 and less than or equal to m-1, RnFor the nth sliced data, y(i)E {0,1,2} is a label, y(i)When the input electrocardiosignal is a normal signal, y is expressed as 0(i)1 represents that the input electrocardiosignal is an atrial fibrillation signal, y(i)2, the input electrocardiosignal is a normal signal and is other abnormal signals or noise signals. The data is finally integrated to form a data set with the tag signal.
c) The method comprises the steps of carrying out short-time Fourier transform operation on an original electrocardiosignal, determining the frequency and the phase of a sine wave in a certain area of electrocardio data, and then carrying out frequency spectrum conversion processing to convert the electrocardiosignal into an image. The short-time fourier transform can convert time-domain information into a two-dimensional time-frequency representation by the local frequency and phase of the signal changing with time, and display the frequency-domain change of the signal in a window function.
d) And matching the image with corresponding data labeling information, using the labeled image as the input of the depth residual error shrinkage network, loading the image to a convolution layer of the depth residual error shrinkage network, and performing convolution processing on the image.
e) Establishing a residual constructing module, wherein the residual constructing module comprises two BN layers (Batch Normalization), two ReLU layers (Rectifier Linear Unit activation function), two convolution layers (conditional layer), Identity mapping (Identity) and a sub-network, the sub-network is used for adaptively setting the threshold value, the sub-network sequentially comprises a global mean pooling layer, a full connection layer, a ReLU layer, a full connection layer and a Sigmoid function, calculating absolute values of all features of the input image, obtaining global mean pooling and average feature maps after passing through a global mean pooling layer of a sub-network, inputting the global mean pooling and average feature maps into two full-connection layers to obtain scaling parameters, and regulating the scaling parameter to be between zero and one through a Sigmoid function, and multiplying the regulated scaling parameter by the average value of the absolute values of the images to be used as a threshold value.
f) And soft thresholding each characteristic channel of the image by using a threshold value.
g) Standardizing the image processed in the step f), and converting the value distribution of each characteristic into standard normal distribution with the mean value of 0 and the variance of 1 to avoid gradient disappearance;
h) loading the image processed in the step g) into an excitation layer, wherein an activation function used in the excitation layer is an improved ReLU function, and the improved ReLU function is a coefficient with the scaling parameter a normalized by the Sigmoid function in the step e) as a negative number in the activation function, namely, the scaling parameter a is obtained by a formulaThe ReLU function is calculated. The reason for selecting the improved ReLU function is that the function is a piecewise linear function, the convergence speed is much faster than Sigmoid and tanh, and the calculation amount is small.
i) Performing global mean pooling on the image processed in the step h), and calculating a mean value from each channel of the image. The global mean pooling can reduce the weight number of the fully connected output layers, so that the phenomenon of overfitting caused by feature redundancy can be effectively reduced.
j) And (3) inputting the image processed in the step i) through a full connection layer, and calculating a final result through a preset softmax classifier.
The method is suitable for the requirements of a depth residual shrinkage network on input signals by converting one-dimensional electrocardiosignals into a two-dimensional form through short-time Fourier transform. The residual depth network and the Relu activation function are improved simultaneously by using an attention mechanism, unimportant features are noticed by the attention mechanism, and the unimportant features are set to be zero by a soft threshold function, so that the capability of the depth neural network for extracting useful features can be enhanced, and the detection accuracy of atrial fibrillation signals is improved. Meanwhile, the Relu activation function is improved through an attention mechanism, and the accuracy of the DRSN model in atrial fibrillation signal identification can be improved. By means of the ReLu of the attention mechanism, the accuracy of DRSN model identification can be improved.
Further, in the step a), the original electrocardiosignals are segmented by taking the frequency of 250Hz as a standard, so that data x with a segment of 5s are formed, and 1250 points are total.
Further, in step c), a Hamming window is used as a moving window function for processing the electrocardiosignals, the window size is 128samples, and the formula is usedPerforming short-time Fourier transform operation on the one-dimensional electrocardiogram data to obtain short-time Fourier transform Y (w, u), and calculating the Y (w, u) branch through a formula E (w, u) ═ Y (w, u) & ltLimax & gt2And calculating to obtain an energy spectrum display E (w, u) of the short-time Fourier transform, wherein g (t-u) is a moving window function, t and u are time variables, t is more than or equal to 0 and less than or equal to 5, w is a signal frequency, E is an irrational number, and j is a negative variable. By multiplying the moving window function by the electrocardiographic signal g (t-u), operations such as windowing and translation near u can be realized.
Further, the deep residual shrinking network in the step d) includes an input layer, a convolution layer, 4 residual building modules, a batch normalization, a ReLU activation function, a global mean pooling layer, and a fully-connected output layer, the kernel size of the convolution layer is set to 5 × 5, the convolution layer has 16 hidden units, and the step length is 2. Further, step g) according to the formulaCalculating the average value u, n is the total number of input data xiFor the ith data point, by formulaCalculating the variance σ2By the formulaCalculating to obtain a normalized resultε is a constant.
Further, the input dimension of the image in step j) is 256 × 1250, and the resulting output dimension is 4 × 1.
Further, the step j) is followed by the following steps:
k) calculating the error of the soft thresholded value in the step f) by using a cross entropy loss function, if the error is smaller than a threshold value y, executing l), if the error is larger than the threshold value y, executing back propagation of the depth residual shrinkage network, and setting the cross entropy loss threshold value y to be 0.05;
l) optimizing DRSN model parameters using Adam optimization, performing step m) if the model has converged, and performing step d) if the model has not converged;
m) storing DRSN model parameters and ending the operation.
Claims (7)
1. An automatic detection method for atrial fibrillation signals in abnormal electrocardiogram signals is characterized by comprising the following steps:
a) cutting the original electrocardiosignal f (t) to form n data x with Ns section;
b) the cardiac signal is represented as X { (X)(0),y(0)),(x(1),y(1)),···,(x(m-1),y(m-1)) Integrating the data to form a data set X with tag signals, where X(i)∈Rn,x(i)Is the ith data x, i is more than or equal to 0 and less than or equal to m-1, RnFor the nth sliced data, y(i)E {0,1,2} is a label, y(i)When the input electrocardiosignal is a normal signal, y is expressed as 0(i)1 represents that the input electrocardiosignal is an atrial fibrillation signal, y(i)2, the input electrocardiosignal is expressed as a normal signal and is other abnormal signals or noise signals;
c) Carrying out short-time Fourier transform operation on an original electrocardiosignal, determining the frequency and the phase of a sine wave in a certain area of electrocardio data, and then carrying out frequency spectrum conversion processing to convert the electrocardiosignal into an image;
d) matching the image with corresponding data labeling information, using the labeled image as the input of a depth residual shrinkage network, loading the image to a convolution layer of the depth residual shrinkage network, and performing convolution processing on the image;
e) establishing a residual error construction module, wherein the residual error construction module comprises two BN layers, two ReLU layers, two convolution layers, an identity map and a sub-network, the sub-network is used for adaptively setting a threshold value, the sub-network sequentially comprises a global mean pooling layer, a full connection layer, a ReLU layer, a full connection layer and a Sigmoid function, absolute values of all characteristics of input images are solved, then a global mean pooling and average characteristic diagram is obtained after the absolute values of all characteristics of the input images pass through the global mean pooling layer of the sub-network, the global mean pooling and average characteristic diagram is input into the two full connection layers to obtain scaling parameters, the scaling parameters are normalized to be between zero and one through the Sigmoid function, and the average value of the normalized absolute values of the scaling parameters multiplied by the normalized image is used as the threshold value;
f) carrying out soft thresholding on each characteristic channel of the image by using a threshold value;
g) standardizing the image processed in the step f), and converting the value distribution of each characteristic into standard normal distribution with the mean value of 0 and the variance of 1 to avoid gradient disappearance;
h) loading the image processed in the step g) into an excitation layer, wherein an activation function used in the excitation layer is an improved ReLU function, and the improved ReLU function is a coefficient with the scaling parameter a normalized by the Sigmoid function in the step e) as a negative number in the activation function, namely, the scaling parameter a is obtained by a formulaCalculating a ReLU function;
i) performing global mean pooling on the image processed in the step h), and calculating a mean value from each channel of the image;
j) and (3) inputting the image processed in the step i) through a full connection layer, and calculating a final result through a preset softmax classifier.
2. The method for automatically detecting atrial fibrillation signals in abnormal electrocardiogram signals according to claim 1, wherein the method comprises the steps of: in the step a), the original electrocardiosignals are segmented by taking the frequency of 250Hz as a standard to form data x with a section of 5s, and 1250 points are total.
3. The method for automatically detecting atrial fibrillation signals in abnormal electrocardiogram signals according to claim 1, wherein the method comprises the steps of: in step c), a Hamming window is used as a moving window function for processing the electrocardiosignals, the window size is 128samples, and the Hamming window is obtained by a formulaPerforming short-time Fourier transform operation on the one-dimensional electrocardiogram data to obtain short-time Fourier transform Y (w, u), and calculating the Y (w, u) branch through a formula E (w, u) ═ Y (w, u) & ltLimax & gt2And calculating to obtain an energy spectrum display E (w, u) of the short-time Fourier transform, wherein g (t-u) is a moving window function, t and u are time variables, t is more than or equal to 0 and less than or equal to 5, w is a signal frequency, E is an irrational number, and j is a negative variable.
4. The method for automatically detecting atrial fibrillation signals in abnormal electrocardiogram signals according to claim 1, wherein the method comprises the steps of: the deep residual shrinkage network in the step d) comprises an input layer, a convolution layer, 4 residual construction modules, a batch standardization layer, a ReLU activation function, a global mean pooling layer and a fully-connected output layer, wherein the size of an inner core of the convolution layer is set to be 5 x 5, the convolution layer is provided with 16 hidden units, and the step length is 2.
5. The method for automatically detecting atrial fibrillation signals in abnormal electrocardiogram signals according to claim 1, wherein the method comprises the steps of: in step g) according to the formulaCalculating the average value u, n is the total number of input data xiFor the ith data point, by formulaCalculating the variance σ2By the formulaCalculating to obtain a normalized resultε is a constant.
6. The method for automatically detecting atrial fibrillation signals in abnormal electrocardiogram signals according to claim 1, wherein the method comprises the steps of: the input dimension of the image in step j) is 256 x 1250 and the resulting output dimension is 4 x 1.
7. The method for automatically detecting atrial fibrillation signals in abnormal signals of electrocardiogram according to claim 1, wherein the step j) is followed by the following steps:
k) calculating the error of the soft thresholded value in the step f) by using a cross entropy loss function, if the error is smaller than a threshold value y, executing l), if the error is larger than the threshold value y, executing back propagation of the depth residual shrinkage network, and setting the cross entropy loss threshold value y to be 0.05;
l) optimizing DRSN model parameters using Adam optimization, performing step m) if the model has converged, and performing step d) if the model has not converged;
m) storing DRSN model parameters and ending the operation.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011544301.2A CN112674780A (en) | 2020-12-23 | 2020-12-23 | Automatic atrial fibrillation signal detection method in electrocardiogram abnormal signals |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011544301.2A CN112674780A (en) | 2020-12-23 | 2020-12-23 | Automatic atrial fibrillation signal detection method in electrocardiogram abnormal signals |
Publications (1)
Publication Number | Publication Date |
---|---|
CN112674780A true CN112674780A (en) | 2021-04-20 |
Family
ID=75451406
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011544301.2A Pending CN112674780A (en) | 2020-12-23 | 2020-12-23 | Automatic atrial fibrillation signal detection method in electrocardiogram abnormal signals |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112674780A (en) |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113180679A (en) * | 2021-05-12 | 2021-07-30 | 武汉大学 | Single-lead electrocardio abnormal signal identification method |
CN113288163A (en) * | 2021-06-04 | 2021-08-24 | 浙江理工大学 | Multi-feature fusion electrocardiosignal classification model modeling method based on attention mechanism |
CN113288162A (en) * | 2021-06-03 | 2021-08-24 | 北京航空航天大学 | Short-term electrocardiosignal atrial fibrillation automatic detection system based on self-adaptive attention mechanism |
CN113349791A (en) * | 2021-05-31 | 2021-09-07 | 平安科技(深圳)有限公司 | Abnormal electrocardiosignal detection method, device, equipment and medium |
CN113782113A (en) * | 2021-09-17 | 2021-12-10 | 黄河水利职业技术学院 | Method for identifying gas fault in transformer oil based on deep residual error network |
CN114764581A (en) * | 2022-06-16 | 2022-07-19 | 合肥心之声健康科技有限公司 | Atrial fibrillation classification method, device and system based on RR interphase space characteristics |
CN115358270A (en) * | 2022-08-19 | 2022-11-18 | 山东省人工智能研究院 | Electrocardiogram classification method based on multi-task MTEF-NET |
CN115363599A (en) * | 2022-09-22 | 2022-11-22 | 山东大学 | Electrocardiosignal processing method and system for atrial fibrillation recognition |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105748063A (en) * | 2016-04-25 | 2016-07-13 | 山东大学齐鲁医院 | Intelligent arrhythmia diagnosis method based on multiple-lead and convolutional neural network |
CN107203692A (en) * | 2017-05-09 | 2017-09-26 | 哈尔滨工业大学(威海) | The implementation method of atrial fibrillation detection based on depth convolutional neural networks |
US20190076039A1 (en) * | 2017-09-09 | 2019-03-14 | David Young | Method for sensing arrhythmia for providing user feedback |
CN109745033A (en) * | 2018-12-25 | 2019-05-14 | 东南大学 | Dynamic electrocardiogram method for evaluating quality based on time-frequency two-dimensional image and machine learning |
CN109948647A (en) * | 2019-01-24 | 2019-06-28 | 西安交通大学 | A kind of electrocardiogram classification method and system based on depth residual error network |
US20190298208A1 (en) * | 2018-03-30 | 2019-10-03 | Zoll Medical Israel Ltd. | Systems, devices and methods for radio frequency-based physiological monitoring of patients |
CN111666865A (en) * | 2020-06-02 | 2020-09-15 | 上海数创医疗科技有限公司 | Multi-lead electrocardiosignal convolution neural network classification model and use method thereof |
-
2020
- 2020-12-23 CN CN202011544301.2A patent/CN112674780A/en active Pending
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105748063A (en) * | 2016-04-25 | 2016-07-13 | 山东大学齐鲁医院 | Intelligent arrhythmia diagnosis method based on multiple-lead and convolutional neural network |
CN107203692A (en) * | 2017-05-09 | 2017-09-26 | 哈尔滨工业大学(威海) | The implementation method of atrial fibrillation detection based on depth convolutional neural networks |
US20190076039A1 (en) * | 2017-09-09 | 2019-03-14 | David Young | Method for sensing arrhythmia for providing user feedback |
US20190298208A1 (en) * | 2018-03-30 | 2019-10-03 | Zoll Medical Israel Ltd. | Systems, devices and methods for radio frequency-based physiological monitoring of patients |
CN109745033A (en) * | 2018-12-25 | 2019-05-14 | 东南大学 | Dynamic electrocardiogram method for evaluating quality based on time-frequency two-dimensional image and machine learning |
CN109948647A (en) * | 2019-01-24 | 2019-06-28 | 西安交通大学 | A kind of electrocardiogram classification method and system based on depth residual error network |
CN111666865A (en) * | 2020-06-02 | 2020-09-15 | 上海数创医疗科技有限公司 | Multi-lead electrocardiosignal convolution neural network classification model and use method thereof |
Non-Patent Citations (4)
Title |
---|
MINGHANG ZHAO等: "Deep Residual Shrinkage Networks for Fault Diagnosis", 《 IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS 》 * |
XUE XU 等: "Interpretation of Electrocardiogram(ECG)Rhythm by Combined CNN and BiLSTM", 《IEEE ACCESS》 * |
YONG XIA 等: "Detecting atrial fibrillation by deep convolutional neural networks", 《COMPUTERS IN BIOLOGY AND MEDICINE》 * |
潘辉 等: "基于改进残差网络对心电信号的识别", 《数据采集与处理》 * |
Cited By (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113180679A (en) * | 2021-05-12 | 2021-07-30 | 武汉大学 | Single-lead electrocardio abnormal signal identification method |
CN113349791A (en) * | 2021-05-31 | 2021-09-07 | 平安科技(深圳)有限公司 | Abnormal electrocardiosignal detection method, device, equipment and medium |
CN113288162A (en) * | 2021-06-03 | 2021-08-24 | 北京航空航天大学 | Short-term electrocardiosignal atrial fibrillation automatic detection system based on self-adaptive attention mechanism |
CN113288162B (en) * | 2021-06-03 | 2022-06-28 | 北京航空航天大学 | Short-term electrocardiosignal atrial fibrillation automatic detection system based on self-adaptive attention mechanism |
CN113288163A (en) * | 2021-06-04 | 2021-08-24 | 浙江理工大学 | Multi-feature fusion electrocardiosignal classification model modeling method based on attention mechanism |
CN113782113A (en) * | 2021-09-17 | 2021-12-10 | 黄河水利职业技术学院 | Method for identifying gas fault in transformer oil based on deep residual error network |
CN114764581A (en) * | 2022-06-16 | 2022-07-19 | 合肥心之声健康科技有限公司 | Atrial fibrillation classification method, device and system based on RR interphase space characteristics |
CN114764581B (en) * | 2022-06-16 | 2022-09-09 | 合肥心之声健康科技有限公司 | Atrial fibrillation classification method, device and system based on RR interphase spatial features |
CN115358270A (en) * | 2022-08-19 | 2022-11-18 | 山东省人工智能研究院 | Electrocardiogram classification method based on multi-task MTEF-NET |
CN115358270B (en) * | 2022-08-19 | 2023-06-20 | 山东省人工智能研究院 | Electrocardiogram classification method based on multitasking MTEF-NET |
CN115363599A (en) * | 2022-09-22 | 2022-11-22 | 山东大学 | Electrocardiosignal processing method and system for atrial fibrillation recognition |
CN115363599B (en) * | 2022-09-22 | 2024-05-07 | 山东大学 | Electrocardiosignal processing method and system for atrial fibrillation recognition |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN112674780A (en) | Automatic atrial fibrillation signal detection method in electrocardiogram abnormal signals | |
CN110245608B (en) | Underwater target identification method based on half tensor product neural network | |
CN110232341B (en) | Semi-supervised learning image identification method based on convolution-stacking noise reduction coding network | |
KR101962558B1 (en) | Abnormal sound diagnostic apparatus, abnormal sound diagnostic system, abnormal sound diagnostic method, and abnormal sound diagnostic program | |
CN116861354A (en) | Abnormality identification and mode distinguishing method and system for monitoring data of power transformer | |
CN113707176A (en) | Transformer fault detection method based on acoustic signal and deep learning technology | |
CN112294341B (en) | Sleep electroencephalogram spindle wave identification method and system based on light convolutional neural network | |
CN113780242A (en) | Cross-scene underwater sound target classification method based on model transfer learning | |
CN111596276B (en) | Radar HRRP target identification method based on spectrogram transformation and attention mechanism circulating neural network | |
CN111428772B (en) | Photovoltaic system depth anomaly detection method based on k-nearest neighbor adaptive voting | |
CN116186593B (en) | Electrocardiosignal detection method based on separable convolution and attention mechanism | |
CN113456064A (en) | Intelligent interpretation method for prenatal fetal heart monitoring signal | |
CN114897138A (en) | System fault diagnosis method based on attention mechanism and depth residual error network | |
CN118051831B (en) | Underwater sound target identification method based on CNN-transducer cooperative network model | |
CN115281676A (en) | Fatigue detection method based on GRU neural network and ECG signal | |
CN117612025B (en) | Remote sensing image roof recognition method based on diffusion model | |
CN114492755A (en) | Target detection model compression method based on knowledge distillation | |
CN114357372A (en) | Aircraft fault diagnosis model generation method based on multi-sensor data driving | |
CN114152442A (en) | Rolling bearing cross-working condition fault detection method based on migration convolutional neural network | |
CN114010220A (en) | Heart sound signal processing method, computer device and storage medium | |
CN117079005A (en) | Optical cable fault monitoring method, system, device and readable storage medium | |
CN115328661A (en) | Computing power balance execution method and chip based on voice and image characteristics | |
CN116012903A (en) | Automatic labeling method and system for facial expressions | |
CN112651452A (en) | Fan blade abnormity detection method and storage medium | |
CN114706054A (en) | Method for identifying human body motion micro Doppler signal |
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 | ||
RJ01 | Rejection of invention patent application after publication | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20210420 |