Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (3,202)

Search Parameters:
Keywords = bidirectional networks

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
16 pages, 919 KB  
Article
A Comparative Performance Study of Host-Based Intrusion Detection Using TextRank-Based System Call Preprocessing and Deep Learning Models
by Hyunwook You, Chulgyun Park, Dongkyoo Shin and Dongil Shin
Electronics 2026, 15(9), 1856; https://doi.org/10.3390/electronics15091856 (registering DOI) - 27 Apr 2026
Abstract
Host-based intrusion detection systems (HIDSs) can address the limitations of network-based detection by analyzing system calls and other low-level events. Many existing benchmark datasets remain inadequate for evaluating modern attacks because they were built in outdated environments and cover only a limited set [...] Read more.
Host-based intrusion detection systems (HIDSs) can address the limitations of network-based detection by analyzing system calls and other low-level events. Many existing benchmark datasets remain inadequate for evaluating modern attacks because they were built in outdated environments and cover only a limited set of attack behaviors. To address this gap, this study builds a TextRank-based preprocessing pipeline on the LID-DS 2021 dataset and compares five end-to-end pipelines: Random Forest (RF), Long Short-Term Memory (LSTM), Convolutional Neural Network(CNN) + LSTM, LSTM, Bidirectional LSTM (BiLSTM), and CNN + Bidirectional Gated Recurrent Unit (BiGRU). Of the 15 scenarios in the dataset, six multi-stage attacks were excluded, and three representative scenarios were selected based on attack-category coverage and suitability for single-chunk host-level detection. Within these three selected scenarios and same-scenario file-level splits, the deep learning pipelines achieved F1-scores of 0.90–0.94, whereas RF ranged from 0.55 to 0.63. Among the evaluated pipelines, CNN + BiGRU produced the strongest overall results. These findings indicate that, under this constrained evaluation setting, sequential deep learning pipelines can be effective for scenario-specific system-call-based HIDS; however, broader generalization to unseen attacks or to the full LID-DS 2021 scenario set remains unverified. Full article
Show Figures

Figure 1

42 pages, 10246 KB  
Article
Enhancing Karst Spring Discharge Simulation Through a Hybrid XGBoost–BiLSTM Machine Learning Framework
by Mohamed Hamdy Eid, Attila Kovács and Péter Szűcs
Water 2026, 18(9), 1038; https://doi.org/10.3390/w18091038 - 27 Apr 2026
Abstract
Accurate simulation of karst spring discharge is critical for sustainable water resource management, yet it remains a significant challenge due to the inherent complexity, heterogeneity, and non-linearity of karst systems. While machine learning models have been increasingly applied to this problem, standalone algorithms [...] Read more.
Accurate simulation of karst spring discharge is critical for sustainable water resource management, yet it remains a significant challenge due to the inherent complexity, heterogeneity, and non-linearity of karst systems. While machine learning models have been increasingly applied to this problem, standalone algorithms often struggle to simultaneously capture complex temporal dependencies and maintain robust generalization. This study provides a comprehensive comparative assessment of five state-of-the-art machine learning (ML) models for forecasting the daily discharge of the Jósva Spring, located in the World Heritage Aggtelek karst area. The main goal of the study is to determine which modern machine learning approach can most accurately forecast the daily discharge of the Jósva Spring using meteorological data and the discharge of a hydraulically connected upstream spring. This is motivated by the need for a reliable operational prediction tool for complex karst aquifers, the improved water-resource management in a climate-sensitive region, and a lack of comparative studies evaluating multiple ML paradigms on the same karst system. The study also aimed at comparing the predictive performance of five state-of-the-art ML models to identify the most accurate and robust model and to understand the predictability of the karst system by analyzing feature importance, lag effects, and temporal dependencies. Three tree-based ensemble models (Random Forest, XGBoost, and Extra Trees) and two deep learning architectures (a Bidirectional Long Short-Term Memory network, BiLSTM, and a novel Hybrid XGBoost–BiLSTM model) were trained using a five-year (2015–2019) daily dataset comprising rainfall, temperature, and upstream discharge. The modeling framework was designed for synchronous simulation (lead time = 0 days), estimating concurrent downstream discharge using upstream and meteorological measurements from the same time step. A rigorous feature-engineering workflow was implemented based on statistical characterization, correlation analysis, and time-series diagnostics. Models were trained on 80% of the dataset and evaluated on an independent 20% test set. The results demonstrate that the proposed Hybrid XGBoost-BiLSTM model achieved the highest predictive accuracy on the unseen test data (R2 = 0.74, NSE = 0.74, RMSE = 716.35 L/min). While the standalone tree-based models, particularly XGBoost (R2 = 0.66), also exhibited strong and competitive performance, the hybrid architecture provided a consistent and measurable improvement across all evaluation metrics. The hybrid model’s success is attributed to its synergistic design, which leverages the powerful feature extraction and refinement capabilities of XGBoost to provide a more informative input space for the BiLSTM, thereby enhancing its ability to capture complex temporal dependencies while mitigating overfitting. Feature importance analysis confirmed that upstream discharge at a 3-day lag was the most critical predictor, highlighting the system’s hydraulic connectivity. This research provides clear, evidence-based guidance showing that hybrid machine learning architectures, which integrate the strengths of different modeling paradigms, represent the most effective approach for developing robust and reliable operational prediction tools for complex karst aquifers. Full article
Show Figures

