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

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (4,189)

Search Parameters:
Keywords = feature projections

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
22 pages, 1975 KB  
Article
A Study on High-Precision Dimensional Measurement of Irregularly Shaped Carbonitrided 820CrMnTi Components
by Xiaojiao Gu, Dongyang Zheng, Jinghua Li and He Lu
Materials 2026, 19(8), 1491; https://doi.org/10.3390/ma19081491 - 8 Apr 2026
Abstract
For irregularly shaped 820CrMnTi carburizing and nitriding parts, the challenges of high reflectivity-induced overexposure, low surface contrast, and interference from minute burrs in industrial online inspection are addressed in this paper. An innovative precision detection method integrating adaptive imaging and a dual-drive heterogeneous [...] Read more.
For irregularly shaped 820CrMnTi carburizing and nitriding parts, the challenges of high reflectivity-induced overexposure, low surface contrast, and interference from minute burrs in industrial online inspection are addressed in this paper. An innovative precision detection method integrating adaptive imaging and a dual-drive heterogeneous coupling model (RGFCN) is proposed. Such parts, due to surface photovoltaic characteristic changes caused by carburizing and nitriding heat treatment and the complex on-site lighting environment, are prone to local overexposure and “false out-of-tolerance” measurements caused by outlier sensitivity in traditional inspections. First, an innovative programmatic adaptive exposure control algorithm based on grayscale histogram feedback is introduced, which dynamically adjusts imaging parameters in real time to effectively suppress high-brightness overexposure under specific working conditions. Second, a novel adaptive main-axis scanning strategy is designed to construct a dynamic follow-up coordinate system, eliminating projection errors introduced by random positioning from a geometric perspective. Additionally, Gaussian gradient energy fields are combined with the Huber M-estimation robust fitting mechanism to suppress thermal noise while automatically reducing the weight of burrs and oil stains, achieving “immunity” to non-functional defects. Meanwhile, a data-driven innovative compensation approach is introduced. Based on sample training, gradient boosting decision trees (GBDTs) are integrated to explore the nonlinear mapping relationship between multidimensional feature spaces and system residuals, achieving implicit calibration of lens distortion and environmental coupling errors. By simulating factory conditions with drastic 24 h day–night lighting fluctuations and strong oil stain interference, statistical analysis of over 1000 mass-produced parts shows that this method exhibits excellent robustness in complex environments. It reduces the false out-of-tolerance rate caused by burrs by over 90%, and the standard deviation of repeated measurements converges to the micrometer level. This effectively addresses the visual inspection challenges of irregular, highly reflective parts on dynamic production lines. Full article
(This article belongs to the Special Issue Latest Developments in Advanced Machining Technologies for Materials)
19 pages, 1748 KB  
Article
Evaluating Embedding Representations for Multiclass Code Smell Detection: A Comparative Study of CodeBERT and General-Purpose Embeddings
by Marcela Mosquera and Rodolfo Bojorque
Appl. Sci. 2026, 16(8), 3622; https://doi.org/10.3390/app16083622 - 8 Apr 2026
Abstract
Code smells are indicators of potential design problems in software systems and are commonly used to guide refactoring activities. Recent advances in representation learning have enabled the use of embedding-based models for analyzing source code, offering an alternative to traditional approaches based on [...] Read more.
Code smells are indicators of potential design problems in software systems and are commonly used to guide refactoring activities. Recent advances in representation learning have enabled the use of embedding-based models for analyzing source code, offering an alternative to traditional approaches based on manually engineered metrics. However, the effectiveness of different embedding representations for multiclass code smell detection remains insufficiently explored. This study presents an empirical comparison of embedding models for the automatic detection of three widely studied code smells: Long Method, God Class, and Feature Envy. Using the Crowdsmelling dataset as an empirical basis, source code fragments were extracted from the original projects and transformed into vector representations using two embedding approaches: a general-purpose embedding model and the code-specialized CodeBERT model. The resulting representations were evaluated using several machine learning classifiers under a stratified group-based validation protocol. The results show that CodeBERT consistently outperforms the general-purpose embeddings across multiple evaluation metrics, including balanced accuracy, macro F1-score, and Matthews correlation coefficient. Dimensionality reduction analyses using PCA and t-SNE further indicate that CodeBERT organizes code smell instances in a more structured latent representation space, which facilitates the separation of smell categories. In particular, CodeBERT achieved a macro F1-score of 0.8619, outperforming general-purpose embeddings (0.7622) and substantially surpassing a classical TF-IDF baseline (0.4555). These findings highlight the value of this study as a controlled multiclass evaluation of embedding representations and demonstrate the practical value of domain-specific representations for improving automated code smell detection and class separability in real-world software engineering scenarios. Full article
Show Figures

