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










Database
Language
Publication year range
1.
Front Neuroinform ; 18: 1414925, 2024.
Article in English | MEDLINE | ID: mdl-38957549

ABSTRACT

Background: The Rotation Invariant Vision Transformer (RViT) is a novel deep learning model tailored for brain tumor classification using MRI scans. Methods: RViT incorporates rotated patch embeddings to enhance the accuracy of brain tumor identification. Results: Evaluation on the Brain Tumor MRI Dataset from Kaggle demonstrates RViT's superior performance with sensitivity (1.0), specificity (0.975), F1-score (0.984), Matthew's Correlation Coefficient (MCC) (0.972), and an overall accuracy of 0.986. Conclusion: RViT outperforms the standard Vision Transformer model and several existing techniques, highlighting its efficacy in medical imaging. The study confirms that integrating rotational patch embeddings improves the model's capability to handle diverse orientations, a common challenge in tumor imaging. The specialized architecture and rotational invariance approach of RViT have the potential to enhance current methodologies for brain tumor detection and extend to other complex imaging tasks.

2.
Article in English | MEDLINE | ID: mdl-38959146

ABSTRACT

Eating speed is an important indicator that has been widely investigated in nutritional studies. The relationship between eating speed and several intake-related problems such as obesity, diabetes, and oral health has received increased attention from researchers. However, existing studies mainly use self-reported questionnaires to obtain participants' eating speed, where they choose options from slow, medium, and fast. Such a non-quantitative method is highly subjective and coarse at the individual level. This study integrates two classical tasks in automated food intake monitoring domain: bite detection and eating episode detection, to advance eating speed measurement in near-free-living environments automatically and objectively. Specifically, a temporal convolutional network combined with a multi-head attention module (TCN-MHA) is developed to detect bites (including eating and drinking gestures) from IMU data. The predicted bite sequences are then clustered into eating episodes. Eating speed is calculated by using the time taken to finish the eating episode to divide the number of bites. To validate the proposed approach on eating speed measurement, a 7-fold cross validation is applied to the self-collected fine-annotated full-day-I (FD-I) dataset, and a holdout experiment is conducted on the full-day-II (FD-II) dataset. The two datasets are collected from 61 participants with a total duration of 513 h, which are publicly available. Experimental results show that the proposed approach achieves a mean absolute percentage error (MAPE) of 0.110 and 0.146 in the FD-I and FD-II datasets, respectively, showcasing the feasibility of automated eating speed measurement in near-free-living environments.

3.
Front Hum Neurosci ; 18: 1369862, 2024.
Article in English | MEDLINE | ID: mdl-38660014

ABSTRACT

Attention deficit/hyperactivity disorder (ADHD) is a neuropsychological disorder that occurs in children and is characterized by inattention, impulsivity, and hyperactivity. Early and accurate diagnosis of ADHD is very important for effective intervention. The aim of this study is to develop a computer-aided approach to detecting ADHD using electroencephalogram (EEG) signals. Specifically, we explore a Gabor filter-based statistical features approach for the classification of EEG signals into ADHD and healthy control (HC). The EEG signal is processed by a bank of Gabor filters to obtain narrow-band signals. Subsequently, a set of statistical features is extracted. The computed features are then subjected to feature selection. Finally, the obtained feature vector is given to a classifier to detect ADHD and HC. Our approach achieves the highest classification accuracy of 96.4% on a publicly available dataset. Furthermore, our approach demonstrates better classification accuracy than the existing methods.

4.
Annu Int Conf IEEE Eng Med Biol Soc ; 2022: 1778-1782, 2022 07.
Article in English | MEDLINE | ID: mdl-36085938

ABSTRACT