Figure 1

27 pages, 1505 KB  
Article
A Multi-Perspective Recursive Slice Framework with Cross-Slice Attention for Plant Point Cloud Instance Segmentation
by Shan Liu, Shilin Fang, Luhao Zhang, Pengcheng Wang, Xiaorong Cheng, Lei Xu, Jian Sun and Tengping Jiang
Agriculture 2026, 16(9), 956; https://doi.org/10.3390/agriculture16090956 (registering DOI) - 27 Apr 2026
Abstract
Instance segmentation of plant point clouds is challenging due to intricate structures, non-uniform density, and large intra-class variation. Conventional methods often suffer from blurred boundaries, instance adhesion, and insufficient coupling of semantic and instance features. To address these issues, this paper proposes MPRSF-CSA, [...] Read more.
Instance segmentation of plant point clouds is challenging due to intricate structures, non-uniform density, and large intra-class variation. Conventional methods often suffer from blurred boundaries, instance adhesion, and insufficient coupling of semantic and instance features. To address these issues, this paper proposes MPRSF-CSA, a novel network integrating recursive slice-based feature extraction with an attention-embedding mechanism. The method first transforms disordered point clouds into ordered sequences via a multi-directional recursive slicing strategy and models inter-slice dependencies using BiLSTM. Parallel decoding branches for semantic and instance segmentation are constructed, and a core attention-embedding module facilitates bidirectional fusion of semantic and instance features. Instance segmentation is achieved via clustering and semantic-aware optimization. Experiments on two public datasets demonstrate that MPRSF-CSA outperforms existing approaches in segmentation accuracy, boundary preservation, and adaptability to complex plant scenes. Full article
(This article belongs to the Section Artificial Intelligence and Digital Agriculture)
15 pages, 4149 KB  
Article
LRNet: A Lightweight Detection Model for Foreign Objects on Coal Mine Conveyor
by Lili Xu, Youli Yao and Airan Zhang
Electronics 2026, 15(9), 1848; https://doi.org/10.3390/electronics15091848 (registering DOI) - 27 Apr 2026
Abstract
Coal mine conveyor belt foreign objects detection is critical in conveyor belt transportation of coal. Aiming at the problems that the existing coal mine conveyor belt foreign objects detection model has a large number of parameters, occupies more computer resources, and detects fewer [...] Read more.
Coal mine conveyor belt foreign objects detection is critical in conveyor belt transportation of coal. Aiming at the problems that the existing coal mine conveyor belt foreign objects detection model has a large number of parameters, occupies more computer resources, and detects fewer types of foreign objects, the original YOLOv13 object detection algorithm is optimized to achieve lightweight design and high precision. Therefore, a sophisticated lightweight YOLO network named LRNet is proposed based on the original YOLOv13, which is tailored for foreign objects detection on coal mine conveyor belts. First, lightweight ShuffleNetv2 is used as the backbone network for YOLOv13 to reduce computational cost and the number of parameters, and to improve the network parallelism. Second, the Bidirectional Feature Pyramid Network (BIFPN) is used as a feature fusion network to effectively fuse global deep and shallow key detail information. Finally, the Coordinate Attention (CA) mechanism is added to enhance the extraction capability of key features and strengthen the foreign objects target attention to improve the network model detection accuracy. The experimental results show that the average detection accuracy of LRNet reaches 91.0%, the number of parameters is 3.6 M. The proposed method can quickly and accurately detect foreign objects in coal mine conveyor belts with less computational resources, and at the same time, it shows strong adaptability and anti-interference ability, which reflects the effectiveness and advancedness of the LRNet model. Full article
19 pages, 4963 KB  
Article
A Literature-Based Dynamic Loop System Modeling the Piezo1-TRPV4 Interaction as a Potential Mechanism of Osteoarthritis Pathogenesis
by Bruno Burlando and Ilaria Demori
Int. J. Transl. Med. 2026, 6(2), 19; https://doi.org/10.3390/ijtm6020019 (registering DOI) - 27 Apr 2026
Abstract
Background/Objectives: Osteoarthritis (OA) is an age-related degenerative joint disease whose pathogenic mechanisms remain poorly understood. Experimental evidence implicates dysregulated mechanotransduction mediated by Piezo1 and TRPV4 channels, but how their interaction with inflammation may drive pathogenic state transitions remains unknown. Here, we aimed to [...] Read more.
Background/Objectives: Osteoarthritis (OA) is an age-related degenerative joint disease whose pathogenic mechanisms remain poorly understood. Experimental evidence implicates dysregulated mechanotransduction mediated by Piezo1 and TRPV4 channels, but how their interaction with inflammation may drive pathogenic state transitions remains unknown. Here, we aimed to study whether a Piezo1–TRPV4 network can intrinsically produce distinct stable physiological and pathological regimes. Methods: Based on literature data, we developed a nonlinear dynamical model describing closed-loop interactions involving Piezo1, TRPV4, and inflammation. The system was translated into a set of ordinary differential equations and studied using stability and bifurcation analysis. Results: Computational analysis revealed bistability, allowing the system to shift from a physiological to a pathogenic regime in response to specific stimuli. Critical bifurcation parameters were linked to Piezo1 and inflammation, suggesting that the bidirectional interaction between these two components represents a key node for interventions aimed at preventing or reversing transitions from non-pathogenic to pathogenic states. Conclusions: Our results suggest that OA pathogenesis may emerge from the intrinsic nonlinear dynamics of Piezo1/TRPV4/inflammation interactions. Bifurcation analysis indicates the sensitivity of TRPV4 to the inhibitory effect of Piezo1 as a key target for preventing or reversing pathogenic state transitions. Further investigations in preclinical and clinical settings are warranted to validate the model. Full article
Show Figures

