The malfunctioning of cardiac autonomic control in epileptic patients develops ventricular tachyarrhythmia and causes sudden unexpected death in epilepsy patients (SUDEP). Various clinical studies investigated the eff...
详细信息
The malfunctioning of cardiac autonomic control in epileptic patients develops ventricular tachyarrhythmia and causes sudden unexpected death in epilepsy patients (SUDEP). Various clinical studies investigated the effect of epilepsy on cardiac autonomic control by performing heart rate variability (HRV) analysis;however, results are unclear regarding whether sympathetic, parasympathetic, or both branches of the autonomic nervous system (ANS) are affected in epilepsy and also the impact of anticonvulsant treatment on the ANS. This study follows the systematic protocols to investigate epilepsy and its anticonvulsant treatment on cardiac autonomic control by using linear and nonlinear HRV analysis measures. The electronic databases of PubMed, Embase, and Cochrane Library were used for the collection of studies. Initially, 1475 articles were identified whereas after 2-staged exclusion criteria, 33 studies were selected for execution of the review process and meta-analysis. For meta-analysis, four comparisons were performed (epilepsy patients): (1) controls (healthy subject with no history of epilepsy) versus untreated patients;(2) treated (patients under treatment that have a seizure) versus untreated patients;(3) controls versus treated patients;and (4) refractory versus well-controlled (epilepsy patients that were seizure-free for last 1 year). For treated and untreated patients, there was no significant difference whereas well-controlled patients presented higher values as compared to refractory patients. Meta-analysis was performed for the time-domain, frequency-domain, and nonlinear parameters. Untreated patients in comparison with controls presented significantly lower HF (high-frequency) and LF (low-frequency) values. These LF (g = − 0.9;95% CI − 1.48 to − 0.37) and HF (g = − 0.69;95% confidence interval (CI) − 1.24 to − 0.16) values were affirming suppressed both, vagal and sympathetic activity, respectively. Additionally, LF and HF value was increased in most o
Electroencephalography (EEG) based emotion recognition shows promise in human-computer interaction and mental health monitoring, but faces challenges in cross-dataset generalization. This study introduces the Unified ...
详细信息
Multimodal domain adaptation (MMDA) aims to transfer knowledge across different domains that contain multimodal data. Current methods typically assume that both the source and target domains have paired multimodal dat...
详细信息
As a crucial data preprocessing method in data mining,feature selection(FS)can be regarded as a bi-objective optimization problem that aims to maximize classification accuracy and minimize the number of selected *** c...
详细信息
As a crucial data preprocessing method in data mining,feature selection(FS)can be regarded as a bi-objective optimization problem that aims to maximize classification accuracy and minimize the number of selected *** computing(EC)is promising for FS owing to its powerful search ***,in traditional EC-based methods,feature subsets are represented via a length-fixed individual *** is ineffective for high-dimensional data,because it results in a huge search space and prohibitive training *** work proposes a length-adaptive non-dominated sorting genetic algorithm(LA-NSGA)with a length-variable individual encoding and a length-adaptive evolution mechanism for bi-objective highdimensional *** LA-NSGA,an initialization method based on correlation and redundancy is devised to initialize individuals of diverse lengths,and a Pareto dominance-based length change operator is introduced to guide individuals to explore in promising search space ***,a dominance-based local search method is employed for further *** experimental results based on 12 high-dimensional gene datasets show that the Pareto front of feature subsets produced by LA-NSGA is superior to those of existing algorithms.
AI(Artificial Intelligence)workloads are proliferating in modernreal-time *** the tasks of AI workloads fluctuate over time,resourceplanning policies used for traditional fixed real-time tasks should be *** particular...
详细信息
AI(Artificial Intelligence)workloads are proliferating in modernreal-time *** the tasks of AI workloads fluctuate over time,resourceplanning policies used for traditional fixed real-time tasks should be *** particular,it is difficult to immediately handle changes inreal-time tasks without violating the deadline *** cope with thissituation,this paper analyzes the task situations of AI workloads and findsthe following two ***,resource planning for AI workloadsis a complicated search problem that requires much time for ***,although the task set of an AI workload may change over time,thepossible combinations of the task sets are known in *** on theseobservations,this paper proposes a new resource planning scheme for AIworkloads that supports the re-planning of *** of generatingresource plans on the fly,the proposed scheme pre-determines resourceplans for various combinations of ***,in any case,the workload isimmediately executed according to the resource plan ***,the proposed scheme maintains an optimized CPU(Central Processing Unit)and memory resource plan using genetic algorithms and applies it as soonas the workload *** proposed scheme is implemented in the opensourcesimulator SimRTS for the validation of its *** show that the proposed scheme reduces the energy consumptionof CPU and memory by 45.5%on average without deadline misses.
Gastrointestinal diseases like ulcers, polyps’, and bleeding areincreasing rapidly in the world over the last decade. On average 0.7 millioncases are reported worldwide every year. The main cause of gastrointestinald...
详细信息
Gastrointestinal diseases like ulcers, polyps’, and bleeding areincreasing rapidly in the world over the last decade. On average 0.7 millioncases are reported worldwide every year. The main cause of gastrointestinaldiseases is a Helicobacter Pylori (H. Pylori) bacterium that presents in morethan 50% of people around the globe. Many researchers have proposeddifferent methods for gastrointestinal disease using computer vision *** of them focused on the detection process and the rest of themperformed classification. The major challenges that they faced are the similarityof infected and healthy regions that misleads the correct classificationaccuracy. In this work, we proposed a technique based on Mask Recurrent-Convolutional Neural Network (R-CNN) and fine-tuned pre-trainedResNet-50 and ResNet-152 networks for feature extraction. Initially, the region ofinterest is detected using Mask R-CNN which is later utilized for the trainingof fine-tuned models through transfer learning. Features are extracted fromfine-tuned models that are later fused using a serial approach. Moreover, anImproved Ant Colony Optimization (ACO) algorithm has also opted for thebest feature selection from the fused feature vector. The best-selected featuresare finally classified using machine learning techniques. The experimentalprocess was conducted on the publicly available dataset and obtained animproved accuracy of 96.43%. In comparison with state-of-the-art techniques,it is observed that the proposed accuracy is improved.
Complex networking analysis is a powerful technique for understanding both complex networks and big graphs in ubiquitous computing. Particularly, there are several novel metrics, such as k-clique and k-core are propos...
详细信息
Due to the recent trend of software intelligence in the Fourth Industrial Revolution,deep learning has become a mainstream workload for modern computer *** the data size of deep learning increasingly grows,managing th...
详细信息
Due to the recent trend of software intelligence in the Fourth Industrial Revolution,deep learning has become a mainstream workload for modern computer *** the data size of deep learning increasingly grows,managing the limited memory capacity efficiently for deep learning workloads becomes *** this paper,we analyze memory accesses in deep learning workloads and find out some unique characteristics differentiated from traditional ***,when comparing instruction and data accesses,data access accounts for 96%–99%of total memory accesses in deep learning workloads,which is quite different from traditional ***,when comparing read and write accesses,write access dominates,accounting for 64%–80%of total memory ***,although write access makes up the majority of memory accesses,it shows a low access bias of 0.3 in the Zipf ***,in predicting re-access,recency is important in read access,but frequency provides more accurate information in write *** on these observations,we introduce a Non-Volatile Random Access Memory(NVRAM)-accelerated memory architecture for deep learning workloads,and present a new memory management policy for this *** considering the memory access characteristics of deep learning workloads,the proposed policy improves memory performance by 64.3%on average compared to the CLOCK policy.
Machine Learning (ML) and Deep Learning (DL) have achieved high success in many textual, auditory, medical imaging, and visual recognition patterns. Concerning the importance of ML/DL in recognizing patterns due to it...
详细信息
Source camera identification has emerged as a vital solution to unlock incidents involving critical cases like terrorism, violence, and other criminal activities. The ability to trace the origin of an image/video can ...
详细信息
暂无评论