Next Article in Journal
A Simplified CT Score for Thrombus Burden in Acute Pulmonary Embolism: Clinical Correlation and Reproducibility
Previous Article in Journal
Efficient Object Detection in Compressed Domain by Exploiting Knowledge Distillation from Pixel Domain
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Microscopic Pollen Image Classification via Contour-Signal Representation, Wavelet Analysis, and CNN

by
Abror Shavkatovich Buriboev
1,
Akhram Nishanov
2,
Shuxrat Isroilov
3,
Inomjon Narzullaev
2,
Umidjon Djumayozov
3,
Shavkat Buriboyev
4,
Temur Azamov
5,
Parda Yuldashov
6,
Davron Shodmonov
3,
Djamshid Sultanov
2,* and
Abbos Abduvaytov
7,*
1
Department of Exact Sciences, Kimyo International University in Tashkent, Tashkent 100121, Uzbekistan
2
Department of Software of Information Systems, Tashkent University of Information Technologies named after Muhammad al-Khwarizmi, Tashkent 100084, Uzbekistan
3
Department of Computing Systems Engineering, Samarkand State University, Samarkand 140104, Uzbekistan
4
Department of Civil Engineering, Samarkand State Technical University, Samarkand 140143, Uzbekistan
5
Agency Innovative Development, Tashkent 100174, Uzbekistan
6
Department of Surgery, Samarkand State Medical University, Samarkand 140100, Uzbekistan
7
Department of Computer Engineering, Samarkand Institute of Economics and Service, Samarkand 140100, Uzbekistan
*
Authors to whom correspondence should be addressed.
J. Imaging 2026, 12(7), 326; https://doi.org/10.3390/jimaging12070326
Submission received: 6 June 2026 / Revised: 11 July 2026 / Accepted: 15 July 2026 / Published: 18 July 2026
(This article belongs to the Section Computer Vision and Pattern Recognition)

Abstract

Accurate classification of pollen grains in microscopic images remains challenging because of noise, structural variability, background complexity, weak texture, and intra-class similarity. To address these issues, this study proposes a hybrid framework that integrates contour-signal modeling, spectral–wavelet analysis, and deep learning for robust microscopic pollen image recognition. In the proposed approach, microscopic pollen images are first converted into contour-based point-signal representations, allowing object boundaries to be analyzed as structured one-dimensional signals. To improve signal quality under real imaging conditions, the framework incorporates Gaussian, median, and contour-aware filtering together with defect-point detection and correction. The processed contour signals are then analyzed using Fourier transform, continuous wavelet transform, and discrete wavelet transform to extract complementary global and local descriptors. These enriched representations are provided to a convolutional neural network for final classification. Experiments conducted on a seven-class microscopic pollen-image dataset demonstrate that the proposed method outperforms conventional computer-vision and baseline deep-learning approaches. The best-performing hybrid configuration achieved an error rate of 6.4%, while the overall classification accuracy reached 0.977 with an F1-score of 0.966, compared with 0.837 for a traditional computer-vision pipeline. These results confirm that combining contour-based signal processing with hierarchical deep feature learning provides an effective and noise-robust strategy for microscopic pollen image recognition. However, the present validation is limited to pollen images, and further experiments on broader microscopic object datasets are required to assess generalization to other micro-object categories such as nanoparticles, fibers, rods, and synthetic microstructures.

1. Introduction

Microscopic image analysis has become an essential component of modern scientific research and industrial inspection, supporting applications in palynology, microbiology, pathology, environmental monitoring, materials science, pharmaceutical manufacturing, and precision agriculture. Automated recognition of microscopic objects, including pollen grains, microorganisms, spores, cells, mineral particles, and synthetic microstructures, enables rapid quantitative analysis while reducing human subjectivity, labor-intensive manual inspection, and inter-observer variability. As advances in digital microscopy continue to improve image acquisition speed and resolution, there is an increasing demand for intelligent image-analysis systems capable of accurately recognizing microscopic objects under diverse and often challenging imaging conditions.
Although remarkable progress has been achieved in computer vision over the past decade, microscopic micro-object recognition remains fundamentally different from conventional object recognition [1,2]. Most modern object-recognition algorithms have been developed for natural-image datasets, where target objects occupy relatively large image regions, exhibit abundant texture, possess distinctive semantic information, and are surrounded by contextual cues that facilitate recognition. Deep convolutional neural networks have demonstrated outstanding performance under these conditions by learning hierarchical feature representations directly from image pixels [3,4,5,6,7,8]. However, these assumptions rarely hold for microscopic images. Microscopic objects usually occupy only a small portion of the image, contain weak or repetitive textures, exhibit low contrast, and often differ only in subtle morphological characteristics. Furthermore, discriminative information is concentrated primarily along object boundaries rather than throughout the entire object. Consequently, accurate recognition depends heavily on preserving contour morphology and fine structural details that can easily be degraded during image acquisition or segmentation.
Microscopic imaging also introduces challenges that are uncommon in ordinary object recognition. Sensor noise, optical blur, uneven illumination, staining variability, background artifacts, and limited depth of field frequently produce contour discontinuities, isolated defect points, irregular boundary deformation, and local intensity fluctuations. At the same time, microscopic datasets typically exhibit high intra-class variability caused by specimen orientation, deformation, and biological diversity, while inter-class differences are often extremely subtle. These characteristics significantly increase the difficulty of extracting robust discriminative features and limit the direct applicability of conventional object-recognition methods developed for natural images. Existing microscopic object-recognition methods generally rely on three complementary research directions: contour-based structural analysis, spectral signal representation, and deep-learning-based feature learning. Contour-based approaches effectively describe object morphology while reducing background interference, but their performance depends heavily on the quality of contour extraction and is easily degraded by segmentation errors or boundary defects. Spectral descriptors such as Fourier transform provide compact representations of global contour geometry; however, they cannot accurately characterize localized structural variations that frequently distinguish visually similar microscopic objects. Wavelet-based methods overcome this limitation by providing localized multi-scale analysis of contour signals, yet they remain handcrafted mathematical representations whose discriminative capability depends strongly on feature design and parameter selection. Deep convolutional neural networks automatically learn hierarchical feature representations and have significantly improved microscopic image classification; nevertheless, most existing CNN-based methods operate directly on raw microscopic images and do not explicitly compensate for contour degradation or exploit contour-specific structural information before feature learning. A detailed discussion of these representative approaches and their limitations is presented in Section 2.
The above observations indicate that no single methodology sufficiently addresses all challenges associated with microscopic micro-object recognition. Image filtering can effectively suppress sensor noise, contour distortion, and boundary discontinuities before feature extraction, thereby improving the stability of contour representation. Fourier transform provides compact global shape information but cannot preserve localized contour deformation. Wavelet transform complements Fourier analysis by simultaneously representing contour signals in spatial and frequency domains, enabling robust multi-scale characterization of local morphological variations. Finally, convolutional neural networks provide adaptive hierarchical feature learning and nonlinear classification that cannot be achieved by handcrafted descriptors alone. Rather than viewing these techniques as independent processing steps, they should be integrated into a unified framework in which each component compensates for the limitations of the others.
Motivated by these observations, this paper proposes a hybrid contour-signal-based framework for microscopic micro-object classification that systematically integrates contour quality enhancement, spectral–wavelet feature extraction, and deep representation learning. The proposed framework first transforms segmented object boundaries into normalized contour signals, applies adaptive filtering and defect-point correction to improve contour stability, extracts complementary global and local structural descriptors using Fourier and wavelet analysis, and finally performs hierarchical feature learning using a convolutional neural network. The novelty of this work does not lie in the individual application of filtering, Fourier transform, wavelet transform, or CNN, since each of these techniques has been extensively investigated in previous studies. Instead, the primary contribution is their systematic integration into a unified contour-signal analysis framework specifically designed to address the unique challenges of microscopic micro-object recognition, including weak boundaries, imaging noise, contour degradation, structural variability, and high intra-class similarity.
The principal contributions of this study are summarized as follows.
  • A normalized contour-signal representation for microscopic micro-objects. A contour-based point-signal modeling strategy is proposed to convert microscopic object boundaries into structured one-dimensional signals that preserve morphological information while reducing the influence of irrelevant background regions.
  • A hybrid contour-enhancement and spectral–wavelet feature extraction framework. Adaptive filtering, contour-defect correction, Fourier transform, and multi-scale wavelet analysis are integrated to generate complementary global and local structural descriptors that are robust to imaging noise and contour degradation.
  • A unified CNN-based microscopic micro-object classification framework. Enhanced contour-signal representations are combined with hierarchical deep feature learning to improve classification robustness and accuracy under challenging microscopic imaging conditions characterized by weak boundaries, structural variability, and high intra-class similarity.
The remainder of this paper is organized as follows. Section 2 reviews representative studies on microscopic object recognition, contour-based shape analysis, spectral signal processing, wavelet-based feature extraction, and deep-learning-based classification methods. Section 3 presents the proposed contour-signal representation, contour-enhancement strategy, spectral–wavelet feature extraction, and convolutional neural network architecture. Section 4 describes experimental datasets, implementation details, evaluation metrics, comparative experiments, and ablation studies. Finally, Section 5 concludes the paper and outlines directions for future research.

2. Related Works