Figure 1

20 pages, 8588 KB  
Article
Robust SOH Estimation for Batteries via Deep Learning Under Incomplete Measurements
by Jenhao Teng, Kuanyu Lin and Pingtse Lee
Energies 2026, 19(9), 2100; https://doi.org/10.3390/en19092100 (registering DOI) - 27 Apr 2026
Abstract
Battery state-of-health (SOH) estimation is essential for the safety and reliability of energy storage systems. However, incomplete measurements due to sensor or communication failures pose significant challenges for accurate prediction. This paper proposes a robust SOH estimation framework using a minimal 5 min [...] Read more.
Battery state-of-health (SOH) estimation is essential for the safety and reliability of energy storage systems. However, incomplete measurements due to sensor or communication failures pose significant challenges for accurate prediction. This paper proposes a robust SOH estimation framework using a minimal 5 min observation window to handle high data sparsity in both random and latter-half missing scenarios. Three Deep Learning (DL) architectures—Long Short-Term Memory (LSTM), Bidirectional LSTM (BiLSTM), and Transformer—are evaluated for data imputation and SOH estimation against traditional polynomial fitting. Simulation results on the NASA benchmark dataset demonstrate that the proposed LSTM model achieves high accuracy, with an RMSE of 0.8522 on complete data. For imperfect data scenarios, BiLSTM-based imputation effectively suppresses extreme deviations, reducing the Maximum Error (MxE) by 44% (from 14.04 to 7.85) compared to traditional polynomial methods. Furthermore, in challenging terminal missing-data cases, a hybrid LSTM-Transformer strategy maintains physical consistency, achieving a superior RMSE of 1.0026. These findings confirm that the proposed DL-based framework significantly outperforms conventional techniques, providing a robust and reliable solution for real-time battery health monitoring under unpredictable data conditions. Full article
(This article belongs to the Section D: Energy Storage and Application)
Show Figures

