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

Journals

Article Types

Countries / Regions

Search Results (111)

Search Parameters:
Keywords = downsampling filter

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
34 pages, 9762 KB  
Article
Apple Tree Distance and Volume Measurement Using LiDAR and RGB-D Imaging
by Md Rejaul Karim, Md Nasim Reza, Arnab Majumder, Dae-Hyun Lee and Sun-Ok Chung
Appl. Sci. 2026, 16(16), 7931; https://doi.org/10.3390/app16167931 - 9 Aug 2026
Viewed by 478
Abstract
LiDAR (Light Detection and Ranging) and RGB-D camera imaging have emerged as essential tools in agricultural applications, particularly for plant size and distance measurements, enabling non-destructive, cost-effective, and precise estimation. The objective of this study was to measure the plant canopy dimensions and [...] Read more.
LiDAR (Light Detection and Ranging) and RGB-D camera imaging have emerged as essential tools in agricultural applications, particularly for plant size and distance measurements, enabling non-destructive, cost-effective, and precise estimation. The objective of this study was to measure the plant canopy dimensions and distance between apples using commercial LiDAR, and an RGB-D camera with a speed sprayer platform was used to determine whether LiDAR provides a higher measurement accuracy under field conditions. Data were collected in an apple orchard in Muju, Republic of Korea. Commercial 3D LiDAR, a terminal box, an RGB-D camera, a microcontroller, a power supply, and individual display monitors were integrated into a customized data acquisition (DAQ) box for LiDAR point cloud (PCD), RGB, and depth imagery data collection. Commercial software was used for data acquisition, data conversion (pcap to PCD), segmentation of regions of interest (ROI), and pre-processing of data. PCD processing and measurement consisted of data frame selection, data conversion, outlier removal, downsampling, denoising, ground point removal by filtering, voxelization, and density map generation using an open access programming language script. Depth image processing included importing raw data, shaping metadata using intrinsic camera parameters, visualizing depth images, extracting depth points, and measuring the plant canopy at the pixel level. RGB image analysis involved grayscale conversion, thresholding, segmentation of ROI, contour preparation, noise removal, and binary masking for eliminating the background. Estimated results were compared to measured results. LiDAR measurements showed the closest agreement with the measured results for plant height, canopy volume, plant spacing, and row distance, outperforming both RGB and depth imaging. Under field conditions, plant spacing and row distance were estimated with accuracies of 97.5% and 94.7%, respectively, exhibiting higher measurement accuracies than RGB and depth imagery data results. Despite some discrepancies due to complex plant geometry and dynamic data collection, the results support data collection strategies critical for precision horticulture. Full article
Show Figures

Figure 1

15 pages, 606 KB  
Article
SPA-DETR: An Enhanced RT-DETR with Spatial-Preserving Attention and Adaptive Loss for UAV Spectrogram Signal Detection
by Conghao Fu, Lu Xu and Yijia Zhang
Sensors 2026, 26(15), 4846; https://doi.org/10.3390/s26154846 - 1 Aug 2026
Viewed by 448
Abstract
Rapid detection of unauthorized unmanned aerial vehicles (UAVs) via radio frequency (RF) spectrograms is critical for low-altitude security. However, standard object detectors struggle to locate transient, frequency-hopping UAV signals because their microscopic spatial footprints are easily discarded by conventional lossy downsampling and overwhelmed [...] Read more.
Rapid detection of unauthorized unmanned aerial vehicles (UAVs) via radio frequency (RF) spectrograms is critical for low-altitude security. However, standard object detectors struggle to locate transient, frequency-hopping UAV signals because their microscopic spatial footprints are easily discarded by conventional lossy downsampling and overwhelmed by complex background noise. To overcome this limitation, we propose SPA-DETR, a custom architecture based on the RT-DETR framework. The core of our design is the Spatial-Preserving Attention (SPA) block, which integrates Space-to-Depth Convolution (SPDConv) with a Parallel Patch-Aware Attention (PPA) module. By replacing traditional pooling mechanisms, the SPA block preserves the spatial details of weak signals without information loss, while the PPA module concurrently filters out ambient background interference. Furthermore, to address the severe foreground–background imbalance in RF spectrograms, we introduce an Adaptive Threshold Focal Loss (ATFL). Operating exclusively during training, ATFL prevents background noise gradients from dominating the learning process, forcing the network to focus on hard-to-detect signal patches without adding computational overhead during inference. Experiments on our public RFUAV dataset validate the approach. SPA-DETR achieves an mAP50:95 of 86.8% and an APS of 85.6%, improving upon the baseline RT-DETR-R18 by 4.9% and 5.2%, respectively. Operating at 235.2 FPS with only 23.74 M parameters, SPA-DETR outperforms contemporary detectors such as YOLOv10m, as well as heavier models like YOLOv8m and RT-DETR-R50, highlighting its efficiency and practical value for real-time low-altitude security applications. Full article
(This article belongs to the Special Issue Advanced Pattern Recognition: Intelligent Sensing and Imaging)
Show Figures

