Nothing Special   »   [go: up one dir, main page]

You seem to have javascript disabled. Please note that many of the page functionalities won't work as expected without javascript enabled.
 
 
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

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (2,304)

Search Parameters:
Keywords = data redundancy

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
46 pages, 9513 KiB  
Article
Multi-Strategy Improved Binary Secretarial Bird Optimization Algorithm for Feature Selection
by Fuqiang Chen, Shitong Ye, Jianfeng Wang and Jia Luo
Mathematics 2025, 13(4), 668; https://doi.org/10.3390/math13040668 - 18 Feb 2025
Abstract
With the rapid development of large model technology, data storage as well as collection is very important to improve the accuracy of model training, and Feature Selection (FS) methods can greatly eliminate redundant features in the data warehouse and improve the interpretability of [...] Read more.
With the rapid development of large model technology, data storage as well as collection is very important to improve the accuracy of model training, and Feature Selection (FS) methods can greatly eliminate redundant features in the data warehouse and improve the interpretability of the model, which makes it particularly important in the field of large model training. In order to better reduce redundant features in data warehouses, this paper proposes an enhanced Secretarial Bird Optimization Algorithm (SBOA), called BSFSBOA, by combining three learning strategies. First, for the problem of insufficient algorithmic population diversity in SBOA, the best-rand exploration strategy is proposed, which utilizes the randomness and optimality of random individuals as well as optimal individuals to effectively improve the population diversity of the algorithm. Second, to address the imbalance in the exploration/exploitation phase of SBOA, the segmented balance strategy is proposed to improve the balance by segmenting the individuals in the population, targeting individuals of different natures with different degrees of exploration and exploitation performance, and improving the quality of the FS subset when the algorithm is solved. Finally, for the problem of insufficient exploitation performance of SBOA, a four-role exploitation strategy is proposed, which strengthens the effective exploitation ability of the algorithm and enhances the classification accuracy of the FS subset by different degrees of guidance through the four natures of individuals in the population. Subsequently, the proposed BSFSBOA-based FS method is applied to solve 36 FS problems involving low, medium, and high dimensions, and the experimental results show that, compared to SBOA, BSFSBOA improves the performance of classification accuracy by more than 60%, also ranks first in feature subset size, obtains the least runtime, and confirms that the BSFSBOA-based FS method is a robust FS method with efficient solution performance, high stability, and high practicality. Full article
(This article belongs to the Special Issue Optimization Theory, Algorithms and Applications)
Show Figures

Figure 1

Figure 1
<p>Hunting behavior simulation of secretary bird.</p>
Full article ">Figure 2
<p>Escape behavior simulation of secretary bird.</p>
Full article ">Figure 3
<p>Simulation diagram of segmented balance strategy.</p>
Full article ">Figure 4
<p>Flowchart of the execution of BSFSBOA.</p>
Full article ">Figure 5
<p>Convergence plot of the algorithm for different population sizes.</p>
Full article ">Figure 6
<p>Population diversity in SBOA and BSFSBOA runs.</p>
Full article ">Figure 7
<p>Exploration/exploitation ratio for BSFSBOA runs.</p>
Full article ">Figure 8
<p>Box plots of algorithms for solving low-dimensional UCL FS problems.</p>
Full article ">Figure 9
<p>Average ranking in solving low-dimensional UCL FS problems.</p>
Full article ">Figure 10
<p>Box plots of algorithms for solving medium-dimensional UCL FS problems.</p>
Full article ">Figure 11
<p>Average ranking in solving medium-dimensional UCL FS problems.</p>
Full article ">Figure 12
<p>Box plots of algorithms for solving high-dimensional UCL FS problems.</p>
Full article ">Figure 13
<p>Average ranking in solving high-dimensional UCL FS problems.</p>
Full article ">Figure 14
<p>Average ranking in solving 23 UCL FS problems.</p>
Full article ">Figure 15
<p>Convergence curve of algorithms for solving low-dimensional UCL FS problems.</p>
Full article ">Figure 16
<p>Convergence curve of algorithms for solving medium-dimensional UCL FS problems.</p>
Full article ">Figure 17
<p>Convergence curve of algorithms for solving high-dimensional UCL FS problems.</p>
Full article ">Figure 18
<p>Stacked plot of algorithms on classification accuracy and FS subset size on UCL FS problems.</p>
Full article ">Figure 19
<p>Average ranking in solving OpenML FS problems.</p>
Full article ">Figure 20
<p>Stacked plot of algorithms on classification accuracy and FS subset size on OpenML FS problems.</p>
Full article ">
24 pages, 7997 KiB  
Article
A Spatial–Temporal Adaptive Graph Convolutional Network with Multi-Sensor Signals for Tool Wear Prediction
by Yu Xia, Guangji Zheng, Ye Li and Hui Liu
Appl. Sci. 2025, 15(4), 2058; https://doi.org/10.3390/app15042058 - 16 Feb 2025
Viewed by 226
Abstract
Tool wear monitoring is crucial for optimizing cutting performance, reducing costs, and improving production efficiency. Existing tool wear prediction models usually design integrated models based on a convolutional neural network (CNN) and recurrent neural network (RNN) to extract spatial and temporal features separately. [...] Read more.
Tool wear monitoring is crucial for optimizing cutting performance, reducing costs, and improving production efficiency. Existing tool wear prediction models usually design integrated models based on a convolutional neural network (CNN) and recurrent neural network (RNN) to extract spatial and temporal features separately. However, the topological structures between multi-sensor networks are ignored, and the ability to extract spatial features is limited. To overcome these limitations, a novel spatial–temporal adaptive graph convolutional network (STAGCN) is proposed to capture spatial–temporal dependencies with multi-sensor signals. First, a simple linear model is used to capture temporal patterns in individual time-series data. Second, a spatial–temporal layer composed of a bidirectional Mamba and an adaptive graph convolution is established to extract degradation features and reflect the dynamic degradation trend using an adaptive graph. Third, multi-scale triple linear attention (MTLA) is used to fuse the extracted multi-scale features across spatial, temporal, and channel dimensions, which can assign different weights adaptively to retain important information and weaken the influence of redundant features. Finally, the fused features are fed into a linear regression layer to estimate the tool wear. Experimental results conducted on the PHM2010 dataset demonstrate the effectiveness of the proposed STAGCN model, achieving a mean absolute error (MAE) of 3.40 μm and a root mean square error (RMSE) of 4.32 μm in the average results across three datasets. Full article
Show Figures

Figure 1

