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

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (2,196)

Search Parameters:
Keywords = multi-scale semantics

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
27 pages, 13608 KB  
Article
SAM3TGNet: A SAM3 Feature Encoding and Global Context Spatiotemporal Attention-Enhanced Change Detection Method for Optical Remote Sensing Images
by Jiayin Zhang, Nan Mo, Gege Ma and Bangyan Tang
Sensors 2026, 26(17), 5469; https://doi.org/10.3390/s26175469 (registering DOI) - 29 Aug 2026
Abstract
Change detection in high-resolution optical remote sensing images is essential for dynamic surface monitoring and land resource management. However, existing methods still face challenges in representing multiscale change information, accurately locating change boundaries, and handling the imbalance between changed and unchanged samples. This [...] Read more.
Change detection in high-resolution optical remote sensing images is essential for dynamic surface monitoring and land resource management. However, existing methods still face challenges in representing multiscale change information, accurately locating change boundaries, and handling the imbalance between changed and unchanged samples. This study proposes SAM3TGNet, which transforms the general visual features of Segment Anything Model 3 (SAM3) into change-oriented representations through lightweight channel adaptation, multiscale cross-temporal interaction, and spatiotemporal feature fusion, while the Global Context Spatial Attention (GCSA) module and dynamic weighted loss enhance boundary representation and alleviate class imbalance, respectively. First, a SAM3-based bi-temporal remote sensing image feature encoder with channel adapters is developed, where intermediate multiscale feature layers are exploited to enhance semantic representation and generalization for diverse change patterns. Second, the GCSA module is introduced after spatiotemporal feature fusion to model global dependencies and enhance local details, improving boundary localization accuracy. Third, a dynamic weighted change loss function is designed to adaptively adjust the contribution of changed pixels according to their proportion in each batch, reducing background bias caused by sample imbalance and improving change localization and completeness. Experiments on the Wuhan University Change Detection (WHU-CD) and Sun Yat-sen University Change Detection (SYSU-CD) datasets demonstrate that the proposed method achieves F1-scores of 94.08 ± 0.12% and 82.91 ± 0.20%, respectively, outperforming existing approaches in multiscale change detection and boundary delineation. Full article
(This article belongs to the Section Remote Sensors)
Show Figures

Figure 1

36 pages, 1531 KB  
Article
A Multimodal Time-Series Forecasting Framework Integrating Wavelet Transform and Semantic Embedding for Intelligent Monitoring Systems
by Sheng-Tzong Cheng, Jun-Ting Lin and Tzu-Yi Chiu
Appl. Syst. Innov. 2026, 9(9), 178; https://doi.org/10.3390/asi9090178 - 28 Aug 2026
Abstract
Intelligent monitoring systems in domains such as renewable energy, electrical grid management, and environmental sensing continuously generate high-dimensional multivariate time-series data characterized by non-stationarity and multi-scale temporal dependencies. Accurate long-term forecasting of system parameters is essential for proactive maintenance, operational scheduling, and cost [...] Read more.
Intelligent monitoring systems in domains such as renewable energy, electrical grid management, and environmental sensing continuously generate high-dimensional multivariate time-series data characterized by non-stationarity and multi-scale temporal dependencies. Accurate long-term forecasting of system parameters is essential for proactive maintenance, operational scheduling, and cost reduction, yet many existing models rely solely on numerical sequences and lack mechanisms to incorporate higher-level contextual information. This study proposes a multimodal long-term forecasting framework that integrates frequency-aware signal decomposition with semantic-enhanced representation learning. The framework comprises four components: (1) a wavelet-based feature extraction module that captures multi-scale periodic patterns through energy-guided frequency selection; (2) a semantic feature extraction module that encodes statistical summaries of the input into language embeddings via a pretrained language model; (3) a cross-attention fusion module that dynamically aligns temporal and semantic representations; and (4) a multi-scale MLP ensemble for robust prediction. Experiments on three benchmark datasets—Solar Power, ETTh1, and Weather—show that the framework achieves competitive accuracy against strong baselines, including PatchTST and iTransformer, with its strongest results on data exhibiting complex multi-scale seasonal structure, where it attains the second-best mean squared error on the Weather dataset. A controlled ablation isolating the pretrained embedding from a direct numerical encoding of the same statistics indicates a small, dataset-specific benefit that is comparable in magnitude to seed-to-seed variation. Overall, the proposed framework provides a modular and interpretable architecture combining frequency-aware and semantic-aware processing for intelligent system management. Full article
(This article belongs to the Section Artificial Intelligence)
Show Figures