Figure 1

34 pages, 4376 KB  
Article
SMMNet: A Plug-and-Play Lightweight Detection Framework for UAV Aerial Imagery
by Minna Liu, Zhigang Luo, Yaowen Hu and Jialang Liu
Remote Sens. 2026, 18(13), 2232; https://doi.org/10.3390/rs18132232 - 6 Jul 2026
Viewed by 433
Abstract
Object detection in UAV aerial imagery is challenged by dense small targets, large-scale variation, complex backgrounds, and strict onboard computation limits. To address these issues, this paper proposes SMMNet (Structured-diffusion Mamba Mixture Network), a lightweight plug-and-play detection framework evaluated with YOLO family detectors. [...] Read more.
Object detection in UAV aerial imagery is challenged by dense small targets, large-scale variation, complex backgrounds, and strict onboard computation limits. To address these issues, this paper proposes SMMNet (Structured-diffusion Mamba Mixture Network), a lightweight plug-and-play detection framework evaluated with YOLO family detectors. SMMNet contains three modules. The Structured Diffusion Feature Extractor (SDFE) uses anisotropic diffusion to preserve boundary-sensitive features during downsampling. The Mamba-driven Receptive-field Context Aggregator (MRCA) performs multi-directional selective state-space scanning to capture long-range context with linear complexity. The Mask-guided Bayesian Box Refinement (MBBR) applies a MAP-inspired confidence-adaptive box update using MobileSAM mask evidence and ELBO-based false-positive filtering. Using YOLOv13-S as the main detector, SMMNet achieves 32.8% mAP@0.5:0.95 and 52.6% mAP@0.5 on VisDrone2019 at 87 FPS on an NVIDIA A800 GPU, improving the YOLOv13-S baseline by 3.6 and 4.5 points, respectively. The added modules reduce throughput compared with the detector-only baseline (168 FPS), but the resulting 87 FPS remains real-time and provides a favorable accuracy–latency trade-off. Three independent-seed runs further show a mean paired gain of 3.60 ± 0.10 mAP on VisDrone2019, 2.53 ± 0.12 mAP on DroneVehicle, and 2.77 ± 0.06 mAP on SeaDronesSee for the YOLOv13-S setting. Additional experiments on DroneVehicle and SeaDronesSee, together with cross-backbone evaluations on YOLOv5/v6/v7/v8/v10/v11/v13 across different UAV benchmarks, show aligned performance trends under matched settings. Edge deployment on an NVIDIA Jetson Orin NX reaches 30 FPS under TensorRT FP16 inference at 15 W TDP, indicating the suitability of SMMNet for resource-constrained UAV perception. Full article
Show Figures

Figure 1

16 pages, 4612 KB  
Article
Discovery-Driven Plasma Proteomics Identifies a Multi-Protein Signature for Amyloid PET Positivity: A Machine Learning Analysis of the Bio-Hermes Cohort
by Stelios Lamprou, Kalliopi Mavromati, Frank J. Gunn-Moore and Terry J. Quinn
Int. J. Mol. Sci. 2026, 27(12), 5533; https://doi.org/10.3390/ijms27125533 - 18 Jun 2026
Viewed by 572
Abstract
Alzheimer’s disease is a progressive neurodegenerative disorder in which early detection remains limited by the cost and invasiveness of positron emission tomography and cerebrospinal fluid testing. We evaluated whether plasma proteomic profiles could distinguish amyloid PET-positive from amyloid PET-negative individuals using the Bio-Hermes [...] Read more.
Alzheimer’s disease is a progressive neurodegenerative disorder in which early detection remains limited by the cost and invasiveness of positron emission tomography and cerebrospinal fluid testing. We evaluated whether plasma proteomic profiles could distinguish amyloid PET-positive from amyloid PET-negative individuals using the Bio-Hermes cohort. After quality control and missing-data filtering, 988 participants and 295 proteins were analysed; 31 proteins showing group differences were used for supervised classification. Random Forest, Gradient Boosting, and Neural Network models were trained across four train/test splits with repeated cross-validation and class downsampling. Amyloid-positive and amyloid-negative groups differed across a subset of proteins, with five remaining significant after false discovery rate correction. Tree-based models performed most consistently, with Random Forest and Gradient Boosting achieving AUC values of 0.79–0.81 and balanced accuracy of 0.68–0.73. Eight proteins (SERPINA1, C3, CRP, APOE4, CFH, VTN, C1QTNF5, and PON1) emerged as recurring high-importance features. These findings indicate that discovery-driven plasma proteomics can identify multi-protein signatures associated with amyloid status and can complement established single-analyte blood biomarkers by adding pathway-level information. Full article
Show Figures