Figure 1
<p>The overall framework of the STAGCN. FC layer: fully connected layer; AGCN: adaptive graph convolutional network; MTLA: multi-scale triple linear attention.</p>
Full article ">Figure 2
<p>The architecture of (<b>a</b>) the proposed bidirectional Mamba module and (<b>b</b>) the Mamba block.</p>
Full article ">Figure 3
<p>The architecture of (<b>a</b>) the MTLA module and (<b>b</b>) the linear attention mechanism.</p>
Full article ">Figure 4
<p>The process of the tool wear prediction framework based on the STAGCN.</p>
Full article ">Figure 5
<p>The experiment equipment and configuration.</p>
Full article ">Figure 6
<p>The tool wear value of three datasets: (<b>a</b>) C1; (<b>b</b>) C4; and (<b>c</b>) C6.</p>
Full article ">Figure 7
<p>The effect of signal denoising: (<b>a</b>) original signal; (<b>b</b>) the spectral analysis of (<b>a</b>); (<b>c</b>) denoised signal; (<b>d</b>) the spectral analysis of (<b>c</b>).</p>
Full article ">Figure 8
<p>The schematic diagram of data processing: (<b>a</b>) steady-state cutting segmentation; (<b>b</b>) time-domain feature extraction after signal denoising.</p>
Full article ">Figure 9
<p>The data processing results of the cutting force signal in the <span class="html-italic">x</span> direction of the C1 dataset: (<b>a</b>) variance; (<b>b</b>) maximum; and (<b>c</b>) minimum.</p>
Full article ">Figure 10
<p>The tool wear prediction on the dataset: (<b>a</b>) C1; (<b>b</b>) C4; and (<b>c</b>) C6.</p>
Full article ">Figure 11
<p>The results of the ablation experiment: (<b>a</b>) MAE; (<b>b</b>)RMSE.</p>
Full article ">Figure 12
<p>Impact of the number of subsequences on metrics: (<b>a</b>) MAE; (<b>b</b>) RMSE.</p>
Full article ">Figure 13
<p>Impact of node embedding dimension on metrics: (<b>a</b>) MAE; (<b>b</b>) RMSE.</p>
Full article ">Figure 14
<p>Impacts of value and channel embedding dimensions on metrics: (<b>a</b>) and (<b>b</b>) are the MAE and RMSE of the value embedding dimension, respectively; (<b>c</b>) and (<b>d</b>) are the MAE and RMSE of the channel embedding dimension, respectively.</p>
Full article ">Figure 15
<p>Impact of state expansion factor on metrics: (<b>a</b>) MAE; (<b>b</b>) RMSE.</p>
Full article ">Figure 16
<p>Impact of the number of spatial–temporal layers on metrics: (<b>a</b>) MAE; (<b>b</b>) RMSE.</p>
Full article ">Figure 17
<p>Impact of different optimizers on metrics: (<b>a</b>) MAE; (<b>b</b>) RMSE.</p>
Full article ">
26 pages, 6704 KiB  
Article
Hyperspectral Band Selection for Crop Identification and Mapping of Agriculture
by Yulei Tan, Jingtao Gu, Laijun Lu, Liyuan Zhang, Jianyu Huang, Lin Pan, Yan Lv, Yupeng Wang and Yang Chen
Remote Sens. 2025, 17(4), 663; https://doi.org/10.3390/rs17040663 - 15 Feb 2025
Viewed by 237
Abstract
Different crops, as well as the same crop at different growth stages, display distinct spectral and spatial characteristics in hyperspectral images (HSIs) due to variations in their chemical composition and structural features. However, the narrow bandwidth and closely spaced spectral channels of HSIs [...] Read more.
Different crops, as well as the same crop at different growth stages, display distinct spectral and spatial characteristics in hyperspectral images (HSIs) due to variations in their chemical composition and structural features. However, the narrow bandwidth and closely spaced spectral channels of HSIs result in significant data redundancy, posing challenges to crop identification and classification. Therefore, the dimensionality reduction in HSIs is crucial. Band selection as a widely used method for reducing dimensionality has been extensively applied in research on crop identification and mapping. In this paper, a crop superpixel-based affinity propagation (CS-AP) band selection method is proposed for crop identification and mapping in agriculture using HSIs. The approach begins by gathering crop superpixels; then, a spectral band selection criterion is developed by analyzing the variations in the spectral and spatial characteristics of crop superpixels. Finally, crop identification bands are determined through an efficient clustering approach, AP. Two typical agricultural hyperspectral data sets, the Salinas Valley data set and the Indian Pines data set, are selected for validation, each containing 16 crop classes, respectively. The experimental results show that the proposed CS-AP method achieves a mapping accuracy of 92.4% for the Salinas Valley data set and 88.6% for the Indian Pines data set. When compared to using all bands, two unsupervised band selection techniques, and three semi-supervised band selection techniques, the proposed method outperforms others with an improvement of 3.1% and 4.3% for the Salinas Valley and Indian Pines data sets, respectively. Indicate that the proposed CS-AP method achieves superior mapping accuracy by selecting fewer bands with greater crop identification capability compared to the other band selection methods. This research’s significant results demonstrate the potential of this approach in precision agriculture, offering a more cost-effective and timely solution for large-scale crop mapping and monitoring in the future. Full article
Show Figures

Figure 1

Figure 1
<p>Crop identification and mapping flowchart.</p>
Full article ">Figure 2
<p>Flowchart of the crop superpixel (CS) generation process.</p>
Full article ">Figure 3
<p>Geographic location and data overview of the Salinas Valley and Indian Pines 92AV3C data sets.</p>
Full article ">Figure 4
<p>The overall accuracy (OA) achieved with the SVM is compared against the proposed CS-AP method with varying numbers of NCSs on (<b>a</b>) the Salinas Valley data set and (<b>b</b>) the Indian Pines 92AV3C data set. The results obtained with the baseline are also provided for comparison.</p>
Full article ">Figure 5
<p>The overall accuracy (OA) achieved with the SVM is compared against the MVPCA, the ED-AP, the FM-AP, the LSBS, the SS-AP, the SS-AP, and the proposed CS-AP method on (<b>a</b>) the Salinas Valley data set and (<b>b</b>) the Indian Pines 92AV3C data set. The results obtained with the baseline are also provided for comparison.</p>
Full article ">Figure 6
<p>Data values for crop units (curves) plotted against wavelength, emphasizing the specific absorption channels and the chosen bands (indicated by elliptical points) with the proposed CS-AP, the SS-AP, the LSBS, the FM-AP, the ED-AP, and the MVPCA on (<b>a</b>) the Salinas Valley data set and (<b>b</b>) the Indian Pines 92AV3C data set.</p>
Full article ">Figure 7
<p>Crop identification and mapping images of Salinas Valley data set. (<b>a</b>) The ground truth; (<b>b</b>) the proposed CS-AP method; (<b>c</b>) the SS-AP method; (<b>d</b>) the LSBS method; (<b>e</b>) the FM-AP method; (<b>f</b>) the ED-AP method; (<b>g</b>) the MVPCA method; (<b>h</b>) the baseline with 204 bands.</p>
Full article ">Figure 7 Cont.
<p>Crop identification and mapping images of Salinas Valley data set. (<b>a</b>) The ground truth; (<b>b</b>) the proposed CS-AP method; (<b>c</b>) the SS-AP method; (<b>d</b>) the LSBS method; (<b>e</b>) the FM-AP method; (<b>f</b>) the ED-AP method; (<b>g</b>) the MVPCA method; (<b>h</b>) the baseline with 204 bands.</p>
Full article ">Figure 8
<p>Crop identification and mapping images of Indian Pines 92AV3C data set. (<b>a</b>) The ground truth; (<b>b</b>) the proposed CS-AP method; (<b>c</b>) the SS-AP method; (<b>d</b>) the LSBS method; (<b>e</b>) the FM-AP method; (<b>f</b>) the ED-AP method; (<b>g</b>) the MVPCA method; (<b>h</b>) the baseline with 200 bands.</p>
Full article ">Figure 9
<p>The value of the CTScs parameter versus the number of selected bands for the proposed CS-AP with a varying number of crop superpixels: (<b>a</b>) Salinas Valley data set; (<b>b</b>) Indian Pines 92AV3C data set.</p>
Full article ">
21 pages, 2911 KiB  
Article
Fast and Accurate Prediction of Corrosion Rate of Natural Gas Pipeline Using a Hybrid Machine Learning Approach
by Hongbo Liu, Xinlei Cai and Xiangzhao Meng
Appl. Sci. 2025, 15(4), 2023; https://doi.org/10.3390/app15042023 - 14 Feb 2025
Viewed by 297
Abstract
The precise prediction of natural gas pipeline corrosion rates holds great significance for pipeline maintenance and corrosion control. Existing prediction methods, especially traditional models, often fail to adequately consider noise interference and the strong nonlinear characteristics of corrosion data, resulting in insufficient prediction [...] Read more.
The precise prediction of natural gas pipeline corrosion rates holds great significance for pipeline maintenance and corrosion control. Existing prediction methods, especially traditional models, often fail to adequately consider noise interference and the strong nonlinear characteristics of corrosion data, resulting in insufficient prediction accuracy. To enhance predictive performance, a hybrid prediction model based on machine learning is been proposed. This model consists of three main components: data processing, model optimization, and prediction performance evaluation. In this model, data decomposition algorithms and principal component analysis are employed to eliminate redundant noise from the original data and capture their primary features. A stratified sampling method is utilized to divide the data into a training set and test set, avoiding biases caused by random sampling. A modified particle swarm optimization algorithm is applied to optimize the parameters of a back propagation neural network. The model’s predictive performance is assessed using various indicators, including R2, MAPE, RMSE, MAE, U1, U2, RE, forecasting effectiveness, comparing the results with existing literature, Grey Relational Analysis, and interpretability research. The proposed prediction model is compared with eight advanced prediction models using data from a natural gas pipeline in western China. This study reveals that the developed model outperforms the others, demonstrating excellent prediction accuracy and effectively guiding the formulation of corrosion control measures. Full article
(This article belongs to the Topic Oil and Gas Pipeline Network for Industrial Applications)
Show Figures