Figure 1

32 pages, 4668 KB  
Article
Aggressive Guided Exploitation Optimized Sparse-Dual Attention Enabled Meta-Learning-Based Deep Learning Model for Quantum Error Correction
by Umesh Uttamrao Shinde, Ravi Kumar Bandaru and Amal S. Alali
Mathematics 2026, 14(9), 1459; https://doi.org/10.3390/math14091459 (registering DOI) - 26 Apr 2026
Abstract
Quantum error-correcting codes are essential for achieving fault-tolerant quantum computing. Heavy hexagonal code is a type of topological code that leverages the arrangement of qubits to find and correct errors. The heavy hexagonal code is suitable for superconducting architectures, specifically graph layouts with [...] Read more.
Quantum error-correcting codes are essential for achieving fault-tolerant quantum computing. Heavy hexagonal code is a type of topological code that leverages the arrangement of qubits to find and correct errors. The heavy hexagonal code is suitable for superconducting architectures, specifically graph layouts with a limited number of connections. The topological error correction methods work well, but they need more qubits, cannot be used for different sizes of quantum systems, are less reliable, and do not work well with changing quantum distributions. Thus, the research proposes an Ardea-guided exploit optimized sparse-dual attention enabled meta-learning-based convolutional neural network with bi-directional long short-term memory model (AGuESD-MCBiTM). The method exhibits effective correction over dynamic environments with the utilization of meta-learning and the extraction of statistical information, which provides a detailed representation of the qubit patterns. The Ardea-guided exploit optimized (AGuEO) algorithm tunes the weights of MCBiTM and acquires optimal solutions with higher convergence. Moreover, the sparse-dual attention module and meta-learning-based MCBiTM model, which together provide scalable, real-time identification of non-linear qubit noise fluctuations with lower computational cost. Comparatively, the proposed AGuESD-MCBiTM exhibits superior error correction with a higher correlation of 0.97, accuracy of 98.93%, and R-squared value of 0.93, as well as a lower Root mean square error of 1.87, Mean absolute error of 1.20, Bit error rate of 1.85, Logical error rate of 3.82, and mean square error of 3.49 in circuit 2, respectively. Full article
(This article belongs to the Special Issue Recent Advances in Quantum Information and Quantum Computing)
28 pages, 3444 KB  
Article
A Lightweight Method for Power Quality Disturbance Recognition Based on Optimized VMD and CNN–Transformer
by Dongya Xiao, Jiaming Liu, Haining Liu and Yang Zhao
Electronics 2026, 15(9), 1832; https://doi.org/10.3390/electronics15091832 (registering DOI) - 26 Apr 2026
Abstract
Aiming at the issues of low recognition accuracy and high model computational complexity for power quality disturbances (PQDs) in strong-noise environments, this paper proposes a novel lightweight PQD-recognition method that integrates a hybrid architecture of variational mode decomposition (VMD), convolutional neural network (CNN), [...] Read more.
Aiming at the issues of low recognition accuracy and high model computational complexity for power quality disturbances (PQDs) in strong-noise environments, this paper proposes a novel lightweight PQD-recognition method that integrates a hybrid architecture of variational mode decomposition (VMD), convolutional neural network (CNN), and transformer. Firstly, a hybrid optimization algorithm named the monkey–genetic hybrid optimization algorithm (MGHOA) is proposed to optimize VMD parameters for denoising disturbance signals, thereby enhancing recognition accuracy in noisy environments. Secondly, to fully extract disturbance signal features and reduce the computational complexity of the model, a lightweight CNN–transformer model is designed. Depthwise separable convolution (DSC) is employed to extract local features and the multi-head attention mechanism of transformer is utilized to mine the long-distance dependence and global features, thereby enhancing the feature representation. Thirdly, a multitask joint-learning method is proposed to collaboratively optimize classification accuracy and temporal localization tasks, enhancing the discrimination of similar disturbances. Additionally, a dual-pooling global feature fusion strategy is designed to further enhance the model’s ability to discriminate complex disturbances. Comparative experiments on 16 typical PQD types demonstrate that the proposed method achieves excellent performance in recognition accuracy, model robustness, and computational efficiency. The integration of the MGHOA–VMD module improves recognition accuracy by 1.08%, while the multitask joint-learning method contributes an additional 0.55% improvement. When achieving recognition accuracy comparable to complex models, the training time of the proposed method is 36.51% of that required by DeepCNN and merely 5.90% of that required by bidirectional long short-term memory (BiLSTM), with a 31.22% reduction in parameter scale. This work provides a novel solution for intelligent power quality disturbance recognition. Full article
(This article belongs to the Section Power Electronics)
Show Figures