Figure 1

18 pages, 11149 KB  
Article
LRES-YOLO: Target Detection Algorithm for Landslides on Reservoir Embankment Slopes
by Xiaohua Xu, Xuecai Bao, Zhongxi Wang, Haijing Wang and Xin Wen
Water 2026, 18(8), 889; https://doi.org/10.3390/w18080889 - 8 Apr 2026
Abstract
To address the urgent need for enhancing landslide risk monitoring in reservoir embankment slopes, a core component of water conservancy projects, this paper proposes the LRES-YOLO algorithm for real-time landslide detection on reservoir embankments. In LRES-YOLO, we first integrate coordinate attention into basic [...] Read more.
To address the urgent need for enhancing landslide risk monitoring in reservoir embankment slopes, a core component of water conservancy projects, this paper proposes the LRES-YOLO algorithm for real-time landslide detection on reservoir embankments. In LRES-YOLO, we first integrate coordinate attention into basic feature extraction convolutional blocks to form the CACBS attention module, which enhances the model’s ability to identify and locate landslide targets in complex reservoir terrain, overcoming positional information insensitivity in deep networks. Second, we add novel downsampling DP modules and ELAN-W modules to the backbone network, improving feature recognition efficiency for embankment slopes with diverse hydrological and topographical interference. Third, we optimize the feature fusion network with targeted concatenation and pooling operations, balancing semantic information enhancement with computational load reduction to mitigate overfitting in variable reservoir environments. Finally, we adopt Focal Loss and EIoU Loss to accelerate training convergence and strengthen target feature representation for small or obscured landslides on embankments. Experimental results show that LRES-YOLO outperforms traditional algorithms in detecting landslides across diverse reservoir embankment scenarios: it achieves an average improvement of 8.4 percentage points in mean mAP over the best-performing baseline across five independent trials, a detection speed of 8.2 ms per image, and memory usage of 139 MB. This lightweight design makes it suitable for edge computing devices, providing robust technical support for intelligent monitoring systems in water conservancy projects. Full article
Show Figures

Figure 1

