Your browser doesn't support javascript.
loading
Show: 20 | 50 | 100
Results 1 - 7 de 7
Filter
Add more filters










Database
Publication year range
1.
Front Comput Neurosci ; 18: 1415967, 2024.
Article in English | MEDLINE | ID: mdl-38952709

ABSTRACT

Electroencephalogram (EEG) plays a pivotal role in the detection and analysis of epileptic seizures, which affects over 70 million people in the world. Nonetheless, the visual interpretation of EEG signals for epilepsy detection is laborious and time-consuming. To tackle this open challenge, we introduce a straightforward yet efficient hybrid deep learning approach, named ResBiLSTM, for detecting epileptic seizures using EEG signals. Firstly, a one-dimensional residual neural network (ResNet) is tailored to adeptly extract the local spatial features of EEG signals. Subsequently, the acquired features are input into a bidirectional long short-term memory (BiLSTM) layer to model temporal dependencies. These output features are further processed through two fully connected layers to achieve the final epileptic seizure detection. The performance of ResBiLSTM is assessed on the epileptic seizure datasets provided by the University of Bonn and Temple University Hospital (TUH). The ResBiLSTM model achieves epileptic seizure detection accuracy rates of 98.88-100% in binary and ternary classifications on the Bonn dataset. Experimental outcomes for seizure recognition across seven epilepsy seizure types on the TUH seizure corpus (TUSZ) dataset indicate that the ResBiLSTM model attains a classification accuracy of 95.03% and a weighted F1 score of 95.03% with 10-fold cross-validation. These findings illustrate that ResBiLSTM outperforms several recent deep learning state-of-the-art approaches.

2.
Sci Rep ; 14(1): 14210, 2024 06 20.
Article in English | MEDLINE | ID: mdl-38902285

ABSTRACT

Regular screening for cervical cancer is one of the best tools to reduce cancer incidence. Automated cell segmentation in screening is an essential task because it can present better understanding of the characteristics of cervical cells. The main challenge of cell cytoplasm segmentation is that many boundaries in cell clumps are extremely difficult to be identified. This paper proposes a new convolutional neural network based on Mask RCNN and PointRend module, to segment overlapping cervical cells. The PointRend head concatenates fine grained features and coarse features extracted from different feature maps to fine-tune the candidate boundary pixels of cell cytoplasm, which are crucial for precise cell segmentation. The proposed model achieves a 0.97 DSC (Dice Similarity Coefficient), 0.96 TPRp (Pixelwise True Positive Rate), 0.007 FPRp (Pixelwise False Positive Rate) and 0.006 FNRo (Object False Negative Rate) on dataset from ISBI2014. Specially, the proposed method outperforms state-of-the-art result by about 3 % on DSC, 1 % on TPRp and 1.4 % on FNRo respectively. The performance metrics of our model on dataset from ISBI2015 are slight better than the average value of other approaches. Those results indicate that the proposed method could be effective in cytological analysis and then help experts correctly discover cervical cell lesions.


Subject(s)
Cervix Uteri , Neural Networks, Computer , Uterine Cervical Neoplasms , Humans , Female , Uterine Cervical Neoplasms/pathology , Uterine Cervical Neoplasms/diagnosis , Cervix Uteri/pathology , Cervix Uteri/diagnostic imaging , Cervix Uteri/cytology , Image Processing, Computer-Assisted/methods , Algorithms , Early Detection of Cancer/methods
3.
Comput Math Methods Med ; 2021: 3890988, 2021.
Article in English | MEDLINE | ID: mdl-34646333

ABSTRACT

The task of segmenting cytoplasm in cytology images is one of the most challenging tasks in cervix cytological analysis due to the presence of fuzzy and highly overlapping cells. Deep learning-based diagnostic technology has proven to be effective in segmenting complex medical images. We present a two-stage framework based on Mask RCNN to automatically segment overlapping cells. In stage one, candidate cytoplasm bounding boxes are proposed. In stage two, pixel-to-pixel alignment is used to refine the boundary and category classification is also presented. The performance of the proposed method is evaluated on publicly available datasets from ISBI 2014 and 2015. The experimental results demonstrate that our method outperforms other state-of-the-art approaches with DSC 0.92 and FPRp 0.0008 at the DSC threshold of 0.8. Those results indicate that our Mask RCNN-based segmentation method could be effective in cytological analysis.


Subject(s)
Cervix Uteri/cytology , Cytodiagnosis/methods , Deep Learning , Neural Networks, Computer , Uterine Cervical Neoplasms/diagnostic imaging , Computational Biology , Cytodiagnosis/statistics & numerical data , Cytoplasm/ultrastructure , Databases, Factual , Female , Humans , Image Interpretation, Computer-Assisted/methods , Image Interpretation, Computer-Assisted/statistics & numerical data , Uterine Cervical Neoplasms/pathology , Vaginal Smears/statistics & numerical data
4.
Comput Math Methods Med ; 2020: 1405647, 2020.
Article in English | MEDLINE | ID: mdl-32411276

ABSTRACT

