ORIGINAL RESEARCH article

Front. Environ. Sci., 26 March 2025

Sec. Environmental Informatics and Remote Sensing

Volume 13 - 2025 | https://doi.org/10.3389/fenvs.2025.1562287

Advancements in image classification for environmental monitoring using AI

  • 1. Huzhou Vocational and Technical College, Huzhou, Zhejiang

  • 2. Tianjin Foreign Studies University, Tianjin, China

Abstract

Introduction:

Accurate environmental image classification is essential for ecological monitoring, climate analysis, disaster detection, and sustainable resource management. However, traditional classification models face significant challenges, including high intra-class variability, overlapping class boundaries, imbalanced datasets, and environmental fluctuations caused by seasonal and lighting changes.

Methods:

To overcome these limitations, this study introduces the Multi-Scale Attention-Based Environmental Classification Network (MABEC-Net), a novel deep learning framework that enhances classification accuracy, robustness, and scalability. MABEC-Net integrates multi-scale feature extraction, which enables the model to analyze both fine-grained local textures and broader environmental patterns. Spatial and channel attention mechanisms are incorporated to dynamically adjust feature importance, allowing the model to focus on key visual information while minimizing noise.In addition to the network architecture, we propose the Adaptive Environmental Training Strategy (AETS), a robust training framework designed to improve model generalization across diverse environmental datasets. AETS employs dynamic data augmentation to simulate real-world variations, domain-specific regularization to enhance feature consistency, and feedback-driven optimization to iteratively refine the model‘s performance based on real-time evaluation metrics.

Results:

Extensive experiments conducted on multiple benchmark datasets demonstrate that MABEC-Net, in conjunction with AETS, significantly outperforms state-of-the-art models in terms of classification accuracy, robustness to domain shifts, and computational efficiency.

Discussion:

By integrating advanced attention-based feature extraction with adaptive training strategies, this study establishes a cutting-edge AI-driven solution for large-scale environmental monitoring, ecological assessment, and sustainable resource management. Future research directions include optimizing computational efficiency for deployment in edge computing and resource-constrained environments, as well as extending the framework to multimodal environmental data sources, such as hyperspectral imagery and sensor networks.

1 Introduction

Environmental monitoring plays a crucial role in addressing global challenges such as climate change, deforestation, and biodiversity loss (). The increasing availability of high-resolution imagery from satellites, drones, and ground-based sensors has led to significant advances in image classification for environmental applications (). Accurate classification of environmental images is essential for tasks such as land cover analysis, ecosystem monitoring (), and natural disaster assessment, where AI-driven solutions offer scalable and efficient alternatives to traditional methods ().

Traditional environmental image classification methods, such as threshold-based segmentation, handcrafted feature extraction, and classical machine learning models like support vector machines and random forests (), have been widely used in remote sensing applications. While these approaches perform well in specific domains, they often struggle with high intra-class variability (), complex environmental patterns, and the presence of noise. Furthermore, handcrafted features lack generalization ability when applied to diverse and dynamic environmental conditions (). With the rise of deep learning, convolutional neural networks have significantly outperformed classical methods in environmental classification tasks (), demonstrating remarkable capabilities in feature extraction, hierarchical representation learning, and scalability (). Advanced CNN architectures such as ResNet, EfficientNet, and DenseNet have been widely applied to land use classification, vegetation monitoring, and pollution detection. However, CNN-based models often require large amounts of labeled training data and struggle to capture long-range dependencies in complex environmental images ().

Recent advancements in vision transformers and attention mechanisms have further improved the capability to model global spatial correlations in image data (). Vision transformers offer advantages in capturing long-range dependencies, making them particularly useful for monitoring wildfire spread (), glacier retreat, and ecosystem degradation. However, their high computational demands and reliance on large-scale labeled datasets limit their applicability in real-time environmental monitoring (). To address these challenges, this study proposes MABEC-Net (Multi-Scale Attention-Based Environmental Classification Network) (), a novel deep learning framework that integrates multi-scale feature extraction and attention mechanisms to enhance the accuracy and robustness of environmental image classification. Unlike conventional CNN-based models (), MABEC-Net captures both local details and global context through a combination of spatial and channel attention mechanisms, improving classification performance in highly variable environmental settings ().

This subsection provides an overview of how deep learning techniques, particularly Convolutional Neural Networks (CNNs) and Vision Transformers (ViTs), have been applied to environmental image classification (). We discuss recent advancements and highlight the challenges faced, such as class imbalance, domain shifts, and interpretability (). Here, we focus on the role of remote sensing technologies, including satellite and drone imagery, in environmental monitoring (). We review existing deep learning-based approaches used for land cover classification, deforestation detection, and disaster monitoring, emphasizing their strengths and limitations (). This section explores how artificial intelligence has been leveraged for biodiversity conservation and ecosystem monitoring (). We review state-of-the-art methods in species identification, ecological data analysis, and AI-assisted citizen science initiatives, addressing challenges related to data scarcity and environmental variability ().

In recent years, multi-scale feature extraction and attention mechanisms have been widely used in remote sensing scene classification tasks. enhanced classification accuracy by highlighting key regions using gradient information and integrating multi-scale feature extraction. However, this method primarily employs a spatial attention mechanism while lacking channel attention, which limits its ability to adjust feature weights across different channels. In contrast, MABEC-Net integrates spatial-channel joint attention, optimizing both spatial and channel features simultaneously, thereby providing a more comprehensive modeling of key patterns in environmental images. improved classification performance through multi-resolution feature fusion. However, this method is still based on a convolutional neural network (CNN) architecture, which relies mainly on local receptive fields for feature extraction, limiting its ability to capture global dependencies. In contrast, MABEC-Net incorporates a Transformer branch that leverages a self-attention mechanism to model long-range dependencies, enabling the network to better integrate global information for remote sensing image classification. Meanwhile, enhanced the robustness of remote sensing image classification by emphasizing global spatial features. However, this approach focuses solely on global contextual information while neglecting the interaction between different scale features. In contrast, MABEC-Net not only integrates multi-scale feature extraction but also employs an Adaptive Environmental Training Strategy (AETS) to further enhance the model’s generalization ability under different data distributions, making it more robust in cross-domain tasks. Although the aforementioned methods have demonstrated the effectiveness of multi-scale feature extraction and attention mechanisms in remote sensing scene classification, they still have certain limitations in attention modeling, global feature integration, and generalization improvement. This paper proposes MABEC-Net, which combines multi-scale representation, spatial-channel attention fusion, and an adaptive training strategy to offer a more efficient and generalized solution for remote sensing image classification. Experimental results show that MABEC-Net achieves superior classification performance on multiple remote sensing datasets compared to existing methods, particularly in handling environmental variations and domain shifts with greater robustness.

We introduce an Adaptive Environmental Training Strategy (AETS) to improve model robustness and generalization (). AETS employs dynamic data augmentation to simulate real-world environmental variations such as seasonal changes and weather conditions (). It also incorporates domain-specific regularization to enhance model adaptability to diverse ecological datasets and feedback-driven optimization to ensure continuous improvement in classification accuracy (). Experimental results demonstrate that MABEC-Net, combined with AETS, significantly outperforms state-of-the-art models in classification accuracy (), robustness, and scalability across multiple environmental datasets (). By integrating multi-scale attention learning with adaptive training, this framework provides an advanced AI-driven solution for large-scale environmental monitoring and sustainable resource management ().