Figure 1

20 pages, 8613 KB  
Article
SA-DeepLab: Enhancing DeepLabV3+ with Pixel-Wise Switchable Atrous Convolution for Adaptive Multi-Scale Semantic Segmentation
by Yonghua Xie and Bingxin Yan
Electronics 2026, 15(17), 3888; https://doi.org/10.3390/electronics15173888 (registering DOI) - 28 Aug 2026
Abstract
Semantic segmentation assigns a semantic label to every pixel in an image, which is a fundamental task in computer vision with applications such as autonomous driving and medical imaging. Existing segmentation methods, whether CNN-based or transformer-based, both have limitations: the former are constrained [...] Read more.
Semantic segmentation assigns a semantic label to every pixel in an image, which is a fundamental task in computer vision with applications such as autonomous driving and medical imaging. Existing segmentation methods, whether CNN-based or transformer-based, both have limitations: the former are constrained by fixed dilation rates that hinder scale adaptation, while the latter suffer from quadratic computational complexity that prevents efficient deployment. To address these issues, this paper proposes SA-DeepLab, a CNN framework that combines a switchable atrous spatial pyramid pooling (SA-ASPP) module and a channel shuffle operation in the decoder. SA-ASPP employs a learnable spatial switch map to dynamically fuse two atrous convolutions with different dilation rates, enabling adaptive receptive field selection at each pixel, while a depthwise separable atrous convolution replaces the most dilated branch to reduce computational overhead. The channel shuffle operation rearranges feature channels across groups to encourage cross-group information exchange without extra parameters. Experiments on Pascal VOC 2012 and Cityscapes demonstrate that SA-DeepLab achieves competitive mIoU (86.30% and 81.78%) with a lightweight framework, outperforming both CNN-based and transformer-based competitors in the accuracy-efficiency tradeoff. Full article
(This article belongs to the Section Computer Science & Engineering)
Show Figures

Figure 1

25 pages, 4960 KB  
Article
MaterialSeg3D++: Large-Scale Material Prediction for 3D Assets from 2D Priors
by Junran Peng, Ruitong Gan, Silei Shen, Zongxing Li, Yan Liu and Ziwei Zhu
Electronics 2026, 15(17), 3885; https://doi.org/10.3390/electronics15173885 (registering DOI) - 28 Aug 2026
Abstract
Recent image diffusion models have enabled automatic 3D object creation from text or image guidance, but their 2D generative priors often bake illumination and shadow into textures, making relighting and physically based rendering (PBR) difficult. To address this issue, we propose MaterialSeg3D, a [...] Read more.
Recent image diffusion models have enabled automatic 3D object creation from text or image guidance, but their 2D generative priors often bake illumination and shadow into textures, making relighting and physically based rendering (PBR) difficult. To address this issue, we propose MaterialSeg3D, a framework that predicts surface materials for 3D assets by leveraging 2D material semantics. Given a mesh and its albedo UV map, MaterialSeg3D renders multi-view images, performs material segmentation using a 2D prior model, projects the predictions back to UV space, and fuses them through weighted voting and region unification to obtain coherent material maps. To train the prior model, we construct MIO++, a large-scale single-object material segmentation dataset containing 115,542 images, 12 object themes, and 30 fine-grained material categories, substantially extending the previous MIO dataset. Each MIO++ material category is associated with an independent pair of roughness and metallic values for PBR assignment. We further observe that poor topology in AI-generated assets can degrade PBR quality even when plausible materials are assigned, and introduce a plane-simplification strategy as an auxiliary preprocessing step for such meshes. Experiments show that MIO++ improves material segmentation and that the resulting material maps support more consistent relightable renderings for both human-crafted and AI-generated 3D assets. Full article
Show Figures

Figure 1