Figure 1

25 pages, 47035 KB  
Article
Building Extraction Network with Gated Mamba-CNN and Wavelet-Based Boundary Enhancement
by Dongjie Yang, Yuanwei Yang, Xianjun Gao, Rujing Huang, Xinlong Gao, Kuikui Han, Kangliang Guo and Yuan Tao
Remote Sens. 2026, 18(11), 1773; https://doi.org/10.3390/rs18111773 - 1 Jun 2026
Viewed by 429
Abstract
Building extraction from high-resolution remote sensing imagery remains challenging due to spectral heterogeneity, complex background interference, and incomplete boundary delineation. Thus, we propose GWNet, which integrates gated Mamba-CNN modeling with wavelet-based boundary enhancement. Specifically, a Gated Mamba-CNN Module (GMC) is embedded into the [...] Read more.
Building extraction from high-resolution remote sensing imagery remains challenging due to spectral heterogeneity, complex background interference, and incomplete boundary delineation. Thus, we propose GWNet, which integrates gated Mamba-CNN modeling with wavelet-based boundary enhancement. Specifically, a Gated Mamba-CNN Module (GMC) is embedded into the medium- and low-resolution branches to jointly capture local texture features and long-range dependencies. In addition, a channel-wise gating mechanism is introduced to adaptively balance global contextual information and local structural details, thereby alleviating fragmented predictions and internal holes within the same building caused by variations in roof materials, while reducing the misclassification between buildings and background objects such as roads and bare land. Furthermore, a Wavelet Boundary Optimization Module (WBO) is designed to exploit multi-directional high-frequency components extracted by fixed Haar wavelet filters, thereby enhancing the representation of building boundaries and corners. This design effectively mitigates boundary blurring, incomplete contours, and missed detections caused by the loss of high-frequency edge information during downsampling. Extensive experiments on four public datasets, namely WHU, Massachusetts, WHU Satellite I, and Potsdam, demonstrate the effectiveness and robustness of GWNet across diverse spatial resolutions and scene complexities. Specifically, GWNet achieves IoU/BIoU scores of 90.68%/66.88% on the WHU dataset, 73.02%/93.19% on the Massachusetts dataset, 63.86%/83.77% on the WHU Satellite I dataset, and 83.21%/58.96% on the Potsdam dataset, consistently outperforming several competitive methods. Qualitative results further confirm that GWNet produces more complete building regions and sharper, more continuous boundaries. These findings validate the effectiveness of the proposed global–local feature extraction mechanism and wavelet-based boundary enhancement strategy. Full article
Show Figures

Figure 1