24 pages, 2056 KB  
Article
Study on the Public Perception Characteristics of Intangible Cultural Heritage in China from the Perspective of Social Media
by Xing Tu and Yu Xia
ISPRS Int. J. Geo-Inf. 2026, 15(4), 159; https://doi.org/10.3390/ijgi15040159 - 7 Apr 2026
Abstract
Exploring public awareness, participation, and emotional inclination toward intangible cultural heritage (ICH) clarifies public attitudes and demands toward traditional culture, providing a crucial basis for targeted ICH protection and inheritance. Based on ICH text big data collected from China’s mainstream social media platform [...] Read more.
Exploring public awareness, participation, and emotional inclination toward intangible cultural heritage (ICH) clarifies public attitudes and demands toward traditional culture, providing a crucial basis for targeted ICH protection and inheritance. Based on ICH text big data collected from China’s mainstream social media platform Weibo, this study improves the TF-IDF algorithm, integrates LDA topic analysis for semantic feature mining, and trains a new sentiment analysis model to explore public emotional attitudes and their formation mechanisms. The study is geographically limited to China and covers the entire year of 2023. The results show that: (1) Public ICH perception is multi-dimensional, with close attention to crafts like paper-cutting and traditional Chinese medicine; action-oriented terms reflect dynamic inheritance demands. Public discussions focus on three dimensions: ICH inheritance and development (39%), introduction and promotion (45%), and public experience and participation (16%), with the latter accounting for a low proportion. (2) Public sentiment toward ICH is predominantly positive, with all regions scoring above 0.730 (full score = 1), and Zhejiang (0.751) and Jiangsu (0.750) ranking significantly higher. (3) Spatial econometric analysis reveals marked regional differences in ICH sentiment distribution, mainly affected by three key factors—the number of ICH projects, the number of inheritors, and regional GDP—with regression coefficients of 0.699, 0.632, and 0.458 (p < 0.01). This finding provides a basis for formulating targeted ICH protection strategies. Full article
(This article belongs to the Topic 3D Documentation of Natural and Cultural Heritage)
25 pages, 11063 KB  
Article
Tac-Mamba: A Pose-Guided Cross-Modal State Space Model with Trust-Aware Gating for mmWave Radar Human Activity Recognition
by Haiyi Wu, Kai Zhao, Wei Yao and Yong Xiong
Electronics 2026, 15(7), 1535; https://doi.org/10.3390/electronics15071535 - 7 Apr 2026
Abstract
Millimeter-wave (mmWave) radar point clouds offer a privacy-preserving solution for Human Activity Recognition (HAR), but their inherent sparsity and noise limit single-modal performance. While multimodal fusion mitigates this issue, existing methods often suffer from severe negative transfer during visual degradation and incur high [...] Read more.
Millimeter-wave (mmWave) radar point clouds offer a privacy-preserving solution for Human Activity Recognition (HAR), but their inherent sparsity and noise limit single-modal performance. While multimodal fusion mitigates this issue, existing methods often suffer from severe negative transfer during visual degradation and incur high computational costs, unsuitable for edge devices. To address these challenges, we propose Tac-Mamba, a lightweight cross-modal state space model. First, we introduce a topology-guided distillation scheme that uses a Spatial Mamba teacher to extract structural priors from visual skeletons. These priors are then explicitly distilled into a Point Transformer v3 (PTv3) radar student with a modality dropout strategy. We also developed a Trust-Aware Cross-Modal Attention (TACMA) module to prevent negative transfer. It evaluates the reliability of visual features through a SiLU-activated cross-modal bilinear interaction, smoothly degrading to a pure radar-driven fallback projection when visual inputs are corrupted. Finally, a Lightweight Temporal Mamba Block (LTMB) with a Zero-Parameter Cross-Gating (ZPCG) mechanism captures long-range kinematic dependencies with linear complexity. Experiments on the public MM-Fi dataset under strict cross-environment protocols demonstrate that Tac-Mamba achieves competitive accuracies of 95.37% (multimodal) and 87.54% (radar-only) with only 0.86M parameters and 1.89 ms inference latency. These results highlight the model’s exceptional robustness to modality missingness and its feasibility for edge deployment. Full article
(This article belongs to the Section Artificial Intelligence)
Show Figures

Figure 1

41 pages, 6859 KB  
Article
Safe Cooperative Decision-Making for Multi-UAV Pursuit–Evasion Games via Opponent Intent Inference
by Wenxin Li, Yongxin Feng and Wenbo Zhang
Sensors 2026, 26(7), 2243; https://doi.org/10.3390/s26072243 - 4 Apr 2026
Viewed by 147
Abstract
Cooperative multi-UAV pursuit–evasion under occlusions and sensor noise is challenged by intermittent observability of the evader, varying observation-window lengths, and non-stationary evader tactics, all of which destabilize prediction and undermine safety-constrained cooperation. To address these challenges, we propose a safe decision-making framework that [...] Read more.
Cooperative multi-UAV pursuit–evasion under occlusions and sensor noise is challenged by intermittent observability of the evader, varying observation-window lengths, and non-stationary evader tactics, all of which destabilize prediction and undermine safety-constrained cooperation. To address these challenges, we propose a safe decision-making framework that uses behavior mode and subgoal inference as intermediate representations for interpretable, uncertainty-aware cooperation. Specifically, an observation-driven generative intent–subgoal model infers the evader’s behavior mode and subgoal from short observation windows. Building on this model, a length-agnostic trajectory predictor is trained via multi-window knowledge distillation and consistency regularization to produce future trajectory predictions with calibrated uncertainty for arbitrary observation-window lengths, thereby reducing cross-window inference inconsistency and lowering online computational cost. Based on these predictions, we derive belief and risk features and develop a belief–risk-gated hierarchical multi-agent policy based on soft actor-critic with a safety projection layer, enabling adaptive strategy switching and a controllable trade-off between efficiency and safety. Experiments in obstacle-rich pursuit–evasion environments with randomized layouts and diverse obstacle configurations demonstrate more stable cooperative capture, safer maneuvering, and lower decision variance than representative baselines, indicating strong robustness and real-time feasibility. Specifically, across different observation-window settings, the proposed method improves the normalized expected return by approximately 5–7% over the strongest baseline and reduces pursuer losses by roughly 22–25%. Moreover, its end-to-end decision latency consistently remains within the 50 ms control cycle. Full article
(This article belongs to the Section Sensors and Robotics)
Show Figures