22 pages, 1128 KB  
Article
Semantic Topological Multi-Scale Part Network for Fine-Grained Visual Classification
by Xuerong Liu, Min Zhi, Yanjun Yin and Rula Sa
J. Imaging 2026, 12(9), 407; https://doi.org/10.3390/jimaging12090407 - 28 Aug 2026
Abstract
Fine-grained visual classification (FGVC) aims to distinguish highly similar subcategories, and its performance relies heavily on the accurate modeling of discriminative local parts and their structural relationships. However, existing Vision Transformer-based methods are susceptible to background noise interference, and the relationship modeling approach [...] Read more.
Fine-grained visual classification (FGVC) aims to distinguish highly similar subcategories, and its performance relies heavily on the accurate modeling of discriminative local parts and their structural relationships. However, existing Vision Transformer-based methods are susceptible to background noise interference, and the relationship modeling approach relying on explicit spatial coordinates struggles to maintain stable structural representations when targets undergo pose variations and non-rigid deformations. To address these issues, this paper proposes a Semantic Topology Part Network (STP-Net). First, a Prior-Guided Part Aggregator (PGA) is designed, which leverages the foreground prior provided by foundation models to guide discriminative part discovery, enhancing target region responses while suppressing background interference. Second, a Topology-Informed Semantic Graph Convolutional Network (TIS-GCN) is designed to dynamically construct topological relationships among parts in an implicit semantic space, achieving robust modeling against complex structural variations. Furthermore, a Semantic–Spatial Cross-Attention (SSCA) mechanism is introduced to establish bidirectional interaction between semantic relationships and spatial features, and combined with a Global-Context Adaptive Gating mechanism to accomplish multi-scale feature fusion. On four mainstream fine-grained visual classification benchmarks, namely CUB-200-2011, Stanford Cars, Stanford Dogs, and NABirds, the proposed model achieves Top-1 accuracies of 92.7%, 94.9%, 95.2%, and 92.3%, respectively. Comprehensive ablation studies and visualization analyses further validate the effectiveness of the proposed method in background suppression, structural relationship modeling, and discriminative feature learning. Full article
(This article belongs to the Section Computer Vision and Pattern Recognition)
Show Figures

Figure 1

24 pages, 26613 KB  
Article
LRA-YOLOv11n: An Improved YOLOv11n Model for Field Detection of Mango Malformation Disease
by Yang Li, Jieli Duan, Yinlong Jiang, Haotian Yuan, Jiaxiang Yu, Xing Xu and Zhou Yang
Agriculture 2026, 16(17), 1856; https://doi.org/10.3390/agriculture16171856 - 28 Aug 2026
Abstract
Early detection and timely management of mango malformation disease (MMD) are essential for stabilizing yield and improving orchard management efficiency. However, existing mango disease-recognition studies have mainly focused on leaf diseases, fruit defects, or image-level classification, whereas object detection of MMD-related mango inflorescences [...] Read more.
Early detection and timely management of mango malformation disease (MMD) are essential for stabilizing yield and improving orchard management efficiency. However, existing mango disease-recognition studies have mainly focused on leaf diseases, fruit defects, or image-level classification, whereas object detection of MMD-related mango inflorescences under natural orchard conditions remains insufficiently investigated. This task is challenging because malformed inflorescences show large morphological variation, occur at different scales, and are frequently affected by branch occlusion, illumination variation, and complex orchard backgrounds. To address these challenges, this study proposes an improved YOLOv11n model, termed LRA-YOLOv11n, for field detection of MMD. YOLOv11n was used as the baseline. First, LSKNet was introduced to reconstruct the backbone network and provide a dynamic large-receptive-field mechanism for representing large-span and irregular malformed inflorescence contours. Second, receptive-field attention was incorporated into the neck network by constructing C3k2_RFAConv and RFAConv modules, thereby refining multiscale semantic features and suppressing background noise caused by overlapping branches, leaves, and shadows. Finally, an auxiliary detection branch was added during training to strengthen the learning of small or visually weak inflorescence features and blurred target boundaries through deep supervision. Tests on a self-built field dataset showed that the improved model achieved mAP@0.5 and mAP@0.5:0.95 values of 82.4% and 49.4%, respectively, representing improvements of 5.0 and 3.4 percentage points over the baseline YOLOv11n. The model contained 5.57 M parameters and achieved competitive overall performance among models of comparable scale. These results indicate that LRA-YOLOv11n alleviates feature confusion, missed detection, and false detection in the tested orchard scenes while maintaining a moderate computational cost, providing preliminary algorithmic support for further evaluation of MMD detection in field images. Full article
(This article belongs to the Section Artificial Intelligence and Digital Agriculture)
Show Figures

Figure 1