Figure 1

Figure 1
<p>Comparison chart of MAPE obtained by stratified sampling and random sampling.</p>
Full article ">Figure 2
<p>The feed-forward neural network.</p>
Full article ">Figure 3
<p>The flowchart of the hybrid forecasting model.</p>
Full article ">Figure 4
<p>The diagrams of MAPE and R<sup>2</sup> for the two benchmark models.</p>
Full article ">Figure 5
<p>The diagrams of MAPE and R<sup>2</sup> for the four models.</p>
Full article ">Figure 6
<p>The diagrams of MAPE and R<sup>2</sup> for the five models.</p>
Full article ">Figure 7
<p>Relative error of nine models.</p>
Full article ">Figure 8
<p>Forecasting results of the comparable models and proposed model.</p>
Full article ">Figure 9
<p>Partial Dependence Plots (PDP) and Individual Conditional Expectation (ICE) plots.</p>
Full article ">
12 pages, 740 KiB  
Article
Deep Learning-Based Molecular Fingerprint Prediction for Metabolite Annotation
by Hoi Yan Katharine Chau, Xinran Zhang and Habtom W. Ressom
Metabolites 2025, 15(2), 132; https://doi.org/10.3390/metabo15020132 - 14 Feb 2025
Viewed by 325
Abstract
Background/Objectives: Liquid chromatography coupled with mass spectrometry (LC-MS) is a commonly used platform for many metabolomics studies. However, metabolite annotation has been a major bottleneck in these studies in part due to the limited publicly available spectral libraries, which consist of tandem mass [...] Read more.
Background/Objectives: Liquid chromatography coupled with mass spectrometry (LC-MS) is a commonly used platform for many metabolomics studies. However, metabolite annotation has been a major bottleneck in these studies in part due to the limited publicly available spectral libraries, which consist of tandem mass spectrometry (MS/MS) data acquired from just a fraction of known compounds. Application of deep learning methods is increasingly reported as an alternative to spectral matching due to their ability to map complex relationships between molecular fingerprints and mass spectrometric measurements. The objectives of this study are to investigate deep learning methods for molecular fingerprint based on MS/MS spectra and to rank putative metabolite IDs according to similarity of their known and predicted molecular fingerprints. Methods: We trained three types of deep learning methods to model the relationships between molecular fingerprints and MS/MS spectra. Prior to training, various data processing steps, including scaling, binning, and filtering, were performed on MS/MS spectra obtained from National Institute of Standards and Technology (NIST), MassBank of North America (MoNA), and Human Metabolome Database (HMDB). Furthermore, selection of the most relevant m/z bins and molecular fingerprints was conducted. The trained deep learning models were evaluated on ranking putative metabolite IDs obtained from a compound database for the challenges in Critical Assessment of Small Molecule Identification (CASMI) 2016, CASMI 2017, and CASMI 2022 benchmark datasets. Results: Feature selection methods effectively reduced redundant molecular and spectral features prior to model training. Deep learning methods trained with the truncated features have shown comparable performances against CSI:FingerID on ranking putative metabolite IDs. Conclusion: The results demonstrate a promising potential of deep learning methods for metabolite annotation. Full article
Show Figures

Figure 1

Figure 1
<p>Workflow of a deep learning-based metabolite annotation that includes MS/MS data processing, feature selection, model training, molecular fingerprint prediction, molecular formula prediction, candidate retrieval, and candidate ranking.</p>
Full article ">Figure 2
<p>Architecture of a deep learning model for predicting molecular fingerprints based on MS/MS spectra transformed into vectors.</p>
Full article ">
28 pages, 10870 KiB  
Article
Assessment of the Effects and Contributions of Natural and Human Factors on the Nutrient Status of Typical Lakes and Reservoirs in the Yangtze River Basin
by Yangbo Zeng, Ziteng Wang, Qianyu Zhao, Nannan Huang, Jiayue Li, Jie Wang and Fuhong Sun
Water 2025, 17(4), 559; https://doi.org/10.3390/w17040559 - 14 Feb 2025
Viewed by 277
Abstract
This study investigated the relative contributions of natural and anthropogenic factors to the nutrient status of 33 representative lakes and reservoirs in the Yangtze River Basin. Using national water quality monitoring data, remote sensing imagery, Geographic Information System, (GIS), Integrated Valuation of Ecosystem [...] Read more.
This study investigated the relative contributions of natural and anthropogenic factors to the nutrient status of 33 representative lakes and reservoirs in the Yangtze River Basin. Using national water quality monitoring data, remote sensing imagery, Geographic Information System, (GIS), Integrated Valuation of Ecosystem Services and Tradeoffs (InVEST) model, and Redundancy Analysis (RDA), we analyzed the Spatiotemporal differences of total nitrogen (TN), total phosphorus (TP), the ratio of TN to TP (TN/TP), trophic level index (TLI), and habitat quality (HQ). Results revealed significant spatial heterogeneity in lake nutrient status, with upstream reservoirs exhibiting better water quality than their midstream and downstream counterparts. Over time, there is a decreasing trend in nutrient loads in lakes and reservoirs, yet the risk of eutrophication remains high. The middle and lower reaches of lakes and reservoirs face more severe eutrophication pressure. The contribution rates of natural factors and human activities to TN and TP in lakes and reservoirs are 19.1% and 35.0%, respectively. The main driving factors are livestock and poultry breeding volume, habitat quality, and urbanization, with contribution rates of 13.0%, 9.8%, and 0.2%, respectively. The contribution rates of natural factors and human activities to TN/TP and TLI of lakes and reservoirs are 19.8% and 15.5%, respectively. Actual Evapotranspiration (7.8%), habitat quality (7.3%), and hydraulic retention time (3.1%) were key drivers for the shifts of TN/TP and TLI. Management strategies should therefore control agricultural nitrogen fertilizer inputs upstream, industrial and agricultural non-point source pollution in the midstream, and enhanced wastewater treatment alongside population density and economic development control in the downstream areas. This research provides a crucial scientific basis for the ecological environment protection and sustainable utilization of water resources in the Yangtze River Basin. Full article
(This article belongs to the Special Issue Water Environment Pollution and Control, Volume III)
Show Figures

Figure 1