Figure 1

25 pages, 6824 KB  
Article
Automatic Detection of Inter-Turn Short-Circuit in Dry-Type Transformers Through the Analysis of Leakage Flux Components
by Daniel Cruz-Ramírez, Israel Zamudio-Ramírez, Larisa Dunai and Jose Alfonso Antonino-Daviu
Appl. Sci. 2026, 16(7), 3505; https://doi.org/10.3390/app16073505 - 3 Apr 2026
Viewed by 293
Abstract
Dry-type electrical transformers are essential components in commercial, industrial, and residential power distribution systems, as they adapt voltage levels required by a broad range of load types. Although they are robustly constructed, they are exposed to adverse operational and environmental conditions such as [...] Read more.
Dry-type electrical transformers are essential components in commercial, industrial, and residential power distribution systems, as they adapt voltage levels required by a broad range of load types. Although they are robustly constructed, they are exposed to adverse operational and environmental conditions such as dust, humidity, and electrical disturbances that may cause premature winding damage, such as inter-turn short circuits. This study focuses on the detection of inter-turn short-circuit faults in a 15 kVA commercial dry-type transformer, where a fault equivalent to 11.54% of short-circuited turns was induced in the tap changers. Axial, radial, and rotational leakage magnetic flux signals were captured using a low-cost, non-invasive triaxial Hall-effect magnetic flux sensor. During data processing, Fisher Score feature selection was applied to identify the most relevant indicators. Subsequently, feature extraction techniques, including Linear Discriminant Analysis, Principal Component Analysis (PCA), Uniform Manifold Approximation and Projection, and Isometric Mapping, were evaluated. The technique that best preserved global and local data structures was selected using Trustworthiness, Spearman’s correlation, and Kruskal’s stress metrics. PCA was selected as the optimal technique based on these quality metrics, achieving the highest classification performance. The resulting subspace data were classified using support vector machines and applying K-fold cross-validation. The proposed system achieved classification accuracies above 95%, with high recall and F1-score values, for inter-turn fault detection in each winding, confirming its effectiveness for reliable inter-turn fault detection in each transformer winding. Full article
(This article belongs to the Special Issue Reliability and Fault Tolerant Control of Electric Machines)
Show Figures

Figure 1