27 pages, 4215 KB  
Article
TSF U-Net: A Texture-Span and Frequency-Gated U-Net for Brain Tumor MRI Segmentation
by Xia Wang, Longde Mao, Jianing Tang and Zhongbin Dai
Electronics 2026, 15(17), 3863; https://doi.org/10.3390/electronics15173863 - 27 Aug 2026
Abstract
Accurate brain tumor magnetic resonance imaging (MRI) segmentation is essential for objective lesion assessment and treatment planning, yet it remains challenging because tumors exhibit large-scale variations, irregular morphologies, heterogeneous internal textures, and indistinct boundaries. Conventional U-Net variants commonly improve either spatial feature extraction [...] Read more.
Accurate brain tumor magnetic resonance imaging (MRI) segmentation is essential for objective lesion assessment and treatment planning, yet it remains challenging because tumors exhibit large-scale variations, irregular morphologies, heterogeneous internal textures, and indistinct boundaries. Conventional U-Net variants commonly improve either spatial feature extraction or skip connection fusion, but they do not jointly address the adaptive representation of pathological texture changes and the semantic filtering of noisy shallow features. To bridge this gap, a texture-span and frequency-gated U-Net (TSF U-Net) is proposed, establishing a collaborative spatial and frequency-domain feature-learning framework. Within this framework, a texture-span gated multi-scale (TSGM) block is developed by integrating parallel multi-scale context extraction with a pathological texture-span gating mechanism derived from local maximum and minimum feature responses. This design enables the encoder to emphasize heterogeneous tumor regions and boundary-related variations without requiring additional boundary supervision. Moreover, a discrete cosine frequency-gated fusion (DCT-FGB) block is introduced into the skip connections. It employs deep semantic features to generate top-down frequency-domain gating masks for shallow skip features, allowing useful structural information to be retained while reducing background and noise interference before decoder fusion. On the Brain Tumor Dataset, TSF U-Net achieves an mIoU of 86.471%, a Recall of 87.424%, an F1-score of 84.693%, and a Dice coefficient of 0.819, improving the U-Net baseline by 1.243 percentage points in mIoU and 1.645 percentage points in F1-score. It also achieves the highest mIoU of 88.882% on the BRICS 2025 Dataset. Ablation results confirm the complementary contributions of TSGM and DCT-FGB. The bidirectional cross-dataset experiments yield mIoU values of 77.369% and 70.881%, providing initial evidence of transferability under dataset distribution shifts. These findings indicate that jointly modeling pathological texture variations in the spatial domain and semantically selecting skip features in the frequency domain provides an effective strategy for improving boundary sensitivity, noise resistance, and cross-dataset robustness in brain tumor MRI segmentation. Full article
(This article belongs to the Section Artificial Intelligence)
Show Figures

Figure 1

29 pages, 18689 KB  
Article
OccPepSeg-YOLO for Instance Segmentation of Occluded Peppers in Field Images
by Xinran Yu, Mingxi Jiang, Fei Gao, Yize Fan, Yanyan Bai, Zhigang Peng, Qi Lu, Qian Liu and Shengyong Xu
Agronomy 2026, 16(17), 1646; https://doi.org/10.3390/agronomy16171646 - 27 Aug 2026
Abstract
Agricultural operations such as pepper harvesting, fruit counting, and field phenotyping rely on accurate visual recognition and instance segmentation algorithms. However, pepper fruits in complex field environments often exhibit slender and curved shapes, partial occlusion, ambiguous boundaries, and adhesion between adjacent instances. Existing [...] Read more.
Agricultural operations such as pepper harvesting, fruit counting, and field phenotyping rely on accurate visual recognition and instance segmentation algorithms. However, pepper fruits in complex field environments often exhibit slender and curved shapes, partial occlusion, ambiguous boundaries, and adhesion between adjacent instances. Existing object detection and instance segmentation methods therefore struggle to obtain complete fruit masks, which adversely affects subsequent fruit counting, contour measurement, and picking-point localization. To improve the instance segmentation accuracy of occluded peppers in complex field scenes, this study proposes OccPepSeg-YOLO, an improved model based on YOLO11n-seg. First, a P2FreqFusion module is introduced to fuse shallow, high-resolution detail features with deep semantic features, thereby enhancing the representation of fruit edges and tip regions. Second, an ASC module is designed to model the directional and scale-related morphological characteristics of pepper fruits, while a BoundaryGate module strengthens responses at occlusion interfaces and boundaries between adjacent instances. Finally, an OccPepSegment multi-scale prototype segmentation head is constructed, and a BDoU loss function is introduced to improve the boundary consistency of instance masks. Experiments on a self-constructed field-pepper instance segmentation dataset showed that OccPepSeg-YOLO achieved M-P, M-R, M-mAP50, and M-mAP50–95 values of 93.87%, 92.09%, 97.17%, and 82.31%, respectively, representing improvements of 5.59, 3.18, 3.83, and 9.52 percentage points over YOLO11n-seg. Further comparisons with representative YOLO-based instance segmentation models, including YOLOv8n-seg, YOLOv9c-seg, YOLO12n-seg, and YOLOv26n-seg, demonstrated that OccPepSeg-YOLO achieved the best overall segmentation performance. In particular, its M-mAP50–95 exceeded the best competing result obtained by YOLOv9c-seg by 8.35 percentage points. Under a unified repeated-inference protocol on an RTX 3090 GPU using FP32 precision, a batch size of 1, and 640 × 640 inputs, OccPepSeg-YOLO achieved a mean inference latency of 15.801 ± 1.238 ms, a P95 latency of 17.323 ms, and a throughput of 63.29 FPS. These results demonstrate that the proposed model can produce more complete pepper instance masks under leaf occlusion, fruit overlap, and complex background conditions, providing technical support for field-pepper recognition, fruit counting, and visual perception by agricultural robots. Full article
(This article belongs to the Special Issue Artificial Neural Network-Based Methods in Agriculture)
Show Figures