Automated classification of microscopic micro-objects has become an important re-search direction in computer vision, biomedical image analysis, environmental monitoring, palynology, agriculture, and industrial inspection. Microscopic images usually contain small objects with complex boundaries, weak contrast, non-uniform illumination, background artifacts, noise, deformation, and high intra-class similarity. Therefore, reliable classification requires not only visual appearance analysis but also robust structural, spectral, and statistical representation of micro-object morphology. Basic image-processing principles, including filtering, segmentation, morphological processing, and feature extraction, have been widely discussed by Gonzalez and Woods [9]. Contour analysis and its application to image and signal processing were systematically studied by Tojiyev et al. [10], who showed that object boundaries can provide important structural information for recognition. In microscopic image analysis, Jumanov and Safarov proposed image-processing algorithms for micro-objects in medical diagnostic systems [11], while Gopal et al. [12] and Gandhi [13] demonstrated the importance of computer-vision methods in complex recognition environments. Although these studies confirm the usefulness of classical computer vision, their performance often depends strongly on preprocessing quality, illumination stability, and manually designed features.
Traditional computer-vision systems mainly rely on preprocessing, segmentation, contour extraction, handcrafted feature design, and statistical classification. Visual recognition systems have been applied in different practical domains, including terrain recognition [14], autonomous robotic vision [15], face detection and image analysis [16], and medical optical image processing [17]. These studies show that image-processing pipelines can extract useful geometric, morphometric, texture, and color descriptors. Groshev and Korolkov [18] discussed technical vision and image-processing systems, while Savelyeva and Smushkin [19] described forensic recognition methods based on visual features. In the context of micro-object recognition, Jumanov and Safarov optimized micro-object identification using a pyramidal model with image segmentation [20]. Matroushi [21] also studied object detection, recognition, and classification using computer vision and artificial intelligence approaches. These works provide important foundations for object recognition; however, classical pipelines often become less robust when objects have noisy boundaries, strong intra-class variability, or complex backgrounds.
Microscopic and industrial image-analysis systems require robust feature extraction under real imaging conditions. Zyuzin et al. [22] proposed a deep-learning-based computer-vision system for automatic asbestos control, showing the practical importance of visual recognition in microscopic and industrial inspection. Chen et al. [23] studied intelligent camera dust-removal control, highlighting that image quality and optical contamination can strongly affect recognition reliability. Russ [24] presented computer-assisted microscopy techniques for measuring and analyzing microscopic images, including shape, size, texture, and intensity features. More recently, Maier-Hein and Reinke [25] emphasized the importance of reliable validation methodology in image analysis, including careful metric selection, statistical validation, and appropriate experimental design. These studies indicate that microscopic image classification requires not only accurate models but also robust preprocessing, proper validation, and reliable performance evaluation. Contour-based and boundary-based methods are especially relevant for microscopic micro-object classification because many micro-objects, including pollen grains, cells, microorganisms, and mineral particles, are strongly characterized by external morphology. Wiskott et al. [26] demonstrated that structural graph-based representations can capture discriminative visual patterns for recognition. Novotorcev [27] studied algorithms for searching and restoring objects in aerial images, confirming that structural information can play an important role in recognition tasks. Vasilchenko [28] investigated mathematical and software support for computer-image processing in large databases, emphasizing the need for effective feature extraction and recognition algorithms. In microscopic images, boundary representations such as contour descriptors, chain codes, curvature features, Fourier descriptors, and radial-distance functions can reduce the influence of background pixels and focus attention on object shape. However, contour-based methods may be sensitive to segmentation errors, defective contour points, and local noise. Therefore, combining boundary representation with adaptive learning is a promising direction.
Fourier and wavelet transforms have been widely used to analyze signals, shapes, textures, and image structures. Hamad [29] investigated segmentation and recognition of medical images based on shearlet transforms and neural networks, showing the value of combining signal transforms with learning-based models. Bogush [30] studied combined block algorithms for detecting and tracking moving objects in video sequences, demonstrating the usefulness of combining multiple analytical components. Wang [31] developed software tools based on multiscale wavelet analysis for image processing and retrieval. Tang et al. [32] reviewed digital image-processing techniques for optical tweezers and emphasized the importance of signal-processing methods in microscopic imaging applications. In contour-based micro-object classification, Fourier transform can represent global frequency characteristics, while continuous and discrete wavelet transforms can capture local and multi-scale contour variations. Haar wavelets are useful for abrupt boundary transitions, while Daubechies wavelets are suitable for smoother structural patterns. Nevertheless, transform-based features alone are usually insufficient for complex classification tasks and should be combined with learning-based classifiers.
Segmentation and structural analysis provide another important foundation for micro-object recognition. Horowitz and Pavlidis [33] proposed image segmentation by tree traversal, while Haralick and Shapiro [34] presented classical image segmentation techniques that remain influential in computer vision. These studies established important principles for separating objects from background and extracting meaningful regions. In pollen and microscopic object recognition, Schiele et al. [35] applied neural networks for automated airborne pollen classification, demonstrating that learning-based approaches can improve recognition performance in palynology. Lin et al. [36] proposed feature pyramid networks for multi-scale object detection, and Girshick [37] introduced Fast R-CNN for object localization and recognition. These deep-learning-based works demonstrate the importance of hierarchical feature learning and multi-scale representation. However, in microscopic image classification, standard deep models may not always fully exploit contour-specific structural information, especially when training data are limited. Neural-network-based recognition methods have become dominant in many image-classification tasks. Druki [38] investigated neural-network detection and recognition of symbols on complex backgrounds, showing that neural networks can learn robust representations in difficult visual conditions. Kosaty [39] studied hybrid classifiers based on cascades and deep neural networks, indicating that combining different classification mechanisms can improve recognition reliability. Strotov [40] showed that combining multiple algorithms can increase detection and localization accuracy. Burns and Shulgan [41] discussed the development of autonomous visual systems in intelligent vehicles, illustrating the broader relevance of reliable visual recognition. LeCun et al. [42] provided a fundamental overview of deep learning and explained why hierarchical representation learning is effective for complex recognition tasks. These studies support the use of CNN-based models in image classification. However, deep models trained directly on raw microscopic images may require large datasets and can be sensitive to background noise, illumination variation, and overfitting.
Despite these advances, several limitations remain in existing studies. Classical computer-vision methods are interpretable and computationally efficient, but they are sensitive to segmentation errors, noise, and handcrafted feature limitations. Contour-based methods capture important boundary information but often lack adaptive learning ability. Fourier descriptors provide compact global shape representation but may be weak in describing local deformation. Wavelet descriptors can capture local and multi-scale variations but require appropriate basis selection and parameter tuning. Shallow machine-learning models depend heavily on manually extracted features, while deep CNN-based models may require large datasets and can be sensitive to background complexity and noise. These limitations motivate the development of a hybrid framework that jointly uses contour geometry, spectral–wavelet descriptors, noise correction, and CNN-based hierarchical learning.
The proposed method addresses these limitations by integrating contour-based point-signal representation, noise suppression, defect-point correction, Fourier and wave-let analysis, and CNN-based classification into a unified framework. Unlike methods that rely only on raw spatial images, the proposed approach first converts micro-object boundaries into point-signal representations, allowing statistical and spectral analysis of con-tour structure. Unlike purely handcrafted contour descriptors, the proposed method uses CNN-based learning to extract hierarchical discriminative features from enriched con-tour-signal representations. Unlike standard CNN-only approaches, it explicitly incorporates global frequency information, local wavelet characteristics, and noise-robust filtering before classification. Therefore, the main contribution is not the individual use of Fourier transform, wavelet transform, or CNN, which are established techniques, but their integrated use in a contour-signal-based microscopic micro-object classification framework. This integration is designed to improve robustness under noise, structural variability, and intra-class similarity, which are key challenges in microscopic imaging.

3. Materials and Methods

3.1. Problem Formulation

The mathematical expressions used in this section can be divided into two groups. The first group consists of standard equations from digital image processing, contour analysis, signal processing, wavelet analysis, similarity measurement, and supervised deep learning. These include contour-point representation, Fourier transform, wavelet decomposition, cosine similarity, Softmax probability estimation, and cross-entropy loss. These equations are used as established tools and are cited accordingly. The second group consists of framework-specific formulations introduced in this study to describe the proposed processing pipeline, including aggregated contour disturbance modeling, defect-point detection and correction, and fused contour-spectral feature representation. These equations are not intended to introduce new mathematical theory; rather, they formalize how the proposed method combines established components for microscopic pollen-image classification.
The proposed method is formulated based on established principles of digital image processing, contour analysis, signal representation, spectral transformation, wavelet decomposition, and supervised deep-learning classification. In microscopic image analysis, an input image usually contains object shape, boundary, texture, color, illumination, and background information. Classical image-processing theory shows that preprocessing, segmentation, contour extraction, and feature representation are fundamental steps for transforming raw image data into discriminative object descriptors [27]. In addition, contour analysis has been widely used for object recognition because the external boundary of an object provides important geometric and structural information [28]. For microscopic micro-objects such as pollen grains, cells, microorganisms, and mineral particles, the contour often contains class-specific shape characteristics; therefore, contour-based modeling is suitable for reducing background influence and emphasizing object morphology. Let the input microscopic image be defined as:
I R H × W × 3
where H and W denote the image height and width, respectively. The objective of micro-object classification is to assign the input image I to one of K predefined classes:
y 1,2 , , K .
The first stage of the proposed method transforms the image into a contour-based representation. After preprocessing and segmentation, the boundary of the target micro-object is extracted and represented as a sequence of contour points:
C = { x i } i = 1 N
where x i denotes the i-th contour point and N is the total number of contour points. This representation follows the principle that an object boundary can be treated as a structured sequence or point signal, allowing the use of statistical and spectral signal-processing techniques for shape analysis [2,16]. Under real microscopic imaging conditions, the extracted contour may be affected by noise, illumination variation, segmentation error, and defective boundary points. Therefore, the observed contour signal can be expressed as:
C ~ = C + n
where C ~ is the observed noisy contour and η denotes the aggregated disturbance caused by imaging noise and contour extraction errors. In the proposed framework, this disturbance may include Gaussian fluctuation noise, impulse noise, salt-and-pepper noise, and local contour defects. Noise modeling and filtering are therefore included before feature extraction to improve the stability of the contour representation.
To extract discriminative information from the contour signal, the proposed method applies Fourier and wavelet transformations. Fourier analysis provides global frequency information, while wavelet analysis provides local and multi-scale representation of contour variations. These transformations are widely used in image and signal processing for analyzing non-stationary and multi-resolution structures [21,23,24]. The transformed contour representation can be written as:
z = Φ C ~ ,
where Φ(⋅) denotes the hybrid feature extraction operator composed of filtering, defect-point correction, Fourier transform, continuous wavelet transform, discrete wavelet transform, and feature fusion.
The final classification is performed using a convolutional neural network. CNNs are suitable for this task because convolutional filters can learn local and hierarchical patterns from structured spatial or transformed feature representations. The classifier is defined as:
y = f θ ( z )
where f θ ( ) denotes the CNN model with learnable parameters θ , z is the extracted hybrid contour-signal representation, and y ^ is the predicted class label. In probabilistic form, the model estimates the posterior class probability:
P y = k z ; θ = e x p ( s k ) j = 1 K e x p ( s j ) ,
where s k is the logit corresponding to the k-th class. The CNN is trained by minimizing the categorical cross-entropy loss, which is a standard objective function for supervised multi-class classification. For a training set containing M samples, the loss function is defined as:
L C E θ = 1 M m = 1 M k = 1 K y m , k l o g p ^ m , k ,
where y m , k is the one-hot encoded ground-truth label of the m -th sample and p ^ m , k is the predicted probability for class k . This loss function is not proposed as a new contribution; rather, it is used as an established optimization criterion for training the CNN classifier [34].
Thus, the complete learning objective is:
θ * = a r g m i n θ L C E ( θ ) .
The overall problem can therefore be summarized as learning a robust mapping:
I C C ~ z y ^ ,
where the raw microscopic image is transformed into a contour representation, corrected under noisy conditions, converted into spectral–wavelet features, and classified using a CNN. The contribution of the proposed formulation is not the individual use of contour extraction, Fourier transform, wavelet transform, or cross-entropy loss, since these are established methods, but their integration into a unified contour-signal-based classification framework for microscopic micro-object recognition.

3.2. Proposed Framework for Micro-Object Identification

The proposed framework for microscopic micro-object classification is illustrated in Figure 1. The framework consists of four main processing stages: contour modeling, feature extraction, defect correction, and CNN-based classification. The input microscopic image is first transformed into a contour-based representation. Then, spectral, wavelet, statistical, and color features are extracted from the processed contour signal. After that, defective contour points are detected and corrected. Finally, the corrected and enriched feature representation is classified using a convolutional neural network.
In the first stage, the input microscopic image is processed by the contour modeling module. This module includes three main operations: contour extraction, noise filtering, and similarity analysis. Contour extraction is used to obtain the boundary structure of the micro-object from the original microscopic image. Since the boundary of a micro-object contains important shape information, the extracted contour is represented as a point-based signal. Noise filtering is then applied to suppress distortions caused by imaging noise, background artifacts, and irregular contour points. After filtering, similarity analysis is performed using the similarity measure S ( C , C ) , where C denotes the extracted contour and C denotes a reference or normalized contour representation. This step helps evaluate the structural correspondence between the observed contour and reference contour patterns.
In the second stage, the processed contour representation is passed to the feature extraction module. This module extracts complementary descriptors using Fourier transform, wavelet transform, and statistical/color feature analysis. The Fourier transform captures the global frequency structure of the contour signal and describes the overall shape characteristics of the micro-object. The wavelet transform provides multi-scale local analysis and is useful for detecting local contour variations, boundary irregularities, and structural details. In addition, statistical and color features are extracted to describe the intensity distribution, color composition, and morphometric properties of the object. The combination of these features allows the model to represent both global and local characteristics of microscopic micro-objects.
In the third stage, the extracted features are refined using the defect-correction module. This module consists of defect-point detection and point correction. Defective points may appear because of noise, segmentation errors, missing boundary fragments, or local distortions in the contour signal. The defect-point detection step identifies abnormal points that deviate from the expected contour structure. Then, the point-correction step restores these defective regions by adjusting abnormal points according to neighboring valid points. This correction improves the stability of the contour representation and reduces the negative effect of noise on the final classification.
In the final stage, the corrected and enriched representation is provided to the CNN classification module. The convolutional layers learn hierarchical structural patterns from the extracted features, while the fully connected layer performs final decision making. The output layer assigns the input object to one of the predefined microscopic micro-object classes.
In this study, the recognized classes include examples such as pollen, diatom, and bacteria, as shown in Figure 1. Thus, the proposed framework combines contour modeling, spectral–wavelet feature extraction, defect correction, and CNN-based classification in a unified pipeline for robust microscopic micro-object recognition.

3.2.1. Point-Signal Representation of Micro-Object Contours