28 pages, 18070 KB  
Article
Flying Objects or Architectural Projects of Russian Avant-Garde Suprematism
by Kornelija Icin
Arts 2026, 15(4), 70; https://doi.org/10.3390/arts15040070 - 3 Apr 2026
Viewed by 234
Abstract
The study reconsiders the architectural production associated with Russian Suprematism (which was speaking of “the supremacy of pure artistic sensation” rather than the veritable figurative depiction of real-life subjects) in the early Soviet period as a coherent and conceptually rigorous mode of speculative [...] Read more.
The study reconsiders the architectural production associated with Russian Suprematism (which was speaking of “the supremacy of pure artistic sensation” rather than the veritable figurative depiction of real-life subjects) in the early Soviet period as a coherent and conceptually rigorous mode of speculative world-making rather than as a marginal or unrealized appendix to avant-garde art history and theory. By examining the architectural propositions articulated by Kazimir Malevich and then elaborated by his younger colleagues Lazar Khidekel, Ilya Chashnik, and Nikolai Suetin, the study advances the claim that Russian Suprematist architecture constituted an epistemic experiment aimed at redefining the very ontological premises of architecture. Far from functioning as a mere transposition of abstract pictorial language into three-dimensional form, Suprematist planits, architectons, and aerocentric projects operated as instruments for thinking spatiality beyond terrestrial gravity, anthropocentric utility, and historical typology. Situating these projects within the intellectual horizon of Russian cosmism and early aerospace thought, the article demonstrates how Suprematist architecture intersected with contemporary philosophical, scientific, and technological discourses that envisioned humanity’s active participation in the reorganization of cosmic space. The architectural imagination of Suprematism emerges here as inseparable from broader debates on excitation, non-objectivity, transformation of matter, and the reconfiguration of human corporeality. Through close analysis of formal strategies, pedagogical frameworks, and theoretical writings, the paper reveals the internal plurality of avant-garde Suprematist architectural inquiry, ranging from ecological proto-urbanism and hovering settlements to magnetic and cruciform spatial systems. Ultimately, the paper argues that the historical non-realization of these projects should not be interpreted as a failure but as an intrinsic feature of their speculative methodology. Suprematist architecture is thus redefined as an anticipatory practice whose unresolved propositions continue to resonate with contemporary discussions on space habitation, planetary design, ecological responsibility, and post-human architectural thought, challenging inherited assumptions about the scope and function of architecture as such. Full article
Show Figures

Figure 1

23 pages, 6677 KB  
Article
Fine-Grained 3D Building Reconstruction and Floor Height Estimation from Ultra-High-Resolution TomoSAR Data Using Geometric Constraints
by Haoyuan Chen, Wenkang Liu, Quan Chen, Lei Cui and Mengdao Xing
Remote Sens. 2026, 18(7), 1073; https://doi.org/10.3390/rs18071073 - 2 Apr 2026
Viewed by 274
Abstract
The automatic generation of semantic Level of Detail (LOD) 2 models from TomoSAR point clouds is frequently compromised by elevation side-lobes, data sparsity, and inherent geometric distortions. In particular, the energy dispersion caused by side-lobes blurs vertical structures, making the extraction of floor [...] Read more.
The automatic generation of semantic Level of Detail (LOD) 2 models from TomoSAR point clouds is frequently compromised by elevation side-lobes, data sparsity, and inherent geometric distortions. In particular, the energy dispersion caused by side-lobes blurs vertical structures, making the extraction of floor details and accurate floor height estimation significantly challenging. To overcome these limitations, we present a refined reconstruction framework that tightly couples tomographic imaging mechanisms with building geometric priors. For fine-grained vertical reconstruction, we employ a geometry-constrained inverse projection strategy that concentrates scattered energy back onto the building façade to mitigate side-lobe interference. This is complemented by a Global Coherent Integration method, utilizing spectral analysis to robustly recover periodic floor patterns and estimate average floor heights. In the horizontal domain, we address the conflict between noise suppression and feature preservation through a separation-of-axes morphological strategy. Unlike traditional isotropic filtering, this approach processes orthogonal directions independently to bridge data gaps while strictly maintaining sharp building corners and recovering fine substructures. Validated on airborne Ku-band datasets, the proposed method demonstrates the capability to produce topologically complete and semantically rich urban models from sparse radar observations. Full article
Show Figures

Figure 1