Figure 1
<p>Distribution and overview of 33 representative lakes and reservoirs. Notes: Overview of the Study Area, showing the geographical location and basin boundaries of representative lakes and reservoirs in the Yangtze River Basin. (<b>a</b>) Geographical location of the Yangtze River Basin and study area. (<b>b</b>) Spatial distribution of representative lakes and reservoirs in the study area. The red polygonal borders indicate the watershed areas of 33 selected representative lakes and reservoirs in this study, while the white border marks the overall boundary of the Yangtze River Basin.</p>
Full article ">Figure 2
<p>Nutritional status of lakes and reservoirs in different regions of the Yangtze River Basin in 2021, (<b>a</b>) Spatial distribution of total nitrogen (TN) concentrations, (<b>b</b>) Spatial distribution of total phosphorus (TP) concentrations, (<b>c</b>) Spatial distribution of TN/TP ratios, (<b>d</b>) Spatial distribution of the Trophic Level Index. Note: Upper, Middle, and Lower represent the upstream, midstream, and downstream regions of the Yangtze River Basin, respectively. The X-axis indicates the spatial distribution of lakes and reservoirs across these regions, while the Y-axis shows the corresponding nutrient concentrations (TN, TP) or indices (TN/TP, TLI). The blue trend line represents the linear regression analysis of the data. Dashed lines indicate the class boundaries for water quality standards (Class III: TN ≤ 1.0 mg/L, TP ≤ 50 µg/L).</p>
Full article ">Figure 3
<p>Interannual variations of TN (<b>a</b>), TP (<b>b</b>), TLI (<b>c</b>), and TN/TP (<b>d</b>) in Poyang Lake, Taihu Lake, and Dongting Lake from 2011 to 2021.</p>
Full article ">Figure 4
<p>Status of habitat quality for the typical lakes and reservoirs in the upper, middle, and lower reaches of the Yangtze River Basin. Note: A, B, and C represent the upper, middle, and lower reaches of the Yangtze River Basin, respectively; the HQ range of the lakes and reservoirs within the Yangtze River Basin was 0.125–0.468, with the HQ ranges of 0.125–0.468, 0.138–0.320, and 0.135–0.360 for upstream, midstream, and downstream lakes and reservoirs, respectively. Peak HQ values were observed in Shimen Reservoir (<b>A9</b>, 0.468), Zhalin Lake (<b>B10</b>, 0.320), and Taiping Lake (<b>C12</b>, 0.360). Chenghai Lake (<b>A1</b>), Danjiangkou Reservoir (<b>A2</b>), Dianchi Lake (<b>A3</b>), Dongfeng Reservoir (<b>A4</b>), Hongmen Reservoir (<b>A5</b>), Huangge Lake (<b>A6</b>), Liangzi Lake (<b>A7</b>), Lugu Lake (<b>A8</b>), Shijiu Lake (<b>A9</b>), Yinghu Lake (<b>A10</b>); Baihua Lake (<b>B1</b>), Dongting Lake (<b>B2</b>), Fulu Lake (<b>B3</b>), Fushui Reservoir (<b>B4</b>), Hong Lake (<b>B5</b>), Huangge Lake (<b>B6</b>), Liangzi Lake (<b>B7</b>), Xiannv Lake (<b>B8</b>), Zhanghe Reservoir (<b>B9</b>), Zhalin Lake (<b>B10</b>); Beishan Reservoir (<b>C1</b>), Caizi Lake (<b>C2</b>), Chaohu Lake (<b>C3</b>), Ge Lake (<b>C4</b>), Hongmen Reservoir (<b>C5</b>), Huating Lake (<b>C6</b>), Bohu Lake (<b>C7</b>), Poyang Lake (<b>C8</b>), Shengjin Lake (<b>C9</b>), Shijiu Lake (<b>C10</b>), Taihu Lake (<b>C11</b>), Taiping Lake (<b>C12</b>), Wuchang Lake (<b>C13</b>).</p>
Full article ">Figure 5
<p>RDA analysis of TN and TP content changes. Figure note: Red arrows represent the response variables TN and TP; blue arrows represent anthropogenic factors; green arrows represent natural factors; and blue Upper, orange Middle, and purple Lower correspond to the upstream, midstream, and downstream regions of the Yangtze River Basin, respectively. Abbreviations: TN (Total Nitrogen), TP (Total Phosphorus), AET (Actual Evapotranspiration), HQ (Habitat Quality), LSU (Livestock Units), HRT (Hydraulic Retention Time), PPT (Precipitation).</p>
Full article ">Figure 6
<p>Analysis of variance among TN, TP and natural factors, human activities.</p>
Full article ">Figure 7
<p>RDA analysis of interannual variations of TN and TP. Figure note: Temporal patterns in total nitrogen (TN) and total phosphorus (TP) for selected lakes of the Yangtze River Basin between the 2011 to 2021 range of records. Specifically illustrated are patterns for the blue colored Dongting Lake, purple colored Poyang Lake, and the orange colored Tai Lake for illustration purposes. Abbreviations: TN (Total Nitrogen), TP (Total Phosphorus), PPT (Precipitation), LSU (Livestock Units), PF (Phosphorus Fertilizer Application), NDEP (Nitrogen Deposition), AET (Actual Evapotranspiration).</p>
Full article ">Figure 8
<p>RDA analysis of TN/TP and TLI changes. Figure note: Red arrows indicate the response variables TLI and TN/TP; blue arrows indicate anthropogenic factors; green arrows indicate natural factors; blue Upper, orange Middle, and purple Lower correspond to the upstream, midstream, and downstream regions of the Yangtze River Basin, respectively. Abbreviations: TN/TP (Total Nitrogen to Total Phosphorus Ratio), TLI (Trophic Level Index), AET (Actual Evapotranspiration), HQ (Habitat Quality), DEP (Lake Depth), HRT (Hydraulic Retention Time).</p>
Full article ">Figure 9
<p>ANOVA of TN/TP, TLI, natural factors, and human activities.</p>
Full article ">Figure 10
<p>RDA analysis of interannual variability of TN/TP and TLI. Figure note: Temporal patterns in TN/TP and TLI for selected lakes of the Yangtze River Basin between the 2011 to 2021 range of records. Specifically illustrated are patterns for the blue colored Dongting Lake, purple colored Poyang Lake, and the orange colored Tai Lake for illustration purposes. Abbreviations: TN/TP (Total Nitrogen to Total Phosphorus Ratio), TLI (Trophic Level Index), HQ (Habitat Quality), LSU (Livestock Units), PPT (Precipitation), PF (Phosphorus Fertilizer Application), NF (Nitrogen Fertilizer Application).</p>
Full article ">
17 pages, 5823 KiB  
Article
Assessment of Benthic Ecological Quality Status in the Subtidal Zone of Northern Jeju Island, South Korea, During Summer Based on Macrobenthos
by Jian Liang, Chae-Woo Ma and Kwang-Bae Kim
Animals 2025, 15(4), 539; https://doi.org/10.3390/ani15040539 - 13 Feb 2025
Viewed by 288
Abstract
Background: Jeju Island is a world-renowned tourist destination. However, with the increasing intensity of anthropogenic activities, the coastal marine environment of Jeju Island has been negatively affected. Methods and Results: Our study used five benthic indices to assess the ecological quality of the [...] Read more.
Background: Jeju Island is a world-renowned tourist destination. However, with the increasing intensity of anthropogenic activities, the coastal marine environment of Jeju Island has been negatively affected. Methods and Results: Our study used five benthic indices to assess the ecological quality of the subtidal zone in northern Jeju Island. Our analysis indicated that apart from the benthic polychaetes amphipods index (BPA), other benthic indices assessed the ecological quality of the subtidal zone in northern Jeju Island as high or good. Distance-based redundancy analysis (dbRDA) indicated that pH and salinity primarily influenced macrobenthic communities in 2011 and 2012. According to the Spearman rank correlation analysis, the multivariate AZTI marine biotic Index (M-AMBI) showed stronger correlations with environmental data than other benthic indices. Conclusions: Overall, the averages of the five benthic indices suggested that the benthic ecological quality of the subtidal zone in the northern part of Jeju Island was high or good. Although immediate marine environmental management is not required, long-term monitoring remains essential. M-AMBI outperformed other benthic indices; however, we recommend using multiple benthic indices to assess the benthic ecological quality of Jeju Island due to the complexity of marine ecosystems. Effective support has been provided by our study for the marine environmental conservation along the coast of Jeju Island. Full article
(This article belongs to the Special Issue Conservation and Restoration of Aquatic Animal Habitats)
Show Figures