Figure 1

20 pages, 1018 KB  
Article
MGA-UNet: A Frequency-Aware Multi-Scale Mamba U-Net for Medical Image Segmentation
by Shuaikang Qiu, Xuan Wang, Kaile Su, Yongchao Song, Qiang Zheng and Zhenbo Cao
Sensors 2026, 26(17), 5416; https://doi.org/10.3390/s26175416 - 27 Aug 2026
Abstract
Medical image segmentation is a critical task in computer-assisted diagnosis, but accurate delineation remains challenging in sensor-captured dermoscopic and endoscopic images because of low contrast, blurred boundaries, acquisition artifacts, and large appearance variations. Although CNN-based methods are effective in capturing local texture and [...] Read more.
Medical image segmentation is a critical task in computer-assisted diagnosis, but accurate delineation remains challenging in sensor-captured dermoscopic and endoscopic images because of low contrast, blurred boundaries, acquisition artifacts, and large appearance variations. Although CNN-based methods are effective in capturing local texture and boundary cues, they often struggle to explicitly model long-range dependencies and global structural relationships. Transformer-based architectures can capture global context, but their self-attention mechanism may become computationally costly when processing high-resolution feature maps. To address these challenges, we propose MGA-UNet, a frequency-aware multi-scale encoder–decoder segmentation framework that integrates wavelet-based frequency decomposition with Mamba-based long-range dependency modelling. Specifically, the Wavelet-Mamba feature extraction backbone (WMB) decomposes features into low- and high-frequency components to enhance boundary-aware representation, the Gated Multi-scale Aggregation Module (GMAM) aggregates parallel multi-scale encoder features and applies a content-dependent gate to the fused response, and the Adaptive Sparse Attention Module (ASAM) refines bottleneck representations with sparse attention for global semantic modelling. Across three independent runs with random seeds 42, 123, and 2026, MGA-UNet achieves mean Dice Similarity Coefficients of 88.92±0.04%, 88.01±0.07%, and 85.91±0.04% on ISIC2018, ISIC2017, and Kvasir-SEG, respectively. These results demonstrate competitive segmentation performance among the compared representative CNN-based, Transformer-based, and Mamba-based methods, including the recent H-VMUNet baseline. These results indicate that frequency-domain decomposition and state-space modelling can complement each other for accurate medical image segmentation, particularly in images with ambiguous boundaries and complex background interference. Full article
(This article belongs to the Section Sensing and Imaging)
Show Figures

Figure 1

33 pages, 8485 KB  
Article
An Entity-Centric Real-Time Event Detection Framework for Thai Social Media Using Multi-Granularity TCC-Aware Named Entity Recognition
by Sathit Prasomphan
Electronics 2026, 15(17), 3856; https://doi.org/10.3390/electronics15173856 - 27 Aug 2026
Abstract
Real-time event detection from social media has become increasingly important for emergency response, public safety, and situational awareness. However, accurately identifying emerging events from Thai social media remains challenging because Thai is a low-resource language without explicit word boundaries, while social media text [...] Read more.
Real-time event detection from social media has become increasingly important for emergency response, public safety, and situational awareness. However, accurately identifying emerging events from Thai social media remains challenging because Thai is a low-resource language without explicit word boundaries, while social media text is often characterized by informal writing, spelling variations, and noisy user-generated content. This paper proposes an entity-centric real-time event detection framework for Thai social media that employs a Multi-Granularity Thai Character Cluster (TCC)-Aware Named Entity Recognition (NER) model as its core information extraction component. The proposed NER architecture integrates contextual word embeddings, character-level representations, Thai Character Cluster features, and Part-of-Speech embeddings through an attention-based feature fusion mechanism to improve entity recognition under noisy conditions. Recognized entities are subsequently used as semantic anchors for event construction, clustering, temporal trend analysis, event ranking, and alert generation within a unified streaming framework. Event discovery combines Density-Based Spatial Clustering of Applications with Noise (DBSCAN) and Exponential Moving Average (EMA)-based temporal analysis to identify emerging events in real time. Experiments conducted on a large-scale Thai social media corpus demonstrate that the proposed model achieves an F1-score of 94.14% for named entity recognition and 92.2% for downstream event detection, outperforming representative baseline methods. Additional ablation studies, qualitative error analysis, and statistical significance tests confirm the effectiveness of the proposed multi-granularity representation. These results demonstrate that the proposed framework provides an effective solution for real-time event monitoring in low-resource language environments. Full article
(This article belongs to the Topic Applications of NLP, AI, and ML in Software Engineering)
Show Figures