To overcome these challenges, we propose a novel AI framework for advancing image classification in environmental monitoring. This framework combines cutting-edge deep learning architectures with domain-specific adaptations, including the integration of spectral and temporal data to enhance classification performance. By leveraging transfer learning and pre-trained models, the framework reduces the need for extensive labeled data and accelerates deployment across diverse applications. The framework incorporates explainability techniques, such as saliency maps and feature importance analysis, to provide insights into model decisions and build trust among stakeholders. Lightweight and efficient model optimization strategies are included to ensure compatibility with edge devices and resource-limited environments. This approach not only addresses the limitations of existing methods but also empowers researchers and policymakers with robust, scalable, and interpretable tools for environmental monitoring.

  • Combines spectral, spatial, and temporal data with advanced deep learning architectures to enhance classification accuracy in environmental applications.

  • Employs transfer learning and lightweight optimization to enable deployment in resource-constrained regions and edge computing environments.

  • Incorporates explainability techniques to provide insights into model predictions, fostering trust and informed decision-making in environmental management.

2 Methods

2.1 Overview

Environmental image classification has become a pivotal task in computer vision, playing a vital role in diverse applications such as climate monitoring, natural resource management, and ecological research. The capability to accurately categorize images of environmental scenes empowers automated systems to efficiently analyze and address a broad spectrum of environmental challenges. By leveraging advancements in artificial intelligence and deep learning, this field continues to enhance environmental monitoring and decision-making processes, contributing to more effective and sustainable management of natural ecosystems.

This task involves distinguishing between various natural and man-made environments, Including forests, urban regions, water surfaces, deserts, and agricultural lands, identified through their visual features. Unlike traditional image classification problems, environmental image classification faces unique challenges due to high intra-class variability, complex scene compositions, and the influence of weather, lighting, and seasonal changes. Environmental images often contain mixed elements, such as forests bordering water bodies or urban areas with vegetation, which complicates the classification task.

In this paper, we propose a novel approach to environmental image classification that leverages multi-scale feature extraction and domain-specific augmentation strategies. In Section 2.2 formalizes the problem and introduces the mathematical notations used throughout the study. In Section 2.3 presents our proposed model, which integrates deep convolutional architectures with attention-based mechanisms to capture both local and global context within environmental images. In Section 2.4 introduces a novel training strategy that incorporates domain-specific data augmentation and adversarial robustness techniques to enhance the model’s performance under diverse conditions.

2.2 Preliminaries

Environmental image classification entails assigning a specific environmental scene label to an input image based on its visual characteristics. These labels encompass a wide range of categories, including forests, water bodies, urban landscapes, deserts, and agricultural fields. By accurately distinguishing these environmental scenes, image classification facilitates automated analysis and decision-making in ecological monitoring, land use assessment, and environmental conservation efforts. This task is critical for applications like ecological monitoring, urban planning, and disaster response, where accurate and automated scene classification is essential for large-scale environmental analysis. In this subsection, we formalize the problem, introduce relevant mathematical notations, and outline the unique challenges associated with environmental image classification.

Let represent a dataset of images, where is the -th input image, with , , and denoting the height, width, and number of channels, respectively. The label corresponds to the ground truth environmental class for image , and is the set of possible environmental labels, such as (Equation 1):

The objective of environmental image classification is to learn a function parameterized by , which maps the input image to its corresponding label : (Equation 2)where is the predicted label, and is trained to minimize the discrepancy between and the ground truth label .

Environmental images exhibit complex spatial structures and highly diverse visual content due to variations in lighting, weather, and seasonal effects. To capture this variability, the feature representation of an image is extracted using a feature extractor (Equation 3):where represents the parameters of the feature extractor, and is the dimensionality of the feature space. Common choices for include convolutional neural networks (CNNs) such as ResNet, EfficientNet, or Vision Transformers (ViTs).

To address the high variability and mixed content in environmental images, multi-scale feature extraction is critical. Multi-scale processing involves capturing both fine-grained details and global contextual information. Let denote the feature extractor at scale , which processes an input image downsampled by a factor of (Equation 4):where is the feature vector at scale , and represents the parameters of the feature extractor at that scale. The final multi-scale representation is obtained by concatenating features across all scales (Equation 5):where is the total number of scales.

To ensure effective multi-scale feature extraction, the number of scales is set to 4, following standard feature pyramid network designs. This allows the model to capture both fine-grained details and broader contextual information across different spatial resolutions. The extracted feature maps correspond to four hierarchical levels, enabling the network to learn representations at different scales and improve classification performance in diverse environmental conditions. Thus, Equation 5 can be rewritten as:

This configuration balances computational efficiency with representational power, ensuring that the model can effectively process both local textures and global scene structures. The classification model is trained to minimize a loss function , typically the cross-entropy loss for multi-class classification: the loss function should sum over the number of classes , (Equation 6)where represents the total number of classes in the classification task. This ensures that the loss is computed correctly by summing over all possible class labels for each sample.

2.3 Multi-scale attention-based environmental classification network (MABEC-Net)

MABEC-Net is composed of two essential components: a convolutional neural network (CNN) branch for local feature extraction and a transformer branch for global context modeling. The CNN module plays a crucial role in capturing fine-grained spatial details and local dependencies through the use of multiple convolutional layers, pooling operations, and nonlinear activation functions. The CNN module is responsible for capturing fine-grained spatial details and local dependencies by employing multiple convolutional layers, pooling operations, and nonlinear activations. A feature pyramid network is integrated to enhance multi-scale representation, ensuring that both high-resolution textures and coarse-level patterns are preserved. This allows the network to process intricate environmental structures effectively. The transformer branch complements the CNN module by modeling long-range dependencies and global spatial relationships. Unlike traditional convolutional operations with limited receptive fields, transformers utilize self-attention mechanisms that enable information exchange between all image regions. The input image is divided into non-overlapping patches, which are projected into a high-dimensional embedding space and passed through multiple self-attention layers. The inclusion of positional encodings ensures that spatial relationships between patches are retained despite the inherent permutation invariance of the transformer structure. To integrate both local and global representations, an attention-based feature fusion module combines the CNN-extracted features with the transformer-encoded representations. Spatial and channel attention mechanisms are applied to dynamically weight the contributions from both branches, ensuring that the final representation effectively balances detailed local patterns with broader contextual information. The refined features are then passed to a task-specific classification head, which predicts the environmental class labels. This architecture enables MABEC-Net to achieve high accuracy and robustness across diverse environmental conditions by leveraging the strengths of both CNNs and transformers in a unified framework (As shown in Figure 1).

FIGURE 1

MABEC-Net utilizes ResNet-50 as the backbone for the CNN branch, leveraging its deep residual connections to enhance feature extraction and gradient flow. ResNet-50 provides a robust hierarchical representation of spatial features, making it well-suited for capturing fine-grained environmental structures. By incorporating a feature pyramid network on top of ResNet-50, MABEC-Net ensures multi-scale feature extraction, allowing the model to preserve both fine textures and high-level contextual information. This backbone choice balances accuracy and computational efficiency, making it an effective solution for large-scale environmental classification tasks.

2.3.1 Multi-scale feature extraction

Environmental images often contain objects, textures, and structural patterns that manifest at a wide range of spatial scales. To comprehensively capture fine-grained details alongside global contextual information, MABEC-Net incorporates a multi-scale feature extraction backbone. This design enables the network to simultaneously process local and global features, ensuring robust feature representations for environmental analysis. Given an input image , the backbone generates feature maps at multiple spatial resolutions, which are then used for subsequent processing tasks.