Maintaining adequate hydration is important for health. Inadequate liquid intake can cause dehydration problems. Despite the increasing development of liquid intake monitoring, there are still open challenges in drinking detection under free-living conditions. This paper proposes an automatic liquid intake monitoring system comprised of wrist-worn Inertial Measurement Units (IMU s) to recognize drinking gesture in free-living environments. We build an end-to-end approach for drinking gesture detection by employing a novel multi-stage temporal convolutional network (MS-TCN). Two datasets are collected in this research, one contains 8.9 hours data from 13 participants in semi-controlled environments, the other one contains 45.2 hours data from 7 participants in free-living environments. The Leave-One-Subject-Out (LOSO) evaluation shows that this method achieves a segmental F1-score of 0.943 and 0.900 in the semi-controlled and free-living datasets, respectively. The results also indicate that our approach outperforms the convolutional neural network and long-short-term-memory network combined model (CNN-LSTM) on our datasets. The dataset used in this paper is available at https://github.com/Pituohai/drinking-gesture-dataset/. Clinical Relevance- This automatic liquid intake monitoring system can detect drinking gesture in daily life. It has the potential to be used to record the frequency of drinking water for at-risk elderly or patients in the hospital.


Subject(s)
Gestures , Wrist , Aged , Eating , Humans , Neural Networks, Computer , Wrist Joint
5.
Comput Biol Med ; 130: 104199, 2021 03.
Article in English | MEDLINE | ID: mdl-33422885

ABSTRACT

MOTIVATION AND OBJECTIVE: Obstructive sleep apnea (OSA) is a sleep disorder identified in nearly 10% of middle-aged people, which deteriorates the normal functioning of human organs, notably that of the heart. Furthermore, untreated OSA is associated with increased hypertension, diabetes, stroke, and cardiovascular diseases, thereby increasing the mortality risk. Therefore, early identification of sleep apnea is of significant interest. METHOD: In this paper, an automated approach for OSA diagnosis using a single-lead electrocardiogram (ECG) has been reported. Three sets of features, namely moments of power spectrum density (PSD), waveform complexity measures, and higher-order moments, are extracted from the 1-min segmented ECG subbands obtained from discrete wavelet transform (DWT). Later, correlation-based feature selection with particle swarm optimization (PSO) search strategy is employed for getting an optimum feature vector. This process retained 18 significant features from initially computed 32 features. Finally, the acquired feature set is fed to different classifiers including, linear discriminant analysis, nearest neighbors, support vector machine, and random forest to perform per segment classification. RESULTS: Experiments on the publicly available physionet single-lead ECG dataset show that the proposed approach using the random forest classifier effectively discriminates normal and OSA ECG signals. Specifically, our method achieved an accuracy of 89% and 90%, with 50-50 hold-out validation and 10-fold cross-validation, respectively. Besides, in both these validation scenarios, our method obtained 96% of the area under ROC. Importantly, our proposed approach provided better performance results than most of the existing methodologies.


Subject(s)
Sleep Apnea Syndromes , Sleep Apnea, Obstructive , Algorithms , Electrocardiography , Humans , Middle Aged , Sleep Apnea, Obstructive/diagnosis , Wavelet Analysis
6.
Australas Phys Eng Sci Med ; 41(1): 209-216, 2018 Mar.
Article in English | MEDLINE | ID: mdl-29189968

ABSTRACT

In this paper, we propose a novel method for detecting electrocardiographic (ECG) changes in partial epileptic patients using a composite feature set. At the core of our approach is a local binary pattern (LBP) based feature representation containing a set of statistical features derived from the distribution of LBPs of the ECG signal. In order to enhance the discriminating power, a set of statistical features are also extracted from the original ECG signal. The composite feature is then generated by combining the two homogeneous feature sets. The discriminating ability of the proposed composite feature is investigated using two different classifiers namely, support vector machine and a bagged ensemble of decision trees. Results from the experimental evaluation on the publicly available MIT-BIH ECG dataset demonstrate the superiority of the proposed features over conventional histogram based LBP features. Our results also show that the proposed approach provides better classification accuracy than methods existing in the literature for classification of normal and partial epileptic beats in ECG.


Subject(s)
Algorithms , Electrocardiography , Epilepsy/diagnosis , Adult , Entropy , Humans , Middle Aged , Reproducibility of Results , Signal Processing, Computer-Assisted , Support Vector Machine
SELECTION OF CITATIONS
SEARCH DETAIL
...