23 pages, 6159 KB  
Article
GIDNet: Infrared Small Target Detection Network Based on Gradient-Intensity Decoupled
by Xianwei Gao, Jingtao Wu, Dafeng Cao, Haotian Xu, Yingjie Ma, Lu Li and Mingjing Zhao
Remote Sens. 2026, 18(10), 1527; https://doi.org/10.3390/rs18101527 - 12 May 2026
Viewed by 599
Abstract
Infrared small target detection (IRSTD) plays a pivotal role in a comprehensive set of applications. Despite the extensive research alongside numerous algorithms proposed in recent years, IRSTD remains a formidable task, primarily stemming from the inherently low level of signal-to-noise ratios (SNR) as [...] Read more.
Infrared small target detection (IRSTD) plays a pivotal role in a comprehensive set of applications. Despite the extensive research alongside numerous algorithms proposed in recent years, IRSTD remains a formidable task, primarily stemming from the inherently low level of signal-to-noise ratios (SNR) as well as the presence of intricate background clutter. Current models remain constrained by three critical bottlenecks: the degradation of spectral coupling between intensity and gradient information in deep layers, limited scale adaptability of static filters, and the loss of spatial precision caused by iterative downsampling. We propose GIDNet, a gradient-intensity decoupled network that balances target energy preservation and noise suppression to address the aforementioned issues. Our GIDNet architecture incorporates three core components: a gradient-intensity synergistic convolution (GISC) designed to synergistically encode intensity and gradient information for robust target enhancement; a multi-scale difference contrast (MSDC) module for scale-adaptive detection via adaptive contrast modeling; and a shallow feature projection (SFP) strategy aimed at maintaining precise spatial localization by bridging the gap between deep semantics and shallow spatial details. Comprehensive evaluations, encompassing both quantitative metrics and qualitative visualizations, consistently demonstrate the preeminence of the developed GIDNet surpassing the performance of 16 counterparts. Full article
(This article belongs to the Special Issue Remote Sensing Data Preprocessing and Calibration)
Show Figures

Figure 1

36 pages, 9864 KB  
Article
Orchard-YOLO: A Robust Deep Learning Framework for Fruit Detection Complex Optical and Environmental Degradation
by Yichen Wang, Hongjun Tian, Yuhan Zhou, Yang Xiong, Yichen Li, Manlin Wang, Yijie Yin, Xiaoyin Guo, Jiani Wu, Jiesen Zhang, Ying Tang and Shuai Huang
Photonics 2026, 13(5), 429; https://doi.org/10.3390/photonics13050429 - 27 Apr 2026
Cited by 3 | Viewed by 1651
Abstract
Accurate target perception in unstructured outdoor environments remains a fundamental challenge in computational imaging and machine vision, primarily due to severe optical degradation caused by variable illumination, specular highlights, and dense foliage occlusion. Existing optical sensing systems often struggle to maintain robustness under [...] Read more.
Accurate target perception in unstructured outdoor environments remains a fundamental challenge in computational imaging and machine vision, primarily due to severe optical degradation caused by variable illumination, specular highlights, and dense foliage occlusion. Existing optical sensing systems often struggle to maintain robustness under these physical constraints, especially when deployed on edge devices with strict computational limits. To address these challenges, this paper proposes Orchard-YOLO, a lightweight, computationally efficient object detection network designed to maintain robustness against environmental and optical noise in complex orchard environments. Unlike generic architectures, Orchard-YOLO introduces three architectural enhancements for robust detection: (1) a High-Resolution P2 Detection Head to preserve high-frequency optical details and fine-grained texture cues often lost during digital downsampling; (2) Coordinate Attention (CA) mechanisms integrated into the feature fusion pathway to filter out background optical interference and enhance spatial discrimination for heavily occluded targets; and (3) a Ghost-convolution-based backbone to optimize the inference pipeline for real-time edge processing. Evaluated on a comprehensive multi-fruit dataset under simulated optical stress (including ±50% illumination variation and up to 70% occlusion), Orchard-YOLO achieves 94.8% mAP@0.5. It shows improved robustness under illumination variation and occlusion compared to baseline models, while achieving up to 25 FPS on an NVIDIA Jetson Nano edge device. These results suggest that Orchard-YOLO offers a detection framework suitable for resource-constrained orchard perception. Full article
(This article belongs to the Special Issue Computational Imaging: Photonics and Optical Applications)
Show Figures

Figure 1