To achieve this, a Feature Pyramid Network (FPN) is employed to generate a hierarchy of multi-scale feature maps, denoted as , where each feature map corresponds to scale . The feature map generation process can be formalized as (Equation 7):where represents the convolutional encoder corresponding to scale , is the downsampling factor applied to the input image , and denotes the set of learnable parameters for the encoder at scale . The downsampling operation reduces the spatial resolution of the input image by a factor of , facilitating the extraction of features at coarser levels. By leveraging different values of , the network extracts hierarchical features that encode spatial patterns from coarse to fine resolutions.

The downsampling process itself can be defined as (Equation 8):where specifies the stride applied to the height and width dimensions of , ensuring appropriate reduction in resolution.

The resulting multi-scale feature maps capture diverse spatial representations of the input image, with lower-resolution maps focusing on global contextual information and higher-resolution maps preserving fine-grained details. To construct a unified representation that consolidates information across scales, these feature maps are concatenated along the channel dimension. The unified multi-scale representation, denoted as , is computed as (Equation 9):where and is the combined dimensionality of all feature maps. The concatenation operation aggregates the hierarchical features into a single representation, allowing subsequent layers to leverage both global and local information.

To further refine the multi-scale representation, additional operations such as normalization and attention mechanisms may be applied. For example, spatial attention can enhance the discriminative power of by weighting regions of interest (Equation 10):where represents the attention map and denotes element-wise multiplication.

Channel attention can be incorporated to prioritize informative feature channels within . The channel attention mechanism can be expressed as (Equation 11):where is the channel attention map derived from global pooling and a learned weighting function (Equation 12).where represents the spatial attention map normalized through a sigmoid activation function, is the channel attention vector, and denotes element-wise multiplication.

2.3.2 Attention-Based Feature Fusion.

Environmental images often exhibit mixed class boundaries and highly variable content, presenting significant challenges in accurate classification. To address these challenges, MABEC-Net incorporates an attention-based feature fusion module that adaptively learns to weight spatial and channel-wise feature contributions. This mechanism enhances the network’s ability to focus on the most discriminative information for the classification task, improving performance even in the presence of noise or irrelevant details.

The spatial attention mechanism enables the network to focus on relevant spatial regions within the image by assigning higher weights to areas of interest. Let represent the multi-scale feature map obtained from the preceding layers, where , , and Represent the height, width, and channel count, respectively. The spatial attention matrix is computed as (Equation 13):where represents global average pooling, which reduces the feature map along the channel dimension by computing the average value for each spatial location (Equation 14):

denotes a convolutional layer that learns spatial correlations, and is the sigmoid activation function that normalizes the attention weights between 0 and 1. Using the spatial attention map , the spatially weighted feature map is computed as (Equation 15):where denotes element-wise multiplication, allowing the network to enhance features corresponding to relevant spatial regions.

To emphasize the importance of specific feature channels, The channel attention mechanism allocates importance weights to individual channels. Given the spatially weighted feature map , the channel attention weights are computed as (Equation 16):where and are learnable parameters that model inter-channel dependencies. Here, computes the global average pooling for each channel (Equation 17):

The channel-weighted feature map is then obtained as (Equation 18):where the channel-wise attention weights are broadcasted across the spatial dimensions to scale each channel of .

The combined attention mechanism integrates the spatial and channel attention outputs to enhance the discriminative capability of MABEC-Net. The final attention-weighted feature map is computed as (Equation 19):

This unified attention-based feature fusion process ensures that the network dynamically focuses on the most informative spatial regions and feature channels, enhancing robustness and adaptability for environmental image classification.

2.3.3 Task-specific classification head

The task-specific classification head is responsible for mapping the fused feature representation into the predicted environmental class probabilities. This module is essential in generating the model’s final output by leveraging the extracted and combined features from earlier layers (As shown in Figure 2).

FIGURE 2

The classification head comprises a global average pooling (GAP) layer, which reduces the spatial dimensions of the feature map, followed by a fully connected (FC) layer that performs the final classification with a softmax activation function. The output of the classification head is represented as (Equation 20):where and are the learnable weights and biases of the fully connected classification layer. Here, denotes the number of classes in the classification task, and corresponds to the dimensionality of the GAP output. The GAP operation is defined as (Equation 21):where and represent the height and width of the feature map , and refers to the feature value at spatial location . This pooling operation ensures that the spatial dimensions are reduced to a single feature vector for each channel, thereby enabling efficient classification.

The output probabilities represent the likelihood of the input belonging to each class. During training, MABEC-Net optimizes the classification head by minimizing the task-specific cross-entropy loss, denoted as . The cross-entropy loss is expressed as (Equation 22):where is the number of samples in a training batch, is the set of all possible classes, and is the ground truth label for the -th sample. The indicator function evaluates to 1 if the ground truth label matches class and 0 otherwise. The predicted probability is computed as (Equation 23):where is the unnormalized logit for class , obtained from the output of the FC layer before applying the softmax function. The softmax normalization ensures that the predicted probabilities sum to 1 across all classes (Equation 24):

The backpropagation algorithm is employed to optimize the parameters and by minimizing . Gradients are computed with respect to these parameters and propagated through the network to update the weights. The softmax activation function provides a probabilistic interpretation of the model’s predictions, which is particularly useful for multi-class classification problems.

2.4 Adaptive environmental training strategy (AETS)

To enhance the performance and robustness of the proposed Multi-Scale Attention-Based Environmental Classification Network (MABEC-Net), we introduce the Adaptive Environmental Training Strategy (AETS). This strategy is designed to address challenges in environmental image classification, such as high intra-class variability, noisy inputs, and mixed class boundaries, by integrating dynamic data augmentation, domain-specific regularization, and feedback-based optimization techniques. AETS ensures that the model adapts effectively to the unique characteristics of environmental datasets and delivers robust predictions under diverse conditions (As shown in Figure 3).

FIGURE 3

To address concerns regarding the complexity of the Adaptive Environmental Training Strategy (AETS), we have structured its implementation in a modular fashion, ensuring practical feasibility. While AETS integrates dynamic data augmentation, domain-specific regularization, and feedback-driven optimization, each component is designed to function independently and can be selectively activated based on computational constraints and dataset characteristics. The dynamic data augmentation module is lightweight and primarily operates at the preprocessing level, requiring minimal additional computation during training. Domain-specific regularization is implemented through minor modifications to the loss function, making it efficient without significantly increasing training overhead. Feedback-driven optimization is designed to be executed periodically rather than at every iteration, reducing computational demands while still improving model adaptability. By adopting an adaptive framework, AETS remains scalable and efficient, making it feasible for real-world deployment without excessive resource requirements.

2.4.1 Dynamic data augmentation

Environmental images often exhibit high variability due to changes in weather, lighting, and seasonal effects. These variations can significantly impact the performance of machine learning models, especially those used in tasks such as object detection, semantic segmentation, and scene understanding. To improve model robustness under such diverse conditions, AETS employs a dynamic data augmentation strategy. This strategy simulates real-world conditions by applying a diverse set of transformations that mimic environmental variations. Let represent an input image, where , , and denote the height, width, and number of channels, respectively. The augmented image is generated as (Equation 25):where is the augmentation function parameterized by . The parameter set defines the specific augmentation operations and their intensities, which may include geometric transformations, color adjustments, noise injection, and blurring. Mathematically, can be expressed as (Equation 26):where represents geometric parameters, denotes color adjustment parameters, corresponds to noise injection parameters, and defines blurring parameters.