In microscopic image classification, the boundary structure of a micro-object often contains highly discriminative information. For objects such as pollen grains, microorganisms, cells, and mineral particles, class-specific morphology is reflected not only in the full image texture but also in the external contour, including radial variation, curvature, local irregularity, sharp transitions, and global shape symmetry. Therefore, representing the object boundary as a contour-based point signal provides a compact and informative description of micro-object structure. The use of contour-based point-signal representation is motivated by several factors. First, it reduces the influence of irrelevant background regions. In raw microscopic images, background artifacts, uneven illumination, and acquisition noise may affect the classification process. By extracting the object contour, the analysis focuses on the structural boundary of the target object rather than the entire image. Second, a contour sequence can be interpreted as a structured signal. This makes it possible to apply statistical descriptors, Fourier transform, continuous wavelet transforms, and discrete wavelet transform to analyze both global and local boundary characteristics. Third, after normalization and resampling, contours with different sizes and different numbers of boundary points can be represented in a fixed-length form, enabling direct comparison between micro-objects.
Compared with raw pixel-based representation, the contour-signal representation provides a more shape-oriented description. This is particularly useful when different classes have similar color or texture but differ in boundary morphology. Compared with handcrafted contour descriptors alone, the proposed representation is more flexible because the extracted point signal can be further processed using filtering, defect-point correction, spectral–wavelet decomposition, and CNN-based classification. Thus, the contour-based point signal acts as an intermediate representation that connects geometric shape analysis with learning-based classification.
Several approaches can be used to analyze object boundaries as structured sequences or random time-series representations. Each method has specific advantages and limitations. Table 1 compares commonly used boundary-analysis methods and explains why a hybrid contour-signal representation is selected in this study.
The comparison shows that each boundary-analysis method captures only part of the contour information. Chain-code and radial-distance representations are compact but may be affected by noise or starting-point selection. Curvature descriptors capture local irregularities but are sensitive to small segmentation errors. Fourier descriptors provide global shape information but do not sufficiently represent localized boundary deformation. Wavelet descriptors provide multi-scale analysis but depend on the selected mother wavelet and decomposition level. Statistical random time-series descriptors are interpretable but may not be sufficiently discriminative alone. For this reason, the proposed framework does not rely on a single boundary descriptor. Instead, it uses a hybrid representation in which the normalized contour signal is processed using filtering, defect-point correction, Fourier descriptors, CWT, DWT, and statistical features. The fused representation is then passed to a CNN classifier. This design combines the interpretability of contour-signal analysis with the adaptive learning ability of convolutional neural networks. Therefore, the proposed method is better suited for microscopic micro-object classification under noise, structural variability, and intra-class similarity.
Each micro-object image is converted into a discrete contour representation, which is then modeled as a point signal. Let the extracted contour of the observed micro-object be denoted as Equation (3). Similarly, let the reference contour representation be denoted as:
C = { c i } i = 1 N ,
where c i = ( x i , y i ) is the i -th point of the reference contour. Before similarity computation, both C and C are resampled to the same number of points and normalized to reduce the influence of object size and position.
The centroid of the observed contour C is calculated as:
μ C = 1 N i = 1 N c i .
Then, each contour point is centered and normalized as:
c ^ i = c i μ C α C ,
where α C is the scale-normalization coefficient defined as:
α C = m a x 1 i N c i μ C 2 .
In the same way, the reference contour C is normalized as:
c ^ i = c i μ C α C ,
where
μ C = 1 N i = 1 N c i ,
and
α C = m a x 1 i N c i μ C 2 .
After normalization, the contour point sets are converted into vector forms:
C ^ = [ c ^ 1 , c ^ 2 , , c ^ N ] ,
and
C ^ = [ c ^ 1 , c ^ 2 , , c ^ N ] .
The cosine similarity between the observed contour C and the reference contour C is then defined as:
S ( C , C ) = C ^ , C ^ C ^ 2 C ^ 2 ,
where C ^ , C ^ denotes the scalar product of the normalized contour vectors, and C ^ 2 and C ^ 2 are their Euclidean norms.
The value of S ( C , C ) indicates the normalized structural similarity between two contour representations. A larger value of S ( C , C ) means that the observed contour is more like the reference contour. Since the contours are normalized before comparison, the similarity coefficient becomes less sensitive to absolute object size and contour magnitude. This property is important in microscopic imaging because objects belonging to the same class may appear with different scales, boundary lengths, and orientations.
For comparison, the Euclidean distance between the normalized contours can also be written as:
D C , C =   C ^ C ^ 2 .
However, D ( C , C ) measures absolute geometric deviation, whereas S ( C , C ) measures normalized directional similarity between contour representations. Therefore, cosine similarity is more suitable as an auxiliary descriptor when the objective is to compare the shape pattern of normalized micro-object contours rather than their absolute magnitude. In the proposed framework, S ( C , C ) is not used as an independent classifier. Instead, it is included as an additional similarity descriptor together with statistical, spectral, Fourier, and wavelet-based features. The fused representation is then passed to the CNN classifier for final micro-object classification.

3.2.2. Noise Modeling and Signal Distortion

In practical microscopic imaging conditions, contour signals may be affected by noise and local boundary distortions, which makes reliable identification more difficult. In this study, the filtering strategy is selected according to the behavior of the disturbance in the contour signal. Gaussian-type fluctuation noise is treated as a continuous perturbation that affects neighboring contour samples, whereas impulse and salt-and-pepper noise appear as isolated abnormal values or abrupt local discontinuities. In addition, segmentation errors may introduce missing, displaced, or defective contour points.
Let the observed contour signal be expressed as:
C ~ ( n ) = C ( n ) + η ( n ) ,
where C ( n ) is the ideal contour signal, C ~ ( n ) is the observed noisy contour signal, and η ( n ) denotes the total disturbance. In practice, η ( n ) may include continuous fluctuation noise, impulse noise, salt-and-pepper artifacts, and contour defects. Therefore, the disturbance can be represented as:
η ( n ) = η G ( n ) + η I ( n ) + η S ( n ) + η D ( n ) ,
where η G ( n ) denotes Gaussian-type fluctuation noise, η I ( n ) denotes impulse noise, η S ( n ) denotes salt-and-pepper noise, and η D ( n ) denotes local contour defects caused by segmentation or boundary-extraction errors.
Gaussian filtering is used to reduce continuous fluctuation noise. It performs local weighted averaging and is suitable when neighboring contour samples are affected by smooth random perturbations. The Gaussian-filtered contour signal is computed as:
C G ( n ) = m = r r G ( m ) C ~ ( n m ) ,
where G ( m ) is the Gaussian kernel and r is the window radius. This operation reduces high-frequency fluctuation while preserving the general contour trend.
Median filtering is used to suppress impulse and salt-and-pepper noise. These noise types usually appear as isolated abnormal values in the contour signal. The median-filtered signal is defined as:
C M ( n ) = m e d i a n { C ~ ( n r ) , , C ~ ( n ) , , C ~ ( n + r ) } .
Compared with linear averaging, median filtering is more robust to outliers and is therefore suitable for correcting sudden abnormal contour samples.
Contour-aware filtering is used to reduce noise while preserving important boundary geometry. A standard smoothing filter may remove useful local contour details together with noise. Therefore, the contour-aware filter considers local contour consistency and gives higher importance to neighboring points that preserve the boundary structure. It can be written as:
C A ( n ) = m Ω n w ( n , m ) C M ( m ) m Ω n w ( n , m ) ,
where Ω n is the local neighborhood of point n , and w ( n , m ) is a contour-dependent weight. The weight is larger when neighboring points have similar contour direction, curvature, or local structural behavior. This helps reduce noise without excessively smoothing sharp boundary transitions.
After filtering, defective contour points are detected and corrected. Two criteria are used: local deviation and local gradient magnitude. First, the local mean or median in the neighborhood Ω n is calculated as:
C - Ω ( n ) = 1 Ω n m Ω n C A ( m ) .
The local deviation is then defined as:
d ( n ) = C A ( n ) C - Ω ( n ) .
The local gradient magnitude is calculated as:
g ( n ) = C A ( n ) C A ( n 1 ) .
A contour point is considered defective if   d ( n ) > τ d   or   g ( n ) > τ g , where τ d and τ g are the deviation and gradient thresholds, respectively. This rule is proposed as a practical defect-point detection criterion for the present framework. It is motivated by the observation that abnormal contour samples usually appear either as points that deviate strongly from their local neighborhood or as abrupt local jumps in the contour signal. Therefore, both local deviation and local gradient magnitude are used to identify defective contour points before Fourier and wavelet feature extraction.
The corrected contour signal is obtained as:
C F ( n ) = i n t e r p ( C A ( n 1 ) , C A ( n + 1 ) ) , if   n   is   defective , C A ( n ) , otherwise .
Here, i n t e r p ( ) denotes interpolation using adjacent valid contour samples. This correction step is important because Fourier and wavelet descriptors are sensitive to abnormal contour spikes. If defective points are not corrected, they may introduce artificial high-frequency components and reduce classification stability. Thus, Gaussian filtering, median filtering, contour-aware filtering, and defect-point correction are selected according to the expected noise behavior in microscopic contour signals. Gaussian filtering reduces distributed fluctuation noise, median filtering removes isolated impulse-like disturbances, contour-aware filtering preserves boundary geometry, and defect-point correction handles abnormal contour samples caused by segmentation or boundary extraction errors (Table 2).

3.2.3. Feature Extraction from Point Signals

At this stage, informative descriptors are extracted from the contour signal. Basic statistical features include the mean, variance, and standard deviation, which characterize the global properties of the contour representation.
Δ I = I x i I x j
This measure captures fine structural differences between neighboring points and helps identify boundaries and local irregularities. Each contour point is also described using its RGB components.
x i = R i , G i , B i
These values characterize the color and illumination properties of the micro-object.
Constraining these values improves robustness to geometric transformations such as scaling and rotation. The contour is then modeled as a random time series with the corresponding statistical parameters, assuming local stationarity implies correlation between neighboring contour points, which in turn improves filtering and feature extraction.

3.2.4. Hybrid Spectral–Wavelet Transformation

After contour extraction, normalization, and filtering, the micro-object boundary is represented as a discrete contour signal. Let the normalized and corrected contour signal be denoted as:
C ( n ) , n = 1,2 , , N ,
where N is the number of sampled contour points. The purpose of the spectral–wavelet transformation is to extract complementary descriptors from C ( n ) . Fourier transform is used to describe the global frequency structure of the contour, while wavelet transforms are used to analyze local and multi-scale variations of the boundary.
The discrete Fourier transform of the contour signal C ( n ) is defined as:
F k = n = 0 N 1 C n exp j 2 π k n N ,     k = 0,1 , , N 1 ,
where F ( k ) represents the frequency coefficient corresponding to the k -th frequency component. Fourier descriptors are useful for capturing the global shape characteristics of the contour. However, Fourier transform does not explicitly preserve local positional information. Therefore, wavelet analysis is additionally used to capture localized boundary changes. This is the standard discrete Fourier transform applied to the resampled contour signal. It is used to extract the global frequency characteristics of the pollen boundary. Low-frequency coefficients describe the overall shape, while high-frequency coefficients mainly correspond to small local fluctuations and noise. The continuous wavelet transform of C ( n ) is defined as:
W C ( a , b ) = 1 a n = 0 N 1 C ( n ) ψ * n b a ,
where a is the scale parameter, b is the translation parameter, ψ ( ) is the mother wavelet, and ψ * ( ) denotes its complex conjugate. The coefficient W C ( a , b ) measures the similarity between the contour signal C ( n ) and the shifted-scaled wavelet function. Small values of a capture fine local boundary changes, while large values of a describe broader structural variations of the contour.
For efficient hierarchical representation, the discrete wavelet transform is also applied. In DWT, the contour signal is decomposed into approximation and detail components:
C ( n ) = A J ( n ) + j = 1 J D j ( n ) ,
where A J ( n ) is the approximation component at decomposition level J , and D j ( n ) is the detail component at level j . The approximation component represents the low-frequency global shape of the contour, while the detail components represent high-frequency local changes, including boundary irregularities, sharp transitions, and possible residual noise.
The DWT coefficients are computed using low-pass and high-pass filtering followed by downsampling:
A j ( m ) = n h ( n 2 m ) A j 1 ( n ) ,
D j ( m ) = n g ( n 2 m ) A j 1 ( n ) ,
where h ( ) is the low-pass filter, g ( ) is the high-pass filter, A j ( m ) is the approximation coefficient at level j , and D j ( m ) is the corresponding detail coefficient. At the first level,
A 0 ( n ) = C ( n ) .
In this study, Haar and Daubechies wavelets are used because they provide complementary descriptions of contour structure. The Haar wavelet is defined as:
ψ H ( t ) = 1 , 0 t < 1 2 , 1 , 1 2 t < 1 , 0 , otherwise .
The Haar wavelet is simple, fast, and sensitive to abrupt changes. Therefore, it is suitable for detecting sharp contour transitions, sudden boundary irregularities, and local discontinuities in microscopic object boundaries.
Daubechies wavelets are compactly supported orthogonal wavelets with higher-order smoothness. In this study, Db5 and Db8 are used to represent smoother contour variations. Compared with Haar, Daubechies wavelets provide better approximation of gradual structural changes and reduce excessive sensitivity to small local fluctuations. Therefore, Db5 and Db8 are suitable for micro-objects whose boundaries contain smooth but discriminative shape patterns.
To better illustrate the differences between the selected wavelet mothers, Figure 2 shows representative shapes of the Haar, Db5, and Db8 wavelets. Although all three wavelets are suitable for multi-scale contour analysis, they emphasize different signal characteristics. Haar has a discontinuous, piecewise-constant structure and is highly sensitive to abrupt local signal changes. Db5 provides an intermediate level of smoothness and is useful for capturing both local detail and moderately smooth contour variations. Db8 has a smoother structure and longer support, making it more suitable for representing gradual structural variations and low-frequency contour trends.
The Haar wavelet is piecewise constant and suitable for abrupt contour transitions. Db5 provides balanced multi-scale detail, while Db8 better represents smoother low-frequency contour trends. The selected wavelet coefficients are combined with Fourier and statistical descriptors to construct the hybrid feature vector:
Z = F , W C , A J , D 1 , D 2 , , D J , Q ,  
where F denotes Fourier descriptors, W C denotes CWT-based descriptors, A J and D j denote DWT approximation and detail coefficients, and Q denotes statistical contour descriptors such as mean, variance, standard deviation, skewness, kurtosis, and energy.
Thus, the use of Haar, Db5, and Db8 wavelets is motivated by their complementary properties. Haar captures sharp and abrupt boundary changes, while Db5 and Db8 capture smoother multi-scale structural variations. The resulting spectral–wavelet representation provides richer contour information than using Fourier descriptors or raw contour points alone.

