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
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

Search Results (3,088)

Search Parameters:
Keywords = cloud enhancement

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
20 pages, 8158 KB  
Article
Reconstructing Global Chlorophyll-a Concentration for the COCTS Aboard Chinese Ocean Color Satellites via the DINEOF Method
by Xiaomin Ye, Mingsen Lin, Bin Zou, Xiaomei Wang and Zhijia Lin
Remote Sens. 2025, 17(20), 3433; https://doi.org/10.3390/rs17203433 (registering DOI) - 15 Oct 2025
Abstract
The chlorophyll-a (Chl-a) concentration, a critical parameter for characterizing marine primary productivity and ecological health, plays a vital role in providing ecological environment monitoring and climate change assessment while serving as a core retrieval product in ocean color remote sensing. Currently, more than [...] Read more.
The chlorophyll-a (Chl-a) concentration, a critical parameter for characterizing marine primary productivity and ecological health, plays a vital role in providing ecological environment monitoring and climate change assessment while serving as a core retrieval product in ocean color remote sensing. Currently, more than ten ocean color satellites operate globally, including China’s HY-1C, HY-1D and HY-1E satellites. However, significant spatial data gaps exist in Chl-a concentration retrieval from satellites because of cloud cover, sun-glint, and limitation of sensor swath. This study aimed to systematically enhance the spatiotemporal integrity of ocean monitoring data through multisource data merging and reconstruction techniques. We integrated Chl-a concentration datasets from four major sensor types—Moderate Resolution Imaging Spectroradiometer (MODIS), Visible Infrared Imaging Radiometer Suite (VIIRS), Ocean and Land Color Instrument (OLCI), and Chinese Ocean Color and Temperature Scanner (COCTS)—and quantitatively evaluated their global coverage performance under different payload combinations. The key findings revealed that single-sensor 4-day continuous observation achieved effective coverage levels ranging from only 10.45–26.1%, while multi-sensor merging substantially increased coverage, namely, homogeneous payload merging provided 25.7% coverage for two MODIS satellites, 41.1% coverage for three VIIRS satellites, 24.8% coverage for two OLCI satellites, and 37.1% coverage for three COCTS satellites, with 10-payload merging increasing the coverage rate to 55.4%. Employing the Data Interpolating Empirical Orthogonal Functions (DINEOFS) algorithm, we successfully reconstructed data for China’s ocean color satellites. Validation against VIIRS reconstructions indicated high consistency (a mean relative error of 26% and a linear correlation coefficient of 0.93), whereas self-verification yielded a mean relative error of 27% and a linear correlation coefficient of 0.90. Case studies in Chinese offshore and adjacent waters, waters east of Mindanao Island and north of New Guinea, demonstrated the successful reconstruction of spatiotemporal Chl-a dynamics. The results demonstrated that China’s HY-1C, HY-1D, and HY-1E satellites enable daily global-scale Chl-a reconstruction. Full article
Show Figures

Figure 1