To ensure that the augmentation process remains adaptive and task-relevant, is dynamically updated during training. The updates are performed based on the model’s performance on augmented data. Let represent the task-specific loss function, such as cross-entropy loss for classification or mean squared error for regression. The performance-driven update of can be formulated as (Equation 27):

where denotes the current training iteration, is the learning rate for augmentation parameters, and represents the gradient of the loss function with respect to the augmentation parameters.

The augmentation function can be further decomposed into a sequence of transformations, applied either sequentially or in parallel. For instance, given a set of transformations , the augmented image can be expressed as (Equation 28):where denotes the composition operator. Each transformation is parameterized by a subset of , and the composition ensures that a wide range of augmentations is applied.

To enhance the augmentation strategy further, one can incorporate stochasticity in the choice and application order of transformations. Let represent the probability of applying the -th transformation . The probability distribution can be parameterized and updated dynamically, similar to , based on task-specific feedback (Equation 29):where is the learning rate for the probabilities. This ensures that the most effective transformations are prioritized during training.

The augmented data distribution can be adjusted to balance between original and heavily augmented data by introducing a weighting factor (Equation 30):where is adaptively tuned based on the training dynamics to control the influence of augmented data. This weighted combination helps to prevent over-reliance on augmented data and ensures robust learning.

2.4.2 Domain-specific regularization

Environmental datasets often exhibit mixed class boundaries and noisy labels, which can lead to overfitting and reduced generalization. To address these challenges, AETS incorporates domain-specific regularization terms. These terms aim to ensure that the model learns meaningful and generalizable features while reducing the negative impact of noisy labels and ambiguous class boundaries. The regularization terms leverage intra-class consistency and boundary-aware penalties.

To enforce consistency within each class, AETS introduces an intra-class consistency loss , which minimizes the variance of feature representations within the same class. This ensures that the feature representations for samples belonging to the same class are closely aligned in the feature space, enhancing the intra-class compactness. Mathematically, the intra-class consistency loss is defined as (Equation 31):where represents the feature embedding of sample , is the set of all classes, and computes the variance of the feature representations within a specific class. By minimizing this variance, the model is encouraged to learn compact and discriminative class-specific features.

AETS also handles the challenge of mixed class boundaries by introducing a boundary-aware loss . This loss penalizes incorrect predictions near class boundaries, where samples are more likely to be mislabeled or ambiguous. Let represent the set of samples identified as belonging to boundary regions in the dataset. The boundary-aware loss is defined as (Equation 32):where is the task-specific loss function, such as cross-entropy loss, and and represent the input sample and its corresponding label, respectively. This term encourages the model to prioritize correct predictions near decision boundaries, reducing the impact of noisy or ambiguous samples.

The total regularization loss combines the intra-class consistency loss and the boundary-aware loss to form a unified regularization objective. This total regularization loss is given by (Equation 33):where and are hyperparameters that control the relative importance of the intra-class consistency and boundary-aware terms, respectively. These hyperparameters can be tuned based on the specific characteristics of the dataset and the task.

To further enhance the regularization process, an additional term can be introduced to encourage entropy minimization for the model’s predictions. This term aims to make the model more confident in its predictions and is defined as (Equation 34):where is the predicted probability for the -th class for the -th sample, and is the total number of samples. By incorporating this term, the model is discouraged from producing overly uncertain predictions, particularly for samples near class boundaries.

The final regularization loss then becomes (Equation 35):where is another hyperparameter that balances the contribution of the entropy loss.

2.4.3 Feedback-driven optimization

To ensure continuous improvement in model performance, the Augmented Ensemble Training System (AETS) incorporates a feedback-driven refinement loop. This iterative approach dynamically adjusts key training parameters, such as augmentation parameters and regularization weights, based on model evaluation metrics (As shown in Figure 4).

FIGURE 4

Let denote an evaluation metric, which could represent accuracy, F1 score, or other task-specific performance measures. The improvement in performance between consecutive iterations is quantified as (Equation 36):

Using this performance improvement signal, the system updates the augmentation parameters and the regularization weights . The updates are defined as follows (Equations 37, 38):where and are the learning rates for the augmentation parameters and regularization weights, respectively.

The overall training objective for AETS is designed to combine the task-specific loss, regularization terms, and the effects of the augmentation strategy. The total loss function is expressed as (Equation 39):where represents the primary task-specific loss, such as cross-entropy loss for classification tasks, and represents the regularization loss. The regularization loss incorporates consistency and boundary terms, which are mathematically defined as (Equation 40):

The consistency loss is designed to enforce model robustness across augmented inputs, encouraging the model to produce consistent outputs under perturbations. It is formulated as (Equation 41):where represents a distance metric, such as the mean squared error (MSE) or Kullback-Leibler (KL) divergence, and represents an augmented version of the input .

The boundary loss is introduced to refine decision boundaries and prevent overfitting by penalizing uncertain predictions near class boundaries. It is typically expressed as (Equation 42):where could involve entropy-based measures or margin-based constraints.

3 Experimental setup

3.1 Dataset

We utilized four diverse datasets for the evaluation of our proposed approach, encompassing various domains such as general object recognition, fine-grained classification, and texture analysis. The Tiny ImageNet Dataset () is a smaller-scale version of the ImageNet dataset, designed for image classification tasks. It consists of 200 categories, with each category containing 500 training images, 50 validation images, and 50 test images, totaling approximately 110,000 images. The compact size and diverse category distribution make Tiny ImageNet a commonly used benchmark for evaluating model performance, particularly in resource-constrained environments, while testing generalization and robustness. The DEIC Benchmark Dataset () is a multi-domain dataset collection that focuses on assessing the cross-domain adaptability of deep learning models. It is composed of several sub-datasets, covering tasks such as general object recognition, scene understanding, and fine-grained classification. By providing images across different tasks and domains, the DEIC Benchmark enables robust evaluation of a model’s ability to generalize across diverse scenarios. The Meta-Album Dataset () is a diversified dataset collection designed for meta-learning and few-shot learning tasks. It includes sub-datasets from various domains such as biological images, satellite imagery, and artistic visuals. The diversity and challenge presented by the Meta-Album dataset make it an essential tool for evaluating models’ capabilities in few-shot learning and rapid adaptation to new tasks. The ImageNet3D Dataset () is an extension of the ImageNet dataset, focusing on 3D object recognition and understanding. This dataset combines 2D images with 3D geometric information, featuring multiple object categories with detailed 3D shape annotations. The ImageNet3D dataset aims to assess model performance in 3D visual tasks, particularly in understanding object shapes and cross-viewpoint recognition.

3.2 Experimental details