19 pages, 8523 KB  
Article
DAMFusion: Multi-Spectral Image Segmentation via Competitive Query and Boundary Region Attention
by Miao Yu, Xing Lu, Ziyao Yang, Daoxing Gao and Guoqiang Zhong
Remote Sens. 2026, 18(7), 1064; https://doi.org/10.3390/rs18071064 - 2 Apr 2026
Viewed by 229
Abstract
To address the challenges of modal differences in multimodal farmland images and insufficient segmentation accuracy for small targets, this paper proposes a multi-source image fusion branch (DAMFusion) based on modal competitive selection. The branch dynamically selects infrared and visible light features through the [...] Read more.
To address the challenges of modal differences in multimodal farmland images and insufficient segmentation accuracy for small targets, this paper proposes a multi-source image fusion branch (DAMFusion) based on modal competitive selection. The branch dynamically selects infrared and visible light features through the Competitive Query Module (CQM) using Top-K screening, combined with IOU-aware loss optimization to avoid cross-modal interference. The multimodal fusion module (MMFormer) employs cross-modal attention and symmetric mechanisms, enhancing single-modal features through a self-enhancement module and unifying multimodal distributions via linear projection. The Boundary Region Attention Multi-level Fusion Module (BRM) extracts boundary information through feature differencing, strengthens it with spatial attention, and fuses it with shallow features to achieve cross-layer detail recovery. Through the collaborative design of dynamic modal feature selection, cross-modal distribution unification, and boundary region enhancement, DAMFusion effectively solves the problems of multimodal differences and small target segmentation in multispectral images, providing precise feature representation for fine farmland segmentation. Experiments on the OUC-UAV-MSEG dataset show that DAMFusion achieves 93.25% OA, 91.71% F1, and 89.70% mIoU, demonstrating clear advantages over representative comparison methods. In addition, ablation results verify the effectiveness of the proposed modules, where CQM improves OA from 91.00% to 93.25%, confirming the importance of discriminative modality selection before fusion. Full article
(This article belongs to the Section AI Remote Sensing)
Show Figures

Figure 1

18 pages, 5346 KB  
Article
MFT-PTM: A Multisource-Fused and Temporally-Aware Framework for Evolutionary Analysis of Rare Earth Patent Topics Model
by Haofei Zhang, Jingyu Wang, Jinling Yu and Lixin Liu
Information 2026, 17(4), 345; https://doi.org/10.3390/info17040345 - 2 Apr 2026
Viewed by 216
Abstract
Rare-earth elements are critical to a wide range of high-technology applications, and analyzing patents involving rare-earth elements is essential for understanding technological progress and innovation trends. Traditional topic models cannot fully exploit patent network structures and temporal information, limiting their ability to capture [...] Read more.
Rare-earth elements are critical to a wide range of high-technology applications, and analyzing patents involving rare-earth elements is essential for understanding technological progress and innovation trends. Traditional topic models cannot fully exploit patent network structures and temporal information, limiting their ability to capture the dynamic evolution of technology topics. To overcome these limitations, we propose a novel multisource-fused framework (MFT-PTM), which integrates three types of multisource features: textual, network, and temporal features via the time-aware TemporalK-Means algorithm. Specifically, we use SciBERT to extract text embeddings, TransR to generate network embeddings, and derive temporal scalars from patent data. After fusing and reducing these features with Uniform Manifold Approximation and Projection (UMAP), we apply TemporalK-Means clustering with a time-decay mechanism to capture evolutionary trends. Experiments on 43,322 rare-earth-related patents indicate that the proposed framework achieves improved performance compared with traditional methods such as LDA and BERTopic in terms of topic coherence, cluster quality, and cluster separation. Furthermore, the analysis suggests a noticeable technological transition in rare-earth applications, gradually shifting from environmental catalysis toward advanced energy and biomedical domains. Overall, the framework provides a quantitative approach for integrating multisource patent information and exploring technological evolution patterns. Full article
(This article belongs to the Section Information Applications)
Show Figures

Figure 1

