Your browser doesn't support javascript.
loading
Mostrar: 20 | 50 | 100
Resultados 1 - 6 de 6
Filtrar
Mais filtros








Base de dados
Intervalo de ano de publicação
1.
Comput Biol Med ; 176: 108544, 2024 Jun.
Artigo em Inglês | MEDLINE | ID: mdl-38723395

RESUMO

BACKGROUND: Advancement in mental health care requires easily accessible, efficient diagnostic and treatment assessment tools. Viable biomarkers could enable objectification and automation of the diagnostic and treatment process, currently dependent on a psychiatric interview. Available wearable technology and computational methods make it possible to incorporate heart rate variability (HRV), an indicator of autonomic nervous system (ANS) activity, into potential diagnostic and treatment assessment frameworks as a biomarker of disease severity in mental disorders, including schizophrenia and bipolar disorder (BD). METHOD: We used a commercially available electrocardiography (ECG) chest strap with a built-in accelerometer, i.e. Polar H10, to record R-R intervals and physical activity of 30 hospitalized schizophrenia or BD patients and 30 control participants through ca. 1.5-2 h time periods. We validated a novel approach to data acquisition based on a flexible, patient-friendly and cost-effective setting. We analyzed the relationship between HRV and the Positive and Negative Syndrome Scale (PANSS) test scores, as well as the HRV and mobility coefficient. We also proposed a method of rest period selection based on R-R intervals and mobility data. The source code for reproducing all experiments is available on GitHub, while the dataset is published on Zenodo. RESULTS: Mean HRV values were lower in the patient compared to the control group and negatively correlated with the results of the PANSS general subcategory. For the control group, we also discovered the inversely proportional dependency between the mobility coefficient, based on accelerometer data, and HRV. This relationship was less pronounced for the treatment group. CONCLUSIONS: HRV value itself, as well as the relationship between HRV and mobility, may be promising biomarkers in disease diagnostics. These findings can be used to develop a flexible monitoring system for symptom severity assessment.


Assuntos
Acelerometria , Frequência Cardíaca , Esquizofrenia , Humanos , Frequência Cardíaca/fisiologia , Masculino , Acelerometria/instrumentação , Acelerometria/métodos , Feminino , Adulto , Pessoa de Meia-Idade , Esquizofrenia/fisiopatologia , Eletrocardiografia , Transtornos Psicóticos/fisiopatologia , Transtornos Psicóticos/diagnóstico , Transtorno Bipolar/fisiopatologia , Transtorno Bipolar/diagnóstico , Índice de Gravidade de Doença
2.
Sensors (Basel) ; 21(7)2021 Mar 25.
Artigo em Inglês | MEDLINE | ID: mdl-33805937

RESUMO

This study is focused on applying genetic algorithms (GAs) to model and band selection in hyperspectral image classification. We use a forensic-inspired data set of seven hyperspectral images with blood and five visually similar substances to test GA-optimised classifiers in two scenarios: when the training and test data come from the same image and when they come from different images, which is a more challenging task due to significant spectral differences. In our experiments, we compare GA with a classic model optimisation through a grid search. Our results show that GA-based model optimisation can reduce the number of bands and create an accurate classifier that outperforms the GS-based reference models, provided that, during model optimisation, it has access to examples similar to test data. We illustrate this with experiments highlighting the importance of a validation set.


Assuntos
Aprendizado de Máquina , Máquina de Vetores de Suporte , Algoritmos
3.
Forensic Sci Int ; 320: 110701, 2021 Mar.
Artigo em Inglês | MEDLINE | ID: mdl-33581656

RESUMO

The sensitivity of imaging spectroscopy to haemoglobin derivatives makes it a promising tool for detecting blood. However, due to complexity and high dimensionality of hyperspectral images, the development of hyperspectral blood detection algorithms is challenging. To facilitate their development, we present a new hyperspectral blood detection dataset. This dataset, published under an open access license, consists of multiple detection scenarios with varying levels of complexity. It allows to test the performance of Machine Learning methods in relation to different acquisition environments, types of background, age of blood and presence of other blood-like substances. We have explored the dataset with blood detection experiments, for which we have used a hyperspectral target detection algorithm based on the well-known Matched Filter detector. Our results and their discussion highlight the challenges of blood detection in hyperspectral data and form a reference for further works.


Assuntos
Manchas de Sangue , Conjuntos de Dados como Assunto , Ciências Forenses/métodos , Imageamento Hiperespectral , Algoritmos , Humanos , Funções Verossimilhança , Aprendizado de Máquina
4.
Animals (Basel) ; 10(12)2020 Nov 24.
Artigo em Inglês | MEDLINE | ID: mdl-33255408

RESUMO