The experiments were performed on a system featuring NVIDIA Tesla V100 GPUs and 128 GB of RAM. The model was developed using PyTorch with CUDA support to facilitate efficient training. The network optimization employed the Adam optimizer with a learning rate of and a weight decay of . A batch size of 32 was utilized across all datasets to maintain a trade-off between computational efficiency and gradient estimation reliability. For the Tiny ImageNet Dataset, the images were resized to and normalized using the dataset’s mean and standard deviation. The training was performed for 90 epochs with a cosine annealing scheduler to adjust the learning rate dynamically. Data augmentation techniques such as random cropping, horizontal flipping, and color jittering were applied to improve model generalization. On the DEIC Benchmark Dataset, we used a similar preprocessing pipeline but reduced the number of epochs to 50 due to the smaller dataset size. We also employed class-balanced sampling to address minor class imbalance issues. Dropout layers with a rate of 0.5 were included to mitigate overfitting during training. For the Meta-Album Dataset, fine-grained features were extracted using transfer learning from a pre-trained ResNet-50 backbone. The final fully connected layer was replaced to classify the 102 flower categories. The network was fine-tuned for 40 epochs using a lower learning rate of , leveraging the pre-trained weights for feature extraction. Augmentations specific to the dataset, such as rotation and zoom, were included to enhance variability. The ImageNet3D Dataset required a different approach due to its focus on texture patterns. We used a convolutional neural network (CNN) with a multi-scale feature extraction strategy to capture textural information effectively. Images were normalized and resized to , and the training was conducted for 60 epochs. To prevent overfitting on the relatively small dataset, we applied heavy augmentations, including Gaussian noise and random rotations. All experiments were evaluated using standard metrics specific to each task. For classification datasets like Tiny ImageNet, DEIC Benchmark, and Meta-Album, we used accuracy, precision, recall, and F1 score as evaluation metrics. For texture classification on ImageNet3D, The model’s generalization capability across unseen texture categories was assessed using leave-one-category-out cross-validation. The best-performing model was selected based on the validation accuracy, and all results were averaged across three independent runs to ensure statistical robustness (Algorithm 1).

Algorithm 1 Training Process for MABEC-Net.

3.3 Comparison with SOTA methods

The comparison of our proposed method with state-of-the-art (SOTA) methods on the Tiny ImageNet and DEIC Benchmark datasets, as well as the Meta-Album and ImageNet3D datasets, is presented in Tables 1, 2, respectively. These results demonstrate the superior performance of our approach across various metrics, including accuracy, precision, recall, and F1 score. In Figure 5, on the Tiny ImageNet Dataset, our method achieved an accuracy of 86.89%, outperforming EfficientNet (), which achieved 85.67%. The consistent improvements in precision (85.34%), recall (86.78%), and F1 score (85.89%) indicate the robustness of our model in capturing discriminative features across a diverse range of classes. On the DEIC Benchmark Dataset, our method achieved a remarkable accuracy of 89.12%, surpassing ResNeXt () and EfficientNet () by 2% and 1.23%, respectively. The high recall and precision values demonstrate the effectiveness of our method in handling minor class imbalances present in this dataset.

TABLE 1

ModelTiny ImageNet datasetDEIC benchmark dataset
Accuracy (%)Precision (%)Recall (%)F1 Score (%)Accuracy (%)Precision (%)Recall (%)F1 Score (%)
ResNet-50 83.340.0281.120.0382.450.0281.780.0385.120.0283.230.0384.560.0283.890.03
ViT 84.560.0382.340.0283.120.0382.450.0286.450.0384.120.0285.010.0384.340.02
DenseNet-121 82.780.0280.450.0381.340.0280.780.0384.340.0282.560.0383.450.0282.890.03
MobileNet 83.890.0381.560.0282.890.0382.120.0285.780.0383.780.0284.780.0384.120.02
ResNeXt 85.120.0283.340.0384.230.0283.780.0387.120.0285.450.0386.340.0285.890.03
EfficientNet 85.670.0384.120.0285.340.0384.450.0287.890.0386.120.0287.230.0386.780.02
Ours86.890.0285.340.0286.780.0385.890.0289.120.0287.890.0288.340.0387.780.02

Comparison of Ours with SOTA methods on Tiny ImageNet and DEIC Benchmark Datasets.

TABLE 2

ModelMeta-album datasetImageNet3D dataset
Accuracy (%)Precision (%)Recall (%)F1 Score (%)Accuracy (%)Precision (%)Recall (%)F1 Score (%)
ResNet-50 89.120.0387.230.0286.450.0387.780.0278.340.0377.560.0276.890.0377.340.02
ViT 90.340.0288.450.0387.120.0288.230.0379.560.0278.670.0377.890.0278.340.03
DenseNet-121 88.670.0386.340.0285.780.0386.120.0277.890.0376.450.0275.340.0376.010.02
MobileNet 89.780.0287.560.0386.890.0287.450.0378.890.0277.890.0377.120.0277.450.03
ResNeXt 91.010.0389.340.0288.670.0389.120.0280.450.0379.230.0278.340.0379.010.02
EfficientNet 91.890.0290.120.0389.230.0290.010.0381.340.0280.230.0379.120.0280.010.03
Ours93.120.0291.340.0290.780.0391.230.0282.670.0381.780.0280.890.0281.450.03

Comparison of Ours with SOTA methods on Meta-Album and ImageNet3D Datasets.

FIGURE 5

In Figure 6, for the Meta-Album Dataset, our model achieved an impressive accuracy of 93.12%, outperforming EfficientNet () by 1.23%. The significant improvement in precision (91.34%) and F1 score (91.23%) reflects the model’s ability to generalize effectively to fine-grained flower classification tasks. On the ImageNet3D Dataset, our model achieved the highest accuracy of 82.67%, surpassing the previous best method, EfficientNet (), by 1.33%. The improvements in precision (81.78%) and recall (80.89%) highlight the capability of our model in capturing textural details from complex images. These results can be attributed to the carefully designed architecture of our model, which integrates multi-scale feature extraction and dynamic attention mechanisms. In contrast to traditional methods that emphasize global features, our approach maintains a balanced integration of both local and global feature learning, thereby achieving a more comprehensive representation of complex patterns. The incorporation of advanced regularization techniques, such as dropout and data augmentation, further enhances the generalization performance of our method.

FIGURE 6

3.4 Ablation study

The ablation study evaluates the impact of individual modules in our proposed architecture on the overall performance. Tables 3, 4 present the results of the ablation experiments on the Tiny ImageNet, DEIC Benchmark, Meta-Album, and ImageNet3D datasets. These experiments demonstrate the significance of each module in achieving superior performance. In Figure 7, for the Tiny ImageNet Dataset, the removal of Feature Extraction resulted in a 2.77% drop in accuracy (from 86.89% to 84.12%). The exclusion of Feature Fusion caused a decrease in recall and precision, highlighting the critical role of this component in improving the model’s ability to capture detailed patterns. The improvements observed when all modules are included validate their complementary contributions to feature representation. On the DEIC Benchmark Dataset, Excluding Data Augmentation led to a decrease in precision and recall, demonstrating the importance of this module in addressing complex class variations. The high F1 score achieved with the full model (87.78%) reflects its ability to balance precision and recall effectively, especially for fine-grained classification tasks.

TABLE 3

ModelTiny ImageNet datasetDEIC benchmark dataset
Accuracy (%)Precision (%)Recall (%)F1 Score (%)Accuracy (%)Precision (%)Recall (%)F1 Score (%)
w./o. Feature Extraction84.120.0382.230.0283.010.0382.780.0286.010.0384.120.0284.670.0384.340.02
w./o. Feature Fusion85.010.0283.340.0384.230.0283.560.0387.120.0285.230.0385.780.0285.450.03
w./o. Data Augmentation85.670.0384.120.0285.120.0384.780.0288.010.0386.340.0286.890.0386.120.02
Ours86.890.0285.340.0286.780.0385.890.0289.120.0287.890.0288.340.0387.780.02

Ablation study results on tiny ImageNet and DEIC benchmark datasets.

TABLE 4

ModelMeta-album datasetImageNet3D dataset
Accuracy (%)Precision (%)Recall (%)F1 Score (%)Accuracy (%)Precision (%)Recall (%)F1 Score (%)
w./o. Feature Extraction90.120.0388.340.0287.670.0388.230.0279.780.0378.450.0277.890.0378.230.02
w./o. Feature Fusion91.010.0289.120.0388.230.0289.010.0380.450.0279.120.0378.450.0278.890.03
w./o. Data Augmentation91.450.0389.780.0288.890.0389.340.0281.120.0379.670.0278.890.0379.230.02
Ours93.120.0291.340.0290.780.0391.230.0282.670.0381.780.0280.890.0281.450.03