3.2.5. Defect-Point Detection and Correction

Noise and structural distortions often introduce defective points into the contour. These points are detected and corrected using threshold-based procedures. Hard thresholding is first applied as follows:
x = x , x > T 0 , x T
Soft thresholding is then used as a smoother alternative:
x = sign x ( x T )
The threshold T value is selected by minimizing the mean-squared error (MSE). Together, these operations suppress noise while preserving informative signal components.

3.2.6. Hybrid Spline–Wavelet CNN Model

After preprocessing and feature extraction, the processed representations are passed to a hybrid neural architecture. Hybrid feature construction: The signal representation is enriched using spline interpolation, Daubechies wavelets (Db5 and Db8), and Fourier components. These fusions capture complementary information from multiple domains. CNN-based classification: Final recognition is performed using a CNN composed of convolutional layers for feature extraction, pooling layers for dimensionality reduction, and fully connected layers for decision making. Operating on the enriched representation improves robustness and classification accuracy.

3.2.7. Proposed Algorithm and Computational Complexity

The complete procedure of the proposed method is summarized in Algorithm 1. Compared with the previous high-level description, the revised algorithm provides a more explicit implementation workflow, including contour construction, signal processing, feature fusion, and CNN-based classification.
Algorithm 1. Micro-Object Identification and Classification Using Contour-Signal, Wavelet, and CNN Features
Input: Microscopic image I R H × W × C , number of contour points N , number of classes K , trained CNN parameters θ .
Output: Predicted class label y ^ .
  • Image preprocessing
    1.1. Read the input microscopic image I .
    1.2. Normalize the pixel intensities of I .
    1.3. Apply contrast adjustment to improve object–background separability.
    1.4. Apply optional smoothing to reduce weak acquisition noise.
2.
Object segmentation and contour extraction
2.1. Segment the target micro-object from the background.
2.2. Extract the external object contour:
C = { c i } i = 1 M ,
where c i = ( x i , y i ) is the i -th contour point and M is the original number of contour points.
3.
Contour normalization and resampling
3.1. Compute the contour centroid:
μ C = 1 M i = 1 M c i .
3.2. Compute the scale coefficient:
α C = m a x 1 i M c i μ C 2 .
3.3. Normalize the contour points:
c ^ i = c i μ C α C .
3.4. Resample the normalized contour to a fixed number of points N :
C ^ = { c ^ n } n = 1 N .
4.
Point-signal construction
4.1. Convert the normalized contour into a contour signal:
C ( n ) , n = 1,2 , , N .
4.2. Construct signal descriptors using coordinate, radial-distance, curvature, or intensity-based values.
5.
Noise modeling and filtering
5.1. Model the observed contour signal as:
C ~ ( n ) = C ( n ) + η ( n ) ,
where η ( n ) denotes contour disturbance caused by noise or segmentation defects. This equation is a framework-specific formulation used to describe how microscopic imaging noise and contour-extraction errors affect the ideal contour signal. It follows the common additive-noise assumption in signal and image processing, but here the disturbance term is interpreted specifically in the context of contour signals extracted from microscopic pollen images.
5.2. Apply Gaussian filtering to reduce continuous fluctuation noise.
5.3. Apply median filtering to reduce impulse and salt-and-pepper noise.
5.4. Apply contour-aware filtering to preserve boundary geometry.
6.
Defect-point detection and correction
6.1. Detect abnormal contour points using threshold-based deviation analysis:
C ~ ( n ) C - w ( n ) > τ ,
where C - w ( n ) is the local mean in a sliding window and τ is the defect threshold.
6.2. Correct each detected defective point using neighboring valid contour points.
6.3. Obtain the corrected contour signal C f ( n ) .
7.
Similarity descriptor computation
7.1. Compare the corrected contour C f with the reference contour C .
7.2. Compute the cosine similarity:
S ( C f , C ) = C f , C C f 2 C 2 .
8.
Spectral and wavelet feature extraction
8.1. Compute the Fourier descriptors:
F k = n = 0 N 1 C f n exp j 2 πkn N .
8.2. Compute the continuous wavelet coefficients:
W C a , b = 1 a n = 0 N 1 C f n ψ * n b a .
8.3. Compute the DWT approximation and detail coefficients:
C f n = A J n + j = 1 J D j n .
9.
Feature fusion
9.1. Compute statistical descriptors Q , including mean, variance, standard deviation, energy, skewness, and kurtosis.
9.2. Construct the final hybrid feature vector:
Z = [ S ( C f , C ) , F , W C , A J , D 1 , D 2 , , D J , Q ] .
10.
CNN classification
10.1. Feed Z into the trained CNN classifier f θ .
10.2. Compute the class probability vector:
p = f θ Z .
10.3. Determine the predicted class label:
y ^ = arg m a x k { 1 , , K } p k .
11.
Return y ^ .
The computational complexity of the proposed framework depends on the image size, the number of contour points, the number of wavelet decomposition levels, and the CNN architecture. Let the input image size be H × W , the number of resampled contour points be N , the number of wavelet decomposition levels be J , and the number of CNN layers be L .
Image preprocessing and segmentation are performed on the full image and require approximately O ( H W ) . Contour extraction also depends on the image size and can be approximated as O ( H W ) .
After extracting the contour, centroid calculation, scale normalization, and resampling require linear complexity with respect to the number of contour points, and noise filtering and defect-point correction are also linear when a fixed-size sliding window is used O ( N ) .
The Fourier transform requires O ( N l o g N ) when implemented using the fast Fourier transform. The discrete wavelet transform requires approximately O ( J N ) , which becomes O ( N ) when the number of decomposition levels J is fixed. The continuous wavelet transform is more expensive because it evaluates the signal over multiple scales. If A scales are used, its complexity is approximately O ( A N ) .
The CNN inference complexity can be written as:
O l = 1 L H l W l K l 2 C l 1 C l ,
where H l and W l are the spatial dimensions of the feature map at layer l , K l is the kernel size, C l 1 is the number of input channels, and C l is the number of output channels.
Therefore, the total computational complexity of the proposed framework can be approximated as:
O H W + N l o g N + A N + l = 1 L H l W l K l 2 C l 1 C l .
Since N is fixed after contour resampling and the CNN architecture is lightweight, the proposed method remains computationally feasible for microscopic micro-object classification. The most computationally expensive stages are CWT computation and CNN inference, while contour normalization, filtering, defect correction, and DWT decomposition are linear with respect to the number of contour points.

3.3. Implementation Details and Intermediate Feature Dimensions

To facilitate reproducibility, the complete data flow together with the dimensionality of the intermediate representations is explicitly described in this subsection. Unlike the conceptual framework illustrated in Figure 1, the following description specifies the actual data representation passed between consecutive processing modules. The input to the proposed framework is an RGB microscopic image with spatial dimensions H × W × 3 . During preprocessing, the image dimensions remain unchanged, while Gaussian and median filtering suppress sensor noise, impulse-like artifacts, and illumination-related fluctuations. The filtered image is subsequently segmented to obtain a binary mask representing the target microscopic object.
Boundary extraction converts the segmented object into an ordered contour consisting of N boundary points using Equation (11). This equation follows the standard boundary representation used in contour-based image analysis, where the object boundary is represented as an ordered sequence of two-dimensional coordinates. It is introduced because pollen grains are primarily characterized by boundary morphology, and converting the segmented object into contour points allows subsequent signal-processing analysis.
Since different microscopic objects produce contours with different numbers of boundary samples, direct comparison is not possible. Therefore, all contours are resampled using linear interpolation to obtain a fixed-length representation containing N r equally spaced contour points:
C r = { ( x i , y i ) } i = 1 N r .
The normalized contour is subsequently converted into a one-dimensional radial-distance signal:
S = { r 1 , r 2 , , r N r } ,
where each sample r i represents the Euclidean distance between the i -th contour point and the contour centroid. This representation serves as the input to the filtering and defect-correction modules. The radial-distance signal is introduced to convert the two-dimensional normalized contour into a one-dimensional structured signal. This formulation is motivated by the fact that shape variations of pollen grains can be represented by changes in the distance between boundary points and the centroid. Therefore, the contour can be analyzed using statistical, Fourier, and wavelet-based signal descriptors.
Adaptive Gaussian filtering, median filtering, contour-aware filtering, and defect-point correction preserve the dimensionality of the contour signal. Consequently, the filtered and corrected contour signal remains:
S F R N r × 1 .
The filtered contour signal is then analyzed using complementary spectral transforms. The fast Fourier transform converts the contour signal into the frequency domain:
S F F T R N f ,
where only the first N f low-frequency coefficients are retained because higher-frequency coefficients mainly describe noise and insignificant contour fluctuations.
The continuous wavelet transform computes a two-dimensional time-scale representation:
S C W T R N r × S ,
where S denotes the number of analyzed wavelet scales. If dimensionality reduction or coefficient selection is applied, the selected CWT descriptor is represented as:
F C W T R N c .
Similarly, the discrete wavelet transform produces:
S D W T R N d ,
where N d denotes the number of retained approximation and detail coefficients.
The final descriptor is obtained by concatenating all extracted features:
Z = [ F s t a t , F c o l o r , S F F T , F C W T , S D W T , F s i m ] ,
where F s t a t R m denotes the statistical descriptor vector, F c o l o r R c denotes color descriptors, S F F T R N f denotes retained Fourier coefficients, F C W T R N c denotes selected CWT descriptors, S D W T R N d denotes DWT descriptors, and F s i m R 1 denotes the cosine-similarity descriptor. This equation is proposed to formalize the feature-fusion strategy used in the framework. The fused vector combines statistical, color, Fourier, wavelet, and similarity descriptors so that the CNN receives complementary global, local, multi-scale, and structural information. This fusion is motivated by the limitation of using any single descriptor alone. Therefore, the fused feature dimension is:
D = m + c + N f + N c + N d + 1 .
The resulting fused-feature vector Z R D   serves as the input to the CNN classifier. The CNN maps this descriptor to posterior class probabilities p = f θ Z ,   p R K , where K is the number of micro-object classes and f θ ( ) denotes the CNN model with trainable parameters θ .
Unlike conventional CNN approaches that directly process raw microscopic images, the proposed CNN operates on enriched contour-signal representations. Consequently, the convolutional layers learn hierarchical relationships among spectral, statistical, color, and structural descriptors instead of raw pixel intensities, improving robustness under noisy microscopic imaging conditions (Table 3).
The classification stage used a compact CNN architecture tailored to hybrid contour-signal representations. The network contains three convolutional blocks with 32, 64, and 128 filters, respectively. Each block includes convolution, batch normalization, ReLU activation, and max pooling. After hierarchical feature extraction, the resulting feature maps are aggregated using global average pooling (or flattening), followed by a fully connected layer with 128 neurons and a dropout rate of 0.5. The final classification layer uses Softmax activation to predict the probability distribution over the target micro-object classes. This lightweight design was chosen to balance discriminative power with robustness on limited microscopic datasets.
The classification stage uses a CNN-based classifier because the proposed hybrid representation preserves local and multi-scale structural patterns of microscopic contours. After contour extraction, filtering, Fourier analysis, and wavelet decomposition, the resulting representation contains local boundary variations, frequency-domain descriptors, and hierarchical multi-scale features. Convolutional filters are suitable for such data because they can learn local dependencies and progressively construct higher-level discriminative representations. A lightweight CNN was selected instead of a very deep architecture for three reasons. First, the microscopic pollen dataset used in this study is moderate in size; therefore, very deep models may increase the risk of overfitting. Second, the proposed feature-extraction pipeline already provides informative contour-signal, spectral, wavelet, and statistical descriptors, reducing the need for excessively deep feature extraction. Third, a compact CNN provides a better balance between classification accuracy, training cost, and inference efficiency, which is important for practical microscopic-image classification systems.
The selected CNN is not intended to exclude other learning models. Therefore, in the experimental section, the proposed method is compared with both shallow machine-learning methods and deep-learning models to justify the classifier choice.
The CNN was trained with the Adam optimizer using a learning rate of 0.001, a batch size of 16–32, and 50–100 training epochs. Cross-entropy loss was used as the optimization objective. The architecture was intentionally kept lightweight to remain compatible with transformed contour-signal inputs while reducing the risk of overfitting. The implementation was carried out using Python 3.12 framework.

4. Results and Discussion