18 pages, 1419 KB  
Article
Multi-Modal Data Fusion for 3D Object Detection Using Dual-Attention Mechanism
by Mengying Han, Benlan Shen and Jiuhong Ruan
Sensors 2025, 25(20), 6360; https://doi.org/10.3390/s25206360 (registering DOI) - 14 Oct 2025
Abstract
To address the issue of missing feature information for small objects caused by the sparsity and irregularity of point clouds, as well as the poor detection performance on small objects due to their weak feature representation, this paper proposes a multi-modal 3D object [...] Read more.
To address the issue of missing feature information for small objects caused by the sparsity and irregularity of point clouds, as well as the poor detection performance on small objects due to their weak feature representation, this paper proposes a multi-modal 3D object detection method based on an improved PointPillars framework. First, LiDAR point clouds are fused with camera images at the data level, incorporating 2D semantic information to enhance small-object feature representation. Second, a Pillar-wise Channel Attention (PCA) module is introduced to emphasize critical features before converting pillar features into pseudo-image representations. Additionally, a Spatial Attention Module (SAM) is embedded into the backbone network to enhance spatial feature representation. Experiments on the KITTI dataset show that, compared with the baseline PointPillars, the proposed method significantly improves small-object detection performance. Specifically, under the bird’s-eye view (BEV) evaluation metrics, the Average Precision (AP) for pedestrians and cyclists increases by 7.06% and 3.08%, respectively; under the 3D evaluation metrics, these improvements are 4.36% and 2.58%. Compared with existing methods, the improved model also achieves relatively higher accuracy in detecting small objects. Visualization results further demonstrate the enhanced detection capability of the proposed method for small objects with different difficulty levels. Overall, the proposed approach effectively improves 3D object detection performance, particularly for small objects, in complex autonomous driving scenarios. Full article
(This article belongs to the Section Sensing and Imaging)
19 pages, 4546 KB  
Article
LiDAR Dreamer: Efficient World Model for Autonomous Racing with Cartesian-Polar Encoding and Lightweight State-Space Cells
by Myeongjun Kim, Jong-Chan Park, Sang-Min Choi and Gun-Woo Kim
Information 2025, 16(10), 898; https://doi.org/10.3390/info16100898 (registering DOI) - 14 Oct 2025
Abstract
Autonomous racing serves as a challenging testbed that exposes the limitations of perception-decision-control algorithms in extreme high-speed environments, revealing safety gaps not addressed in existing autonomous driving research. However, traditional control techniques (e.g., FGM and MPC) and reinforcement learning-based approaches (including model-free and [...] Read more.
Autonomous racing serves as a challenging testbed that exposes the limitations of perception-decision-control algorithms in extreme high-speed environments, revealing safety gaps not addressed in existing autonomous driving research. However, traditional control techniques (e.g., FGM and MPC) and reinforcement learning-based approaches (including model-free and Dreamer variants) struggle to simultaneously satisfy sample efficiency, prediction reliability, and real-time control performance, making them difficult to apply in actual high-speed racing environments. To address these challenges, we propose LiDAR Dreamer, a novel world model specialized for LiDAR sensor data. LiDAR Dreamer introduces three core techniques: (1) efficient point cloud preprocessing and encoding via Cartesian Polar Bar Charts, (2) Light Structured State-Space Cells (LS3C) that reduce RSSM parameters by 14.2% while preserving key dynamic information, and (3) a Displacement Covariance Distance divergence function, which enhances both learning stability and expressiveness. Experiments in PyBullet F1TENTH simulation environments demonstrate that LiDAR Dreamer achieves competitive performance across different track complexities. On the Austria track with complex corners, it reaches 90% of DreamerV3’s performance (1.14 vs. 1.27 progress) while using 81.7% fewer parameters. On the simpler Columbia track, while model-free methods achieve higher absolute performance, LiDAR Dreamer shows improved sample efficiency compared to baseline Dreamer models, converging faster to stable performance. The Treitlstrasse environment results demonstrate comparable performance to baseline methods. Furthermore, beyond the 14.2% RSSM parameter reduction, reward loss converged more stably without spikes, improving overall training efficiency and stability. Full article
(This article belongs to the Section Artificial Intelligence)
Show Figures

Figure 1

24 pages, 4688 KB  
Article
Evaluation of Steam Channeling Severity Between Cyclic Steam Simulation Wells in Offshore Heavy Oil Reservoirs Based on Cloud Model and Improved AHP-CRITIC Method
by Yigang Liu, Jianhua Bai, Qiuxia Wang, Yongbin Zhao, Zhiyuan Wang, Jia Wen and Xiaofei Sun
Energies 2025, 18(20), 5407; https://doi.org/10.3390/en18205407 (registering DOI) - 14 Oct 2025
Abstract
Steam channeling significantly affects the production performance of cyclic steam stimulation (CSS) wells in offshore heavy oil reservoirs. However, there remains a lack of effective methods for evaluating the steam channeling severity between CSS wells in offshore heavy oil reservoirs. This study develops [...] Read more.
Steam channeling significantly affects the production performance of cyclic steam stimulation (CSS) wells in offshore heavy oil reservoirs. However, there remains a lack of effective methods for evaluating the steam channeling severity between CSS wells in offshore heavy oil reservoirs. This study develops a novel evaluation model to quantitatively evaluate the steam channeling severity between CSS wells in offshore heavy oil reservoirs via the improved AHP-CRITIC (IAHP-CRITIC) method and the cloud model. The results indicated that, compared with the reservoir survey results for the three typical reservoirs, the accuracies of the results obtained by the AHP, CRITIC, AHP-CRITIC, and IAHP-CRITIC methods were 88%, 52%, 92%, and 100%, respectively. Therefore, the IAHP-CRITIC method was more reliable than the other methods in terms of calculating the indicator weights and evaluating the steam channeling severity between the CSS wells. The Lw7 and Lw12 in the L reservoir and Rw2, Rw3, and Rw6 in the R reservoir exhibited strong steam channeling. It is necessary to control the steam channeling of these CSS wells. This is the first study to report the evaluation of steam channeling severity between CSS wells in offshore heavy oil reservoirs. This study provides an effective model to quantitatively evaluate the steam channeling severity between CSS wells and offers valuable insights for the selection of effective strategies to control the steam channeling between CSS wells and enhance offshore heavy oil recovery. Full article
(This article belongs to the Section H1: Petroleum Engineering)
Show Figures

Figure 1

29 pages, 1977 KB  
Article
Adaptive Multi-Level Cloud Service Selection and Composition Using AHP–TOPSIS
by V. N. V. L. S. Swathi, G. Senthil Kumar and A. Vani Vathsala
Appl. Sci. 2025, 15(20), 11010; https://doi.org/10.3390/app152011010 (registering DOI) - 14 Oct 2025
Abstract
The growing diversity of cloud services has made evaluating their relative merits in terms of price, functionality, and availability increasingly complex, particularly given the wide range of deployment alternatives and service capabilities. Cloud manufacturing often requires the integration of multiple services to accomplish [...] Read more.
The growing diversity of cloud services has made evaluating their relative merits in terms of price, functionality, and availability increasingly complex, particularly given the wide range of deployment alternatives and service capabilities. Cloud manufacturing often requires the integration of multiple services to accomplish user tasks, where the effectiveness of resource utilization and capacity sharing is closely tied to the adopted service composition strategy. This complexity, intensified by competition among providers, renders cloud service selection and composition an NP-hard problem involving multiple challenges, such as identifying suitable services from large pools, handling composition constraints, assessing the importance of quality-of-service (QoS) parameters, adapting to dynamic conditions, and managing abrupt changes in service and network characteristics. To address these issues, this study applies the Technique for Order Preference by Similarity to an Ideal Solution (TOPSIS) in conjunction with Multi-Criteria Decision Making (MCDM) to evaluate and rank cloud services, while the Analytic Hierarchy Process (AHP) combined with the entropy weight method is employed to mitigate subjective bias and improve evaluation accuracy. Building on these techniques, a novel Adaptive Multi-Level Linked-Priority-based Best Method Selection with Multistage User-Feedback-driven Cloud Service Composition (MLLP-BMS-MUFCSC) framework is proposed, demonstrating enhanced service selection efficiency and superior quality of service compared to existing approaches. Full article
Show Figures

Figure 1

25 pages, 7807 KB  
Article
Study on the Evolution Patterns of Cavitation Clouds in Friction-Shear Cavitating Water Jets
by Xing Dong, Yun Jiang, Chenhao Guo and Lu Chang
Appl. Sci. 2025, 15(20), 10992; https://doi.org/10.3390/app152010992 - 13 Oct 2025
Abstract
Current cavitating water jet technology for mineral liberation predominantly relies on the micro-jet impact generated by bubble collapse. Consequently, conventional nozzle designs often overlook the shear effects on mineral particles within the internal flow path. Moreover, the cavitation cloud evolution mechanisms in nozzles [...] Read more.
Current cavitating water jet technology for mineral liberation predominantly relies on the micro-jet impact generated by bubble collapse. Consequently, conventional nozzle designs often overlook the shear effects on mineral particles within the internal flow path. Moreover, the cavitation cloud evolution mechanisms in nozzles operating on this innovative principle remain insufficiently explored. This study systematically evaluates the cavitation performance of an innovatively designed cavitating jet nozzle with friction-shear effects (CJN-FSE), whose optimized internal structure enhances the interlayer shear and stripping effects crucial for the liberation of layered minerals. Utilizing high-speed imaging, we visualized submerged friction-shear cavitating water jets and systematically investigated the dynamic evolution patterns of cavitation clouds under jet pressures ranging from 15 to 35 MPa. The results demonstrate that the nozzle achieves effective cavitation, with jet pressure exerting a significant influence on the morphology and evolution of the cavitation clouds. As the jet pressure increased from 15 to 35 MPa, the cloud length, width, and average shedding distance increased by 37.05%, 45.79%, and 211.25%, respectively. The mean box-counting dimension of the cloud contour rose from 1.029 to 1.074, while the shedding frequency decreased from 1360 to 640 Hz. Within the 15–25 MPa range, the clouds showed periodic evolution, with each cycle comprising four stages: inception, development, shedding, and collapse. At 30 MPa, mutual interference between adjacent clouds emerged, leading to unsteady shedding behavior. This study thereby reveals the influence of jet pressure on the dynamic evolution patterns and unsteady shedding mechanisms of the clouds. It provides a theoretical and experimental basis for subsequent research into the nozzle’s application in liberating layered minerals and proposes a new design paradigm for cavitation nozzles tailored to the mechanical properties of specific minerals. Full article
(This article belongs to the Topic Fluid Mechanics, 2nd Edition)
Show Figures

Figure 1

30 pages, 2764 KB  
Article
A Cloud Integrity Verification and Validation Model Using Double Token Key Distribution Model
by V. N. V. L. S. Swathi, G. Senthil Kumar and A. Vani Vathsala
Math. Comput. Appl. 2025, 30(5), 114; https://doi.org/10.3390/mca30050114 - 13 Oct 2025
Abstract
Numerous industries have begun using cloud computing. Among other things, this presents a plethora of novel security and dependability concerns. Thoroughly verifying cloud solutions to guarantee their correctness is beneficial, just like with any other computer system that is security- and correctness-sensitive. While [...] Read more.
Numerous industries have begun using cloud computing. Among other things, this presents a plethora of novel security and dependability concerns. Thoroughly verifying cloud solutions to guarantee their correctness is beneficial, just like with any other computer system that is security- and correctness-sensitive. While there has been much research on distributed system validation and verification, nobody has looked at whether verification methods used for distributed systems can be directly applied to cloud computing. To prove that cloud computing necessitates a unique verification model/architecture, this research compares and contrasts the verification needs of distributed and cloud computing. Distinct commercial, architectural, programming, and security models necessitate distinct approaches to verification in cloud and distributed systems. The importance of cloud-based Service Level Agreements (SLAs) in testing is growing. In order to ensure service integrity, users must upload their selected services and registered services to the cloud. Not only does the user fail to update the data when they should, but external issues, such as the cloud service provider’s data becoming corrupted, lost, or destroyed, also contribute to the data not becoming updated quickly enough. The data saved by the user on the cloud server must be complete and undamaged for integrity checking to be effective. Damaged data can be recovered if incomplete data is discovered after verification. A shared resource pool with network access and elastic extension is realized by optimizing resource allocation, which provides computer resources to consumers as services. The development and implementation of the cloud platform would be greatly facilitated by a verification mechanism that checks the data integrity in the cloud. This mechanism should be independent of storage services and compatible with the current basic service architecture. The user can easily see any discrepancies in the necessary data. While cloud storage does make data outsourcing easier, the security and integrity of the outsourced data are often at risk when using an untrusted cloud server. Consequently, there is a critical need to develop security measures that enable users to verify data integrity while maintaining reasonable computational and transmission overheads. A cryptography-based public data integrity verification technique is proposed in this research. In addition to protecting users’ data from harmful attacks like replay, replacement, and forgery, this approach enables third-party authorities to stand in for users while checking the integrity of outsourced data. This research proposes a Cloud Integrity Verification and Validation Model using the Double Token Key Distribution (CIVV-DTKD) model for enhancing cloud quality of service levels. The proposed model, when compared with the traditional methods, performs better in verification and validation accuracy levels. Full article
Show Figures

Figure 1

44 pages, 49738 KB  
Article
A Hybrid SAO and RIME Optimizer for Global Optimization and Cloud Task Scheduling
by Ming Zhu, Jing Li and Xiao Yang
Biomimetics 2025, 10(10), 690; https://doi.org/10.3390/biomimetics10100690 (registering DOI) - 13 Oct 2025
Abstract
In a global industrial landscape where the digital economy accounts for over 40% of total output, cloud computing technology is reshaping business models at a compound annual growth rate of 19%. This trend has led to an increasing number of cloud computing tasks [...] Read more.
In a global industrial landscape where the digital economy accounts for over 40% of total output, cloud computing technology is reshaping business models at a compound annual growth rate of 19%. This trend has led to an increasing number of cloud computing tasks requiring timely processing. However, most computational tasks are latency-sensitive and cannot tolerate significant delays. This has led to the urgent need for researchers to address the challenge of effectively scheduling cloud computing tasks. This paper proposes a hybrid SAO and RIME optimizer (HSAO) for global optimization and cloud task scheduling problems. First, population initialization based on ecological niche differentiation is proposed to enhance the initial population quality of SAO, enabling it to better explore the solution space. Then, the introduction of the soft frost search strategy and hard frost piercing mechanism from the RIME optimization algorithm enables the algorithm to better escape local optima and accelerate its convergence. Additionally, a population-based collaborative boundary control method is proposed to handle outlier individuals, preventing them from clustering at the boundary and enabling more effective exploration of the solution space. To evaluate the effectiveness of the proposed algorithm, we compared it with 11 other algorithms using the IEEE CEC2017 test set and assessed the differences through statistical analysis. Experimental data demonstrate that the HSAO algorithm exhibits significant advantages. Furthermore, to validate its practical applicability, we applied HSAO to real-world cloud computing task scheduling problems, achieving excellent results and successfully completing the scheduling planning of cloud computing tasks. Full article
(This article belongs to the Special Issue Exploration of Bio-Inspired Computing: 2nd Edition)
Show Figures

Figure 1

37 pages, 4818 KB  
Review
Intelligent Gas Sensors: From Mechanism to Applications
by Jianghong Wei, Qing Peng, Yuee Xie and Yuanping Chen
Sensors 2025, 25(20), 6321; https://doi.org/10.3390/s25206321 (registering DOI) - 13 Oct 2025
Abstract
Intelligent gas sensors are indispensable devices widely used in modern society for environmental monitoring, healthcare, the food industry, and public safety. Recent advancements in wireless communication, cloud storage, computing technologies, and artificial intelligence algorithms have significantly enhanced the intelligence level and performance requirements [...] Read more.
Intelligent gas sensors are indispensable devices widely used in modern society for environmental monitoring, healthcare, the food industry, and public safety. Recent advancements in wireless communication, cloud storage, computing technologies, and artificial intelligence algorithms have significantly enhanced the intelligence level and performance requirements of these sensors. Particularly in the Internet of Things (IoT) environment, flexible and wearable gas sensors are playing an increasingly important role due to their convenience and real-time monitoring capabilities. This review systematically summarizes the latest progress in intelligent gas sensors, covering conceptual frameworks, working principles, and applications across various fields, as well as the construction of IoT networks using sensor arrays. It provides a comprehensive assessment of recent advancements in intelligent gas sensing technologies, highlighting innovations in device architecture, functional mechanisms, and performance in diverse application environments. Special emphasis is placed on transformative developments in flexible and wearable sensor platforms and the enhanced intelligence achieved through the integration of advanced computational algorithms and machine learning techniques. Finally, a summary and future prospects are presented. Despite significant progress, intelligent gas sensors still face challenges related to sensing accuracy, stability, and cost in future applications. Full article
(This article belongs to the Special Issue Feature Review Papers in Intelligent Sensors)
30 pages, 5934 KB  
Article
PRPOS: A Periodicity-Aware Resource Prediction Framework for Online Services
by Yi Liang, Hongwen Zhou, Tianxu Li and Haotian Shen
Appl. Sci. 2025, 15(20), 10967; https://doi.org/10.3390/app152010967 - 13 Oct 2025
Abstract
Accurate prediction of resource utilization is essential for efficient cloud resource management and Quality-of-Service (QoS) assurance in online services. However, most existing methods neglect to explicitly model inherent periodic patterns in resource usage—particularly those characterized by extended period lengths, consistent trend shapes with [...] Read more.
Accurate prediction of resource utilization is essential for efficient cloud resource management and Quality-of-Service (QoS) assurance in online services. However, most existing methods neglect to explicitly model inherent periodic patterns in resource usage—particularly those characterized by extended period lengths, consistent trend shapes with significant magnitude variations across periods—which limits their predictive accuracy. To address this gap, we propose PRPOS (Periodicity-aware Resource Prediction for Online Services), a novel periodicity-aware prediction framework specifically designed for online service workloads. PRPOS operates in two cohesive phases: It first employs a robust period detection mechanism that effectively handles magnitude variations and noise to identify dominant periods; then, a dual scale based on a Gated Recurrent Units (GRU) predictor explicitly incorporates the identified periodicity to concurrently model fine-grained in-period dynamics and coarse-grained cross-period trends. Extensive evaluation on the Alibaba Cluster Trace v2018 demonstrates that PRPOS consistently outperforms state-of-the-art approaches, achieving average improvements of 45.3% in Mean Absolute Percentage Error (MAPE) and 44.3% in Root Mean Squared Error (RMSE). The demonstrated performance enables the application of PRPOS to cloud resource orchestration for online services, allowing for proactive resource provisioning that enhances both efficiency and reliability. Full article
(This article belongs to the Section Computing and Artificial Intelligence)
Show Figures

Figure 1

20 pages, 12119 KB  
Article
An Improved Two-Step Strategy for Accurate Feature Extraction in Weak-Texture Environments
by Qingjia Lv, Yang Liu, Peng Wang, Xu Zhang, Caihong Wang, Tengsen Wang and Huihui Wang
Sensors 2025, 25(20), 6309; https://doi.org/10.3390/s25206309 (registering DOI) - 12 Oct 2025
Viewed by 41
Abstract
To address the challenge of feature extraction and reconstruction in weak-texture environments, and to provide data support for environmental perception in mobile robots operating in such environments, a Feature Extraction and Reconstruction in Weak-Texture Environments solution is proposed. The solution enhances environmental features [...] Read more.
To address the challenge of feature extraction and reconstruction in weak-texture environments, and to provide data support for environmental perception in mobile robots operating in such environments, a Feature Extraction and Reconstruction in Weak-Texture Environments solution is proposed. The solution enhances environmental features through laser-assisted marking and employs a two-step feature extraction strategy in conjunction with binocular vision. First, an improved SURF algorithm for feature point fast localization method (FLM) based on multi-constraints is proposed to quickly locate the initial positions of feature points. Then, the robust correction method (RCM) for feature points based on light strip grayscale consistency is proposed to calibrate and obtain the precise positions of the feature points. Finally, a sparse 3D (three-dimensional) point cloud is generated through feature matching and reconstruction. At a working distance of 1 m, the spatial modeling achieves an accuracy of ±0.5 mm, a relative error of 2‰, and an effective extraction rate exceeding 97%. While ensuring both efficiency and accuracy, the solution demonstrates strong robustness against interference. It effectively supports robots in performing tasks such as precise positioning, object grasping, and posture adjustment in dynamic, weak-texture environments. Full article
(This article belongs to the Section Sensors and Robotics)
Show Figures

Figure 1

15 pages, 4945 KB  
Article
Divergent Urban Canopy Heat Island Responses to Heatwave Type over the Tibetan Plateau: A Case Study of Xining
by Guoxin Chen, Xiaofan Lu, Qiong Li, Siqi Zhang and Suonam Kealdrup Tysa
Land 2025, 14(10), 2033; https://doi.org/10.3390/land14102033 - 12 Oct 2025
Viewed by 66
Abstract
The escalating heatwave risks over the Tibetan Plateau (TP) highlight unresolved gaps in understanding multitype mechanisms and diurnal urban canopy heat island (UCHI) responses. Using Xining’s high-density observational network (2018–2023) and by employing comparative analysis (urban–rural, heatwave versus non-heatwave days) and composite analysis, [...] Read more.
The escalating heatwave risks over the Tibetan Plateau (TP) highlight unresolved gaps in understanding multitype mechanisms and diurnal urban canopy heat island (UCHI) responses. Using Xining’s high-density observational network (2018–2023) and by employing comparative analysis (urban–rural, heatwave versus non-heatwave days) and composite analysis, we found: During the record-breaking July 2022 heatwave across the TP, Xining reached an extreme UCHI peak (z-score: 3.0). Critically asymmetric UCHI responses as daytime heatwaves amplify mean intensity by 0.35 °C via extreme value shifts, whereas nighttime events suppress it by 0.31 °C. Crucially, heatwaves induce negligible daytime UCHI modulation but drive comparable magnitude nighttime UCHI intensification (during daytime events) and reduction (during nighttime events), demonstrating type-dependent and diurnally asymmetric urban thermal sensitivities. Heatwaves driven by distinct synoptic patterns; daytime events are controlled by an anomaly anticyclone (cloudless, dry conditions), while nighttime events occur under plateau-north anticyclones (cloudy, humid conditions). These patterns fundamentally reshape heatwave–UCHI interactions through divergent mechanisms: Daytime/nighttime heatwaves amplify/suppress nocturnal UCHI through enhanced/reduced urban heat storage and accelerated/inhibited rural radiative cooling. Our case study demonstrates that although heatwaves generally amplify nocturnal UCHI, in dry regions, their synoptic drivers significantly modify this nighttime synergy. The nocturnal UCHI during heatwave is not only driven by humidity effects but also modulated by cloud cover-regulated rural radiative cooling and urban thermal storage. These findings establish a mechanistic framework for heatwaves–UCHI interactions and provide actionable insights for heat-resilient planning in high-altitude arid cities. Full article
Show Figures

Figure 1

32 pages, 1580 KB  
Article
Forecasting the Power Generation of a Solar Power Plant Taking into Account the Statistical Characteristics of Meteorological Conditions
by Vitalii Kuznetsov, Valeriy Kuznetsov, Zbigniew Ciekanowski, Valeriy Druzhinin, Valerii Tytiuk, Artur Rojek, Tomasz Grudniewski and Viktor Kovalenko
Energies 2025, 18(20), 5363; https://doi.org/10.3390/en18205363 (registering DOI) - 11 Oct 2025
Viewed by 87
Abstract
The integration of solar generation into national energy balances is associated with a wide range of technical, economic, and organizational challenges, the solution of which requires the adoption of innovative strategies for energy system management. The inherent variability of electricity production, driven by [...] Read more.
The integration of solar generation into national energy balances is associated with a wide range of technical, economic, and organizational challenges, the solution of which requires the adoption of innovative strategies for energy system management. The inherent variability of electricity production, driven by fluctuating climatic conditions, complicates system balancing processes and necessitates the reservation of capacities from conventional energy sources to ensure reliability. Under modern market conditions, the pricing of generated electricity is commonly based on day-ahead forecasts of day energy yield, which significantly affects the economic performance of solar power plants. Consequently, achieving high accuracy in day-ahead electricity production forecasting is a critical and highly relevant task. To address this challenge, a physico-statistical model has been developed, in which the analytical approximation of daily electricity generation is represented as a function of a random variable—cloud cover—modeled by a β-distribution. Analytical expressions were derived for calculating the mathematical expectation and variance of daily electricity generation as functions of the β-distribution parameters of cloudiness. The analytical approximation of daily generation deviates from the exact value, obtained through hourly integration, by an average of 3.9%. The relative forecasting error of electricity production, when using the mathematical expectation of cloudiness compared to the analytical approximation of daily generation, reaches 15.2%. The proposed forecasting method, based on a β-parametric cloudiness model, enhances the accuracy of day-ahead production forecasts, improves the economic efficiency of solar power plants, and contributes to strengthening the stability and reliability of power systems with a substantial share of solar generation. Full article
(This article belongs to the Section A2: Solar Energy and Photovoltaic Systems)
Show Figures

Figure 1

24 pages, 1813 KB  
Article
Research on Multi-Level Monitoring Architecture Pattern of Cloud-Based Safety Computing Platform
by Lei Yuan, Bokai Zhang, Yu Liu, Qiang Fu and Yixiong Wu
Symmetry 2025, 17(10), 1706; https://doi.org/10.3390/sym17101706 - 11 Oct 2025
Viewed by 88
Abstract
As rail transit systems advance toward greater automation and intelligence, cloud computing technology, with its remarkable scalability and robust data processing capabilities, has been steadily expanding its footprint in this domain. However, the adoption of cloud computing also introduces new safety challenges for [...] Read more.
As rail transit systems advance toward greater automation and intelligence, cloud computing technology, with its remarkable scalability and robust data processing capabilities, has been steadily expanding its footprint in this domain. However, the adoption of cloud computing also introduces new safety challenges for train control systems. Traditional safety computers in train control systems rely on heterogeneous redundancy with symmetry to enhance safety. Nevertheless, the software in cloud computing environments, even if heterogeneous, may share the same source code, thereby triggering the risk of common-cause failures in the software. To address these issues, this study proposes a multi-level monitoring architecture system tailored to the characteristics of cloud-based safety computing platforms. This architecture innovatively integrates the three-level monitoring architecture pattern from the automotive field, the secure channel pattern, and the distributed safety mechanism architecture. It monitors the levels of common-cause software failures that cannot be eliminated through heterogeneity. The introduction of multi-level active monitoring for risk control has reduced the impact of common-cause software failures on system security. By constructing a formal security model, quantitative evaluations are conducted separately on the single-channel L2 and L3, the dual-channel L4 without degradation or monitoring, and the dual-channel L4 monitoring architecture with complete functions. This verifies the effectiveness of the proposed monitoring architecture in reducing the risk of common-cause software failures in the virtualization layer. This study provides a robust theoretical foundation and technical support for the security-oriented design and development of the next-generation intelligent rail transit systems. Full article
(This article belongs to the Section Computer)
Show Figures

Figure 1

18 pages, 8879 KB  
Article
Energy-Conscious Lightweight LiDAR SLAM with 2D Range Projection and Multi-Stage Outlier Filtering for Intelligent Driving
by Chun Wei, Tianjing Li and Xuemin Hu
Computation 2025, 13(10), 239; https://doi.org/10.3390/computation13100239 - 10 Oct 2025
Viewed by 108
Abstract
To meet the increasing demands of energy efficiency and real-time performance in autonomous driving systems, this paper presents a lightweight and robust LiDAR SLAM framework designed with power-aware considerations. The proposed system introduces three core innovations. First, it replaces traditional ordered point cloud [...] Read more.
To meet the increasing demands of energy efficiency and real-time performance in autonomous driving systems, this paper presents a lightweight and robust LiDAR SLAM framework designed with power-aware considerations. The proposed system introduces three core innovations. First, it replaces traditional ordered point cloud indexing with a 2D range image projection, significantly reducing memory usage and enabling efficient feature extraction with curvature-based criteria. Second, a multi-stage outlier rejection mechanism is employed to enhance feature robustness by adaptively filtering occluded and noisy points. Third, we propose a dynamically filtered local mapping strategy that adjusts keyframe density in real time, ensuring geometric constraint sufficiency while minimizing redundant computation. These components collectively contribute to a SLAM system that achieves high localization accuracy with reduced computational load and energy consumption. Experimental results on representative autonomous driving datasets demonstrate that our method outperforms existing approaches in both efficiency and robustness, making it well-suited for deployment in low-power and real-time scenarios within intelligent transportation systems. Full article
(This article belongs to the Special Issue Object Detection Models for Transportation Systems)
Show Figures

Figure 1

Back to TopTop