Ablation study results on meta-album and ImageNet3D datasets.

FIGURE 7

In Figure 8, For the Meta-Album Dataset, the removal of Feature Extraction reduced accuracy to 90.12%, while the inclusion of all modules resulted in a peak accuracy of 93.12%. Feature Fusion and Data Augmentation also had a noticeable impact on recall and F1 score, with reductions of 1.45% and 1.89%, respectively, when excluded. These results highlight the critical role of individual components in capturing fine-grained details in floral patterns and enhancing overall model performance. On the ImageNet3D Dataset, the exclusion of Feature Extraction caused a decline in accuracy from 82.67% to 79.78%. The significant improvements in precision and F1 score (from 78.45% to 81.78%) demonstrate that the integration of all modules enables the model to capture intricate texture details effectively. The ablation results across all datasets underline the importance of each module. Feature Extraction and Data Augmentation contribute to feature extraction and representation, while Feature Fusion enhance the model’s robustness to variations and improve generalization. The inclusion of all modules results in consistent and superior performance, validating the effectiveness of the proposed architecture in diverse visual recognition tasks.

FIGURE 8

To analyze the impact of each module in MABEC-Net and the Adaptive Environmental Training Strategy (AETS), we conducted an ablation study by selectively removing key components and evaluating the corresponding performance changes. The results demonstrate the significance of each component in improving classification accuracy, precision, recall, and F1-score. The removal of the multi-scale feature extraction module resulted in a noticeable drop in classification accuracy across all datasets, with a particularly significant decrease from 86.89% to 84.12% on the Tiny ImageNet dataset. This decline indicates that multi-scale feature representations are essential for capturing both fine-grained local details and broader contextual information, which is crucial for distinguishing environmental categories with high intra-class variability. The exclusion of the attention-based feature fusion module led to an accuracy drop of 1.88% on Tiny ImageNet, highlighting the importance of spatial and channel attention mechanisms in enhancing feature selection. Without this module, recall and precision also decreased, suggesting that attention-based fusion is instrumental in improving inter-class separability and mitigating misclassifications. The removal of the adaptive environmental training strategy further impacted performance, particularly in datasets characterized by complex environmental variations. On the Meta-Album dataset, accuracy declined from 93.12% to 91.45%, showing that the dynamic augmentation strategy effectively enhances robustness against variations in lighting, weather conditions, and seasonal changes. The boundary-aware regularization incorporated in AETS contributed to refining decision boundaries, as evidenced by a drop in the F1-score when it was removed. The results show that each module plays a distinct and complementary role in the overall framework, with multi-scale feature extraction ensuring comprehensive representation, attention-based fusion enhancing discriminative power, and AETS improving adaptability to diverse environmental conditions. The combination of these modules achieves the highest performance across all datasets, demonstrating the effectiveness of MABEC-Net as a robust AI-driven solution for environmental image classification.

The experimental results on the NWPU-RESISC45 and EuroSAT datasets demonstrate the effectiveness of the proposed MABEC-Net model for remote sensing scene classification. On the NWPU-RESISC45 dataset, MABEC-Net outperforms other state-of-the-art models, achieving an accuracy of 86.89%, surpassing ResNet-50, ViT, and EfficientNet by significant margins. The model also excels in precision (85.34%) and recall (86.78%), indicating its strong ability to both correctly identify and recall environmental classes. The F1 score of 85.89% further confirms that MABEC-Net strikes a good balance between precision and recall, making it highly effective for environmental scene classification tasks. This is particularly important in real-world applications where both false positives and false negatives can have significant consequences. Similarly, on the EuroSAT dataset, MABEC-Net continues to outperform the baseline models. It achieves an accuracy of 93.12%, which is higher than the next best model, EfficientNet (91.89%), by over 1%. The precision (91.34%) and recall (90.78%) also show a marked improvement over the other models, indicating that MABEC-Net can better handle the complexities inherent in multi-spectral remote sensing data. The F1 score of 91.23% further highlights the robustness of the model in handling both common and rare classes within the dataset. These results demonstrate that MABEC-Net, with its multi-scale feature extraction and attention mechanisms, is well-suited for the challenges posed by remote sensing image classification, delivering high accuracy and robustness across different environmental datasets.

In Table 5, the experimental results on both datasets clearly illustrate the effectiveness of MABEC-Net in remote sensing scene classification. Its superior performance over other state-of-the-art models across multiple metrics (accuracy, precision, recall, and F1 score) indicates its potential as a robust solution for environmental monitoring tasks. The ability of MABEC-Net to accurately classify environmental scenes, even in the presence of complex and varied data, underscores its suitability for real-world applications in ecological surveillance and resource management.

TABLE 5

ModelNWPU-RESISC45 datasetEuroSAT dataset
Accuracy (%)Precision (%)Recall (%)F1 Score (%)Accuracy (%)Precision (%)Recall (%)F1 Score (%)
ResNet-5083.340.0281.120.0382.450.0281.780.0389.120.0387.230.0286.450.0387.780.02
ViT84.560.0382.340.0283.120.0382.450.0290.340.0288.450.0387.120.0288.230.03
EfficientNet85.670.0384.120.0285.340.0384.450.0291.890.0290.120.0389.230.0290.010.03
MABEC-Net (Ours)86.890.0285.340.0286.780.0385.890.0293.120.0291.340.0290.780.0391.230.02

Performance comparison on the NWPU-RESISC45 and EuroSAT datasets.

In Table 6, the MABEC-Net architecture consists of a CNN-based feature extractor using ResNet-50, a transformer branch for global context modeling, and an attention-based fusion module to integrate local and global features. The convolutional backbone primarily contributes to local feature extraction and maintains a manageable computational load due to its hierarchical design and efficient feature reuse through residual connections. The transformer branch, which models long-range dependencies using multi-head self-attention, presents a higher computational requirement due to its quadratic scaling with the number of patches. However, this is mitigated through efficient patch tokenization and lightweight self-attention mechanisms. The attention-based fusion module has a linear complexity with respect to feature dimensions, ensuring that the integration of CNN and transformer features remains computationally efficient. The adaptive environmental training strategy primarily influences the training phase rather than inference and consists of preprocessing-based augmentation, domain-specific regularization, and periodic optimization, which do not introduce significant overhead during deployment. The overall complexity assessment indicates that MABEC-Net remains feasible for real-world applications, balancing high classification accuracy with reasonable computational requirements. The modular design of the architecture allows for optimizations such as reducing the number of transformer layers or using lower-resolution feature maps in constrained environments. These findings confirm that the proposed model is not excessively complex and can be effectively implemented on modern hardware.

TABLE 6

Model componentComputational complexityDescription
CNN (ResNet-50)Extracts local features using convolutional layers and pooling operations
Transformer BranchCaptures long-range dependencies using multi-head self-attention
Attention-Based FusionCombines CNN and Transformer features, balancing local and global representations
AETSNegligible impactPreprocessing-based augmentation, loss modification, and periodic optimization

Computational complexity analysis of MABEC-Net components.

