BackgroundFootball player's health is important, and preventing sudden cardiac arrest may be a critical issue. Professional football players have different ECG signals than the average population, yet there are considerable gaps in study whereas the general population has been extensively studied.Objectives(a) Generate a reference and innovative resting 12-lead ECG database from 54 UEFA PRO level male football players from La Liga. This is a novel approach to cope the ECG and possible arrythmias in athletes. (b) Manage each XML athlete ECG data and develop a free-use program to visualize, denoise and filter the signal with the capacity to automate the labelling of the waves and save the reports. (c) Study the ECG wave shape and generate models through ML to analyse its utility to automate basic diagnosis.MethodsThe dataset collection is based on a prospective observational cohort and includes 10 s, 12-lead ECGs and rhythm and condition labels for each athlete. Physiological sport arrhythmias, T-Wave shape and other findings were studied and labelled. ECG Visualizer was developed and used for 3 machine learning (ML) methods to automate sinus bradycardia arrhythmia diagnosis.ResultsA dataset with 163 ECGs in XML format was collected comprising the Pro Football 12-lead Resting Electrocardiogram Database (PF12RED). "ECG Visualizer" software was developed, and ML was shown to be useful in detecting sinus bradycardia.ConclusionsThe study demonstrates that AI and machine learning can detect simple arrhythmias with accuracy, also it provides a valuable dataset and a free software application.
In competitive sports, teams are increasingly relying on advanced systems for improved performance and results. This study reviews the literature on the role of artificial intelligence (AI) in managing these complexities and encouraging a system thinking shift. It found various AI applications, including performance enhancement, healthcare, technical and tactical support, talent identification, game prediction, business growth, and AI testing innovations. The main goal of the study was to assess research supporting performance and healthcare.
This paper aims to provide a comprehensive and innovative 12-lead electrocardiogram (ECG) dataset tailored to understand the unique needs of professional football players. Other ECG datasets are available but collected from common people, normally with diseases confirmed, while it is well known that ECG characteristics change in athletes and elite players as a result of their intense long-term physical training. This initiative is part of a broader research project employing machine learning (ML) to analyse ECG data in this athlete population and explore them according to the International criteria for ECG interpretation in athletes. The dataset is generated through the establishment of a prospective observational cohort consisting of 54 male football players from La Liga, representing a UEFA Pro-level team. Named the Pro-Football 12-lead Resting Electrocardiogram Database (PF12RED), it comprises 163 10-s ECG recordings, offering a detailed examination of the at-rest heart activity of professional football athletes. Data collection spans five phases over multiple seasons, including the 2018-2019 postseason, the 2019-20 preseason, the 2020-21 preseason, and the 2021-22 preseason. Athletes undergo medical evaluations that include a 10-s resting 12-lead ECG performed with General Electric's USB-CAM 14 module (https://co.services.gehealthcare.com/gehcstorefront/p/900995-002), with data saved using General Electric's CardioSoft V6.73 12SL V21 ECG Software. (https://www.gehealthcare.es/products/cardiosoft-v7) The data collection adheres to ethical principles, with clearance granted by the Autonomous Community of Andalusia Ethics Committee (Spain) under protocol number 1573-N-19 in December 2019. Participants provide informed consent, and data sharing is permitted following anonymization. The study aligns with the Declaration of Helsinki and adheres to the recommendations of the International Committee of Medical Journal Editors (ICMJE). The generated dataset serves as a valuable resource for research in sports cardiology and cardiac health. Its potential for reuse encompasses:1.International Comparison: Enabling cross-regional comparisons of cardiac characteristics among elite football players, enriching international studies.2.ML Model Development: Facilitating the development and refinement of machine learning models for arrhythmia detection, serving as a benchmark dataset.3.Validation of Diagnostic Methods: Allowing the validation of automatic diagnostic methods, contributing to enhanced accuracy in detecting cardiac conditions.4.Research in Sports Cardiology: Supporting future investigations into specific cardiac adaptations in elite athletes and their relation to cardiovascular health.5.Reference for Athlete Protection Policies: Influencing athlete protection policies by providing data on cardiac health and suggesting guidelines for medical assessments.6.Health Professionals Training: Serving as a training resource for health professionals interested in interpreting ECGs in sports contexts.7.Tool and Application Development: Facilitating the development of tools and applications related to the visualization, simulation and analysis of ECG signals in athletes.
Address-Event-Representation (AER) is a neuromorphic interchip communication protocol that allows for real-time virtual massive connectivity between huge number neurons located on different chips. When building multi-chip muti-layered AER systems it is absolutely necessary to have a computer interface that allows (a) to read AER interchip traffic into the computer and visualize it on screen, and (b) convert conventional frame-based video stream in the computer into AER and inject it at some point of the AER structure. This is necessary for test and debugging of complex AER systems. Previous work presented several software methods for converting digital frames into AER format. Those methods were not feasible for real-time conversion those days because the processor performance was insufficient. Nowadays, Multi-core processor architectures and cache hierarchies have evolved and the performance is much better than Pentium 4 Mobile of those years. In this paper we study frame-to-AER methods for real-time video applications (40ms per frame) using modern processor architectures, compilers, and processors oriented for stand-alone applications (mini-PC processors)
Abstract This work presents a disease detection classifier based on symptoms encoded by their severity. This model is presented as part of the solution to the saturation of the healthcare system, aiding in the initial screening stage. An open-source dataset was used, which underwent pre-processing and served as the data source to train and test various machine learning models, including SVM, Random Forests, KNN, and ANNs. A 3-phase optimization process is developed to obtain the best classifier: first, the dataset is pre-processed; secondly, a grid search is performed with several hypermarameters variations to each classifier; and, finally, the best models obtained are subjected to an additional filtering processes. The best-results model, selected based on the performance and the execution time, is a KNN with 2 neighbors, which achieves an accuracy and F1 score of over 98\%. These results demonstrate the effectiveness and improvement of the evaluated models compared to previous studies, particularly in terms of accuracy. Although the ANN model has a longer execution time compared to KNN, it is retained in the work due to its potential to handle more complex datasets in a real clinical context.
Sudden cardiac death events and fatal cardiac problems are a field of vital importance for physicians working with elite athletes. For this reason, it is common to periodically perform cardiac monitoring with professional ECG devices to detect certain risk markers. As these doctors often work with many athletes (as is the case with professional football teams), an artificial intelligence-based system would help mass screening and allow these exams to be carried out more regularly. Because physicians often evaluate the printed reports generated by ECG devices, few manufacturers provide powerful and configurable software tools. Moreover, for teaching purposes, a simulation tool that would allow working with previously collected ECG files would be very useful. In this paper, we present a software tool to be used with General Electric CardioSoft 12SL electrocardiograph. This tool allows importing the XML files generated by this device, perform a manual or automatic signal filtering process and PQRST peak detection, and finally generate a customisable report as a CSV file containing the features obtained after signal analysis. This pre-processed information can be used as input of ECG simulators and in artificial intelligence systems to develop diagnostic support systems.
Glaucoma is a degenerative disease that affects vision, causing damage to the optic nerve that ends in vision loss. The classic techniques to detect it have undergone a great change since the intrusion of machine learning techniques into the processing of eye fundus images. Several works focus on training a convolutional neural network (CNN) by brute force, while others use segmentation and feature extraction techniques to detect glaucoma. In this work, a diagnostic aid tool to detect glaucoma using eye fundus images is developed, trained and tested. It consists of two subsystems that are independently trained and tested, combining their results to improve glaucoma detection. The first subsystem applies machine learning and segmentation techniques to detect optic disc and cup independently, combine them and extract their physical and positional features. The second one applies transfer learning techniques to a pre-trained CNN to detect glaucoma through the analysis of the complete eye fundus images. The results of both systems are combined to discriminate positive cases of glaucoma and improve final detection. The results show that this system achieves a higher classification rate than previous works. The system also provides information on the basis for the proposed diagnosis suggestion that can help the ophthalmologist to accept or modify it.
Physical fatigue is not only an indication of the user's physical condition and/or need for sleep or rest, but can also be a significant symptom of various diseases. This fatigue affects the performance of workers in jobs that involve some continuous physical activity, and is the cause of a large proportion of accidents at work. The physical fatigue is commonly measured by the perceived exertion (RPE). Many previous studies have attempted to continuously monitor workers in order to detect the level of fatigue and prevent these accidents, but most have used invasive sensors that are difficult to place and prevent the worker from performing their tasks correctly. Other works use activity measurement sensors such as accelerometers, but the large amount of information obtained is difficult to analyse in order to extract the characteristics of each fatigue state. In this work, we use a dataset that contains data from inertial sensors of several workers performing various activities during their working day, labelled every 10 min based on their level of fatigue using questionnaires and the Borg fatigue scale. Applying Machine Learning techniques, we design, develop and test a system based on a neural network capable of classifying the variation of fatigue caused by the physical activity collected every 10 min; for this purpose, a feature extraction is performed after the time decomposition done with the Discrete Wavelet Transform (DWT). The results show that the proposed system has an accuracy higher than 92% for all the cases, being viable for its application in the proposed scenario.