26 pages, 10629 KB  
Article
LRD-DETR: A Lightweight RT-DETR-Based Model for Road Distress Detection
by Chen Dong and Yunwei Zhang
Sensors 2026, 26(8), 2375; https://doi.org/10.3390/s26082375 - 12 Apr 2026
Viewed by 818
Abstract
Intelligent road distress detection technology has emerged as an important research topic in the field of highway maintenance. However, the accuracy and practicality of pavement distress detection are constrained by multiple factors, primarily including the irregular shapes of distress, the tendency for fine [...] Read more.
Intelligent road distress detection technology has emerged as an important research topic in the field of highway maintenance. However, the accuracy and practicality of pavement distress detection are constrained by multiple factors, primarily including the irregular shapes of distress, the tendency for fine cracks to be overlooked, and the high parameter count of detection models that makes deployment difficult. Therefore, this study proposes a lightweight road distress detection model based on an improved RT-DETR architecture—LRD-DETR. First, this work integrates the C2f-LFEM module with the ADown adaptive down-sampling strategy into the backbone network, significantly reducing the number of model parameters and computational load while effectively enhancing the representation capacity of multi-scale pavement distress features. Second, a frequency-domain spatial attention is embedded in the S4 feature layer, where synergistic integration of frequency-domain filtering and spatial attention enables detail enhancement of distress edges and contours, automatically focuses on the distress regions, and suppresses background interference. The polarity-aware linear attention is incorporated into the S5 feature layer, by explicitly modeling polarity interactions, it effectively captures textural discrepancies between damaged regions and the intact road surface, and a learnable power function dynamically rescales attention weights to strengthen distress-specific feature responses. Finally, a cross-scale spatial feature fusion module (CSF2M) is developed to reconstruct and fuse multi-level spatial featurez, thereby improving detection robustness for pavement distresses with diverse morphologies under complex background conditions. Quantitative experiments indicate that, in contrast with the baseline RT-DETR, the presented framework improves the F1-score by 7.1% and mAP@50 by 9.0%, while reducing computational complexity and parameter quantity by 43.8% and 38.0%, respectively. These advantages enable LRD-DETR to be suitably deployed on resource-limited embedded platforms for real-time road distress detection. Full article
(This article belongs to the Special Issue AI and Smart Sensors for Intelligent Transportation Systems)
Show Figures

Figure 1

32 pages, 41104 KB  
Article
SCEW-YOLOv8 Detection Model and Camera-LiDAR Fusion Positioning System for Whole-Growth-Cycle Management of Cabbage
by Jiangyi Han, Deyuan Lyu and Changgao Xia
Appl. Sci. 2026, 16(7), 3510; https://doi.org/10.3390/app16073510 - 3 Apr 2026
Cited by 1 | Viewed by 573
Abstract
High-precision identification and three-dimensional (3D) positioning of cabbage plants across their entire growth cycle are fundamental prerequisites for automated agricultural management. To overcome field challenges like extreme morphological variations, severe leaf occlusion, and bounding box jitter, we introduce a camera-LiDAR fusion perception system. [...] Read more.
High-precision identification and three-dimensional (3D) positioning of cabbage plants across their entire growth cycle are fundamental prerequisites for automated agricultural management. To overcome field challenges like extreme morphological variations, severe leaf occlusion, and bounding box jitter, we introduce a camera-LiDAR fusion perception system. First, an advanced SCEW-YOLOv8 architecture is proposed, sequentially integrating SPD-Conv downsampling, a C2f-CX global feature enhancement module, an EMA cross-space attention mechanism, and the WIoU v3 loss function. Evaluated on a comprehensive whole-growth-cycle cabbage dataset, the model achieves 95.8% mAP@0.5 and 90.8% recall with a real-time inference speed of 64.2 FPS. Furthermore, a visual semantic-driven camera-LiDAR fusion ranging algorithm is developed. Through rigorous spatiotemporal synchronization and cascaded outlier filtering, the integrated system achieves millimeter-level 3D localization within the typical 1.0–2.0 m operating range of agricultural robots. It maintains a Mean Absolute Error (MAE) of only 1.45 mm in the longitudinal direction at a stable processing throughput of 20 FPS. Compared to traditional pure vision depth estimation, this heterogeneous fusion approach achieves a remarkable 96.3% reduction in spatial positioning error at extended distances, fundamentally eliminating depth degradation caused by complex illumination. Ultimately, this system provides a highly robust, full-cycle geometric perception framework for the autonomous management of open-field green cabbage. Full article
(This article belongs to the Section Agricultural Science and Technology)
Show Figures

Figure 1