To illustrate the visual characteristics of the dataset, representative sample images from the microscopic micro-object classes are shown in Figure 3. These examples demonstrate that microscopic micro-object recognition differs substantially from ordinary image-recognition tasks. In ordinary image recognition, target objects usually occupy a large image region and contain rich semantic cues such as color, texture, object parts, and contextual background. In contrast, microscopic micro-objects are usually small, weakly textured, low-contrast, and strongly affected by acquisition noise, optical blur, illumination variation, and segmentation uncertainty.
As shown in Figure 3, the discriminative information of microscopic micro-objects is concentrated mainly along the object boundary. Different classes may have very similar global appearance, while the most useful class-specific information appears in subtle contour morphology, local boundary irregularities, radial variation, and fine structural patterns. In addition, objects from the same class may show different orientations, sizes, deformations, and noise levels. These characteristics make direct raw-image classification difficult and motivate the proposed contour-signal-based framework. By converting the object boundary into a normalized point-signal representation, the proposed method focuses on morphology-related information and reduces the influence of irrelevant background regions.
Ordinary image-recognition tasks often rely on large target regions, semantic object parts, background context, and rich texture. In contrast, microscopic micro-object recognition is characterized by small target regions, weak contrast, background noise, and subtle contour irregularities. The lower panels illustrate the proposed motivation: microscopic images are segmented, converted into ordered contours, and represented as radial-distance contour signals for subsequent filtering, spectral–wavelet analysis, and CNN-based classification.
To evaluate the proposed hybrid contour-signal and deep-learning framework, experiments were conducted on a microscopic pollen-image dataset containing seven classes: Artemisia, Chenopodiaceae, Cupressaceae, Poaceae, Moraceae, Pinaceae, and Salix. The dataset comprises approximately 4200 images with a class-balanced distribution. The dataset comprises 4200 images with a balanced class distribution, as shown in Table 4. All images were preprocessed and converted into contour-based point-signal representations before feature extraction and classification. Care was taken to avoid overlap between the training and test subsets. The class-wise distribution of the dataset is shown in Table 5. The dataset is approximately balanced, with 600 images per class. Maintaining a balanced distribution is important because it reduces the risk of classifier bias toward dominant classes and supports more reliable interpretation of accuracy and F1-score.
Although the proposed framework is motivated by general challenges in microscopic object recognition, the experimental validation in this study is limited to a seven-class microscopic pollen-image dataset. Therefore, the obtained results should be interpreted specifically in the context of pollen-image recognition rather than as evidence of universal applicability to all tiny micro-objects. Pollen grains provide a useful test case because they contain subtle boundary morphology, weak texture, contour irregularities, and intra-class variability. However, they do not fully represent the morphological diversity of other microscopic objects such as nanoparticles, fibers, rods, cylindrical particles, triangular particles, or chemically synthesized microstructures. These objects may exhibit different shape distributions, surface textures, imaging artifacts, and contour characteristics. Consequently, additional validation on larger and more diverse microscopic object datasets is required before claiming general applicability across all micro-object categories.
The dataset publisher did not provide an official predefined training, validation, and test split. Therefore, in the main experiment, the dataset was divided using a stratified sampling strategy to preserve the class distribution in each subset. Stratified splitting was used because the dataset contains multiple pollen classes, and preserving the same class proportion in the training, validation, and test sets is necessary for fair performance evaluation. However, a single train, validation, and test split may still introduce split-dependent bias. To reduce this risk and to verify the stability of the proposed method, an additional stratified 5-fold cross-validation experiment was conducted. In this protocol, the complete dataset was divided into five folds with approximately equal class distributions. For each run, four folds were used for training and one fold was used for testing. The process was repeated five times so that each fold was used once as the test set. The final performance was reported as the mean and standard deviation across the five folds.
This cross-validation protocol was used to evaluate whether the proposed method remains stable under different data partitions and to ensure that the reported performance is not dependent on a single favorable split.
As shown in Table 6, the proposed method achieved stable performance across all five folds. The mean accuracy was 0.977 ± 0.003, and the mean F1-score was 0.966 ± 0.003. The low standard deviation indicates that the performance is not strongly dependent on a particular train/test partition. These results confirm that the proposed contour-signal, spectral–wavelet, and CNN-based framework generalizes consistently across different stratified data splits and reduces the possibility of training-split bias.
To ensure reproducibility, the Classical Computer-Vision System (Classical CVS) baseline was explicitly defined. The Classical CVS pipeline consists of image preprocessing, object segmentation, contour extraction, handcrafted feature extraction, feature normalization, and shallow classification. The extracted handcrafted features include shape descriptors, contour descriptors, texture descriptors, color/intensity statistics, and HOG features. Shape descriptors include area, perimeter, circularity, eccentricity, compactness, major-axis length, minor-axis length, and aspect ratio. Contour descriptors include radial-distance statistics, curvature statistics, and Fourier contour descriptors. Texture descriptors are extracted using gray-level co-occurrence matrix (GLCM) features, including contrast, correlation, energy, and homogeneity. Color and intensity descriptors include mean, standard deviation, skewness, kurtosis, and histogram-based statistics. The final handcrafted feature vector is normalized using z-score normalization and classified using an SVM classifier with a radial basis function (RBF) kernel. The Classical CVS baseline is therefore defined as:
I preprocessing segmentation contour   extraction handcrafted   features SVM - RBF   classification .
This definition distinguishes Classical CVS from the proposed method. The Classical CVS baseline relies on fixed handcrafted descriptors and a shallow classifier, whereas the proposed method combines contour-signal modeling, FT/CWT/DWT descriptors, filtering, defect-point correction, and CNN-based hierarchical learning.
To validate the effectiveness of the proposed method, we compared it with representative existing approaches for small-object, micro-object, contour-based, and structure-aware image recognition. The compared methods were selected according to the methodological categories discussed in the Introduction and Related Work, including classical handcrafted feature extraction, contour-based structural descriptors, spectral descriptors, wavelet-based descriptors, shallow machine-learning classifiers, and CNN-based deep-learning models.
The purpose of this comparison is to determine whether the proposed integrated framework provides a performance advantage over existing individual or partial recognition strategies. In particular, the proposed method is compared with approaches that use only raw spatial image information, only handcrafted structural features, only Fourier descriptors, only wavelet descriptors, and standard CNN-based feature learning. This comparison is important because the proposed method integrates contour-signal modeling, noise suppression, defect-point correction, Fourier analysis, wavelet decomposition, and CNN-based hierarchical classification into a unified framework.
The compared methods are summarized as follows:
  • Classical Computer-Vision pipeline. This baseline follows a conventional recognition strategy consisting of preprocessing, segmentation, handcrafted feature extraction, and classification. The extracted features include shape, contour, intensity, color, and texture descriptors.
  • Contour, statistical descriptor method. This method represents each pollen object using contour-derived statistical descriptors, including mean radial distance, variance, standard deviation, energy, curvature variation, and local boundary deviation. These features are classified using a shallow classifier.
  • Fourier descriptor-based method. This method applies Fourier transform to the normalized contour signal and uses retained low-frequency Fourier coefficients as global shape descriptors. This baseline evaluates the contribution of global spectral contour information.
  • Wavelet descriptor-based method. This method extracts multi-scale contour descriptors using continuous and/or discrete wavelet transform. It evaluates the usefulness of local and multi-scale boundary information without CNN-based hierarchical learning.
  • Shallow machine-learning models. Support Vector Machine, Random Forest, and k-Nearest Neighbor classifiers are trained using handcrafted structural, statistical, spectral, and wavelet descriptors. These models represent traditional intelligent recognition approaches.
  • CNN trained on raw microscopic images. A baseline CNN is trained directly on raw microscopic images. This comparison evaluates whether direct pixel-based deep learning is sufficient for microscopic pollen-image classification.
  • Proposed method. The proposed framework uses contour-signal representation, Gaussian/median/contour-aware filtering, defect-point correction, Fourier transform, continuous wavelet transform, discrete wavelet transform, feature fusion, and CNN-based classification.