Figure 1

36 pages, 9428 KB  
Article
Smart Diagnostics: Hierarchical Deep Learning of Acoustic Emission Signals for Early Crack Detection in Zirconia Dental Structures
by Kuson Tuntiwong, Rangsinee Wangman, Kanchana Kanchanatawewat, Boonjira Anucul, Hiranya Sritart, Pattarapong Phasukkit and Supan Tungjitkusolmun
Sensors 2026, 26(9), 2682; https://doi.org/10.3390/s26092682 (registering DOI) - 26 Apr 2026
Abstract
Monolithic zirconia restorations are frequently affected by the unnoticed growth of subcritical cracks, a failure process that is not captured by traditional imaging methods like radiographs and ultrasounds in sophisticated dental architectures. To address this evaluative inadequacy, this research introduces a hierarchical deep [...] Read more.
Monolithic zirconia restorations are frequently affected by the unnoticed growth of subcritical cracks, a failure process that is not captured by traditional imaging methods like radiographs and ultrasounds in sophisticated dental architectures. To address this evaluative inadequacy, this research introduces a hierarchical deep learning framework for microcrack detection and spatial localization. We promote a hierarchical deep learning system that integrates Acoustic Emission (AE) detection alongside signal processing. Raw AE signals utilized during dynamic loading are enhanced via Kalman filtering and Continuous Wavelet Transform (CWT) to construct high-fidelity time–frequency scalograms. The diagnostic pipeline operates in two stages: first, a hybrid CNN–BiGRU network with temporal attention fulfills zirconia component-level classification; second, a ResNet-18 backbone integrated with Bidirectional LSTM and Multi-Head Attention precisely localizes defects across five anatomical crown regions. This hierarchical design effectively captures the non-stationary, transient nature of fracture-induced stress waves. The framework achieved an F1-score of 99.00% and an AUC of 0.994, significantly outperforming conventional convolutional networks. By enabling predictive maintenance through early, non-invasive damage localization, this study demonstrates a promising laboratory framework for AE-based crack detection in zirconia dental structures and prosthetics and toward enhanced clinical reliability in digital dentistry. Full article
Show Figures

Graphical abstract