28 pages, 9019 KB  
Article
SAF-SD: Self-Distillation Object Segmentation Method Based on Sequential Three-Way Mask and Attention Fusion
by Biao Wang, Jun Su, Volodymyr Kochan and Lingyu Yan
Sensors 2026, 26(7), 2170; https://doi.org/10.3390/s26072170 - 31 Mar 2026
Viewed by 548
Abstract
Transformer models have achieved powerful performance in various computer vision tasks. However, their black-box nature severely limits model interpretability and the reliability of real-world applications. Most existing interpretation methods generate explanation maps by perturbing masks from the last layer of the Transformer encoder, [...] Read more.
Transformer models have achieved powerful performance in various computer vision tasks. However, their black-box nature severely limits model interpretability and the reliability of real-world applications. Most existing interpretation methods generate explanation maps by perturbing masks from the last layer of the Transformer encoder, but they often overlook uncertain information in masks and detail loss during upsampling and downsampling, resulting in coarse localization, blurred boundaries, and significant background noise in explanations. To address these issues, this paper proposes a self-distillation object segmentation method based on sequential three-way mask and attention fusion (SAF-SD), targeting salient and camouflaged binary object segmentation tasks (sub-tasks of binary pixel-level segmentation). The method consists of two core modules: the sequential three-way mask (S3WM) module and the attention fusion (AF) module. The S3WM module performs strict threshold filtering on masks generated from the final-layer feature maps of the Transformer, aiming to accurately segment foreground objects from backgrounds via binary pixel-level prediction. The AF module aggregates attention matrices across all Transformer encoder layers to construct a cross-layer relation matrix, capturing global semantic dependencies among image patches (e.g., interactions between foreground, background, and edge regions). It then computes the importance score for each patch, refining details and suppressing noise in the initial explanation results. Extensive experimental results demonstrate that SAF-SD significantly outperforms existing baseline methods across key evaluation metrics. Full article
Show Figures

Figure 1

27 pages, 28242 KB  
Article
Physics-Informed Side-Scan Sonar Perception: Tackling Weak Targets and Sparse Debris via Geometric and Frequency Decoupling
by Bojian Yu, Rongsheng Lin, Hanxiang Zhou, Jianxiong Zhang and Xinwei Zhang
Sensors 2026, 26(6), 1938; https://doi.org/10.3390/s26061938 - 19 Mar 2026
Viewed by 850
Abstract
Side-scan sonar (SSS) serves as the primary perceptual instrument for Autonomous Underwater Vehicles (AUVs) in large-scale marine search and rescue (SAR) operations. However, the detection of critical targets is frequently hindered by severe hydro-acoustic noise, the spatial discontinuity of wreckage, and the weak [...] Read more.
Side-scan sonar (SSS) serves as the primary perceptual instrument for Autonomous Underwater Vehicles (AUVs) in large-scale marine search and rescue (SAR) operations. However, the detection of critical targets is frequently hindered by severe hydro-acoustic noise, the spatial discontinuity of wreckage, and the weak visual signatures of small targets. To surmount these challenges, this paper presents WPG-DetNet. First, we introduce a Wavelet-Embedded Residual Backbone (WERB) to reconstruct the conventional downsampling paradigm. By substituting standard pooling with the Discrete Wavelet Transform (DWT), this architecture explicitly disentangles high-frequency noise from structural information in the frequency domain, thereby achieving the adaptive preservation of edge fidelity for large human-made targets while filtering out speckle interference. Then, addressing the distinct challenge of discontinuous aircraft wreckage, the framework further incorporates a Debris Graph Reasoning Module (D-GRM). This module models scattered fragments as nodes in a topological graph to capture long-range semantic dependencies, transforming isolated instance recognition into context-aware scene understanding. Finally, to bridge the gap between AI and underwater physics, we design a Shadow-Aided Decoupling Head (SADH) equipped with a physics-informed geometric loss. By enforcing mathematical consistency between target height and acoustic shadow length, this mechanism establishes a rigorous discriminative criterion capable of distinguishing weak-echo human bodies from seabed rocks based on shadow geometry. Experiments on the SCTD dataset demonstrate that WPG-DetNet achieves a mean Average Precision (mAP50) of 97.5% and a Recall of 96.9%. Quantitative analysis reveals that our framework outperforms the classic Faster R-CNN by a margin of 12.8% in mAP50 and surpasses the Transformer-based RT-DETR-R18 by 5.6% in high-precision localization metrics (mAP50:95). Simultaneously, WPG-DetNet maintains superior efficiency with an inference speed of 62.5 FPS and a lightweight parameter count of 16.8 M, striking an optimal balance between robust perception and the real-time constraints of AUV operations. Full article
(This article belongs to the Section Physical Sensors)
Show Figures

Figure 1