The comparative results are presented in Table 7.
As shown in Table 7, the proposed method achieved the highest accuracy and F1-score among all compared methods. The classical CVS and contour, statistical methods were less effective because they rely on handcrafted descriptors and are sensitive to noise, segmentation errors, and boundary deformation. Fourier descriptors improved global shape representation, while wavelet descriptors improved local and multi-scale contour analysis; however, these methods still lacked adaptive hierarchical feature learning. CNN-only and ResNet-50 performed better than traditional baselines, but they mainly depend on raw image appearance and do not explicitly exploit contour-specific spectral–wavelet information. In contrast, the proposed framework combines contour-signal representation, filtering, defect-point correction, FT, CWT, DWT, and CNN-based classification. This integrated design provides more robust and discriminative features for microscopic pollen-image recognition.
Deep-learning baselines were evaluated separately to compare the proposed hybrid CNN framework with standard neural architectures. These models include CNN-only, MobileNetV2, EfficientNet-B0, ResNet-50, and Vision Transformer. The CNN-only model evaluates the contribution of convolutional learning without the full spectral–wavelet feature enhancement, while MobileNetV2, EfficientNet-B0, ResNet-50, and Vision Transformer provide broader comparison with modern deep-learning architectures (Table 8).
The shallow-method comparison shows that conventional classifiers benefit from contour and spectral–wavelet descriptors, but their performance remains limited because they rely on fixed handcrafted representations. Among shallow methods, MLP achieved the strongest performance, but it still does not explicitly model local dependencies in the transformed contour-signal representation. The deep-learning comparison shows that modern neural architecture provides stronger performance than shallow models. However, models trained primarily on raw image appearance remain less effective than the proposed hybrid approach. The proposed method achieves the highest accuracy and F1-score because it combines contour-specific structural information, Fourier descriptors, CWT/DWT-based multi-scale features, defect-point correction, and CNN-based hierarchical learning.
Although the proposed framework achieved strong performance on the seven-class microscopic pollen-image dataset, external generalization was not evaluated using an independent dataset. Therefore, the reported results should be interpreted as evidence of effectiveness for the evaluated pollen-image dataset rather than as proof of general applicability to all microscopic micro-object recognition tasks. Stratified splitting and cross-validation were used to reduce split-dependent bias within the available dataset; however, these experiments do not replace external validation. Future work will evaluate the proposed framework on independent microscopic datasets containing other object categories, such as nanoparticles, fibers, rod-like structures, cylindrical particles, triangular particles, cells, spores, and synthetic microstructures.
Therefore, training time, inference time, and statistical reliability were additionally evaluated. This analysis was conducted to compare the proposed method with conventional computer-vision and deep-learning baselines not only in terms of classification performance but also in terms of computational cost. All models were evaluated using the same training, validation, and test partitions. For statistical reliability, each experiment was repeated five times with different random seeds. The reported values are expressed as mean ± standard deviation. Since conventional computer-vision methods do not require neural-network training, their training time is reported as feature-extraction and classifier-fitting time where applicable. Inference time was measured as the average processing time per image, including preprocessing, feature extraction, and classification (Table 9).
The results show that Classical CVS has the shortest inference time because it uses handcrafted descriptors and does not require deep feature learning. However, its accuracy and F1-score are substantially lower than those of the proposed method. The proposed method requires more computation than Classical CVS because it includes contour-signal construction, Fourier and wavelet descriptor extraction, filtering, defect-point correction, and CNN-based classification. Nevertheless, its inference time remains lower than that of deeper architectures such as ResNet-50, while achieving higher accuracy and F1-score. The statistical analysis confirms that the improvement of the proposed method is significant. A paired statistical test was applied to compare the proposed method with each baseline across repeated experimental runs. The obtained p-values indicate that the performance improvement over Classical CVS, SVM, CNN-only, and ResNet-50 is statistically significant. Therefore, although the proposed method introduces additional computational cost compared with conventional computer vision, the gain in classification accuracy and reliability is significant and justifies the added complexity for microscopic micro-object classification.
The proposed identification and classification framework was implemented as an integrated software package (SP) that combines wavelet-based signal processing, statistical analysis, and CNN-based classification. The system supports end-to-end processing of microscopic images, including contour extraction, noise filtering, feature analysis, and final recognition. The developed software package includes both one-dimensional (1-D) and two-dimensional (2-D) wavelet-processing modules. The 1-D module is used for contour-based point signals, whereas the 2-D module supports full-image processing, segmentation, and visualization. Combining these modules enables joint analysis of spatial and spectral characteristics, which is particularly useful in the presence of complex structures and noise.
The first stage of the experimental analysis examined the influence of noise and the effectiveness of filtering techniques applied to contour-based point signals. As illustrated in Figure 4, impulse noise introduces localized distortions, whereas Gaussian noise causes more continuous signal degradation.
Figure 4a shows filtering behavior in the presence of impulse interference, where corrupted regions are separated from useful signal components. Figure 4b illustrates the behavior of the filtering functions under different conditions, including polynomial identification, impulse-noise suppression, and threshold-based correction for fluctuation noise.
The application of Gaussian, median, and shift-based filters substantially reduces both types of interference. In particular, the proposed filtering stage reduces the spectral width of the signal by approximately a factor of two. This improves the stability of the subsequent spectral and wavelet transforms because high-frequency noise is suppressed while essential structural information is retained.
In addition, decomposition into low- and high-frequency components improves interpretability. Low-frequency components describe the global shape of the object, whereas high-frequency components capture edges, local irregularities, and residual noise. This separation is important for reliable recognition.
The influence of model parameters on identification accuracy was then investigated. The performance of the proposed framework depends strongly on the number of contour points, the sliding-window size, and the threshold values used for noise suppression. The experiments indicate that representing each contour with approximately 1000 points provides a stable and informative description of micro-object structure. Using fewer points removes important structural detail, whereas using substantially more points introduces redundancy and increases sensitivity to noise.
The sliding-window size also affects performance. Larger windows improve noise suppression but reduce sensitivity to local variations, whereas smaller windows preserve fine details but are more susceptible to noise. A balanced configuration is therefore required to maintain both robustness and discriminative power.
Similarly, the thresholds used for defect-point correction must be selected carefully. Lower thresholds increase sensitivity but may produce false detections, whereas higher thresholds suppress noise at the cost of removing useful signal content. In this study, the optimal threshold was selected by minimizing the mean-squared error.
The performance of different hybrid identification models is summarized in Table 10. The results show that the proposed hybrid framework consistently outperforms more limited signal representations because it jointly models local and global structure while maintaining robustness to noise and structural variability.
Among the evaluated configurations, the Haar interpolation spline combined with CNN achieved the lowest error rate, reaching 6.4%. This suggests that Haar-based representations efficiently capture the key structural characteristics of the micro-objects when coupled with a learning-based classifier. The Daubechies-based models (Db5 and Db8) also produced stable results, generally with error rates between 10% and 19%, reflecting a good compromise between localization and smoothness. By contrast, the Fourier-based models showed higher error rates because they are less effective at representing localized variations in non-stationary contour signals. DWT-only configurations yielded the weakest results, indicating that wavelet features alone are insufficient without a classifier capable of learning complex discriminative patterns. Overall, these findings support the benefit of integrating signal processing with CNN-based learning.
To verify the contribution of each component of the proposed framework, an ablation study was conducted. The purpose of this analysis was to determine whether contour-signal modeling, spectral transformation, wavelet decomposition, filtering, defect-point correction, and CNN-based learning contribute independently and jointly to the final classification performance. Each configuration was evaluated under the same training, validation, and test split to ensure a fair comparison. Table 11 summarizes the accuracy obtained by progressively enriching the model.
The ablation results demonstrate that each component improves classification performance. The CNN-only model achieved an accuracy of 0.890, showing that convolutional learning alone can extract useful features but remains limited without explicit contour and spectral–wavelet descriptors. Adding contour-signal representation improved the accuracy to 0.904, confirming that boundary morphology provides discriminative information for microscopic pollen-image classification. Adding Fourier descriptors further improved performance because FT captures global contour-frequency characteristics. The CWT and DWT configurations provided additional gains by capturing local and multi-scale boundary variations, with DWT giving slightly higher performance because of its compact hierarchical decomposition. Combining FT, CWT, and DWT increased the accuracy to 0.958, confirming that global, local, and multi-scale spectral descriptors are complementary. Adding filtering further improved accuracy to 0.968 by reducing contour noise before feature extraction. The full proposed model, which also includes defect-point correction, achieved the highest accuracy of 0.977 and F1-score of 0.966. This shows that defect correction removes abnormal contour samples that otherwise introduce artificial high-frequency components into the Fourier and wavelet descriptors. Overall, the isolation study confirms that the proposed performance improvement is produced by the cumulative and complementary contribution of all components rather than by a single module.
To evaluate the stability of the proposed framework under degraded imaging conditions, additional experiments were conducted using different noise types. Microscopic images and extracted contour signals may be affected by sensor noise, optical artifacts, illumination fluctuation, segmentation errors, impulse distortions, and abnormal contour points. Therefore, five noise conditions were considered: Gaussian noise, impulse noise, salt-and-pepper noise, speckle noise, and mixed noise. Mixed noise was generated by combining Gaussian noise with impulse or salt-and-pepper disturbances. For each noise condition, the same trained model configuration was evaluated on the test set. To verify the role of the proposed preprocessing strategy, three model variants were compared: the proposed model without filtering, the proposed model with filtering but without defect-point correction, and the full proposed model with both filtering and defect-point correction (Table 12).
The results show that noise degrades classification performance, especially under mixed noise conditions. The model without filtering shows the largest performance reduction because noisy contour points directly affect Fourier and wavelet descriptors. Adding filtering improves performance for all noise types, confirming that Gaussian, median, and contour-aware filters reduce signal distortion before feature extraction. The full proposed model achieves the best performance under all degraded conditions because defect-point correction further removes abnormal contour deviations that remain after filtering. The results also show that the proposed framework is more stable under Gaussian and speckle noise than under mixed noise. This is expected because mixed noise simultaneously affects both continuous contour fluctuation and local abnormal points. Nevertheless, even under mixed noise, the full proposed model maintains an accuracy of 0.936 and an F1-score of 0.922, demonstrating that the combined use of filtering, defect correction, Fourier descriptors, wavelet features, and CNN-based classification improves robustness. In addition to the noise-type analysis, recognition reliability was evaluated under different SNR levels. As the SNR decreases, classification performance gradually decreases. However, the full proposed model shows a slower performance degradation than the model without filtering. This confirms that explicit noise suppression is necessary for stable microscopic micro-object classification under real imaging conditions.
The proposed framework combines contour-based signal processing with CNN-based hierarchical feature learning. To verify whether the hierarchical nature of the CNN contributes to the final classification performance, feature maps from different convolutional blocks were analyzed. The CNN architecture contains three convolutional blocks. The first block is designed to capture local low-level contour variations, the second block extracts mid-level discriminative patterns, and the third block captures higher-level structural and spectral relationships. To visualize the learning behavior, representative feature maps were extracted from each convolutional block, as shown in Figure 5. The first convolutional block mainly responds to local contour transitions, edge-like structures, and abrupt variations in the transformed contour-signal representation. The second convolutional block produces more compact responses corresponding to repeated boundary patterns and local spectral–wavelet structures. The third convolutional block shows more class-specific activation regions, indicating that deeper layers aggregate local contour and wavelet information into more discriminative representations.
Feature maps from different convolutional blocks show the progression from low-level local contour patterns to mid-level structural representations and finally to high-level class-discriminative features.
To quantitatively evaluate the hierarchical representation, feature embeddings were extracted from each convolutional block and compared with the class labels and classification loss. For each layer l , the feature vector was denoted as:
Z l = f l ( Z ) ,
where Z is the fused input feature representation and f l ( ) denotes the output of the l -th convolutional block. The association between the layer-wise feature representation Z l and the class label y was evaluated using a feature–label correlation score:
ρ l = c o r r ( Z l , y ) .
In addition, the relationship between layer-wise features and the classification loss was evaluated as:
ρ l l o s s = c o r r ( Z l , L C E ) ,
where L C E is the cross-entropy loss. A stronger positive correlation with the class label and a stronger negative correlation with the loss indicate that the layer representation is more discriminative for classification.
The results show that the feature–label correlation increases from the first convolutional block to the deeper layers, while the feature–loss correlation becomes more negative (Table 13). This indicates that deeper layers learn features that are more strongly associated with the target class and more strongly related to loss reduction. Therefore, the hierarchical feature-learning process is not only an architectural assumption but is supported by layer-wise statistical analysis. This result justifies the use of hierarchical CNN learning in the proposed framework. The early layers preserve local contour and wavelet responses, while deeper layers aggregate these responses into class-discriminative structural representations. Consequently, the CNN complements the contour-signal and spectral–wavelet descriptors by learning hierarchical patterns that are difficult to represent using handcrafted features alone.
The method was further evaluated on a real-world pollen-grain dataset. Table 14 compares the performance of the developed software package (SP) with that of a conventional computer-vision system (CVS).
The proposed method achieved an overall accuracy of 0.977, markedly higher than the 0.837 obtained by the traditional CVS. The average F1-score reached 0.966, indicating strong precision–recall balance across classes.
A class-wise analysis shows consistent improvements for all pollen categories. For example, the classification accuracy for Artemisia increased from approximately 0.81 in the CVS baseline to above 0.92 with the proposed framework, while Cupressaceae and Pinaceae approached near-perfect recognition. These results demonstrate that the method remains robust in the presence of intra-class variability and complex imaging conditions. All reported values were averaged over multiple experimental runs.
The influence of the number of contour points on classification performance was analyzed further using the experimental results shown in Figure 6 and Figure 7.
The results indicate the existence of an optimal contour-point count that maximizes classification accuracy. When too few points are used, the contour representation becomes too coarse to describe the object adequately. Conversely, an excessive number of points introduces redundancy and increases the influence of noise.
The sensitivity–specificity analysis indicates the expected trade-off between false positives and false negatives. The optimal operating point is achieved near the intersection of the two curves, where sensitivity and specificity are balanced. This confirms that careful selection of contour resolution is important for achieving reliable performance.
The robustness of the proposed method under varying noise conditions was evaluated by signal-to-noise ratio (SNR) analysis, as shown in Figure 8.
The results show that the proposed method maintains high recognition reliability even under degraded conditions. Filtering significantly improves performance, especially in low-SNR scenarios. Models that omit the filtering stage exhibit a noticeable performance drop, highlighting the importance of explicit noise suppression. The combination of filtering, wavelet decomposition, and CNN classification therefore supports stable performance across a range of noise conditions. Additional experiments using morphometric and correlation-based descriptors (Table 15) further support the effectiveness of the proposed framework.
The results show that the developed SP consistently outperforms the traditional CVS across all evaluated subsets. Combining spectral, statistical, and geometric descriptors yields a more comprehensive representation of micro-object structure, which in turn improves both classification accuracy and robustness.
The key advantage of the proposed framework is the integration of three complementary elements:
  • Contour-based signal modeling.
  • Multi-scale spectral analysis.
  • Deep-learning-based classification.
Together, these components enable the extraction of both global and local information, improving robustness to noise and structural variability. Despite these advantages, the method still requires careful parameter selection and may remain sensitive under extremely severe noise. Future work will therefore focus on adaptive parameter optimization and improved performance under stronger degradations. The framework also shows potential for practical applications in medical diagnostics, environmental monitoring, and industrial inspection.

5. Conclusions

This study proposed a hybrid contour-signal-based framework for microscopic pollen-image classification. The framework integrates contour normalization, signal-quality enhancement, Fourier and wavelet-based spectral descriptors, defect-point correction, and CNN-based hierarchical feature learning. Experimental results on a seven-class microscopic pollen-image dataset demonstrated improved classification accuracy and robustness compared with conventional computer-vision and baseline deep-learning approaches. However, the current validation is limited to this pollen-image dataset. Although stratified splitting and cross-validation indicate stable performance within the available data, external generalization to independent microscopic object datasets was not tested. Future work will therefore evaluate the proposed framework on broader datasets containing more diverse microscopic object categories and geometries, including nanoparticles, fibers, rods, cylindrical particles, triangular particles, and irregular synthetic microstructures.
It should be noted that the main contribution of this work is not the isolated use of Fourier transform, wavelet transform, or CNN, but their integration within a contour-signal-based framework supported by noise suppression and defect-point correction. Future work will focus on adaptive parameter optimization, improved robustness under extreme degradations, and extension of the approach to larger-scale and real-time applications. In addition, adaptive signal separation methods, including empirical mode decomposition, AM–FM signal demodulation, nonparametric regularization, and adaptive integral operators, will be considered in future studies to further separate global contour trends, local boundary oscillations, and noise-related components in complex microscopic contour signals.

Author Contributions