26 pages, 3163 KB  
Article
Neuro-Fuzzy Control of a Bidirectional DC-DC Converter Applied in the Powertrain of Electric Vehicles
by Erik Martínez-Vera, Pedro Bañuelos-Sánchez, Alfredo Rosado-Muñoz, Juan Manuel Ramirez-Cortes and Pilar Gomez-Gil
Algorithms 2026, 19(5), 335; https://doi.org/10.3390/a19050335 (registering DOI) - 25 Apr 2026
Viewed by 30
Abstract
Power converters are fundamental components in vehicle electrification systems. However, their inherently nonlinear and time-varying condition requires complex design procedures when conventional control strategies based on linear small-signal models are employed. This work proposes a simplified and hardware-oriented DC-DC converter control methodology that [...] Read more.
Power converters are fundamental components in vehicle electrification systems. However, their inherently nonlinear and time-varying condition requires complex design procedures when conventional control strategies based on linear small-signal models are employed. This work proposes a simplified and hardware-oriented DC-DC converter control methodology that combines fuzzy logic and Neural Networks in a sequential manner. A fuzzy logic fuzzy controller is first used to generate a dataset of control actions under closed-loop operation. A lightweight neural network is then trained using the obtained data to approximate this mapping and subsequently replace the fuzzy controller in real-time operation. To validate the approach, a bidirectional buck–boost DC-DC converter is designed for applications in the powertrain of electric vehicles with 500 kHz switching frequency and 13 kW power rating. The control algorithm is embedded in an FPGA to demonstrate its suitability for hardware deployment. The experimental results show a reduction in RMSE of 33.7% and a decrease in the settling time of at least 51.7% when compared with a benchmark PID control. Full article
0 pages, 1669 KB  
Proceeding Paper
Simulated Fall Detection Using a Semi-Supervised Machine Learning Method
by Julius John C. Arcilla, Ildreen D. Palaruan and Dionis A. Padilla
Eng. Proc. 2026, 134(1), 82; https://doi.org/10.3390/engproc2026134082 (registering DOI) - 24 Apr 2026
Abstract
A multimodal strategy for fall detection within the broader domain of human activity recognition is developed in this study. A fine-tuned Inflated 3D Convolutional Network model, trained in optical flow data derived from video inputs, achieves 92.70% accuracy in classifying fall-related events. Simultaneously, [...] Read more.
A multimodal strategy for fall detection within the broader domain of human activity recognition is developed in this study. A fine-tuned Inflated 3D Convolutional Network model, trained in optical flow data derived from video inputs, achieves 92.70% accuracy in classifying fall-related events. Simultaneously, a Convolutional Neural Network–Bidirectional Long Short-Term Memory model incorporating attention mechanisms processes time-series sensor data, contributing to an ensemble performance of 97.87%. The integration of visual and sensor modalities illustrates a promising direction for developing reliable, real-time fall detection systems applicable in healthcare and assisted living environments. Full article
Show Figures

Figure 1