Magnetic resonance (MR) images are often contaminated by Gaussian noise, an electronic noise caused by the random thermal motion of electronic components, which reduces the quality and reliability of the images. This paper puts forward a hybrid denoising algorithm for MR images based on two sparsely represented morphological components and one residual part. To begin with, decompose a noisy MR image into the cartoon, texture, and residual parts by MCA, and then each part is denoised by using Wiener filter, wavelet hard threshold, and wavelet soft threshold, respectively. Finally, stack up all the denoised subimages to obtain the denoised MR image. The experimental results show that the proposed method has significantly better performance in terms of mean square error and peak signal-to-noise ratio than each method alone.


Subject(s)
Algorithms , Magnetic Resonance Imaging/statistics & numerical data , Brain/diagnostic imaging , Computational Biology , Computer Simulation , Databases, Factual , Humans , Image Interpretation, Computer-Assisted/statistics & numerical data , Neuroimaging/statistics & numerical data , Normal Distribution , Principal Component Analysis , Signal Processing, Computer-Assisted , Signal-To-Noise Ratio , Wavelet Analysis
5.
Comput Math Methods Med ; 2020: 7902072, 2020.
Article in English | MEDLINE | ID: mdl-32454884

ABSTRACT

Electroencephalography (EEG) plays an import role in monitoring the brain activities of patients with epilepsy and has been extensively used to diagnose epilepsy. Clinically reading tens or even hundreds of hours of EEG recordings is very time consuming. Therefore, automatic detection of seizure is of great importance. But the huge diversity of EEG signals belonging to different patients makes the task of seizure detection much challenging, for both human experts and automation methods. We propose three deep transfer convolutional neural networks (CNN) for automatic cross-subject seizure detection, based on VGG16, VGG19, and ResNet50, respectively. The original dataset is the CHB-MIT scalp EEG dataset. We use short time Fourier transform to generate time-frequency spectrum images as the input dataset, while positive samples are augmented due to the infrequent nature of seizure. The model parameters pretrained on ImageNet are transferred to our models. And the fine-tuned top layers, with an output layer of two neurons for binary classification (seizure or nonseizure), are trained from scratch. Then, the input dataset are randomly shuffled and divided into three partitions for training, validating, and testing the deep transfer CNNs, respectively. The average accuracies achieved by the deep transfer CNNs based on VGG16, VGG19, and ResNet50 are 97.75%, 98.26%, and 96.17% correspondingly. On those results of experiments, our method could prove to be an effective method for cross-subject seizure detection.


Subject(s)
Deep Learning , Diagnosis, Computer-Assisted/statistics & numerical data , Electroencephalography/statistics & numerical data , Seizures/diagnosis , Child , Computational Biology , Databases, Factual/statistics & numerical data , Epilepsy/diagnosis , Fourier Analysis , Humans , Neural Networks, Computer , Signal Processing, Computer-Assisted
6.
Comput Math Methods Med ; 2020: 9689821, 2020.
Article in English | MEDLINE | ID: mdl-32328157

ABSTRACT

The detection of recorded epileptic seizure activity in electroencephalogram (EEG) segments is crucial for the classification of seizures. Manual recognition is a time-consuming and laborious process that places a heavy burden on neurologists, and hence, the automatic identification of epilepsy has become an important issue. Traditional EEG recognition models largely depend on artificial experience and are of weak generalization ability. To break these limitations, we propose a novel one-dimensional deep neural network for robust detection of seizures, which composes of three convolutional blocks and three fully connected layers. Thereinto, each convolutional block consists of five types of layers: convolutional layer, batch normalization layer, nonlinear activation layer, dropout layer, and max-pooling layer. Model performance is evaluated on the University of Bonn dataset, which achieves the accuracy of 97.63%∼99.52% in the two-class classification problem, 96.73%∼98.06% in the three-class EEG classification problem, and 93.55% in classifying the complicated five-class problem.


Subject(s)
Deep Learning , Diagnosis, Computer-Assisted/statistics & numerical data , Electroencephalography/statistics & numerical data , Neural Networks, Computer , Seizures/classification , Seizures/diagnosis , Algorithms , Computational Biology , Databases, Factual/statistics & numerical data , Humans , Models, Neurological , Models, Statistical , Nonlinear Dynamics , Signal Processing, Computer-Assisted
7.
Sheng Wu Yi Xue Gong Cheng Xue Za Zhi ; 32(6): 1179-84, 2015 Dec.
Article in Chinese | MEDLINE | ID: mdl-27079083

ABSTRACT

Electrocardiogram (ECG) signals are susceptible to be disturbed by 50 Hz power line interference (PLI) in the process of acquisition and conversion. This paper, therefore, proposes a novel PLI removal algorithm based on morphological component analysis (MCA) and ensemble empirical mode decomposition (EEMD). Firstly, according to the morphological differences in ECG waveform characteristics, the noisy ECG signal was decomposed into the mutated component, the smooth component and the residual component by MCA. Secondly, intrinsic mode functions (IMF) of PLI was filtered. The noise suppression rate (NSR) and the signal distortion ratio (SDR) were used to evaluate the effect of de-noising algorithm. Finally, the ECG signals were re-constructed. Based on the experimental comparison, it was concluded that the proposed algorithm had better filtering functions than the improved Levkov algorithm, because it could not only effectively filter the PLI, but also have smaller SDR value.


Subject(s)
Algorithms , Electrocardiography , Humans
SELECTION OF CITATIONS
SEARCH DETAIL
...