Figure 1

Figure 1
<p>Study area and sampling stations (1–7) in the subtidal zone of northern Jeju Island.</p>
Full article ">Figure 2
<p>Principal component analysis of environmental data in the subtidal zone of northern Jeju Island. Note: AVS—acid-volatile sulfide; COD—chemical oxygen demand; DO—dissolved oxygen; IL—ignition loss; A—stations in 2011; B—stations in 2012.</p>
Full article ">Figure 3
<p>Number of species and abundance of species in the subtidal zone of northern Jeju Island. Note: A—stations in 2011; B—stations in 2012; broken line—average value.</p>
Full article ">Figure 4
<p>Non-metric multidimensional scaling ordination of macrobenthic communities in the subtidal zone of northern Jeju Island. Note: A—stations in 2011; B—stations in 2012.</p>
Full article ">Figure 5
<p>Box plot for ecological indices in the subtidal zone of northern Jeju Island.</p>
Full article ">Figure 6
<p>Box plot for benthic indices in the subtidal zone of northern Jeju Island.</p>
Full article ">Figure 7
<p>Heatmap of correlations between benthic indices and environmental data.</p>
Full article ">Figure 8
<p>Distance-based redundancy analysis (dbRDA) diagram of the Bray–Curtis similarity index for the macrobenthic community. Note: A—stations in 2011; B—stations in 2012; AVS—acid-volatile sulfide; COD—chemical oxygen demand; DO—dissolved oxygen; IL—ignition loss.</p>
Full article ">
20 pages, 914 KiB  
Article
Cost-Efficient Hybrid Filter-Based Parameter Selection Scheme for Intrusion Detection System in IoT
by Gabriel Chukwunonso Amaizu, Akshita Maradapu Vera Venkata Sai, Madhuri Siddula and Dong-Seong Kim
Electronics 2025, 14(4), 726; https://doi.org/10.3390/electronics14040726 - 13 Feb 2025
Viewed by 293
Abstract
The rapid growth of Internet of Things (IoT) devices has brought about significant advancements in automation, data collection, and connectivity across various domains. However, this increased interconnectedness also poses substantial security challenges, making IoT networks attractive targets for malicious actors. Intrusion detection systems [...] Read more.
The rapid growth of Internet of Things (IoT) devices has brought about significant advancements in automation, data collection, and connectivity across various domains. However, this increased interconnectedness also poses substantial security challenges, making IoT networks attractive targets for malicious actors. Intrusion detection systems (IDSs) play a vital role in protecting IoT environments from cyber threats, necessitating the development of sophisticated and effective NIDS solutions. This paper proposes an IDS that addresses the curse of dimensionality by eliminating redundant and highly correlated features, followed by a wrapper-based feature ranking to determine their importance. Additionally, the IDS incorporates cutting-edge image processing techniques to reconstruct data into images, which are further enhanced through a filtering process. Finally, a meta classifier, consisting of three base models, is employed for efficient and accurate intrusion detection. Simulation results using industry-standard datasets demonstrate that the hybrid parameter selection approach significantly reduces computational costs while maintaining reliability. Furthermore, the combination of image transformation and ensemble learning techniques achieves higher detection accuracy, further enhancing the effectiveness of the proposed IDS. Full article
(This article belongs to the Special Issue New Challenges in Cyber Security)
Show Figures

Figure 1

Figure 1
<p>The proposed framework for detecting and classifying cyberattacks in IoT environments follows a coherent flow consisting of four interconnected phases: preprocessing, parameter selection, data transformation, and classification.</p>
Full article ">Figure 2
<p>Class distribution for Data A showing an imbalanced distribution of number of samples per class.</p>
Full article ">Figure 3
<p>Class distribution for Data A where samples are evenly distributed.</p>
Full article ">Figure 4
<p>Before and after filtering of Data A. (<b>a</b>) Data A before outlier elimination. (<b>b</b>) After outlier elimination using IQR on Data A.</p>
Full article ">Figure 5
<p>Correlation heatmap of Data A. It shows that highly correlated and redundant parameters exist in the dataset.</p>
Full article ">Figure 6
<p>A plot of the resulting parameters after performing a correlation test and eliminating features whose correlation score is greater than the correlation threshold. NB: The darker the red, the higher the correlation. A feature will always have a high correlation with itself, hence the diagonal.</p>
Full article ">Figure 7
<p>Feature ranking depicting features of Data A and their ranks. The five highest-ranked features are automatically selected from this stage.</p>
Full article ">Figure 8
<p>Ample images of each label in Data A after non-image to image transformation.</p>
Full article ">Figure 9
<p>One sample from each label original and Gabor-filtered image of Data A.</p>
Full article ">
22 pages, 2212 KiB  
Article
KeypointNet: An Efficient Deep Learning Model with Multi-View Recognition Capability for Sitting Posture Recognition
by Zheng Cao, Xuan Wu, Chunguo Wu, Shuyang Jiao, Yubin Xiao, Yu Zhang and You Zhou
Electronics 2025, 14(4), 718; https://doi.org/10.3390/electronics14040718 - 12 Feb 2025
Viewed by 369
Abstract
Numerous studies leverage pose estimation to extract human keypoint data and then classify sitting postures. However, employing neural networks for direct keypoint classification often yields suboptimal results. Alternatively, modeling keypoints into other data representations before classification introduces redundant information and substantially increases inference [...] Read more.
Numerous studies leverage pose estimation to extract human keypoint data and then classify sitting postures. However, employing neural networks for direct keypoint classification often yields suboptimal results. Alternatively, modeling keypoints into other data representations before classification introduces redundant information and substantially increases inference time. In addition, most existing methods perform well only under a single fixed viewpoint, limiting their applicability in complex real-world scenarios involving unseen viewpoints. To better address the first limitation, we propose KeypointNet, which employs a decoupled feature extraction strategy consisting of a Keypoint Feature Extraction module and a Multi-Scale Feature Extraction module. In addition, to enhance multi-view recognition capability, we propose the Multi-View Simulation (MVS) algorithm, which augments the viewpoint information by first rotating keypoints and then repositioning the camera. Simultaneously, we propose the multi-view sitting posture (MVSP) dataset, designed to simulate diverse real-world viewpoints. The experimental results demonstrate that KeypointNet outperforms the other state-of-the-art methods on both the proposed MVSP dataset and the other public datasets, while maintaining a lightweight and efficient design. Ablation studies demonstrate the effectiveness of MVS and all KeypointNet modules. Furthermore, additional experiments highlight the superior generalization, small-sample learning capability, and robustness to unseen viewpoints of KeypointNet. Full article
(This article belongs to the Special Issue Innovation and Technology of Computer Vision)
Show Figures

Graphical abstract