Figure 1

25 pages, 6190 KB  
Article
Hypergraph-Driven Heterogeneous Spatial Relationship Learning for Remote Sensing Segmentation
by Qihao Zhang, Lankun Peng, Feiyang Hu and Xiaoming Xi
J. Imaging 2026, 12(9), 404; https://doi.org/10.3390/jimaging12090404 - 27 Aug 2026
Abstract
Remote sensing semantic segmentation is critical for extracting fine-grained spatial information in applications such as urban planning and environmental monitoring. However, existing methods face significant challenges in modeling heterogeneous spatial relationships within complex urban scenes, where semantically related regions are spatially dispersed yet [...] Read more.
Remote sensing semantic segmentation is critical for extracting fine-grained spatial information in applications such as urban planning and environmental monitoring. However, existing methods face significant challenges in modeling heterogeneous spatial relationships within complex urban scenes, where semantically related regions are spatially dispersed yet functionally interdependent. Conventional convolutional neural networks exhibit limited receptive fields that fail to capture long-range dependencies, while Transformer-based approaches capture global dependencies but do not explicitly model regional heterogeneity, leading to blurred boundaries and category confusion. To address these limitations, this paper proposes a novel multi-relational-aware segmentation framework that leverages hypergraph theory to dynamically model higher-order semantic groupings across non-adjacent regions. The core innovation lies in a hypergraph structure learning unit that employs fuzzy clustering to partition multi-scale features into adaptive hyperedge sets, enabling joint representation of topological associations and functional dependencies among spatially distributed entities. Additionally, a multi-scale co-modeling strategy integrates stochastic feature masking with weighted fusion to bridge semantic abstraction and spatial localization. Experiments demonstrate that the proposed method achieves state-of-the-art mIoU performance on the LoveDA, Vaihingen, and Potsdam datasets, obtaining mIoU scores of 54.70%, 85.01%, and 87.64%, with improvements of 0.30%, 0.91%, and 0.08%, respectively, over the best existing methods. Full article
Show Figures

Figure 1

22 pages, 3041 KB  
Article
A Two-Stage Method for Detecting and Assessing the Severity of Diseases and Pests on Lotus Leaves in Complex Aquatic Environments
by Yifei Miao, Zhiqi Cai, Siqiao Tan, Bo Li, Dazhi Liu and Donghui Li
Agronomy 2026, 16(17), 1636; https://doi.org/10.3390/agronomy16171636 - 27 Aug 2026
Viewed by 33
Abstract
Addressing the challenges posed by the small scale, diverse morphology, and severe occlusion of pest and disease targets on lotus leaves in complex aquatic environments—as well as the difficulty of existing methods in automatically quantifying disease severity—this paper proposes an approach for the [...] Read more.
Addressing the challenges posed by the small scale, diverse morphology, and severe occlusion of pest and disease targets on lotus leaves in complex aquatic environments—as well as the difficulty of existing methods in automatically quantifying disease severity—this paper proposes an approach for the identification of lotus leaf pests and diseases and quantitative grading of leaf spot disease severity. First, by integrating high-altitude canopy imagery captured by unmanned aerial vehicles (UAVs) with high-definition ground-level data, a multi-perspective dataset comprising object detection bounding box annotations and pixel-level segmentation annotations is constructed. Second, the YOLOv12n-DFFN object detection model is proposed; this model enhances interaction between deep and shallow features through a dynamic feature feedback mechanism, thereby improving the ability to localize disease targets against complex aquatic backgrounds. Finally, taking typical leaf spot disease as the subject, YOLOv12n-DFFN is used to detect and extract diseased leaf regions, while a VGG-UNet semantic segmentation model is employed to achieve pixel-level fine-grained segmentation of leaf and lesion areas. By calculating the ratio of lesion area to total leaf area, automatic quantitative grading of disease severity is realized. Experimental results show that YOLOv12n-DFFN achieved a precision of 93.58%, representing an improvement of 4.37 percentage points over the YOLOv12n baseline, with an mAP50 of 83.87%; the segmentation model attained an average intersection-over-union of 90.47%, and the overall accuracy of the two-stage framework for leaf spot disease severity grading reached 96.0%. Through a “detection first, segmentation second” two-stage strategy, this framework enables the intelligent identification and severity quantification of lotus leaf diseases in complex aquatic environments, providing an effective approach for the intelligent monitoring and precision management of aquatic crop diseases. Full article
(This article belongs to the Section Pest and Disease Management)
Show Figures