Conceptualization, A.S.B., A.N., and S.I.; methodology, U.D., A.S.B., S.I., and A.N.; software, I.N., T.A., and A.S.B.; validation, I.N., A.S.B., and S.B.; formal analysis, S.B., P.Y., and I.N.; investigation, A.S.B., T.A., and P.Y.; resources, I.N., D.S. (Davron Shodmonov), A.N. and T.A.; data curation, U.D., D.S. (Djamshid Sultanov), P.Y., and S.B.; writing—original draft preparation, A.S.B. and D.S. (Djamshid Sultanov); writing—review and editing, U.D.; visualization, A.S.B., D.S. (Davron Shodmonov) and S.B.; supervision, A.A. and D.S. (Djamshid Sultanov); project administration, D.S. (Djamshid Sultanov), U.D., and A.A.; funding acquisition, D.S. (Davron Shodmonov), A.A. and A.S.B. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The original contributions presented in this study are included in the article. Further inquiries can be directed to the corresponding authors.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Kutlimuratov, A.; Eshmurodov, D.; Tulaganova, F.; Utegenov, A.; Allayarov, P.; Khamzaev, J.; Saymanov, I.; Makhmudov, F. Early Diagnosis of Blood Disorders via Enhanced Image Preprocessing and Deep Learning Modeling. BioMedInformatics 2026, 6, 25. [Google Scholar] [CrossRef]
  2. Abdusalomov, A.; Umirzakova, S.; Bekmirzaev, O.; Dauletov, A.; Buriboev, A.; Kutlimuratov, A.; Nishanov, A.; Nasimov, R.; Oh, R. From Anatomy to Genomics Using a Multi-Task Deep Learning Approach for Comprehensive Glioma Profiling. Bioengineering 2025, 12, 979. [Google Scholar] [CrossRef] [PubMed]
  3. Buriboev, A.S.; Abduvaitov, A.; Jeon, H.S. Integrating Color and Contour Analysis with Deep Learning for Robust Fire and Smoke Detection. Sensors 2025, 25, 2044. [Google Scholar] [CrossRef] [PubMed]
  4. Abdusalomov, A.; Umirzakova, S.; Tashev, K.; Sevinov, J.; Temirov, Z.; Muminov, B.; Buriboev, A.; Safarova Ulmasovna, L.; Lee, C. AI-Driven Boost in Detection Accuracy for Agricultural Fire Monitoring. Fire 2025, 8, 205. [Google Scholar] [CrossRef]
  5. Buriboev, A.; Muminov, A. Computer State Evaluation Using Adaptive Neuro-Fuzzy Inference Systems. Sensors 2022, 22, 9502. [Google Scholar] [CrossRef] [PubMed]
  6. Shavkatovich Buriboev, A.; Abduvaitov, A.; Jeon, H.S. Binary Classification of Pneumonia in Chest X-Ray Images Using Modified Contrast-Limited Adaptive Histogram Equalization Algorithm. Sensors 2025, 25, 3976. [Google Scholar] [CrossRef] [PubMed]
  7. Nishanov, A.; Mengturayev, F.; Ollamberganov, F.; Allayarov, U.; Khasanova, M.; Doniyorova, G. An algorithm for creating a semi-synthetic dataset for diabetes. J. Math. Mech. Comput. Sci. 2026, 129, 114–128. [Google Scholar] [CrossRef]
  8. Rasool, M.J.A.; Abdusalomov, A.; Kutlimuratov, A.; Ahamed, M.J.A.; Mirzakhalilov, S.; Shavkatovich Buriboev, A.; Jeon, H.S. PixMed-Enhancer: An Efficient Approach for Medical Image Augmentation. Bioengineering 2025, 12, 235. [Google Scholar] [CrossRef] [PubMed]
  9. Gonzalez, R.; Woods, R. Digital Image Processing, 3rd ed.; Tekhnosfera: Moscow, Russia, 2012; 1104p. [Google Scholar]
  10. Tojiyev, M.; Himmatov, I.; Chiniyev, O. Intelligent Adaptive Algorithm for Boundary Detection of Dynamically Changing Regions in Video Sequences. In Proceedings of the 2026 International Russian Smart Industry Conference (SmartIndustryCon), Sochi, Russia, 23–27 March 2026; pp. 96–101. [Google Scholar] [CrossRef]
  11. Jumanov, I.I.; Safarov, R.A. Algorithms for image processing of micro-objects of medical diagnostics systems. In Proceedings of the International Russian Smart Industry Conference (SmartIndustryCon), Sochi, Russia, 24–28 March 2025; pp. 867–872. [Google Scholar] [CrossRef]
  12. Gopal, S.; Garg, S.; Riyazuddin, M.; Rachapudi, V.; Makharov, K.; Smerat, A.; Karimi, R. NeuroExplain-Net for Transparent Multi-Class Lung Cancer Screening Using Computed Tomography. Intell.-Based Med. 2026, 15, 100409. [Google Scholar] [CrossRef]
  13. Gandhi, V.C.; Priyesh, P.; Gandhi, K.; Abdul, R.; Yasser, A.; Khudaybergenov, K.; Mohammad, K. Advancing glaucoma diagnosis: Multi-modal deep learning with vision transformer architectures. Intell.-Based Med. 2026, 13, 100355. [Google Scholar] [CrossRef]
  14. Mashchenko, P.E. The NetVLAD method of visual terrain recognition for locomotive localization. Autom. Commun. Inform. 2020, 10, 14–17. [Google Scholar] [CrossRef]
  15. Noskov, V.; Rubtsov, I.; Lapshov, V. Integrated computer vision system of autonomous robots. Robot. Tech. Cybern. 2020, 8, 233–240. [Google Scholar] [CrossRef]
  16. Mohammed, M.M.G. Face Detection Algorithms Based on Image Analysis and Processing. Ph.D. Dissertation, Belgorod State National Research University, Belgorod, Russia, 2017. 118p. [Google Scholar]
  17. Akaeva, T.M.; Kamenskiy, A.V.; Borodina, N.; Pavlov, V.N.; Bilyalov, A.R.; Avzaletdinov, A.M.; Vildanov, T.D. Methods of digital processing of medical optical images to improve image quality and disease diagnostics accuracy: Review. Comput. Opt. 2025, 49, 593–623. [Google Scholar] [CrossRef]
  18. Groshev, I.V.; Korolkov, V.I. Systems of Technical Vision and Image Processing; RUDN University: Moscow, Russia, 2008. [Google Scholar]
  19. Savelyeva, M.V.; Smushkin, A.B. Forensic Science; Phoenix: Rostov-on-Don, Russia, 2009. [Google Scholar]
  20. Jumanov, I.I.; Safarov, R.A. Optimization of micro-object identification based on a pyramidal model with image segmentation. In Proceedings of the International Russian Smart Industry Conference (SmartIndustryCon), Sochi, Russia, 24–28 March 2025; pp. 337–342. [Google Scholar] [CrossRef]
  21. Matroushi, G.I.A. Object Detection, Recognition and Classification Using Computer Vision and Artificial Intelligence Approaches. Ph.D. Dissertation, Loughborough University, Loughborough, UK, 2018. [Google Scholar]
  22. Zyuzin, V.; Ronkin, M.; Porshnev, S.; Kalmykov, A. Automatic asbestos control using deep learning-based computer vision system. Appl. Sci. 2021, 11, 10532. [Google Scholar] [CrossRef]
  23. Chen, Z.; Deng, H.; Zhang, Z. Research and optimization of camera automatic dust removal device based on intelligent control technology. GBP Proc. Ser. 2025, 3, 60–66. [Google Scholar] [CrossRef]
  24. Russ, J.C. Computer-Assisted Microscopy: The Measurement and Analysis of Images; Springer: New York, NY, USA, 2012. [Google Scholar]
  25. Maier-Hein, L.; Reinke, A.; Godau, P.; Tizabi, M.D.; Buettner, F.; Christodoulou, E.; Glocker, B.; Isensee, F.; Kleesiek, J.; Kozubek, M.; et al. Metrics reloaded: Recommendations for image analysis validation. Nat. Methods 2024, 21, 195–212. [Google Scholar] [CrossRef] [PubMed]
  26. Wiskott, L.; Fellous, J.-M.; Krüger, N.; von der Malsburg, C. Face Recognition by Elastic Bunch Graph Matching; Internal Report 96-08; Institut für Neuroinformatik, Ruhr-Universität Bochum: Bochum, Germany, 1996; pp. 129–132. [Google Scholar]
  27. Novotorcev, L.V. Research and Development of Algorithms for Searching and Restoring Settlements on a Set of Aerial Photographs. Ph.D. Dissertation, The Keldysh Institute of Applied Mathematics of the Russian Academy of Sciences (KIAM RAS), Moscow, Russia, 2021. 101p. [Google Scholar]
  28. Vasilchenko, V.A. Improving the quality and efficiency of identifying special states of monitored objects based on the development of mathematical and software support for processing computer images using large databases. Model. Optim. Inf. Technol. 2020, 8, 1–10. [Google Scholar] [CrossRef]
  29. Hamad, Y.A. Development and Study of Algorithms for Segmentation and Recognition of Objects in Medical Images Based on the Shearlet Transform and Neural Networks. Candidate of Technical Sciences Dissertation, Ph.D. Dissertation, Siberian Federal University (SFU), Krasnoyarsk, Russia, 2020. 171p. [Google Scholar]
  30. Bogush, R.P. Combining block algorithms for calculating optical flow for detecting and tracking moving objects in video sequences. Bull. Polotsk State Univ. Ser. C 2011, 4, 2–7. [Google Scholar]
  31. Wang, L. Software Tools Using Methods and Algorithms of Multiscale Wavelet Analysis for Image Processing and Retrieval. Candidate of Technical Sciences Dissertation, Ph.D. Dissertation, Bauman Moscow State Technical University (BMSTU), Moscow, Russia, 2020. 138p. [Google Scholar]
  32. Tang, W.; Zhou, R.; Hu, S. A review of digital image processing techniques for optical tweezers: From algorithms to applications. J. Mod. Opt. 2025, 72, 442–457. [Google Scholar] [CrossRef]
  33. Horowitz, S.L.; Pavlidis, T. Picture segmentation by a tree traversal algorithm. J. ACM 1976, 23, 368–388. [Google Scholar] [CrossRef]
  34. Haralick, R.M.; Shapiro, L.G. Image segmentation techniques. Comput. Vis. Graph. Image Process. 1985, 29, 100–132. [Google Scholar] [CrossRef]
  35. Schiele, J.; Rabe, F.; Schmitt, M.; Glaser, M.; Häring, F.; Brunner, J.O.; Bauer, B.; Schuller, B.; Traidl-Hoffmann, C.; Damialis, A. Automated classification of airborne pollen using neural networks. In Proceedings of the 41st Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), Berlin, Germany, 23–27 July 2019; pp. 4474–4478. [Google Scholar]
  36. Lin, T.Y.; Dollár, P.; Girshick, R.; He, K.; Hariharan, B.; Belongie, S. Feature pyramid networks for object detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Honolulu, HI, USA, 21–26 July 2017; pp. 2117–2125. [Google Scholar]
  37. Girshick, R. Fast R-CNN. In Proceedings of the IEEE International Conference on Computer Vision, Santiago, Chile, 7–13 December 2015; pp. 1440–1448. [Google Scholar]
  38. Druki, A.A. Algorithms for Neural Network Detection and Recognition of Symbols on a Complex Background. Candidate of Technical Sciences Dissertation, Ph.D. Dissertation, Tomsk Polytechnic University (TPU), Tomsk, Russia, 2016. 216p. [Google Scholar]
  39. Kosaty, D.N. Methods for Creating Hybrid Classifiers Based on Cascades and Deep Neural Networks. Master’s Thesis, Saint Petersburg State University (SPbU), St. Petersburg, Russia, 2016. 28p. [Google Scholar]
  40. Strotov, V.V. Combining multiple algorithms to increase the accuracy of pedestrian detection and localization. In Proceedings of the International Conference on Computer Graphics and Vision (Graphicon), Ryazan, Russia, 19–21 September 2022; Volume 32, pp. 628–635. [Google Scholar] [CrossRef]
  41. Burns, L.; Shulgan, C. Autonomy: How the Driverless Car Came to Be and What It Means for Our Future; Bombora: Moscow, Russia, 2021; 399p. [Google Scholar]
  42. LeCun, Y.; Bengio, Y.; Hinton, G. Deep learning. Nature 2015, 521, 436–444. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Overall architecture of the proposed microscopic micro-object classification framework.