Graphical abstract
Full article ">Figure 1
<p>An overview of the proposed MVS and KeypointNet method for sitting posture recognition. Firstly, a video stream is captured by a camera, and images from the stream are extracted and processed using a pose estimation method to infer 3D keypoint data (MHFormer [<a href="#B14-electronics-14-00718" class="html-bibr">14</a>] is used in our method). During the training process, MVS is employed to augment the keypoint data, after which KeypointNet is used for recognition. During the testing process, the keypoint data obtained from the pose estimation method are directly recognized using KeypointNet.</p>
Full article ">Figure 2
<p>An illustration of MVS’s viewpoint transformation process. The upper part uses cubes to visualize the spatial transformation more intuitively. Random keypoint rotation alters the orientation of the data without changing the relative positions between keypoints. In contrast, random camera repositioning introduces more diverse viewpoint transformations and changes the relative positions between keypoints. The lower part demonstrates a set of keypoint data to showcase the actual data augmentation effects.</p>
Full article ">Figure 3
<p>An illustration of the 17 human skeletal keypoints’ distribution.</p>
Full article ">Figure 4
<p>Framework of proposed KeypointNet. (<b>a</b>) Overview of the entire KeypointNet architecture. (<b>b</b>) Detailed structure of the KFE module within KeypointNet. (<b>c</b>) Detailed structure of the MSFE module within KeypointNet.</p>
Full article ">Figure 5
<p>An illustration of the 7 postures in the MVSP dataset from different viewpoints.</p>
Full article ">Figure 6
<p>Illustrations of keypoint data, skeleton images, point cloud data, and spatiotemporal sequence data.</p>
Full article ">Figure 7
<p>The performance of the MVS algorithm.</p>
Full article ">Figure 8
<p>Comparison of MVS with other data augmentation techniques.</p>
Full article ">Figure 9
<p>Result of Multi-View Simulation algorithm robustness experiments.</p>
Full article ">Figure 10
<p>The results of the experiment on viewpoint limitedness.</p>
Full article ">Figure 11
<p>The results of the data sampling rate experiment.</p>
Full article ">
18 pages, 1765 KiB  
Review
Post-COVID-19 Era Forensics: Hospital Autopsies, New Methodologies, and Medicolegal Perspectives
by Simona Zaami, Gabriele Napoletano, Enrico Marinelli, Sara Sablone, Lina De Paola and Francesco Introna
Forensic Sci. 2025, 5(1), 8; https://doi.org/10.3390/forensicsci5010008 - 12 Feb 2025
Viewed by 418
Abstract
Background: Hospital autopsies, once considered fundamental to evidence-based medicine, have declined in many Western countries due to legislative changes, faith-based objections, and inadequate funding in public healthcare. However, the COVID-19 pandemic has revitalized interest in their importance for determining the cause of death [...] Read more.
Background: Hospital autopsies, once considered fundamental to evidence-based medicine, have declined in many Western countries due to legislative changes, faith-based objections, and inadequate funding in public healthcare. However, the COVID-19 pandemic has revitalized interest in their importance for determining the cause of death and generating public health statistics. This study analyzes the factors contributing to this decline, with a focus on the Italian context and the new medicolegal perspectives arising in the post-pandemic era. Methods: The research was conducted through an analysis of 91 relevant scientific sources, including government documents, policy briefs, and academic studies. Legislative and regulatory factors influencing the reduction in hospital autopsies were examined, along with new technological and medicolegal perspectives that have emerged following the COVID-19 pandemic. Special attention was given to the Italian context and the pandemic’s impact on autopsy practices. Results: The analysis revealed that the perceived “low value” of autopsies often stems from technological advancements, which have led to the view of these procedures as redundant. However, in the post-COVID-19 era, there has been a renewed awareness of the medicolegal value of autopsies, with significant implications for public health statistics and the evolution of forensic medicine. Conclusions: The COVID-19 pandemic highlighted the vital role of autopsies in delivering accurate medical information, prompting renewed attention to these procedures in the post-pandemic era. Moving forward, hospital autopsies will need to balance technological innovations with traditional medicolegal practices, paving the way for new perspectives in forensic medicine and public health data management. Full article
Show Figures

Figure 1

Figure 1
<p>PRISMA chart.</p>
Full article ">Figure 2
<p>Autopsy rate (%) per hospital deaths updated in September 2022. Source: European Health for All Database [<a href="#B17-forensicsci-05-00008" class="html-bibr">17</a>]. In red, the individual countries; in blue, associations or unions of countries.</p>
Full article ">Figure 3
<p>The 2001 rates of hospital autopsies per hospital deaths. Source: European Health for All Database [<a href="#B17-forensicsci-05-00008" class="html-bibr">17</a>]. In red, the individual countries; in blue, associations or unions of countries.</p>
Full article ">
19 pages, 4832 KiB  
Article
Research on Acceleration Algorithm for Source Measurement Unit Based on BA-Informer
by Hongtao Chen, Yantian Shen, Yunlong Duan, Hongjun Wang, Yang Yang, Jinbang Wang, Peixiang Xue, Hua Li and Fang Li
Electronics 2025, 14(4), 698; https://doi.org/10.3390/electronics14040698 - 11 Feb 2025
Viewed by 339
Abstract
With the rapid development of the semiconductor industry, the demand for high-speed testing in the large-scale production of semiconductor devices and integrated circuit production lines continues to grow. As one of the key tools in semiconductor device performance testing and integrated circuit testing, [...] Read more.
With the rapid development of the semiconductor industry, the demand for high-speed testing in the large-scale production of semiconductor devices and integrated circuit production lines continues to grow. As one of the key tools in semiconductor device performance testing and integrated circuit testing, source measure unit (SMU) plays a crucial role in high-precision transient response testing scenarios. In high-precision measurement scenarios, multiple measurements are often required and averaged to improve measurement accuracy, but this can slow down the measurement speed. This article proposes a measurement acceleration algorithm based on BA-Informer time series prediction to solve the problem of decreased measurement speed in high-precision measurement. On the one hand, this algorithm improves the encoder structure. Traditional time series prediction models may have limitations in handling long-term dependencies and trend extraction. BiRNN is an extended version of recurrent neural network (RNN), which consists of two directional RNN. One forward RNN processes data from the beginning to the end of the sequence, while the other reverse RNN processes data from the end to the beginning of the sequence. In the end, the outputs from both directions are merged at each time step. Compared to traditional one-way RNN, BiRNN can more effectively handle data with before and after dependencies. Based on its characteristics, this article integrates BiRNN into the encoder structure. This algorithm can simultaneously process input sequences from both positive and negative directions, effectively limiting the bidirectional contextual information of data and significantly enhancing the model’s ability to capture time series trends. In this paper, BiRNN is integrated into the encoder structure, and the algorithm can simultaneously process input sequences from both positive and negative directions, more effectively capturing the bidirectional contextual information of data and significantly enhancing the model’s ability to capture time series trends. This improvement enables the model to more accurately grasp the overall trend of data changes during prediction, thereby improving prediction accuracy. On the other hand, an attention discrete cosine transform (ADCT) module is introduced between the encoder and decoder to convert time-domain signals into frequency-domain representations. This not only reveals the spectral characteristics of the signal but also reduces data redundancy and improves the efficiency of subsequent processing by combining attention mechanisms. Finally, the algorithm performance is analyzed by analyzing the output characteristic curves of loads with different properties. The experiment shows that the prediction algorithm and the combination of measurement and prediction method proposed in this article save half of the measurement time by combining measurement and prediction while ensuring the same amount of data obtained, verifying the effectiveness of the proposed method. Full article
Show Figures

Figure 1