Figure 1

41 pages, 4445 KB  
Article
AGIRA: Anatomy-Guided Image–Report Alignment with Finite-Scale Fractal Analysis for Chest X-Ray Representation Learning
by Yuxuan Wang, Jianhong Yang and Hao Zhang
Fractal Fract. 2026, 10(9), 597; https://doi.org/10.3390/fractalfract10090597 - 27 Aug 2026
Viewed by 58
Abstract
Background/Objectives: Chest radiographs contain hierarchical relationships between global thoracic configuration and organ-specific findings, together with scale-dependent anatomical boundary geometry and heterogeneous texture distributions. Coarse image–report alignment may overlook regional evidence, whereas isolated local alignment can fragment complete-examination semantics. We propose Anatomy-Guided Image–Report Alignment [...] Read more.
Background/Objectives: Chest radiographs contain hierarchical relationships between global thoracic configuration and organ-specific findings, together with scale-dependent anatomical boundary geometry and heterogeneous texture distributions. Coarse image–report alignment may overlook regional evidence, whereas isolated local alignment can fragment complete-examination semantics. We propose Anatomy-Guided Image–Report Alignment (AGIRA) for fine-grained chest X-ray (CXR) representation learning and investigate its behavior through post hoc finite-scale fractal and multifractal analysis. Methods: AGIRA constructs whole-image, left-lung, right-lung, and heart image–text pairs, adapts frozen vision and language backbones using lightweight Anatomy Sensors, and retains masked image and language reconstruction objectives to preserve global–local semantic continuity. Temporal–multiview fusion and hybrid soft labels reduce false-negative supervision. Post hoc analysis estimates effective box-counting dimensions, generalized dimensions, multifractal spectrum width, and a finite-scale attention concentration index. We additionally compare these descriptors with conventional intensity, texture, and uncertainty features using nested cross-validated incremental-value analyses. Results: AGIRA achieves 92.0% AUC, 84.2% accuracy, and 79.0% F1-score on RSNA Pneumonia, together with 57.5% zero-shot accuracy and 53.7% image-to-text P@5 on CheXpert 5 × 200, while updating only 7.54% of the complete model. On an independently annotated 600-unit report-routing set, the deterministic parser obtains macro-F1 0.953 and exact multi-label routing accuracy 0.918. Under the identical 34,080-record cohort, AGIRA remains above GLoRIA-ViT, MLIP, and BCC on all reported downstream metrics. Adding finite-scale descriptors to conventional intensity/texture/uncertainty features increases cross-validated AUROC for identifying anatomy-alignment-sensitive cases from 0.671 to 0.731 for zero-shot classification and from 0.651 to 0.704 for retrieval. Mild anatomical crop perturbations (±5%) change CheXpert P@5 and zero-shot accuracy by less than one percentage point, whereas severe 10% perturbations and explicit anatomy swaps cause progressively larger degradation. Conclusions: AGIRA improves cross-dataset benchmark transfer and retrieval while preserving parameter efficiency. The post hoc fractal/multifractal analysis contributes measurable incremental explanatory information about anatomy-alignment-sensitive model behavior beyond conventional descriptors without entering model training, and the added controlled experiments support parser reliability, cohort fairness, parameter robustness, and tolerance to moderate anatomical-localization noise. Full article
Show Figures

Figure 1