23 pages, 1970 KB  
Article
SSFE-YOLO: A Shallow Structure Feature Enhancement-Based Algorithm for Detecting Foreign Objects on Mine Conveyor Belts
by Feng Tian, Yujie Wang and Xiaopei Liu
Appl. Sci. 2026, 16(6), 2773; https://doi.org/10.3390/app16062773 - 13 Mar 2026
Viewed by 570
Abstract
To address the insufficient capability of YOLO-series models in representing structural information for foreign objects with diverse scales and morphologies, an improved algorithm named SSFE-YOLO is proposed. First, the Space-to-Depth Convolution (SPDConv) is adopted into the backbone network to preserve edge and texture [...] Read more.
To address the insufficient capability of YOLO-series models in representing structural information for foreign objects with diverse scales and morphologies, an improved algorithm named SSFE-YOLO is proposed. First, the Space-to-Depth Convolution (SPDConv) is adopted into the backbone network to preserve edge and texture details in shallow features during downsampling, thereby maintaining the integrity of critical target structures at the feature generation stage. Second, an adaptive receptive field enhancement module (ARFE) is designed by introducing parallel feature branches with varying receptive fields. This module performs adaptive fusion to bolster the structural perception of the network towards polymorphic foreign objects. Furthermore, a distribution-feature stable compensation module (DFSC) is designed to suppress feature distribution shifts caused by illumination variations and noise interference through structural consistency enhancement and stable distribution constraints, which significantly improves the stability of feature representation in complex environments. Finally, a dual-dimension optimized loss function (D2-OL) is constructed to achieve differentiated supervision for samples of varying quality and balanced optimization for multi-scale target detection by modulating the supervisory weights of feature layers and filtering effective training samples. Experimental results on a self-built mine conveyor belt dataset demonstrate that the proposed method achieves an mAP@0.5 of 90.5% and an mAP@0.5:0.95 of 59.1%, consistently outperforming mainstream models such as YOLOv8, YOLOv11, and YOLOv13. Simulation results indicate that the proposed approach effectively enhances the detection accuracy and robustness of foreign objects in mining environments, showcasing substantial potential for engineering applications. Full article
(This article belongs to the Section Applied Industrial Technologies)
Show Figures

Figure 1

24 pages, 7030 KB  
Article
Phase-Compensated Adaptive Filtering Method for UAV SAR Echo Enhancement
by Lele Wang, Leping Chen and Daoxiang An
Remote Sens. 2026, 18(6), 862; https://doi.org/10.3390/rs18060862 - 11 Mar 2026
Viewed by 585
Abstract
Unmanned aerial vehicle Synthetic Aperture Radar (UAV SAR) is inevitably affected by hardware performance and complex electromagnetic environments, resulting in noise in the radar echo signal. This causes image blurring and loss of detail, severely limiting the detection performance and imaging quality of [...] Read more.
Unmanned aerial vehicle Synthetic Aperture Radar (UAV SAR) is inevitably affected by hardware performance and complex electromagnetic environments, resulting in noise in the radar echo signal. This causes image blurring and loss of detail, severely limiting the detection performance and imaging quality of UAV SAR. High-repetition-rate UAV SAR can achieve high signal-to-noise ratio (SNR), but the SAR data volume grows exponentially, posing a challenge for large-scale data processing. Furthermore, in the case of high repetition rate, downsampling methods are needed to reduce the amount of raw data, which leads to a decrease in the echo SNR, thus significantly affecting SAR image details. Existing SAR signal processing methods typically involve a series of processing steps on the raw echo data, such as azimuth and range direction processing. However, these traditional methods still have limitations in improving the SNR, especially in complex environments or when the target signal is weak, where their effectiveness is often unsatisfactory. To address these issues, this paper first analyzes the SNR gain in SAR echo data processing and proposes a phase-compensated parameter-adjusted Chebyshev filtering algorithm to improve the SNR of SAR echoes. The algorithm first utilizes azimuth Chebyshev filtering to avoid spectral aliasing during downsampling and fully leverages navigation information provided by the airborne platform to accurately compensate for phase changes between pulses. Then, it employs parameter-adjusted Chebyshev filtering and coherent superposition techniques to combine multiple adjacent pulses into a single pulse with a higher SNR. Finally, the enhanced pulses are combined into a new two-dimensional matrix for subsequent pulse compression and imaging processing. This method can improve the echo SNR while reducing the amount of echo data, minimizing the loss of the original echo SNR and reducing the memory footprint of subsequent imaging processing, thus effectively improving data processing efficiency. The effectiveness of the algorithm is verified through simulation and actual measurement data. Full article
(This article belongs to the Special Issue SAR in Big Data Era III)
Show Figures

Figure 1