Figure 1
<p>Prediction acceleration principle.</p>
Full article ">Figure 2
<p>BA−Informer structure.</p>
Full article ">Figure 3
<p>Overall workflow diagram of BA-Informer. This algorithm is mainly divided into two main parts: data processing flow and data prediction flow. The data processing flow involves normalizing the collected raw data and dividing it into a training set and a testing set as inputs for the model. In the data prediction process, the training set data are used as input, and time-domain features are extracted through an encoder. Frequency domain features are extracted through a discrete cosine transform module, and the two scale features are decoded to achieve the data prediction task. The weight parameters are continuously adjusted through the MSE loss function.</p>
Full article ">Figure 4
<p>Schematic diagram of Improved Encoder (<b>left</b>) and ADCT Block (<b>right</b>). Firstly, the input data needs to be embedded and encoded and then used as the input of the self-attention mechanism through BiRNN. After encoding calculation, the output is used as the time-domain feature. The output obtained through discrete cosine transform is combined with the weight parameters of the self-attention mechanism as the frequency-domain feature. The cross-attention mechanism is used to fuse the features of the time-domain and frequency-domain scales, and the fused feature is output as the input of the decoder.</p>
Full article ">Figure 5
<p>Comparison of prediction performance between 1 V voltage (<b>left</b>) and 5 V voltage (<b>right</b>) input excitation. The yellow curve represents the data obtained from actual measurements, while the blue curve represents the results obtained through prediction algorithms.</p>
Full article ">Figure 6
<p>Physical picture of PXIe-4139 source measurement unit.</p>
Full article ">Figure 7
<p>Time domain waveforms of three types of loads.</p>
Full article ">Figure 8
<p>Comparison chart of various indicators of different models on different datasets. The above experimental results indicate that our proposed method has significant performance advantages compared to other similar methods. (<b>a</b>) Resistor. (<b>b</b>) Capacitor. (<b>c</b>) Inductor.</p>
Full article ">Figure 9
<p>Time domain waveforms of three types of loads. The data on the red background represent the actual collected data of the first 0.5 PLC, the blue curve on the green background represents the predicted results of the last 0.5 PLC based on actual data, and the orange curve represents the actual data of the last 0.5 PLC used to verify algorithm performance. The experimental results indicate that the curve predicted by the model (blue) has the ability to replace the actual measured curve (red). In this way, we can obtain 1 PLC data by combining the actual measured values (orange curve in the red area) with the predicted values (blue curve in the green area), and the required time is only 0.5 PLC.</p>
Full article ">Figure 10
<p>The improvement of model performance by each module on different datasets. The blue, orange, gray, and yellow bar charts represent the original model, the model containing only BIRNN, the model containing only ADCT, and the final model, respectively. The above experimental results demonstrate that our proposed improvement has played its due role in practical prediction tasks. (<b>a</b>) Resistor. (<b>b</b>) Capacitor. (<b>c</b>) Inductor.</p>
Full article ">
14 pages, 5466 KiB  
Article
Prediction of Residual Life of Rolling Bearings Based on Multi-Scale Improved Temporal Convolutional Network (MITCN) Model
by Keru Xia, Qi Li, Luyuan Han, Zhaohui Ren and Hengfa Luo
Machines 2025, 13(2), 137; https://doi.org/10.3390/machines13020137 - 11 Feb 2025
Viewed by 256
Abstract
The method based on convolution neural networks (CNNs) has been widely developed and applied to residual life prediction, and many excellent results have been achieved. However, CNN models can only learn feature information relative to size, and it is difficult to extract complex [...] Read more.
The method based on convolution neural networks (CNNs) has been widely developed and applied to residual life prediction, and many excellent results have been achieved. However, CNN models can only learn feature information relative to size, and it is difficult to extract complex time series features from data of long time series. In addition, the existing models still have some problems, such as capturing the correlation of each time series and generating a large amount of redundant information. In order to alleviate the above problems, this study proposes a residual life prediction method of rolling bearings based on a multi-scale improved temporal convolutional network (MITCN) model. It is used to solve problems such as the low accuracy of bearing life prediction and the difficulty of the temporal convolutional network (TCN) model to capture the correlation of each time series. The model adopts the framework of a time convolution network and has good ability to extract time series information. By introducing a multi-scale expanded causal convolution residual structure, improved temporal convolutional network (ITCN) modules with different expansion factors capture information on different time scales and combine soft threshold functions and channel attention mechanisms to adaptively generate thresholds and eliminate redundant information. Finally, the carbon border adjustment mechanism (CBAM) is an attention mechanism used to enhance useful features and suppress useless features, so as to realize the effective fusion of multi-scale features. The IEEE PHM 2012 challenge data set is hereby used to verify the proposed method, which can effectively solve the problem of the low prediction accuracy of the remaining life of bearings. Full article
(This article belongs to the Topic Advanced Manufacturing and Surface Technology)
Show Figures

Figure 1

Figure 1
<p>Frame of residual life prediction based on the MITCN model.</p>
Full article ">Figure 2
<p>Details of ITCN.</p>
Full article ">Figure 3
<p>CBAM type of attention modules.</p>
Full article ">Figure 4
<p>Details of MITCN.</p>
Full article ">Figure 5
<p>PRONOSTIA bearing life test platform.</p>
Full article ">Figure 6
<p>PRONOSTIA bearing life test platform: (<b>a</b>) Bearing 1_1 and (<b>b</b>) Bearing 1_1 horizontal life cycle vibration signals.</p>
Full article ">Figure 7
<p>Bearing 1_1 character visualization chart in the horizontal direction: (<b>a</b>) time domain features; (<b>b</b>) time–frequency domain characteristics; and (<b>c</b>) trigonometric function characteristics.</p>
Full article ">Figure 8
<p>MITCN model’s RUL prediction results.</p>
Full article ">
20 pages, 2343 KiB  
Article
Modeling and Simulation of Inter-Satellite Laser Communication for Space-Based Gravitational Wave Detection
by Haoqian Liang, Zhaoxiang Yi, Hongling Ling and Kai Luo
Sensors 2025, 25(4), 1068; https://doi.org/10.3390/s25041068 - 11 Feb 2025
Viewed by 280
Abstract
Space-based gravitational wave detection uses an equilateral triangular satellite constellation with inter-satellite laser heterodyne interferometry to measure displacement variations caused by gravitational waves. Inter-satellite laser communication is critical for data transmission, redundancy and clock synchronization, which suppresses clock noise and enhances detection sensitivity. [...] Read more.
Space-based gravitational wave detection uses an equilateral triangular satellite constellation with inter-satellite laser heterodyne interferometry to measure displacement variations caused by gravitational waves. Inter-satellite laser communication is critical for data transmission, redundancy and clock synchronization, which suppresses clock noise and enhances detection sensitivity. This integrated approach ensures precise gravitational wave information extraction, supporting the high-accuracy requirements of space-based observatories. This study focuses on the modeling and simulation of inter-satellite laser communication for space-based gravitational wave detection. Based on the data-transmission requirements of such systems, the principles of inter-satellite laser communication are analyzed. The research includes the selection of pseudo-random noise (PRN) codes, the signal scheme design and the development of the mathematical models for signal transmission. A simulation model is subsequently constructed in Simulink to evaluate the system. The simulation results confirm the accuracy of the model’s functionalities, including spreading, phase modulation, noise addition, phase demodulation and despreading. Additionally, the model achieves a data-transmission rate of 62.5 kbps with a bit error rate (BER) better than 106 when the modulation index exceeds 3.4×103, meeting the requirements for inter-satellite laser communication in space-based gravitational wave detection. Full article
(This article belongs to the Section Sensor Networks)
Show Figures

Figure 1