Figure 1. Overall architecture of the proposed microscopic micro-object classification framework.
Jimaging 12 00326 g001
Figure 2. Visual comparison of the selected wavelet mothers used in the proposed framework.
Figure 2. Visual comparison of the selected wavelet mothers used in the proposed framework.
Jimaging 12 00326 g002
Figure 3. Difference between ordinary image recognition and microscopic micro-object recognition.
Figure 3. Difference between ordinary image recognition and microscopic micro-object recognition.
Jimaging 12 00326 g003
Figure 4. (a) Filtering of contour signals under impulse noise; (b) filtering under Gaussian noise.
Figure 4. (a) Filtering of contour signals under impulse noise; (b) filtering under Gaussian noise.
Jimaging 12 00326 g004
Figure 5. Layer-wise feature-map visualization in the proposed CNN.
Figure 5. Layer-wise feature-map visualization in the proposed CNN.
Jimaging 12 00326 g005
Figure 6. (a) Accuracy of point filtering; (b) optimal number of contour points.
Figure 6. (a) Accuracy of point filtering; (b) optimal number of contour points.
Jimaging 12 00326 g006
Figure 7. Classification performance for varying numbers of contour points.
Figure 7. Classification performance for varying numbers of contour points.
Jimaging 12 00326 g007
Figure 8. Recognition reliability under different SNR levels.
Figure 8. Recognition reliability under different SNR levels.
Jimaging 12 00326 g008
Table 1. Comparison of boundary-analysis methods for microscopic micro-object classification.
Table 1. Comparison of boundary-analysis methods for microscopic micro-object classification.
MethodMain AdvantageMain LimitationReason for Comparison
Chain-code
representation
Simple and compact boundary encodingSensitive to noise, rotation, and starting pointUseful as a basic contour representation
Radial-distance signalCaptures global shape and boundary variationSensitive to centroid error and contour defectsSuitable for pollen-like objects with clear morphology
Curvature
descriptor
Detects local contour irregularitiesStrongly affected by noisy segmentationUseful for sharp and irregular boundaries
Fourier
descriptor
Provides compact global shape informationWeak for localized deformationUseful for describing overall contour structure
CWT descriptorCaptures local changes at multiple scalesComputationally more expensiveUseful for detailed local boundary analysis
DWT descriptorEfficient multi-scale contour representationDepends on wavelet type and levelUseful for compact hierarchical shape description
Statistical RTS descriptorSimple descriptors such as mean, variance, and energyLimited when used aloneUseful as complementary contour features
Proposed hybrid methodCombines contour signal, FT, CWT, DWT, filtering, defect correction, and CNNRequires parameter selectionProvides global, local, multi-scale, and learned features
Proposed hybrid contour-signal methodCombines normalized contour signal, statistical descriptors, FT, CWT, DWT, filtering, defect correction, and CNNCaptures global shape, local irregularities, multi-scale features, and learned hierarchical patternsRequires parameter selection and preprocessing quality
Table 2. Selection criteria for filtering and defect-point correction.
Table 2. Selection criteria for filtering and defect-point correction.
ComponentTarget DistortionSelection Criterion
Gaussian filterContinuous fluctuation noiseUsed when neighboring contour samples are smoothly perturbed
Median filterImpulse and salt-and-pepper noiseUsed when isolated abnormal contour values occur
Contour-aware filterBoundary distortionUsed to smooth noise while preserving contour geometry
Defect-point correctionAbnormal contour spikes or displaced pointsUsed when local deviation or gradient exceeds a threshold
Table 3. Actual intermediate feature dimensions used in the proposed framework.
Table 3. Actual intermediate feature dimensions used in the proposed framework.
Processing StageData RepresentationDimension
RGB microscopic imageRGB imageH × W × 3
Preprocessed imageFiltered RGB imageH × W × 3
Binary segmentationBinary object maskH × W
Extracted contourOrdered contour pointsN × 2
Resampled contourNormalized fixed-length contourNr × 2
Point signalRadial-distance signalNr × 1
Filtered signalNoise-corrected contour signalNr × 1
Fourier descriptorRetained FFT coefficientsNf
Continuous wavelet descriptorCWT coefficient matrixNr × S
Selected CWT descriptorReduced CWT feature vectorNc
Discrete wavelet descriptorDWT coefficientsNd
Statistical descriptorStatistical feature vectorM
Color descriptorRGB/intensity statisticsC
Similarity descriptorCosine similarity1
Fused descriptorConcatenated feature vectorD = m+c + Nf + Nc + Nd + 1
CNN outputPosterior class probabilitiesK
Table 4. Proposed CNN architecture for micro-object classification.
Table 4. Proposed CNN architecture for micro-object classification.
Layer No.LayersPurpose
1Input, hybrid feature map/transformed contour representationInput representation derived from contour-based signal modeling, FT, CWT, and DWT features
2Convolution 1D/2D, 32 filters, kernel size = 3, stride = 1Extract local low-level structural patterns
3Batch NormalizationStabilize training and improve convergence
4ReLUIntroduce nonlinearity
5Max Pooling, pool size = 2, stride = 2Reduce dimensionality and retain dominant responses
6Second Convolution Layer, 64 filters, kernel size = 3, stride = 1Learn mid-level discriminative features
7Batch NormalizationImprove optimization stability
8ReLUNonlinear activation
9Max Pooling, pool size = 2, stride = 2Downsample feature representation
10Third Convolution Layer, 128 filters, kernel size = 3, stride = 1Capture higher-level structural and spectral relationships
11Batch NormalizationRegularize feature statistics
12ReLUNonlinear mapping
13Global Average Pooling/FlattenConvert learned feature maps to compact representation
14First Fully Connected Layer, 128 neuronsLearn compact discriminative embedding
15Dropout, rate = 0.5Reduce overfitting
16Second Fully Connected Layer, number of classes = (K)Produce class logits
17SoftmaxOutput class probabilities
Table 5. Class-wise distribution of the microscopic pollen dataset.
Table 5. Class-wise distribution of the microscopic pollen dataset.
Pollen ClassTotalTrainingValidationTest
Artemisia6004209090
Chenopodiaceae6004209090
Cupressaceae6004209090
Poaceae6004209090
Moraceae6004209090
Pinaceae6004209090
Salix6004209090
Table 6. Stratified 5-Fold Cross-Validation Results.
Table 6. Stratified 5-Fold Cross-Validation Results.
FoldAccuracyPrecisionRecallF1-Score
Fold 10.9740.9660.9610.963
Fold 20.9790.9710.9670.969
Fold 30.9760.9680.9630.965
Fold 40.9810.9730.9690.971
Fold 50.9750.9670.9620.964
Mean ± SD0.977 ± 0.0030.969 ± 0.0030.964 ± 0.0030.966 ± 0.003
Table 7. Comparison with representative baseline and related recognition methods.
Table 7. Comparison with representative baseline and related recognition methods.
MethodRelation to Previous WorkInput RepresentationAccuracyF1-Score
Classical CVSTraditional computer-vision baselineMorphometric + texture + color features0.8370.840
Contour, statistical descriptor methodStructure-aware micro-object recognitionRadial-distance + contour statistics0.8610.849
Fourier descriptor methodSpectral contour-recognition methodLow-frequency Fourier coefficients0.8840.870
Wavelet descriptor methodMulti-scale contour-recognition methodCWT/DWT descriptors0.9020.891
SVMShallow machine-learning baselineHandcrafted structural descriptors0.8800.870
CNN-onlyDeep-learning baselineRaw/contour image representation0.8900.890
ResNet-50Deep CNN baselineRaw microscopic image0.9300.920
Proposed methodHybrid contour-signal + spectral–wavelet + CNNContour + filtering + FT + CWT + DWT + CNN0.9770.966
Table 8. Comparison with deep-learning models.
Table 8. Comparison with deep-learning models.
ModelInput RepresentationAccuracyF1-ScoreMain Observation
CNN-onlyRaw image/contour representation without spectral–wavelet features0.8900.890Learns local patterns but lacks explicit spectral–wavelet descriptors
MobileNetV2Raw microscopic image0.9120.904Efficient but less effective for contour-specific structure
EfficientNet-B0Raw microscopic image0.9210.914Stronger feature learning but may overfit on moderate data
ResNet-50Raw microscopic image0.9300.920Good deep baseline but computationally heavier
Vision TransformerRaw image patches0.9180.907Requires larger data for stable attention learning
Proposed hybrid CNNContour + FT + CWT + DWT + statistical descriptors0.9770.966Combines contour-specific descriptors with CNN-based hierarchical learning
Table 9. Accuracy–time trade-off and statistical validation of the proposed method.
Table 9. Accuracy–time trade-off and statistical validation of the proposed method.
MethodAccuracyF1-ScoreTraining TimeInference Time per Imagep-Value vs. Proposed
Classical CVS0.837 ± 0.0120.840 ± 0.0148.6 ± 0.7 ms<0.001
SVM0.880 ± 0.0100.870 ± 0.0113.8 ± 0.4 min11.4 ± 0.9 ms<0.001
CNN-only0.890 ± 0.0090.890 ± 0.01018.6 ± 1.3 min13.2 ± 1.1 ms<0.001
ResNet-500.930 ± 0.0080.920 ± 0.00942.5 ± 2.8 min21.7 ± 1.5 ms<0.01
Proposed method0.977 ± 0.0060.966 ± 0.00728.4 ± 2.1 min18.9 ± 1.4 ms
Table 10. Error rates (%) of hybrid micro-object identification models under different reference point configurations.
Table 10. Error rates (%) of hybrid micro-object identification models under different reference point configurations.
Types of ModelsRef 1Ref 2Ref 3Ref 4
Haar Interpolation Spline and CNN6.4%8.0%20.3%15.6%
Daubechies Interpolation Spline, 5 and CNN13.7%12.7%19.0%16.9%
Daubechies Interpolation Spline, 8 and CNN13.1%10.2%21.5%18.5%
Fourier Transform, 3, 5 and CNN15.5%18.1%23.1%22.9%
Discrete Wavelet Transform, 4 and CNN20.0%16.7%27.1%28.0%
Table 11. Ablation study of the proposed framework.
Table 11. Ablation study of the proposed framework.
Model ConfigurationContour SignalFTCWTDWTFilteringDefect
Correction
AccuracyF1-Score
CNN-only-0.8900.890
Contour + CNN0.9040.899
Contour + FT + CNN0.9180.911
Contour + CWT + CNN0.9310.923
Contour + DWT + CNN0.9400.934
Contour + FT + CWT + DWT + CNN0.9580.949
Contour + FT + CWT + DWT + Filtering + CNN0.9680.957
Full proposed model0.9770.966
Table 12. Noise robustness analysis under different noise conditions.
Table 12. Noise robustness analysis under different noise conditions.
Noise ConditionModel VariantAccuracyF1-Score
Clean imagesFull proposed model0.9770.966
Gaussian noiseWithout filtering0.9140.902
Filtering only0.9460.935
Full proposed model0.9580.948
Impulse noiseWithout filtering0.9010.887
Filtering only0.9390.927
Full proposed model0.9520.941
Salt-and-pepper noiseWithout filtering0.8950.881
Filtering only0.9360.924
Full proposed model0.9490.938
Speckle noiseWithout filtering0.9080.895
Filtering only0.9410.930
Full proposed model0.9540.943
Mixed noiseWithout filtering0.8720.858
Filtering only0.9210.907
Full proposed model0.9360.922
Table 13. Layer-wise feature analysis of the CNN classifier.
Table 13. Layer-wise feature analysis of the CNN classifier.
CNN LayerMain Learned RepresentationFeature–Label CorrelationFeature–Loss CorrelationInterpretation
Conv block 1Local contour transitions and edge-like patterns0.42−0.48Captures low-level local structures
Conv block 2Mid-level spectral–wavelet and boundary patterns0.58−0.63Improves class-related structural representation
Conv block 3High-level class-specific structural features0.74−0.79Provides stronger discriminative representation
Fully connected layerCompact class-discriminative embedding0.82−0.86Produces the strongest label association
Table 14. Classification accuracy and F1-score comparison between SP and CVS.
Table 14. Classification accuracy and F1-score comparison between SP and CVS.
Types of PollenSet 1Set 2Set 3F1-ScoreOverall Identification Accuracy
SPCVSSPCVSSPCVS
Artemisia0.9280.8140.9900.8290.9820.8120.9580.960
Chenopodiaceae0.9750.8460.9750.8730.9960.8430.975
Cupressaceae0.9930.8570.9780.8520.9980.8540.996
Poaceae0.9570.8290.8820.7640.9980.8520.917
Moraceae0.9640.8310.9290.8320.9860.8390.963
Pinaceae0.9830.8560.9830.8240.9950.8410.983
Salix0.8710.8430.8180.7210.9920.8190.844
Table 15. Accuracy of identification, recognition and classification of images of micro-objects using SP and CVS based on the pollen dataset.
Table 15. Accuracy of identification, recognition and classification of images of micro-objects using SP and CVS based on the pollen dataset.
CategorySet 1Set 2Set 3F1-ScoreOverall Identification Accuracy
SPCVSSPCVSSPCVS
Artemisia0.9710.8210.9810.8710.9930.8780.9760.977
Chenopodiaceae0.9880.8640.9880.8480.9980.8960.988
Cupressaceae0.9860.8760.9810.8360.9950.8730.992
Poaceae0.9840.8960.9200.8240.9680.8360.958
Moraceae0.9640.8820.9640.8790.9960.8270.964
Pinaceae0.9830.8920.9920.9010.9950.8430.987
Salix0.9350.8940.8790.8590.9960.8570.906
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Buriboev, A.S.; Nishanov, A.; Isroilov, S.; Narzullaev, I.; Djumayozov, U.; Buriboyev, S.; Azamov, T.; Yuldashov, P.; Shodmonov, D.; Sultanov, D.; et al. Microscopic Pollen Image Classification via Contour-Signal Representation, Wavelet Analysis, and CNN. J. Imaging 2026, 12, 326. https://doi.org/10.3390/jimaging12070326

AMA Style

Buriboev AS, Nishanov A, Isroilov S, Narzullaev I, Djumayozov U, Buriboyev S, Azamov T, Yuldashov P, Shodmonov D, Sultanov D, et al. Microscopic Pollen Image Classification via Contour-Signal Representation, Wavelet Analysis, and CNN. Journal of Imaging. 2026; 12(7):326. https://doi.org/10.3390/jimaging12070326

Chicago/Turabian Style

Buriboev, Abror Shavkatovich, Akhram Nishanov, Shuxrat Isroilov, Inomjon Narzullaev, Umidjon Djumayozov, Shavkat Buriboyev, Temur Azamov, Parda Yuldashov, Davron Shodmonov, Djamshid Sultanov, and et al. 2026. "Microscopic Pollen Image Classification via Contour-Signal Representation, Wavelet Analysis, and CNN" Journal of Imaging 12, no. 7: 326. https://doi.org/10.3390/jimaging12070326

APA Style

Buriboev, A. S., Nishanov, A., Isroilov, S., Narzullaev, I., Djumayozov, U., Buriboyev, S., Azamov, T., Yuldashov, P., Shodmonov, D., Sultanov, D., & Abduvaytov, A. (2026). Microscopic Pollen Image Classification via Contour-Signal Representation, Wavelet Analysis, and CNN. Journal of Imaging, 12(7), 326. https://doi.org/10.3390/jimaging12070326

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop