Recent developments in sensor technology have enabled real-time data acquisition, high-frequency and multimodal data capturing thus underlying the need for monitoring physical or operational conditions in various aspe...
详细信息
ISBN:
(数字)9798350386998
ISBN:
(纸本)9798350387001
Recent developments in sensor technology have enabled real-time data acquisition, high-frequency and multimodal data capturing thus underlying the need for monitoring physical or operational conditions in various aspects of the data. High dimensionality and volume of the data poses significant statistical challenges creating a need for accurate concept drift detection and prompt responses, a task that can be performed either by an algorithm or by human expert. Visual analytics plays a crucial role in concept drift detection by enabling analysts to visually explore, analyze, and interpret complex data streams, facilitating real-time monitoring, decision-making, and communication with stakeholders. This paper examines the usability of radar graphs for concept drift exploration, as well as their usage in other steps of analysis. For the purpose of demonstration, a pipeline for real-time health data analysis is presented and steps are visualized using radar graphs.
Peephole optimization of quantum circuits provides a method of leveraging standard circuit synthesis approaches into scalable quantum circuit optimization. One application of this technique partitions an entire circui...
详细信息
The integration of Natural Language Processing (NLP) and machine learning technologies into the field of mental health and stress prediction represents a significant advancement in the early detection and intervention...
详细信息
ISBN:
(数字)9798350351354
ISBN:
(纸本)9798350351361
The integration of Natural Language Processing (NLP) and machine learning technologies into the field of mental health and stress prediction represents a significant advancement in the early detection and intervention of mental health issues. This paper explores the application of various NLP and transformer-based techniques, such as TF-IDF, n-grams, BERT, RoBERTa, and ALBERT, to analyze textual data from diverse sources such as social media platforms towards mental health and stress prediction. The developed methodology involves comprehensive data preprocessing, innovative feature extraction, and the application of deep learning models to understand the refinement of language indicative of mental health states. By comparing the effectiveness of different models and approaches, this paper aims to establish a robust framework for accurately predicting mental health conditions, thereby contributing to the broader goal of improving mental health care through technology. The simulation performed on a real-life dataset obtained from Reddit reveals that RoBERTa-based techniques perform better than the other methods.
While vehicle-to-everything technology has been proposed to improve road traffic efficiency and safety, it would suffer from the low coverage during an early stage of vehicle-to-everything deployment. The infrastructu...
详细信息
This paper presents a modular solid state transformer (SST) design incorporating dual active bridge and cascaded H-Bridge topologies to enhance electric vehicle (EV) charging infrastructure. By using modular design co...
详细信息
ISBN:
(数字)9798350376067
ISBN:
(纸本)9798350376074
This paper presents a modular solid state transformer (SST) design incorporating dual active bridge and cascaded H-Bridge topologies to enhance electric vehicle (EV) charging infrastructure. By using modular design concept for the power cell hardware, the proposed SST can be suitable for industrial usage with low manufacturing cost, and low maintenance complexity. With various combinations of the power cells, the whole SST converter has high flexibility for the power scale and circuit topology. This guarantees the fast installation and high transportability of the SST, suitable for the high-demanded EV charging applications. The design detail of the busbar used for the SST has been presented, which shows how to reduce the stray inductance of the busbar while keeping its high current conduction ability and high insulation. To validate the high current conduction ability of the busbar, finite element analysis is conducted to assess busbar current density and temperature. Finally, an advanced control strategy is introduced to effectively reduce DC link ripple, eliminating the need for bulky components.
This paper explores the critical relationship between flat rents and prices, an important metric reflecting the state of the housing market and its underlying economic factors. The study introduces predictive models b...
详细信息
The increasing reliance on Industrial Internet of Things (IIoT) systems in critical infrastructure has made these environments prime targets for stealthy and prolonged Advanced Persistent Threats (APTs) that evade tra...
详细信息
ISBN:
(数字)9798331532819
ISBN:
(纸本)9798331532826
The increasing reliance on Industrial Internet of Things (IIoT) systems in critical infrastructure has made these environments prime targets for stealthy and prolonged Advanced Persistent Threats (APTs) that evade traditional security systems. This study introduces MAD (Meta-learning based APT Detection), a novel framework designed to detect APTs in IIoT environments by leveraging provenance data. This data provides a detailed view of system-level interactions, capturing subtle and persistent malicious behaviors. We evaluate MAD on the CICAPT-IIoT dataset, which simulates real-world APT scenarios with severe class imbalance due to the "low and slow" nature of APT attacks. MAD includes two variants: MAD v1, utilizing a multi-layer perceptron (MLP), and MAD v2, employing Model-Agnostic Meta-Learning (MAML) to improve detection of rare attack behaviors. MAD v1 achieves F1-score of 0.91 and outperforms the existing baselines. MAD v2 achieves F1-score of 0.95 surpassess existing baselines as well as MAD v1, which demonstrates its enhanced capability to detect rare APT activities despite the dominance of benign samples. This work combines provenance-based detection with meta-learning to address class imbalance and enhance APT detection in IIoT, demonstrating MAD’s potential in tackling emerging IIoT security challenges.
Temperature sensing is a technique to detect dirt on a solar-panel-surface that can influence its surface temperature and can reduce its performance, which necessitates monitoring to optimize solar panel output genera...
Temperature sensing is a technique to detect dirt on a solar-panel-surface that can influence its surface temperature and can reduce its performance, which necessitates monitoring to optimize solar panel output generation, reduce unnecessary costs, and perform efficient cleaning. Temperature sensing can achieve faster and more accurate detection of dirt without using any robotic cameras or manual observation. In this study, a method is proposed to detect dirt on a solar panel with the help of an MLX90614 sensor, a DHT22 sensor connecting with Arduino UNO components. DC motors and gear motors are being used for the removal of accumulated dirt. The temperature of the solar panel surface is measured by an MLX90614 sensor using infrared radiation, while the environment's humidity and temperature are measured by a DHT22 sensor. The system implies measuring the solar panel’s temperature and comparing it to the ambient temperature. This system aims at improving previously proposed dirt detection methods using this approach and suggests a motor-driven dirt removal technique.
Anxiety is a common mental disorder that affects millions of people worldwide. Anxiety can be detected using physiological signals such as heart rate, skin conductance, blood pressure, and respiration. Machine learnin...
详细信息
ISBN:
(数字)9798350371314
ISBN:
(纸本)9798350371321
Anxiety is a common mental disorder that affects millions of people worldwide. Anxiety can be detected using physiological signals such as heart rate, skin conductance, blood pressure, and respiration. Machine learning is the ability to learn from data and forecast future events. Physiological signals can be analyzed and classified into different anxiety levels using machine learning. This paper aims to present the contribution of context features in detection of anxiety using physiological signals via machine learning. It is an imbalanced multiclassification problem using ECG and EDA signals with context features collected from 15 healthy individuals. These signals of sampling rate 700 Hz collected using RespiBAN from the Wearable Stress and Affect Detection (WESAD) dataset are used here with the 6-STAI questionnaire and the context collected about the subject during the experiment. Scores for each subject are calculated from this questionnaire which categorized subjects into different levels of anxiety. Multiple features are extracted from these signals and scaling is done on the extracted features. With the help of different data balancing techniques and different machine learning algorithms, this study will classify anxiety into three classes, namely, low, moderate and high. Classification of anxiety with fusion of multimodal physiological signals gave better results as compared to single modal physiological signals with an accuracy of 89.8% with ECG signal, 85.9% with EDA signal and 96.7% with ECG and EDA both using Gradient Tree Boosting algorithm with LOOCV after random oversampling. While, the best results are achieved when multimodal physiological signals are fused with context features, it gives the accuracy of 97.3% with Gradient Tree Boosting and LOOCV algorithm.
As urban traffic becomes increasingly complex, conventional actuated traffic signal control methods are showing their limitations in mitigating congestion, and Deep Reinforcement Learning (DRL) is considered a promisi...
详细信息
ISBN:
(数字)9798350370065
ISBN:
(纸本)9798350370072
As urban traffic becomes increasingly complex, conventional actuated traffic signal control methods are showing their limitations in mitigating congestion, and Deep Reinforcement Learning (DRL) is considered a promising solution. Existing studies mainly focus on using distributed agents, each intersection being controlled by a separate agent that can communicate with its neighbors to facilitate local coordination, which subsequently increases network complexity and usage. This article presents a DRL-based intelligent traffic signal control framework that leverages the fog computing paradigm. Traffic signals are divided into clusters, each controlled by a shared DRL agent in a fog node based on the collective information of the regional traffic situation. We have conducted simulation experiments in multiple scenarios, and the experimental results show that the proposed method yields lower average waiting times compared to existing methods.
暂无评论