21 pages, 1850 KB  
Article
A Spatio-Temporal Hybrid Multi-Head Attention Model for AIS-Based Ship Trajectory Prediction
by Yuhui Liu, Xiongguan Bao, Shuangming Li, Chenhui Gu and Qihua Fang
Future Transp. 2026, 6(3), 94; https://doi.org/10.3390/futuretransp6030094 - 24 Apr 2026
Viewed by 56
Abstract
To improve ship AIS trajectory prediction under pronounced spatiotemporal coupling and dynamic maneuvering conditions, this study proposes a Spatio-Temporal-Hybrid-Multi-head Attention model (STHA) integrating multiscale convolution, bidirectional long short-term memory, and multi-head attention. Historical AIS data from the Zhoushan waters in 2024 were preprocessed [...] Read more.
To improve ship AIS trajectory prediction under pronounced spatiotemporal coupling and dynamic maneuvering conditions, this study proposes a Spatio-Temporal-Hybrid-Multi-head Attention model (STHA) integrating multiscale convolution, bidirectional long short-term memory, and multi-head attention. Historical AIS data from the Zhoushan waters in 2024 were preprocessed through screening, cleaning, outlier removal, resampling, and cubic spline interpolation to construct trajectory samples. Comparative experiments were conducted against BP, BiLSTM, and BiGRU using MAPE, RMSE, and R2 as evaluation metrics. The results show that STHA achieves the best overall predictive performance, more accurately follows trajectory variations across different vessel types, and exhibits better robustness in scenarios involving turning and speed changes. These findings indicate that the proposed model is effective for high-precision ship trajectory prediction and can provide useful support for subsequent collision risk assessment and navigation safety assistance. Full article
(This article belongs to the Special Issue Next-Generation AI and Foundation Models for Transportation Systems)
22 pages, 1113 KB  
Review
Neurocosmetics and the Skin–Brain Axis from a Psychological and Psychiatric Standpoint
by Giuseppe Marano, Oksana Di Giacomi, Marco Lanzetta, Camilla Scialpi, Antonio Sottile, Gianandrea Traversi, Osvaldo Mazza, Claudia d’Abate, Eleonora Gaetani and Marianna Mazza
Cosmetics 2026, 13(3), 102; https://doi.org/10.3390/cosmetics13030102 - 24 Apr 2026
Viewed by 74
Abstract
The skin–brain axis constitutes a complex, bidirectional network integrating cutaneous sensory, immune, and neuroendocrine systems with central neural circuits involved in emotion regulation, stress responsivity, and social cognition. Advances in psychodermatology and cosmetic science have progressively extended this framework to the emerging field [...] Read more.
The skin–brain axis constitutes a complex, bidirectional network integrating cutaneous sensory, immune, and neuroendocrine systems with central neural circuits involved in emotion regulation, stress responsivity, and social cognition. Advances in psychodermatology and cosmetic science have progressively extended this framework to the emerging field of neurocosmetics, which explores how topical formulations, sensorial properties, and cutaneous neuromodulators may influence psychological well-being, affective states, and perceived stress. The aim of this narrative review is to synthesize current evidence on the biological foundations of the skin–brain axis and to critically examine the implications of these mechanisms for neurocosmetic interventions from a psychological and psychiatric perspective. It describes the biological substrates underlying skin–brain communication, including the cutaneous hypothalamic–pituitary–adrenal axis, neuropeptides, neurotrophins, transient receptor potential channels, and endocannabinoid signaling, and examines how these pathways are targeted by neurocosmetic interventions. Particular attention is devoted to neuroactive compounds, such as peptides, cannabinoids, botanicals, and aromatherapeutic molecules, as well as to sensorial strategies involving texture, temperature, and olfactory cues, which may modulate mood, anxiety, and self-perception through peripheral mechanisms. From a psychological and psychiatric perspective, the review discusses the intersection between stress-related skin conditions, body image disturbances, and emotional dysregulation, highlighting how cosmetic practices may influence subjective well-being beyond purely aesthetic outcomes. Methodological limitations of the existing literature, including the heterogeneity of study designs and outcome measures, as well as ethical considerations related to mood- and stress-related claims in cosmetic products, are critically examined. Finally, future research directions are outlined, and a translational framework is proposed to integrate dermatology, neuroscience, and mental health within next-generation cosmetic science. Full article
(This article belongs to the Special Issue Feature Papers in Cosmetics in 2026)
26 pages, 11449 KB  
Article
Signal Intelligence: Vibration-Driven Deep Learning for Anomaly Detection of Rotary-Wing UAVs
by Alican Yilmaz, Erkan Caner Ozkat and Fatih Gul
Drones 2026, 10(5), 321; https://doi.org/10.3390/drones10050321 - 24 Apr 2026
Viewed by 198
Abstract
Unmanned aerial vehicles (UAVs) operating in safety-critical missions require effective anomaly detection methods to identify propulsion-system faults before they cause catastrophic failures. However, current vibration-based diagnostic models typically rely on datasets representing only discrete, isolated fault states, and do not capture the continuous [...] Read more.
Unmanned aerial vehicles (UAVs) operating in safety-critical missions require effective anomaly detection methods to identify propulsion-system faults before they cause catastrophic failures. However, current vibration-based diagnostic models typically rely on datasets representing only discrete, isolated fault states, and do not capture the continuous structural degradation that occurs during real flight operations. To address this gap, this study proposes a severity-ordered vibration data augmentation framework for anomaly detection in rotary-wing UAV propulsion systems. Controlled experiments were conducted under healthy, tape-induced imbalance, scratch, and cut propeller conditions using stepped throttle excitation from 10% to 100% in 10% increments, with 40 s per level. A severity-ordered arrangement strategy based on throttle level and a robust peak-to-peak severity metric generated approximately 7.5 h of augmented vibration data per axis, representing a continuous degradation trajectory. Three-axis continuous wavelet transform (CWT) scalograms of size 48×96×3 were used to train an unsupervised anomaly detection framework. Comparative experiments with Isolation Forest, One-Class SVM, and LSTM–AE demonstrated that the proposed Convolutional Neural Network (CNN)–Bidirectional Gated Recurrent Unit (BiGRU)–State-Space Model (SSM)–Autoencoder (AE) architecture achieved the best performance, reaching 0.9959 precision, 0.4428 recall, 0.6131 F1-score, and 0.9284 Area Under the Receiver Operating Characteristic Curve (AUROC). The ablation study further showed that incorporating temporal modeling and state-space dynamics improves detection robustness compared with CNN–AE and CNN–BiGRU–AE baselines. These results show that combining severity-ordered augmentation with deep temporal learning improves progressive propulsion anomaly detection in UAV vibration monitoring. This work introduces a methodology that connects rotor dynamics principles with deep learning, providing a continuous degradation manifold that improves early-stage detection and condition monitoring of UAV propulsion systems. Full article
Show Figures

Figure 1

25 pages, 7214 KB  
Article
Stress-Aware Stackelberg Pricing for Probabilistic Grid Impact Mitigation of Bidirectional EVs
by Amit Hasan Abir, Kazi N. Hasan, Asif Islam and Mohammad AlMuhaini
Smart Cities 2026, 9(5), 75; https://doi.org/10.3390/smartcities9050075 - 22 Apr 2026
Viewed by 228
Abstract
This paper presents an integrated techno–economic framework for coordinated grid-to-vehicle and vehicle-to-grid (G2V–V2G) operation in unbalanced distribution networks. A hardware-compatible bidirectional charger with nested AC/DC and DC/DC control loops, together with a rule-based energy management system (EMS), enables seamless mode transitions while enforcing [...] Read more.
This paper presents an integrated techno–economic framework for coordinated grid-to-vehicle and vehicle-to-grid (G2V–V2G) operation in unbalanced distribution networks. A hardware-compatible bidirectional charger with nested AC/DC and DC/DC control loops, together with a rule-based energy management system (EMS), enables seamless mode transitions while enforcing state-of-charge (SoC) and network constraints. A probabilistic Monte Carlo study on the IEEE 13-bus feeder shows that uncoordinated G2V charging induces adverse grid impacts such as voltage stress, line-ampacity violations, and transformer overloading, whereas EMS-driven V2G support improves voltage by 2–4%, reduces line loading by 15–25%, and lowers transformer stress by up to 10%. To align these technical benefits with economic incentives, a bi-level Stackelberg model is formulated where the utility updates locational energy prices based on combined voltage, line ampacity, transformer loading stress indices and EVs choose profit-maximizing nodes, modes and power levels. The interaction converges to a Stackelberg equilibrium with a clear win–win situation; the feeder’s average locational energy price falls entirely within the win–win region, yielding positive per-session profits for both the EV (≈$0.80) and the utility (≈$0.48) while reducing feeder stress. These results demonstrate that stress-aware locational pricing, combined with detailed converter-level control provides a technically robust and economically sustainable pathway for large-scale EV integration. Full article
Show Figures

Graphical abstract

Back to TopTop