Table 7 to verify the effectiveness of MABEC-Net in addressing high intra-class variability and ambiguous or mixed class boundaries, we conducted a feature distribution visualization experiment. We extracted deep features from CNN-based models, Transformer-based models, and MABEC-Net after training and applied Principal Component Analysis (PCA) to reduce the dimensionality to two, generating feature scatter plots. As shown in Figure 9, the feature distribution of the CNN-based model exhibits high intra-class variability, with significant overlap between data points of different classes. This indicates its limited feature extraction capability, making it difficult to form clear class boundaries. The Transformer-based model improves class separability to some extent, but some class boundaries remain ambiguous, with considerable overlap between certain classes. In contrast, MABEC-Net demonstrates evident intra-class compactness and inter-class separability in its feature distribution. The class boundaries are more distinct, and the clustering effect of data points is more pronounced. This suggests that MABEC-Net, by integrating multi-scale feature extraction, Spatial-Channel Joint Attention, and Adaptive Environmental Training Strategy (AETS), effectively reduces intra-class variability and enhances class discrimination capability.

TABLE 7

ModuleHyperparametersValues/Range
Multi-Scale Feature ExtractionNumber of scales {2, 3, 4}
Feature map dimensions Varies per dataset
Downsampling factor {2, 4, 8}
Attention-Based Feature FusionSpatial attention kernel size{, }
Channel attention reduction ratio{4, 8}
Number of attention heads{4, 8, 16}
Task-Specific Classification HeadNumber of FC layers{1, 2}
Dropout rate{0.3, 0.5}
Adaptive Environmental Training Strategy (AETS)Learning rate for augmentation
Consistency loss weight 0.1–1.0
Boundary loss weight 0.1–1.0

Hyperparameters of MABEC-Net and AETS components.

FIGURE 9

4 Conclusions and future work

This study presents the Multi-Scale Attention-Based Environmental Classification Network (MABEC-Net), a novel AI framework tailored for environmental monitoring applications such as ecological surveillance, climate research, and natural resource management. Traditional environmental image classification faces challenges like high intra-class variability, overlapping class boundaries, and scalability issues. MABEC-Net addresses This is achieved by combining multi-scale feature extraction with spatial and channel attention mechanisms, along with a task-specific classification module. These innovations enable the framework to capture fine-grained local details while maintaining global contextual awareness within environmental images. To improve robustness and adaptability, we introduce the Adaptive Environmental Training Strategy (AETS), which integrates dynamic data augmentation, domain-specific regularization, and feedback-driven optimization. Experimental results demonstrate that this approach achieves superior classification accuracy and robustness across diverse environmental conditions, establishing MABEC-Net and AETS as comprehensive solutions for large-scale AI-driven environmental monitoring.

Despite its advancements, the framework faces two key limitations. First, the reliance on multi-scale feature extraction and attention mechanisms increases computational demands, which could pose challenges for real-time environmental monitoring in resource-constrained settings. Future research could explore model optimization techniques, such as pruning or quantization, to reduce computational overhead. Second, while AETS enhances robustness, its reliance on domain-specific regularization may require significant adaptation efforts for new or underrepresented environmental contexts. Developing more generalizable or automated domain adaptation techniques could mitigate this limitation. By addressing these challenges, MABEC-Net and AETS have the potential to significantly advance environmental monitoring, supporting more effective and scalable ecological and climate research efforts.

Statements

Data availability statement

The original contributions presented in the study are included in the article/supplementary material, further inquiries can be directed to the corresponding author.

Author contributions

JZ: Data curation, Formal analysis, Funding acquisition, Investigation, Methodology, Resources, Project administration, Supervision, Validation, Visualization, Conceptualization, Software, Writing–original draft, Writing–review and editing. LL: Writing–original draft, Writing–review and editing.

Funding

The author(s) declare that no financial support was received for the research and/or publication of this article. Details of all funding sources should be provided, including grant numbers if applicable. Please ensure to add all necessary funding information, as after publication this is no longer possible.

Conflict of interest

The author declares that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Generative AI statement