22 pages, 4118 KB  
Article
Edge-Geometry-Guided Deformable Detection for Sub-Millimeter Defects in Underwater Nuclear Component Inspection
by Jinkun Li, Lingyu Sun, Minglu Zhang, Chao Ma and Xinbao Li
Big Data Cogn. Comput. 2026, 10(9), 287; https://doi.org/10.3390/bdcc10090287 - 26 Aug 2026
Viewed by 107
Abstract
Accurate detection of sub-millimeter defects in reactor core-plate cotter-pin holes is essential for nuclear safety. However, underwater inspection images often suffer from low signal-to-noise ratios, weak boundary responses, and pseudo-edge interference, resulting in unstable localization of defects. Existing deformable and attention-based detectors remain [...] Read more.
Accurate detection of sub-millimeter defects in reactor core-plate cotter-pin holes is essential for nuclear safety. However, underwater inspection images often suffer from low signal-to-noise ratios, weak boundary responses, and pseudo-edge interference, resulting in unstable localization of defects. Existing deformable and attention-based detectors remain vulnerable to sampling drift and semantic–boundary inconsistency under such conditions. To address these challenges, an Edge-Geometry-Guided Deformable Detection Network (EGD-Net) is proposed for underwater defect detection. EGD-Net introduces an edge-geometry-constrained deformable sampling mechanism that embeds edge-confidence priors into deformable convolution to improve boundary-aware feature sampling. A cross-level semantic–geometric alignment strategy is designed to enhance the interaction between defect semantics and geometric boundary cues, while a top-down feedback recalibration mechanism improves multi-scale response consistency for weak defects. Experiments on the Core-Plate Pin-Hole Defect (CPHD) dataset demonstrate that EGD-Net achieves the highest AP@[0.5:0.95] on both datasets while maintaining competitive or superior Precision, Recall, and F1-score while reducing engineering center error under a fixed operating point. Performance across the two complementary domains suggests its robustness to variations between coupon images and practical underwater inspection scenes. These results indicate that EGD-Net provides a reliable solution for boundary-sensitive localization of underwater sub-millimeter defects in nuclear inspection. Full article
Show Figures

Figure 1

32 pages, 3582 KB  
Article
BSCNet: Boundary- and Scale-Consistent Mean Teacher for Semi-Supervised Building Change Detection in High-Resolution Remote Sensing Images
by Sujin Cai, Taizhi Lv, Xing Li, Chengyi Shi, Caifeng Wu, Xin Li, Linyang Li and Zhen Jia
Symmetry 2026, 18(9), 1428; https://doi.org/10.3390/sym18091428 - 26 Aug 2026
Viewed by 182
Abstract
Pixel-level annotation of bi-temporal high-resolution imagery is costly because annotators must distinguish genuine changes from pseudo-changes caused by illumination, seasonality, shadows, and residual misregistration. From a temporal-symmetry perspective, unchanged regions approximately preserve cross-temporal semantic correspondence, whereas genuine building changes introduce localized symmetry breaking [...] Read more.
Pixel-level annotation of bi-temporal high-resolution imagery is costly because annotators must distinguish genuine changes from pseudo-changes caused by illumination, seasonality, shadows, and residual misregistration. From a temporal-symmetry perspective, unchanged regions approximately preserve cross-temporal semantic correspondence, whereas genuine building changes introduce localized symmetry breaking between the two acquisition times. This paper presents BSCNet, a semi-supervised framework for binary building change detection that jointly models boundary-sensitive differences and scene-dependent scale preferences. A shared-weight MixTransformer extracts multi-level bi-temporal features. The Edge-Aware Optimization Module suppresses spatially invariant channel responses, enhances residual spatial cues, and predicts a Sobel-supervised edge map. The Parallel Selective Context Module aggregates depthwise-separable branches with different receptive fields and produces an image-level scale distribution. The Multi-scale Edge-Consistent Mean Teacher framework aligns the final prediction, intermediate edge representation, and scale-selection distribution between an exponential-moving-average teacher and the student. Experiments on WHU-CD and LEVIR-CD under 5%, 10%, and 20% labeled-data settings show consistent improvements over RCL, C2F-SemiCD, and CutMix-CD. With 5% labeled data, BSCNet achieves F1/IoU scores of 88.57%/79.49% on WHU-CD and 88.88%/79.98% on LEVIR-CD. An additional UAV-CD evaluation examines transfer to 0.06 m low-altitude UAV imagery containing both building and land changes; under 5% supervision, BSCNet obtains an F1/IoU of 68.07%/51.60%. Progressive ablations confirm complementary gains from the boundary, scale, and consistency components. Full article
(This article belongs to the Special Issue Symmetry/Asymmetry in Digital Image Processing)
Show Figures

Figure 1

Back to TopTop