30 pages, 17575 KB  
Article
Optimal Cooperative Guidance Algorithm for Active Defense of EWA Under Dual Fighter Escort
by Yali Yang, Jiajin Li, Xiaoping Wang and Guorong Huang
Mathematics 2026, 14(7), 1187; https://doi.org/10.3390/math14071187 - 2 Apr 2026
Viewed by 141
Abstract
This paper investigates an optimal cooperative guidance strategy for the active defense of an early-warning aircraft (EWA) escorted by two fighters against an incoming missile. The proposed framework extends classical three-body defense models (Target–Missile–Interceptor) into a more realistic four-body engagement (Target–Missile–Interceptor 1–Interceptor 2), [...] Read more.
This paper investigates an optimal cooperative guidance strategy for the active defense of an early-warning aircraft (EWA) escorted by two fighters against an incoming missile. The proposed framework extends classical three-body defense models (Target–Missile–Interceptor) into a more realistic four-body engagement (Target–Missile–Interceptor 1–Interceptor 2), allowing explicit coordination among multiple defenders. By projecting the 3D engagement kinematics onto two orthogonal 2D planes—a validated simplification for typical aerial combat geometries—a tractable dynamic model is obtained. Within this model, an analytical cooperative guidance law is derived using optimal control theory and the calculus of variations, minimizing a multi-objective cost function that combines miss distance, control effort, intercept geometry, and coordination terms. Extensive Monte Carlo simulations across 23 attack directions and multiple initial ranges demonstrate that the proposed method achieves an interception success rate of 99%, with an average miss distance of below 5 m. Robustness tests further confirm stable performance under target maneuver uncertainty, sensor noise, and modeling deviations. The algorithm features closed-form control commands with low computational complexity, enabling real-time onboard implementation. Full article
(This article belongs to the Section E2: Control Theory and Mechanics)
Show Figures

Figure 1

17 pages, 6981 KB  
Article
Evaluation of Tropical Cyclone Genesis Potential in the Alfred Wegener Institute Climate Model Version 3
by Bushra Al Saadi, Jing Zhang and Jian Shi
Atmosphere 2026, 17(4), 369; https://doi.org/10.3390/atmos17040369 - 2 Apr 2026
Viewed by 206
Abstract
This study evaluates the performance of the state-of-the-art Alfred Wegener Institute Climate Model version 3 (AWI-CM3) in reproducing tropical cyclone (TC) genesis potential, utilizing two distinct genesis potential indices (GPIs): the Emanuel–Nolan GPI (ENGPI) and Dynamic GPI (DGPI). By comparing historical simulations against [...] Read more.
This study evaluates the performance of the state-of-the-art Alfred Wegener Institute Climate Model version 3 (AWI-CM3) in reproducing tropical cyclone (TC) genesis potential, utilizing two distinct genesis potential indices (GPIs): the Emanuel–Nolan GPI (ENGPI) and Dynamic GPI (DGPI). By comparing historical simulations against observational and reanalysis data, we demonstrate that AWI-CM3 is a high-fidelity model capable of replicating the essential climatological annual mean, seasonal cycle, and El Niño–Southern Oscillation (ENSO)-modulated interannual features of TC genesis (TCG) potential. However, both indices exhibit specific limitations within the simulation. Specifically, the ENGPI in AWI-CM3 systematically overestimates the magnitude of tropical cyclone-favorable conditions, primarily due to biases in simulated sea surface conditions. Specifically, the model exhibits basin-dependent SST biases, with pronounced warm biases over the WNP, ENP, NIO, SIO, and SP, contrasting with a cold bias over the NA. In contrast, while the DGPI yields a more realistic magnitude, it displays a more complex spatial bias structure. Both indices in AWI-CM3 accurately capture the seasonal cycle of TCG potential across most basins, with the notable exception of the North Indian Ocean, which reflects both the model’s challenges in representing the seasonal retreat of regional monsoon circulations and certain inherent limitations of the GPIs themselves. Furthermore, AWI-CM3 faithfully captures the interannual modulation of TCG potential by ENSO, notwithstanding some regional discrepancies. Our evaluation provides critical insights into the necessity of a cautious application of GPIs in future climate projections using climate models. Full article
Show Figures

Figure 1