Figure 1
<p>Schematic diagram of the three–satellite laser links for space–based gravitational wave detection.</p>
Full article ">Figure 2
<p>Schematic diagram of the principle of space–based gravitational wave detection.</p>
Full article ">Figure 3
<p>Structural schematic of the DPLL.</p>
Full article ">Figure 4
<p>Structural schematic of the DLL.</p>
Full article ">Figure 5
<p>Flowchart of the DLL operation.</p>
Full article ">Figure 6
<p>Schematic diagram of the M–sequence generator.</p>
Full article ">Figure 7
<p>Normalized autocorrelation function values of M–sequences with different code offsets.</p>
Full article ">Figure 8
<p>Normalized cross–correlation function values of M–sequences with different code offsets.</p>
Full article ">Figure 9
<p>Normalized autocorrelation function values of PRN codes with spreading factors of 64, 32, 16 and 8.</p>
Full article ">Figure 10
<p>Design of the inter–satellite communication signal scheme.</p>
Full article ">Figure 11
<p>The simulation model of inter–satellite communication based on Simulink.</p>
Full article ">Figure 12
<p>Time–domain waveforms of the data code, PRN code and communication ranging code.</p>
Full article ">Figure 13
<p>Spectrum of the communication ranging code.</p>
Full article ">Figure 14
<p>Comparison of the time–domain signals of the low–depth BPSK modulated signal and the communication ranging code.</p>
Full article ">Figure 15
<p>Comparison of the frequency spectrum of the signal after low–depth BPSK modulation and the frequency spectrum of the signal after noise addition.</p>
Full article ">Figure 16
<p>Comparison of the time–domain waveforms between the demodulated communication ranging code and the original communication ranging code.</p>
Full article ">Figure 17
<p>Comparison of the time–domain waveforms between the despread data code and the original data code.</p>
Full article ">Figure 18
<p>Bit error rate of the simulation system under different modulation indices and the corresponding fitted curve.</p>
Full article ">
20 pages, 4851 KiB  
Article
Research on a Network Diagnosis Method for a Train Control Center and Interlocking Integrated System Based on a Fuzzy Broad Learning System Model
by Lei Yuan, Yinghui Li, Guodong Wei and Wenzhang Guo
Electronics 2025, 14(4), 691; https://doi.org/10.3390/electronics14040691 - 10 Feb 2025
Viewed by 307
Abstract
In high-speed railway signaling systems, the network structure of the Train Control Center and Inter-locking Integrated System (TIS) is highly complex, with a large number of interfaces, numerous redundant channels, and forwarding components such as switches. These factors result in challenges such as [...] Read more.
In high-speed railway signaling systems, the network structure of the Train Control Center and Inter-locking Integrated System (TIS) is highly complex, with a large number of interfaces, numerous redundant channels, and forwarding components such as switches. These factors result in challenges such as insufficient accuracy, low efficiency, and poor real-time performance in terms of network monitoring and fault diagnosis. As the scale of railway yards continues to expand, these issues are becoming increasingly prominent. To address these challenges, this paper proposes a network fault propagation model based on the Fuzzy Broad Learning System (FBLS). By leveraging nonlinear transformations and feature mapping techniques, FBLS can efficiently extract and analyze network fault features, even with a relatively small amount of data. Experimental results show that the FBLS-based diagnostic model achieves higher accuracy and faster response speed in fault identification and propagation path analysis compared to traditional graph theory and fuzzy reasoning methods. Further comparisons with existing methods validate the advantages of FBLS in handling multi-source data, improving noise tolerance, and adapting to large-scale railway yard network systems, demonstrating its broad application prospects in railway signaling systems. Full article
Show Figures

Figure 1

Figure 1
<p>FBLS Basic Architecture.</p>
Full article ">Figure 2
<p>Structure of the <math display="inline"><semantics> <mrow> <mi>i</mi> </mrow> </semantics></math>-th fuzzy subsystem in a fuzzy BLS.</p>
Full article ">Figure 3
<p>Typical TIS Structure Diagram.</p>
Full article ">Figure 4
<p>TIS System Network Monitoring Physical Interface.</p>
Full article ">Figure 5
<p>The Overall Framework of the Network Fault Diagnosis Model Based on FBLS.</p>
Full article ">Figure 6
<p>Accuracy Analysis of the FBLS Model with NumRule and NumFuzz Parameters. (<b>a</b>) Training accuracy of the FBLS model as a function of NumRule, with NumFuzz values indicated by color; (<b>b</b>) Testing accuracy of the FBLS model as a function of NumRule, with NumFuzz values indicated by color.</p>
Full article ">Figure 7
<p>3D Visualization of Training and Testing Accuracy Based on NumRule and NumFuzz. (<b>a</b>) Training accuracy of the model based on NumRule and NumFuzz values; (<b>b</b>) Testing accuracy of the model based on NumRule and NumFuzz values.</p>
Full article ">Figure 8
<p>Scatter plot of true labels and predicted labels under the FBLS model and the fuzzy inference model. (<b>a</b>) Accuracy of the fuzzy inference model; (<b>b</b>) Accuracy of the FBLS method.</p>
Full article ">Figure 9
<p>The fault propagation path display effect of the TIS system. Green indicates normal, orange indicates partial failure, red indicates failure, and gray indicates unknown.</p>
Full article ">Figure 10
<p>Readable language fuzzy rules (ILFR) display effect.</p>
Full article ">
19 pages, 13108 KiB  
Article
Two-Stage Unsupervised Hyperspectral Band Selection Based on Deep Reinforcement Learning
by Yi Guo, Qianqian Wang, Bingliang Hu, Xueming Qian and Haibo Ye
Remote Sens. 2025, 17(4), 586; https://doi.org/10.3390/rs17040586 - 8 Feb 2025
Viewed by 408
Abstract
Hyperspectral images are high-dimensional data that capture detailed spectral information across a wide range of wavelengths, enabling the precise identification and analysis of different materials or objects. However, the high dimensionality of the data also introduces information redundancy and increases the computational overhead, [...] Read more.
Hyperspectral images are high-dimensional data that capture detailed spectral information across a wide range of wavelengths, enabling the precise identification and analysis of different materials or objects. However, the high dimensionality of the data also introduces information redundancy and increases the computational overhead, making it necessary to perform band selection to retain the most discriminative and informative bands for the target task. Traditional band selection methods, such as ranking-based, searching-based, and clustering-based approaches, often rely on handcrafted features and heuristic rules, which fail to fully exploit the latent information and complex spatial–spectral relationships in hyperspectral images. To address this issue, this paper proposes a two-stage unsupervised band selection method based on deep reinforcement learning. First, we performed noise estimation preprocessing to filter out bands with high noise levels to reduce the interference in the agent’s learning process. Then, the band selection problem was formulated as a Markov Decision Process (MDP), where the agent learned an optimal band selection strategy through interactions with the environment. In the design of the reward function, the Optimal Index Factor (OIF) was introduced as the evaluation metric to encourage the agent to select bands with high information content and low redundancy, and thereby improve the efficiency and quality of the selection process. Experimental results on three hyperspectral datasets demonstrated that the proposed method could effectively improve the performance of the hyperspectral image band selection. Full article
Show Figures

Figure 1

Figure 1
<p>The overall framework of the proposed method. In the first stage, the SNR value of each band in the hyperspectral image is calculated, along with the mean SNR. Bands with SNR values below the mean are filtered out, and the remaining bands are used as the candidate band set for reinforcement learning. In the second stage, a reinforcement learning algorithm is applied for further selection.</p>
Full article ">Figure 2
<p>From top-left to right to bottom: true color composite images and ground truth data for Indian Pines, Pavia University, and Botswana.</p>
Full article ">Figure 3
<p>From left to right: the ground truth map of the Indian Pines dataset and the classification result map obtained on the Indian Pines dataset using the proposed method with 30 selected bands and the SVM classifier.</p>
Full article ">Figure 4
<p>From top to bottom: the ground truth map of the Botswana dataset and the classification result map obtained on the Botswana dataset using the proposed method with 30 selected bands and the SVM classifier.</p>
Full article ">Figure 5
<p>From left to right: the ground truth map of the Pavia University dataset and the classification result map obtained on the Pavia University dataset using the proposed method with 30 selected bands and the SVM classifier.</p>
Full article ">Figure 6
<p>Our method’s curves of the OA, AA, and Kappa coefficient on the Indian Pines dataset with different numbers of selected bands and classifiers. The x-axis represents the number of selected bands, while the y-axis corresponds to the values of the OA, AA, and Kappa coefficients, respectively.</p>
Full article ">
Back to TopTop