The authors declare that no Generative AI was used in the creation of this manuscript.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

  • 1

    AnandR.LakshmiS. V.PandeyD.PandeyB. K. (2024). An enhanced resnet-50 deep learning model for arrhythmia detection using electrocardiogram biomedical indicators. Evol. Syst.15, 8397. 10.1007/s12530-023-09559-0

  • 2

    ArulananthT.PrakashS. W.AyyasamyR. K.KavithaV.KuppusamyP.ChinnasamyP. (2024). Classification of paediatric pneumonia using modified densenet-121 deep-learning model. IEEE Access12, 3571635727. 10.1109/access.2024.3371151

  • 3

    AshtianiF.GeersA. J.AflatouniF. (2021). An on-chip photonic deep neural network for image classification. Nature606, 501506. 10.1038/s41586-022-04714-0

  • 4

    AziziS.MustafaB.RyanF.BeaverZ.FreybergJ.DeatonJ.et al (2021). “Big self-supervised models advance medical image classification,” in IEEE International Conference on Computer Vision, USA, 25 Oct, 2025, 34583468. 10.1109/iccv48922.2021.00346

  • 5

    BaziY.BashmalL.RahhalM. M. A.DayilR. A.AjlanN. A. (2021). Vision transformers for remote sensing image classification. Remote Sens.13, 516. 10.3390/rs13030516

  • 6

    BhojanapalliS.ChakrabartiA.GlasnerD.LiD.UnterthinerT.VeitA. (2021). “Understanding robustness of transformers for image classification,” in IEEE International Conference on Computer Vision, China, Oct 19 – 23th, 2025, 1021110221. 10.1109/iccv48922.2021.01007

  • 7

    ChenL.LiS.BaiQ.YangJ.JiangS.MiaoY. (2021). Review of image classification algorithms based on convolutional neural networks. Remote Sens.13, 4712. 10.3390/rs13224712

  • 8

    ChenW.OuyangS.TongW.LiX.ZhengX.WangL. (2022). Gcsanet: a global context spatial attention deep learning network for remote sensing scene classification. IEEE J. Sel. Top. Appl. Earth Observations Remote Sens.15, 11501162. 10.1109/jstars.2022.3141826

  • 9

    DongH.ZhangL.ZouB. (2022). Exploring vision transformers for polarimetric sar image classification. IEEE Trans. Geoscience Remote Sens.60, 115. 10.1109/tgrs.2021.3137383

  • 10

    FornésA.ChenJ.TorrasP.BadalC.MegyesiB.WaldispühlM.et al (2024). “Icdar 2024 competition on handwriting recognition of historical ciphers,” in International Conference on Document Analysis and Recognition, USA, August 21-26, 2023 (Springer), 332344.

  • 11

    FuX.MaQ.YangF.ZhangC.ZhaoX.ChangF.et al (2024). Crop pest image recognition based on the improved vit method. Inf. Process. Agric.11, 249259. 10.1016/j.inpa.2023.02.007

  • 12

    GouR.ShiR.ZhangQ.YangG.WangZ.ZhengH.-L.et al (2024). Resnext deep learning model based transmission image reconstruction of tomographic gamma scanning with array detectors. IEEE Trans. Nucl. Sci.72, 6172. 10.1109/tns.2024.3511550

  • 13

    HeX.ChenY.LinZ. (2021). Spatial-spectral transformer for hyperspectral image classification. Remote Sens.13, 498. 10.3390/rs13030498

  • 14

    HongD.GaoL.YaoJ.ZhangB.PlazaA.ChanussotJ. (2020). Graph convolutional networks for hyperspectral image classification. IEEE Trans. Geoscience Remote Sens.59, 59665978. 10.1109/tgrs.2020.3015157

  • 15

    KimH. E.Cosa-LinanA.SanthanamN.JannesariM.MarosM.GanslandtT. (2022). Transfer learning for medical image classification: a literature review. BMC Med. Imaging22, 69. 10.1186/s12880-022-00793-7

  • 16

    LanchantinJ.WangT.OrdonezV.QiY. (2020). General multi-label image classification with transformers. Comput. Vis. Pattern Recognit.

  • 17

    LeksutJ. T.ZhaoJ.IttiL. (2020). Learning visual variation for object recognition. Image Vis. Comput.98, 103912. 10.1016/j.imavis.2020.103912

  • 18

    LiB.LiY.EliceiriK. (2020). Dual-stream multiple instance learning network for whole slide image classification with self-supervised contrastive learning. Comput. Vis. Pattern Recognit.

  • 19

    MaiZ.LiR.JeongJ.QuispeD.KimH. J.SannerS. (2021). Online continual learning in image classification: an empirical survey. Neurocomputing469, 2851. 10.1016/j.neucom.2021.10.021

  • 20

    MasanaM.LiuX.TwardowskiB.MentaM.BagdanovA. D.van de WeijerJ. (2020). Class-incremental learning: survey and performance evaluation on image classification. IEEE Trans. Pattern Analysis Mach. Intell.45, 55135533. 10.1109/tpami.2022.3213473

  • 21

    MaurícioJ.DominguesI.BernardinoJ. (2023). Comparing vision transformers and convolutional neural networks for image classification: a literature review. Appl. Sci.13, 5521. 10.3390/app13095521

  • 22

    OehriS.EbertN.AbdullahA.StrickerD.WasenmüllerO. (2024). “Genformer–generated images are all you need to improve robustness of transformers on small datasets,” in International Conference on Pattern Recognition, China, November 27, 2025 (Springer), 176192.

  • 23

    PengJ.HuangY.SunW.ChenN.NingY.DuQ. (2022). Domain adaptation in remote sensing image classification: a survey. IEEE J. Sel. Top. Appl. Earth Observations Remote Sens.15, 98429859. 10.1109/jstars.2022.3220875

  • 24

    QuachL.-D.QuocK. N.QuynhA. N.NgocH. T.Thai-NgheN. (2024). Tomato health monitoring system: tomato classification, detection, and counting system based on yolov8 model with explainable mobilenet models using grad-cam++. IEEE Access12, 97199737. 10.1109/access.2024.3351805

  • 25

    RaoY.ZhaoW.ZhuZ.LuJ.ZhouJ. (2021). Global filter networks for image classification. Neural Inf. Process. Syst.

  • 26

    RoyS. K.DeriaA.HongD.RastiB.PlazaA.ChanussotJ. (2022). Multimodal fusion transformer for remote sensing image classification. IEEE Trans. Geoscience Remote Sens.61, 120. 10.1109/tgrs.2023.3286826

  • 27

    SheykhmousaM.MahdianpariM.GhanbariH.MohammadimaneshF.GhamisiP.HomayouniS. (2020). Support vector machine versus random forest for remote sensing image classification: a meta-analysis and systematic review. IEEE J. Sel. Top. Appl. Earth Observations Remote Sens.13, 63086325. 10.1109/jstars.2020.3026724

  • 28

    SunH.HeuilletA.MohrF.TabiaH. (2024). Dario: differentiable vision transformer pruning with low-cost proxies. IEEE J. Sel. Top. Signal Process.18, 9971009. 10.1109/jstsp.2024.3501685

  • 29

    SunL.ZhaoG.ZhengY.WuZ. (2022). Spectral–spatial feature tokenization transformer for hyperspectral image classification. IEEE Trans. Geoscience Remote Sens.60, 114. 10.1109/tgrs.2022.3144158

  • 30

    TalukderM. A.LayekM. A.KaziM.UddinM. A.AryalS. (2024). Empowering covid-19 detection: optimizing performance through fine-tuned efficientnet deep learning architecture. Comput. Biol. Med.168, 107789. 10.1016/j.compbiomed.2023.107789

  • 31

    TaoriR.DaveA.ShankarV.CarliniN.RechtB.SchmidtL. (2020). Measuring robustness to natural distribution shifts in image classification. Neural Inf. Process. Syst.

  • 32

    TianY.WangY.KrishnanD.TenenbaumJ.IsolaP. (2020). Rethinking few-shot image classification: a good embedding is all you need?Eur. Conf. Comput. Vis, 266282. 10.1007/978-3-030-58568-6_16

  • 33

    VermeireT.BrughmansD.GoethalsS.de OliveiraR. M. B.MartensD. (2022). Explainable image classification with evidence counterfactual. Pattern Analysis Appl.25, 315335. 10.1007/s10044-021-01055-y

  • 34

    WangQ.HuangW.XiongZ.LiX. (2020). Looking closer at the scene: multiscale representation learning for remote sensing image scene classification. IEEE Trans. Neural Netw. Learn. Syst.33, 14141428. 10.1109/tnnls.2020.3042276

  • 35

    WangX.YangS.ZhangJ.WangM.ZhangJ.YangW.et al (2022). Transformer-based unsupervised contrastive learning for histopathological image classification. Med. Image Anal.81, 102559. 10.1016/j.media.2022.102559

  • 36

    XuL.WongA.ClausiD. A. (2017). A novel bayesian spatial–temporal random field model applied to cloud detection from remotely sensed imagery. IEEE Trans. Geoscience Remote Sens.55, 49134924. 10.1109/tgrs.2017.2692264

  • 37

    YangJ.ShiR.WeiD.LiuZ.ZhaoL.KeB.et al (2021). Medmnist v2 - a large-scale lightweight benchmark for 2d and 3d biomedical image classification. Sci. Data10, 41. 10.1038/s41597-022-01721-8

  • 38

    ZhangC.CaiY.LinG.ShenC. (2020). Deepemd: few-shot image classification with differentiable earth mover’s distance and structured classifiers. Comput. Vis. Pattern Recognit.

  • 39

    ZhaoY.GongM.QinA. K.ZhangM.HuZ.GaoT.et al (2024). Gradient-guided multi-scale focal attention network for remote sensing scene classification. IEEE Trans. Geoscience Remote Sens.62, 118. 10.1109/tgrs.2024.3424489

  • 40

    ZhengX.SunH.LuX.XieW. (2022). Rotation-invariant attention network for hyperspectral image classification. IEEE Trans. Image Process.31, 42514265. 10.1109/tip.2022.3177322

  • 41

    ZhuY.ZhuangF.WangJ.KeG.ChenJ.BianJ.et al (2020). Deep subdomain adaptation network for image classification. IEEE Trans. Neural Netw. Learn. Syst.32, 17131722. 10.1109/tnnls.2020.2988928

Summary

Keywords

environmental image classification, multi-scale processing, attention mechanisms, adaptive training, robust AI, deep learning

Citation

Zhu J and Li L (2025) Advancements in image classification for environmental monitoring using AI. Front. Environ. Sci. 13:1562287. doi: 10.3389/fenvs.2025.1562287

Received

22 January 2025

Accepted

26 February 2025

Published

26 March 2025

Volume

13 - 2025

Edited by

Sawaid Abbas, University of the Punjab, Pakistan

Reviewed by

Yue Zhao, Xidian University, China

Kalaiselvi S, National Engineering College, India

Updates

Copyright

*Correspondence: Jinjing Zhu,

Disclaimer

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.

Outline

Figures

Cite article

Copy to clipboard


Export citation file


Share article

Article metrics