27 pages, 9169 KB  
Article
S2D-Net: A Synergistic Star-Attentive Network with Dynamic Feature Refinement for Robust Inshore SAR Ship Detection
by Shentao Wang, Byung-Won Min, Guoru Li, Depeng Gao, Jianlin Qiu and Yue Hong
Electronics 2026, 15(6), 1160; https://doi.org/10.3390/electronics15061160 - 11 Mar 2026
Viewed by 661
Abstract
Detecting ships using Synthetic Aperture Radar (SAR) in coastal areas is still difficult due to the impact of coherent speckle noise from the ocean surface, complex land clutter and having multi-scale target representations in the radar imagery. Most of the existing ship detection [...] Read more.
Detecting ships using Synthetic Aperture Radar (SAR) in coastal areas is still difficult due to the impact of coherent speckle noise from the ocean surface, complex land clutter and having multi-scale target representations in the radar imagery. Most of the existing ship detection algorithms lose important target features during downsampling and have difficulty recovering those features through upsampling, resulting in a high number of false detections and missed detections. In this work, we present a new ship detection algorithm called Synergistic Star-Attentive Network with Dynamic Feature Refinement (S2D-Net). First, we create a new backbone called Multi-scale PCCA-StarNet to generate robust feature representations. Within the backbone we implement a Progressive Channel-Coordinate Attention (PCCA) mechanism to create a synergy between global channel filtering and adaptive coordinate locking to decouple ship textures from granular speckle noise. Second, we create a Dynamic Feature Refinement Neck. We develop a content-aware dynamic upsampler called DySample to replace conventional interpolation to improve fidelity of the upsampled feature of small targets. Further, we design a Star-PCCA Feature Aggregation module which fuses features together. Using star-operations and the PCCA mechanism, this module refines semantic features and removes background clutter while aggregating features across multiple scales. Third, we develop a Lightweight Shared Convolutional Detection Head with Quality Estimation (LSCD-LQE). The LSCD-LQE decreases parameter redundancy by using shared convolutional layers and adds a localization quality estimation branch. Therefore, the LSCD-LQE effectively reduces false positive detections through alignment of classification scores with localization quality based on Intersection over Union (IoU) in difficult coastal environments. Our experimental results, using the SSDD and HRSID datasets, show that S2D-Net produces results comparable to representative ship detection algorithms. In particular, on the challenging HRSID inshore subset, our proposed method achieved a mean average precision (mAP) of 82.7%, which is 6.9% greater than the YOLOv11n baseline ship detection algorithm. These results demonstrate that S2D-Net is superior at detecting small coastal vessels and mitigating the detrimental effects of the nearshore complex environment on the performance ship detection using SAR. Full article
Show Figures

Figure 1

16 pages, 1233 KB  
Article
Steganalysis Network for Weak Steganographic Signal Extraction and Enhancement
by Weilin Liang and Qingguang Li
Sensors 2026, 26(4), 1329; https://doi.org/10.3390/s26041329 - 19 Feb 2026
Viewed by 882
Abstract
The purpose of digital image steganalysis is to identify the signal embedded in the natural image by steganography. In the spatial domain, this embedded signal only modifies the image value of the natural image by ±1, and this modification is weak. [...] Read more.
The purpose of digital image steganalysis is to identify the signal embedded in the natural image by steganography. In the spatial domain, this embedded signal only modifies the image value of the natural image by ±1, and this modification is weak. However, most of the existing convolutional neural networks use popular components to design or optimize the network structure, without deeply exploring the network’s ability to recognize such weak modifications. In order to deal with this problem, we propose a novel preprocessing structure, the learnable filter constrained by high-pass prior (LFCHP), to improve the network’s ability to extract weak embedded signals in the preprocessing stage, as well as a second-order signal auxiliary branch (SSAB) to reduce the suppression of weak embedded signals during convolution stacking, and a new pooling method, SoftPool, to reduce the loss of weak embedded signals during downsampling. Combining these three structures, we propose a steganalysis network, WSERNet, for weak steganographic signal extraction and enhancement. Experiments conducted under identical conditions demonstrate that the proposed method achieves an accuracy improvement of 1.08–2.96% over state-of-the-art spatial-domain steganalysis algorithms across three steganographic schemes at four embedding rates, and exhibits excellent generalization capabilities across different steganography techniques. Full article
(This article belongs to the Special Issue Advances and Challenges in Sensor Security Systems)
Show Figures

Figure 1

Back to TopTop