23 pages, 23579 KB  
Article
Image-Based Waste Classification Using a Hybrid Deep Learning Architecture with Transfer Learning and Edge AI Deployment
by Domen Verber, Teodora Grneva and Jani Dugonik
Mathematics 2026, 14(7), 1176; https://doi.org/10.3390/math14071176 - 1 Apr 2026
Viewed by 296
Abstract
Growing amounts of municipal waste and the need for efficient recycling demand automated and accurate classification systems. This paper investigates deep learning approaches for multi-class waste sorting based on image data, comparing three widely used convolutional neural network architectures (ResNet-50, EfficientNet-B0, and MobileNet [...] Read more.
Growing amounts of municipal waste and the need for efficient recycling demand automated and accurate classification systems. This paper investigates deep learning approaches for multi-class waste sorting based on image data, comparing three widely used convolutional neural network architectures (ResNet-50, EfficientNet-B0, and MobileNet V3) with a custom hybrid model (CustomNet). The dataset comprises 13,933 RGB images across 10 waste categories, combining publicly available samples from the Kaggle Garbage Classification dataset (61.1%) with images collected in house (38.9%). The three glass sub-categories (brown, green, and white glass) were merged into a single glass class to ensure consistent class representation across all dataset splits. Preprocessing steps include normalization, resizing, and extensive data augmentation to improve robustness and mitigate class imbalance. Transfer learning is applied to pretrained models, while CustomNet integrates feature representations from multiple backbones using projection layers and attention mechanisms. Performance is evaluated using accuracy, macro-F1, and ROC–AUC on a held-out test set. Statistical significance was assessed using paired t-tests and Wilcoxon signed-rank tests with Bonferroni correction across five-fold cross-validation runs. The results show that CustomNet achieves 97.79% accuracy, a macro-F1 score of 0.973, and a ROC–AUC of 0.992. CustomNet significantly outperforms EfficientNet-B0 and MobileNet V3 (p<0.001, Bonferroni corrected), and it achieves performance parity with ResNet-50 (p=0.383) at a substantially lower parameter count in the classification head (9.7 M vs. 25.6 M). These findings indicate that combining multiple feature extractors with attention mechanisms improves classification performance, supports qualitative model explainability via saliency visualization (Grad-CAM), and enables practical deployment on heterogeneous Edge AI platforms. Inference benchmarking on an NVIDIA Jetson Orin Nano demonstrated real-world deployment feasibility at 86.70 ms per image (11.5 FPS). Full article
(This article belongs to the Special Issue The Application of Deep Neural Networks in Image Processing)
Show Figures

Figure 1

20 pages, 4887 KB  
Article
Geo-RVF: A Multi-Task Lightweight Perception System Based on Radar–Vision Fusion for USVs
by Jianhong Zhou, Zhen Huang, Yifan Liu, Gang Zhang, Yilan Yu and Zhen Tian
J. Mar. Sci. Eng. 2026, 14(7), 664; https://doi.org/10.3390/jmse14070664 - 31 Mar 2026
Viewed by 228
Abstract
Visual perception in Unmanned Surface Vehicles (USVs) suffers from drastic lighting changes and missing texture features. These factors lead to depth scale drift and motion estimation bias. Moreover, existing multi-modal fusion models are computationally complex and unfit for resource-limited edge devices. To address [...] Read more.
Visual perception in Unmanned Surface Vehicles (USVs) suffers from drastic lighting changes and missing texture features. These factors lead to depth scale drift and motion estimation bias. Moreover, existing multi-modal fusion models are computationally complex and unfit for resource-limited edge devices. To address these problems, a lightweight Radar–Vision Fusion (Geo-RVF) algorithm is proposed. To supplement spatial information, point clouds are projected to build sparse depth maps. A probability consistency-based depth correction module is designed to suppress water noise. This helps extract accurate geometric anchors to guide visual depth propagation. Subsequently, a Recurrent Autoregressive Network (RAN) fuses radar and image features in the temporal dimension. This resolves dynamic positional deviations caused by texture degradation and distant small targets. After real-time optimization, Geo-RVF achieves 23 FPS on the Jetson Orin NX. On a collected dataset, the method attains a mean average precision (mAP) 50–90 of 44.2% and a mean intersection over union (mIoU) of 99%, outperforming HybridNets and Achelous. Full article
(This article belongs to the Section Ocean Engineering)
Show Figures

Figure 1

Back to TopTop