Infrared thermography (IRT) is a valuable diagnostic tool in equine veterinary medicine; however, little is known about its application to donkeys. This study aims to find patterns in thermal images of donkeys and horses and determine if these patterns share similarities. The study is carried out on 18 donkeys and 16 horses. All equids undergo thermal imaging with an infrared camera and measurement of the skin thickness and hair coat length. On the class maps of each thermal image, fifteen regions of interest (ROIs) are annotated and then combined into 10 groups of ROIs (GORs). The existence of statistically significant differences between surface temperatures in GORs is tested both "globally" for all animals of a given species and "locally" for each animal. Two special cases of animals that differed from the rest are also discussed. The results indicate that the majority of thermal patterns are similar for both species; however, average surface temperatures in horses (22.72±2.46 °C) are higher than in donkeys (18.88±2.30 °C). This could be related to differences in the skin thickness and hair coat. The patterns of both species are associated with GORs, rather than with an individual ROI, and there is a higher uniformity in the donkeys' patterns.

5.
Sensors (Basel) ; 20(22)2020 Nov 21.
Artigo em Inglês | MEDLINE | ID: mdl-33233358

RESUMO

In recent years, growing interest in deep learning neural networks has raised a question on how they can be used for effective processing of high-dimensional datasets produced by hyperspectral imaging (HSI). HSI, traditionally viewed as being within the scope of remote sensing, is used in non-invasive substance classification. One of the areas of potential application is forensic science, where substance classification on the scenes is important. An example problem from that area-blood stain classification-is a case study for the evaluation of methods that process hyperspectral data. To investigate the deep learning classification performance for this problem we have performed experiments on a dataset which has not been previously tested using this kind of model. This dataset consists of several images with blood and blood-like substances like ketchup, tomato concentrate, artificial blood, etc. To test both the classic approach to hyperspectral classification and a more realistic application-oriented scenario, we have prepared two different sets of experiments. In the first one, Hyperspectral Transductive Classification (HTC), both a training and a test set come from the same image. In the second one, Hyperspectral Inductive Classification (HIC), a test set is derived from a different image, which is more challenging for classifiers but more useful from the point of view of forensic investigators. We conducted the study using several architectures like 1D, 2D and 3D convolutional neural networks (CNN), a recurrent neural network (RNN) and a multilayer perceptron (MLP). The performance of the models was compared with baseline results of Support Vector Machine (SVM). We have also presented a model evaluation method based on t-SNE and confusion matrix analysis that allows us to detect and eliminate some cases of model undertraining. Our results show that in the transductive case, all models, including the MLP and the SVM, have comparative performance, with no clear advantage of deep learning models. The Overall Accuracy range across all models is 98-100% for the easier image set, and 74-94% for the more difficult one. However, in a more challenging inductive case, selected deep learning architectures offer a significant advantage; their best Overall Accuracy is in the range of 57-71%, improving the baseline set by the non-deep models by up to 9 percentage points. We have presented a detailed analysis of results and a discussion, including a summary of conclusions for each tested architecture. An analysis of per-class errors shows that the score for each class is highly model-dependent. Considering this and the fact that the best performing models come from two different architecture families (3D CNN and RNN), our results suggest that tailoring the deep neural network architecture to hyperspectral data is still an open problem.


Assuntos
Manchas de Sangue , Imageamento Hiperespectral , Redes Neurais de Computação , Medicina Legal , Humanos , Máquina de Vetores de Suporte
6.
Forensic Sci Int ; 290: 227-237, 2018 Sep.
Artigo em Inglês | MEDLINE | ID: mdl-30077814

RESUMO

Advanced image processing algorithms can support the forensic analyst to make tasks like detection, pattern comparison or identification more objective. In the case of the gunshot residue (GSR) analysis, the automatic detection of potential GSR samples can support the task of evidence collection or analysis of residue needed e.g. for a muzzle-to-target firing distance estimation. In this paper we investigate the application of a hyperspectral camera and two well-known Machine Learning algorithms to automatically indicate the potential presence of GSR samples in a scene containing cloth fabrics. For this study we have created and annotated a hyperspectral image dataset consisting of GSR samples present on multiple fabric types. The GSR samples were obtained using two types of ammunition, discharged from two shooting distances. We have investigated two detection scenarios: an unsupervised anomaly detection (with the RX detector) and a supervised pixel classification (with the SVM classifier). Our results show that an accurate detection is possible in both cases. We also note that in this setting the anomaly detection approach usually requires an image normalisation, while the classifier does not require a fabric-specific information. As an addition, we show that the hyperspectral imaging generally outperforms the RGB imaging in terms of GSR detection accuracy. While the actual verification on presence of GSR on the scene requires an analyst and secondary identification methods, the hyperspectral camera with image processing algorithms can be a valuable tool supporting the evidence collection and analysis.

SELEÇÃO DE REFERÊNCIAS
DETALHE DA PESQUISA