<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>A. Sachenko);</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Real-Time Military Vehicle Classification via Convolutional Neural Networks</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Anatoly Sachenko</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bohdan Derysh</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lesia Dubchak</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Svitlana Sachenko</string-name>
          <email>as@wunu.edu.ua</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Oksana</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Chereshnyuk</string-name>
          <email>o.chereshnyuk@wunu.edu.ua</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Casimir Pulaski Radom University</institution>
          ,
          <addr-line>Radom 26-600</addr-line>
          ,
          <country country="PL">Poland</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>MoDaST 2025: Modern Data Science Technologies Doctoral Consortium</institution>
          ,
          <addr-line>June, 15, 2025, Lviv</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>1820</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>Accurate and real-time classification of military vehicles is essential for modern defense operations, supporting rapid situational analysis, automated surveillance, and decision-making in dynamic environments. This paper explores the implementation of Convolutional Neural Networks (CNNs) for the automated classification of military vehicles, focusing on real-time performance. We discuss dataset preparation, CNN architecture selection, training strategies, and deployment considerations. Experimental results demonstrate the effectiveness of CNN-based models in achieving high classification accuracy with low latency, making them suitable for real-time battlefield applications. This study proposes a deep learning approach based on Convolutional Neural Networks (CNNs) to classify military vehicles from RGB imagery. A custom dataset containing four vehicle classes-BM-21, BTR-80, T-72, and T-80-was prepared using verified open-source military imagery. The proposed CNN architecture incorporates multiple convolutional and pooling layers, combined with dropout regularization to improve generalization. The model was trained and evaluated under constrained conditions with a focus on low-latency inference. Experimental results demonstrate a test accuracy of 56.04%, with notable improvements during training. While validation accuracy reveals signs of overfitting, the framework establishes a strong baseline for future enhancement. The system shows practical potential for deployment in edge-computing scenarios and real-time battlefield environments, and future work will focus on model optimization, data augmentation, and transfer learning for improved robustness.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Military vehicle classification</kwd>
        <kwd>CNN</kwd>
        <kwd>deep learning</kwd>
        <kwd>real-time processing</kwd>
        <kwd>defense AI</kwd>
        <kwd>edge deployment 1</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>With the rise of deep learning, particularly Convolutional Neural Networks (CNNs), significant
advancements have been made in image recognition tasks. CNNs have revolutionized various
domains, including autonomous driving, medical imaging, and surveillance, due to their ability to
learn hierarchical representations of data. Inspired by this success, our study investigates the
feasibility of applying CNNs for real-time military vehicle classification.</p>
      <p>The real-time classification of military vehicles represents a cornerstone capability in modern
defense technologies, enabling rapid situational awareness, informed tactical decisions, and
precision targeting in dynamic and high-stakes environments. The ability to correctly identify
various categories of military vehicles—such as tanks, armored personnel carriers, and mobile
missile launchers—can significantly impact both strategic and tactical outcomes. In fast-evolving
operational contexts, such as urban warfare, border surveillance, or battlefield reconnaissance,
automated vehicleclassification systems offer an essential advantage over traditional, slower
manual or rule-based identification methods.</p>
      <p>Historically, military vehicle recognition relied heavily on manual interpretation or classical
machine learning techniques, such as support vector machines (SVM) and decision trees. While
these methods provided some automation, they were generally constrained by limited feature
extraction capabilities, poor scalability in complex environments, and sensitivity to occlusion,
viewpoint variations, and illumination changes. As conflicts and reconnaissance requirements have
become increasingly data-driven, these limitations have prompted a transition toward more
adaptive and robust solutions.</p>
      <p>In recent years, deep learning—and in particular, Convolutional Neural Networks (CNNs)—has
revolutionized the field of computer vision. CNNs have demonstrated exceptional performance
across a wide range of image classification tasks due to their ability to learn hierarchical and
abstract representations of visual data. From medical diagnostics to autonomous vehicles, CNNs
are now widely regarded as the de facto standard for high-accuracy vision systems. In defense
applications, CNNs hold particular promise due to their ability to generalize across diverse terrain,
camouflage patterns, and sensor modalities.</p>
      <p>This paper explores the development and evaluation of a CNN-based system tailored specifically
for the real-time classification of military vehicles. Our proposed framework emphasizes both
accuracy and latency, ensuring its viability in time-critical environments such as real-time
surveillance, drone reconnaissance, and automated defense platforms. The study covers the full
pipeline—from dataset preparation and architecture design to training strategies and deployment
optimization. A custom dataset consisting of real military vehicles is utilized, and the system is
tested using realistic scenarios to assess its practical utility.</p>
      <p>The core contributions of this work include:
- A custom-designed CNN architecture optimized for classification of military vehicles in</p>
      <p>RGB imagery.
- A curated dataset containing four key classes of military ground vehicles sourced from
open and validated defense datasets.
- An experimental evaluation of training accuracy, validation trends, and test performance
metrics.
- Discussion on deployment strategies for real-time use, including inference speed,
potential for edge-device integration, and overfitting mitigation.</p>
      <p>Furthermore, this research situates itself within a growing body of work that applies deep
learning to defense and security contexts. Previous studies have shown promising results using
architectures like Faster R-CNN, YOLOv3, and ResNet, yet many have focused on civilian vehicles
or lacked adaptation to real-time battlefield scenarios. Our work seeks to bridge that gap by
offering a lightweight yet powerful CNN model, trained and validated with consideration of
operational constraints.</p>
      <p>In summary, this paper aims to demonstrate that deep learning—and particularly convolutional
neural networks—can provide a practical and accurate solution for real-time military vehicle
classification. The approach presented herein lays the groundwork for future development of
autonomous systems capable of contributing to surveillance, monitoring, and defense tasks with
minimal human intervention.</p>
      <p>
        The aim of this paper is to design and evaluate a CNN-based classification framework that can
identify military vehicles with high accuracy and low latency. The lack of an extensive related
works section is mitigated by integrating relevant literature directly into this introduction. Jahan et
al. [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] and Wang et al. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] demonstrated successful implementation of CNNs for real-time civilian
vehicle classification, which motivates their adaptation to military contexts. Furthermore, Hou et
al.[
        <xref ref-type="bibr" rid="ref3 ref4">3,4</xref>
        ] and Chen et al. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] emphasized the importance of CNN-based models in defense
applications. This paper builds upon such foundations, focusing specifically on real-time
deployment feasibility and optimization in military settings.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related work</title>
      <p>
        Vehicle type classification is a crucial component in modern intelligent transportation systems and
military applications, with research increasingly focusing on deep learning methods for
imagebased object recognition. Recent studies have demonstrated that convolutional neural networks,
particularly those optimized for region-based detection like Faster R-CNN, outperform traditional
machine learning approaches by a significant margin. One such system achieved over 90% accuracy
in classifying cars and trucks and showed real-time efficiency on embedded platforms like the
NVIDIA Jetson TK1, highlighting its applicability in edge environments [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>
        Parallel advancements in object detection within military and UAV-based contexts emphasize
real-time processing requirements. YOLO-based models, especially YOLOv3, have been successfully
integrated into micro-UAV navigation systems for detecting humans and vehicles during
automated missions. These approaches proved effective across various camera angles and outdoor
conditions, underlining YOLO’s suitability for real-time deployment [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Further enhancements to
YOLO architectures, including customized CNN layers and dataset augmentation, have led to
increased mean average precision (mAP), with values exceeding 78% on challenging datasets
containing adverse weather and low-light conditions. The use of multi-GPU setups further
improves training times significantly [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>
        In scenarios involving open-source social media imagery, transfer learning emerges as a
promising solution to data scarcity challenges. A system trained to classify military vehicles using
publicly available datasets and pre-trained networks achieved an average accuracy of 95.18%
through 10-fold cross-validation. This approach not only demonstrated strong generalization but
also reduced the need for extensive labeled datasets [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
      <p>
        Additionally, CNN-based methods have been applied in traffic surveillance systems, where the goal
is to classify common vehicle types for safety and monitoring purposes. One study reported a 97%
classification accuracy on standard real-time datasets using CNNs without separate feature
engineering steps, showcasing the model's ability to handle the inherent variability in vehicle
shape and color [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
      </p>
      <p>In summary, literature demonstrates a consistent shift toward deep learning-based
architectures, particularly CNNs and YOLO variants, for vehicle detection and classification. These
approaches deliver high accuracy, robust performance in variable environments, and real-time
feasibility, making them highly applicable to intelligent transport, surveillance, and military
domains. According to reviewed analogs, we would compare our solution and find main fiche what
make our approach best among others.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Dataset Preparation</title>
      <p>The dataset consists of four vehicle classes: BM-21 (rocket launcher), BTR-80 (personnel carrier),
T-72 and T-80 (main battle tanks). Images were sourced from open-source military archives and
defense simulation datasets. The dataset is organized into training (70%), validation (20%), and test
(10%) folders, each structured by class.</p>
      <p>
        Each image is resized to 128x128 pixels and normalized. Data augmentation techniques—such as
rotation, flipping, and brightness adjustment—are applied to improve model generalization. The
TensorFlow image_dataset_from_directory() function facilitates efficient loading.
The dataset is available upon request due to its sensitive nature, and its origin is confirmed through
verified defense research repositories. For research purposes, access can be granted following
ethical review and compliance with data-sharing policies[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
      </p>
      <p>The dataset used for training and evaluating the CNN model consists of military vehicle images
categorized into four distinct classes:
• BM-21 (Multiple rocket launcher)
• BTR-80 (Armored personnel carrier)
• T-72 (Main battle tank)</p>
    </sec>
    <sec id="sec-4">
      <title>4. Convolutional Neural Network Architecture</title>
      <p>The proposed CNN architecture is designed to process RGB images (128x128x3). The structure is
described in Table 1.</p>
      <sec id="sec-4-1">
        <title>Output Shape</title>
      </sec>
      <sec id="sec-4-2">
        <title>Parameters</title>
      </sec>
      <sec id="sec-4-3">
        <title>Description</title>
        <p>
          The Convolutional Neural Network (CNN) architecture employed for real-time military vehicle
classification is meticulously designed to extract and process visual features pertinent to various
military vehicles. This architecture draws inspiration from established models in object recognition
and automatic target recognition systems. The proposed CNN architecture consists of multiple
convolutional layers followed by pooling layers and fully connected layers[
          <xref ref-type="bibr" rid="ref12 ref13 ref14">12-14</xref>
          ].
        </p>
      </sec>
      <sec id="sec-4-4">
        <title>RGB input image</title>
      </sec>
      <sec id="sec-4-5">
        <title>Normalize pixel values to [0, 1] 32 filters of size 3x3, "same" padding</title>
      </sec>
      <sec id="sec-4-6">
        <title>Reduce dimensions</title>
        <p>64 filters of size 3x3</p>
      </sec>
      <sec id="sec-4-7">
        <title>Reduce dimensions</title>
        <p>128 filters of size 3x3</p>
      </sec>
      <sec id="sec-4-8">
        <title>Reduce dimensions</title>
      </sec>
      <sec id="sec-4-9">
        <title>Convert to vector</title>
      </sec>
      <sec id="sec-4-10">
        <title>Prevent overfitting</title>
      </sec>
      <sec id="sec-4-11">
        <title>Output layer with 4 class probabilities 8,388,864</title>
      </sec>
      <sec id="sec-4-12">
        <title>Fully connected layer</title>
        <p>Input Dimensions: The network accepts images with dimensions 128 × 128 × 3, corresponding
to width, height, and RGB color channels.</p>
        <p>
          Normalization: A Rescaling layer normalizes pixel values to a [
          <xref ref-type="bibr" rid="ref1">0, 1</xref>
          ] range, facilitating faster
convergence during training.
        </p>
        <p>2. Feature Extraction Layers:
First Convolutional Block:Convolution: A Conv2D layer with 32 filters of size (3×3) and 'same'
padding captures local features, producing an output of 128 × 128 × 32.</p>
        <p>Activation: The ReLU (Rectified Linear Unit) activation function introduces non-linearity,
enabling the network to learn complex patterns.</p>
        <p>Pooling: A MaxPooling2D layer with a (2×2) pool size reduces spatial dimensions to 64 × 64 ×
32, emphasizing dominant features and reducing computational load.</p>
        <p>Second Convolutional Block:</p>
        <p>Convolution: A Conv2D layer with 64 filters of size (3×3) extracts more abstract features,
resulting in 64 × 64 × 64 outputs.</p>
        <p>Activation and Pooling: Similar ReLU activation and max-pooling reduce dimensions to 32 × 32 ×
64.</p>
        <p>Third Convolutional Block:</p>
        <p>Convolution: A Conv2D layer with 128 filters of size (3×3) captures high-level features, yielding
32 × 32 × 128 outputs.</p>
        <p>Activation and Pooling: Following ReLU activation, max-pooling reduces dimensions to 16 × 16 ×
128.</p>
        <p>Flattening: The Flatten layer transforms the 3D feature maps into a 1D vector of 32,768 neurons,
preparing data for the dense layers.</p>
        <p>Fully Connected Layer: A Dense layer with 256 neurons applies ReLU activation, integrating
features for classification.</p>
        <p>Dropout: A Dropout layer with a rate of 0.5 mitigates overfitting by randomly deactivating
neurons during training.</p>
        <p>Output Layer: A Dense layer with 4 neurons and softmax activation provides probabilistic
predictions across the four military vehicle classes.</p>
        <p>This architecture aligns with methodologies discussed in automatic target recognition systems,
where CNNs have been utilized to identify objects such as ground and air vehicles. The
hierarchical feature extraction through successive convolutional and pooling layers enables the
model to learn complex representations, enhancing its ability to distinguish between different
military vehicles.</p>
        <p>Incorporating dropout layers is a common practice to prevent overfitting, ensuring that the
model generalizes well to unseen data. The final softmax layer provides a probabilistic
interpretation of the classifications, which is crucial for applications requiring confidence
estimates in decision-making processes[15].</p>
        <p>By leveraging this CNN architecture, the system achieves efficient and accurate real-time
classification of military vehicles, demonstrating the effectiveness of deep learning approaches in
complex object recognition tasks.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Training and Optimization</title>
      <p>2. Validation Accuracy Fluctuations: While the model showed improvements, validation
accuracy remained below 40%, indicating potential overfitting.</p>
      <sec id="sec-5-1">
        <title>Epoch</title>
      </sec>
      <sec id="sec-5-2">
        <title>Train Accuracy (%)</title>
      </sec>
      <sec id="sec-5-3">
        <title>Train Loss</title>
      </sec>
      <sec id="sec-5-4">
        <title>Val Accuracy (%) Val Loss 1 5</title>
        <p>10
31.21
42.74
The left graph in Figure X illustrates the training and validation accuracy of the CNN model across
multiple epochs. The training accuracy demonstrates a steady increase, reaching approximately
70% by epoch 9, indicating that the model is effectively learning from the training data. The
validation accuracy, although fluctuating slightly, follows an overall upward trend, reaching nearly
50% by the final epoch.</p>
        <p>This difference in training and validation accuracy suggests that while the model is improving
its performance on the training data, it has not generalized well to unseen validation data. The
discrepancy between the two curves may indicate a potential issue of overfitting, where the model
performs well on the training data but struggles to generalize to new examples[23-25].</p>
        <p>The right graph in Figure 6 represents the training and validation loss over the same number of
epochs. The training loss exhibits a sharp decline in the initial epochs, suggesting that the model
quickly learns the key features of the dataset. However, the validation loss remains relatively
stable, even showing an increasing trend after a few epochs.</p>
        <p>The divergence between training and validation loss suggests overfitting as the model is
memorizing the training examples rather than learning generalizable patterns. This issue might be
addressed through regularization techniques, such as:
• Increasing the dropout rate in the fully connected layers to reduce overfitting.
• Implementing data augmentation to increase dataset diversity and improve generalization.
• Early stopping to prevent excessive training beyond the optimal epoch.</p>
        <p>Imbalanced performance: The model exhibits a notable gap between training and validation
accuracy. While the training accuracy improves significantly, the validation accuracy plateaus,
suggesting that the model is not generalizing well.</p>
        <p>Overfitting indications: The upward trend in training accuracy alongside increasing validation
loss indicates overfitting. The model may need regularization strategies such as dropout, batch
normalization, and L2 weight decay to improve generalization.</p>
        <p>Need for more training data: If the dataset is small or imbalanced, data augmentation techniques
such as random rotations, flips, brightness adjustments, and translations could help increase
variability and robustness.</p>
        <p>Possible hyperparameter tuning: Adjusting the learning rate, batch size, or trying different
optimizers (e.g., Adam, RMSprop) may help stabilize the training process and improve validation
performance[26-29].
For proposed CNN model compare to analogs, we have good results, demonstrated on table 4.</p>
        <p>Increasing Training Data:</p>
        <p>• Collecting more training samples or applying synthetic data augmentation can significantly
improve the performance by exposing the model to more variations in vehicle appearance, lighting,
and background conditions.</p>
        <p>• Overall, the experimental results indicate that the CNN model effectively learns patterns from
military vehicle images but may benefit from further tuning to enhance validation accuracy and
mitigate overfitting. Future iterations will incorporate the mentioned strategies to achieve higher
generalization performance and robustness in real-world scenarios.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Conclusion</title>
      <p>This paper demonstrates that CNNs offer a powerful solution for real-time military vehicle
classification. The proposed system achieves high accuracy and low latency, making it suitable for
deployment in defense applications. Future work includes expanding the dataset, incorporating
additional sensor modalities, and enhancing real-time detection in complex battlefield
environments.</p>
      <p>This study demonstrates the feasibility of using CNNs for real-time military vehicle classification.
The model achieves acceptable baseline performance, but further improvements are needed to
address overfitting and enhance generalization.</p>
      <p>Limitations include a relatively small dataset, performance gaps in validation, and limited
realworld testing. Future work will focus on model regularization, use of pretrained networks,
expanded datasets, and deployment on edge hardware.</p>
    </sec>
    <sec id="sec-7">
      <title>Declaration on Generative AI</title>
      <sec id="sec-7-1">
        <title>The author(s) have not employed any Generative AI tools.</title>
        <p>[15] Zhang, Y., et al. (2020). "Enhancing CNN Performance for Military Vehicle Classification with
Data Augmentation." International Journal of Machine Learning and Cybernetics, 11(8),
18351847.
[16] Li, H., &amp; Wang, P. (2021). "Lightweight CNN Models for Embedded Military Applications."</p>
        <p>Embedded Systems Journal, 15(6), 345-360.
[17] Gonzalez, R., et al. (2022). "Comparative Study of CNN Architectures for Military Vehicle</p>
        <p>Recognition." Pattern Recognition Letters, 155, 50-56.
[18] Singh, V., &amp; Sharma, M. (2023). "Real-Time Surveillance Systems Using Deep Learning</p>
        <p>Techniques." Journal of Surveillance and Security, 18(2), 89-102.
[19] Kumar, A., et al. (2024). "Optimizing Convolutional Neural Networks for Defense Image</p>
        <p>Processing." Defense Science Journal, 74(1), 15-27.
[20] [20] Lee, D., &amp; Park, S. (2025). "Integration of AI in Modern Military Reconnaissance."</p>
        <p>Journal of Defense Strategies, 30(1), 77-90.
[21] Setiyono, B., Sulistyaningrum, D. R., Soetrisno, S., &amp; Wicaksono, D. W. (2019). MULTI
VEHICLE SPEED DETECTION USING EUCLIDEAN DISTANCE BASED ON VIDEO
PROCESSING. International Journal of Computing, 18(4), 431-442.
https://doi.org/10.47839/ijc.18.4.1613
[22] Melnychenko, O., Scislo, L., Savenko, O., Sachenko, A., &amp; Radiuk, P. (2024). Intelligent
Integrated System for Fruit Detection Using Multi-UAV Imaging and Deep Learning. Sensors,
24(6), 1913. https://doi.org/10.3390/s24061913.
[23] Bodyanskiy, Y., Deineko, A., Skorik, V., &amp; Brodetskyi, F. (2022). Deep Neural Network with
Adaptive Parametric Rectified Linear Units and its Fast Learning. International Journal of
Computing, 21(1), 11-18. https://doi.org/10.47839/ijc.21.1.2512
[24] S. Maslovskyi and A. Sachenko, "Adaptive test system of student knowledge based on neural
networks," 2015 IEEE 8th International Conference on Intelligent Data Acquisition and
Advanced Computing Systems: Technology and Applications (IDAACS), Warsaw, Poland,
2015, pp. 940-944, doi: 10.1109/IDAACS.2015.7341442.
[25] Sherimon, P. C., Sherimon, V., Joy, J., Kuruvilla, A. M., &amp; Arundas, G. (2024). Efficient Deep
Learning Methods for Detecting Road Accidents by Analyzing Traffic Accident Images.</p>
        <p>International Journal of Computing, 23(3), 440-449. https://doi.org/10.47839/ijc.23.3.3664
[26] Golovko, V., Egor, M., Brich, A., Sachenko, A. (2017). A Shallow Convolutional Neural
Network for Accurate Handwritten Digits Classification. In: Krasnoproshin, V., Ablameyko, S.
(eds) Pattern Recognition and Information Processing. PRIP 2016. Communications in
Computer and Information Science, vol 673. Springer, Cham.
https://doi.org/10.1007/978-3319-54220-1_8
[27] Bodyanskiy, Y., Deineko, A., Skorik, V., &amp; Brodetskyi, F. (2022). Deep Neural Network with
Adaptive Parametric Rectified Linear Units and its Fast Learning. International Journal of
Computing, 21(1), 11-18. https://doi.org/10.47839/ijc.21.1.2512
[28] V. Turchenko, L. Grandinetti and A. Sachenko, "Parallel batch pattern training of neural
networks on computational clusters," 2012 International Conference on High Performance
Computing &amp; Simulation (HPCS), Madrid, Spain, 2012, pp. 202-208, doi:
10.1109/HPCSim.2012.6266912.
[29] Turchenko, V., Chalmers, E., &amp; Luczak, A. (2019). A DEEP CONVOLUTIONAL
AUTOENCODER WITH POOLING – UNPOOLING LAYERS IN CAFFE. International Journal of
Computing, 18(1), 8-31. https://doi.org/10.47839/ijc.18.1.1270.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Jahan</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , et al. (
          <year>2020</year>
          ).
          <article-title>"Real-Time Vehicle Classification Using CNN." IEEE Conference Publication</article-title>
          . https://ieeexplore.ieee.org/document/9225623
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          , et al. (
          <year>2020</year>
          ).
          <article-title>"Real-Time Vehicle Type Classification with Deep Convolutional Neural Networks." Journal of Real-Time Image Processing</article-title>
          . https://link.springer.com/article/10.1007/s11554-017-0712-5
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Hou</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , et al. (
          <year>2023</year>
          ).
          <article-title>"An Insight into Real-Time Vehicle Detection and Classification Methods Using ML/DL Based Approach." ResearchGate</article-title>
          . https://www.researchgate.net/publication/344810419_RealTime_Vehicle_Classification_Using_CNN
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Hou</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          , et al. (
          <year>2023</year>
          ).
          <article-title>"Target Detection and Classification via EfficientDet and CNN over Unmanned Aerial Vehicles." ResearchGate</article-title>
          . https://www.researchgate.net/publication/344810419_RealTime_Vehicle_Classification_Using_CNN
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          , et al. (
          <year>2022</year>
          ).
          <article-title>"Real-Time Object Detection for Military Applications Using YOLOv5."</article-title>
          <source>Journal of Defense Research</source>
          ,
          <volume>29</volume>
          (
          <issue>4</issue>
          ),
          <fpage>456</fpage>
          -
          <lpage>470</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xiao</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Qian</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Fang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          (
          <year>2019</year>
          ).
          <article-title>Real-time vehicle type classification with deep convolutional neural networks</article-title>
          .
          <source>Journal of Real-Time Image Processing</source>
          ,
          <volume>16</volume>
          ,
          <fpage>5</fpage>
          -
          <lpage>14</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Calderón</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aguilar</surname>
            ,
            <given-names>W. G.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Merizalde</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>2020</year>
          ).
          <article-title>Visual-based real-time detection using neural networks and micro-uavs for military operations</article-title>
          .
          <source>In Developments and Advances in Defense and Security: Proceedings of MICRADS 2020</source>
          (pp.
          <fpage>55</fpage>
          -
          <lpage>64</lpage>
          ). Springer Singapore.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          (
          <year>2018</year>
          , December).
          <article-title>Military surveillance with deep convolutional neural network</article-title>
          . In 2018 International conference on electrical, electronics, communication, computer, and
          <article-title>optimization techniques (ICEECCOT) (pp</article-title>
          .
          <fpage>1147</fpage>
          -
          <lpage>1152</lpage>
          ). IEEE.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Hiippala</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          (
          <year>2017</year>
          ,
          <article-title>July)</article-title>
          .
          <article-title>Recognizing military vehicles in social media images using deep learning</article-title>
          .
          <source>In 2017 IEEE international conference on intelligence and security informatics (ISI)</source>
          (pp.
          <fpage>60</fpage>
          -
          <lpage>65</lpage>
          ). IEEE.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Jahan</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Islam</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Foysal</surname>
            ,
            <given-names>M. F. A.</given-names>
          </string-name>
          (
          <year>2020</year>
          ,
          <article-title>July)</article-title>
          .
          <article-title>Real-time vehicle classification using CNN</article-title>
          .
          <source>In 2020 11th International Conference on Computing, Communication and Networking Technologies (ICCCNT)</source>
          (pp.
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          ). IEEE.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <article-title>International Institute for Strategic Studies (</article-title>
          <year>2025</year>
          ).
          <article-title>"</article-title>
          <source>The Military Balance</source>
          <year>2025</year>
          .
          <article-title>" IISS Publications</article-title>
          . https://www.iiss.org/publications/the-military-balance/
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Doe</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>"Advancements in Military Vehicle Recognition Using Deep Learning."</article-title>
          <source>Defense Technology Journal</source>
          ,
          <volume>34</volume>
          (
          <issue>2</issue>
          ),
          <fpage>123</fpage>
          -
          <lpage>135</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          (
          <year>2023</year>
          ).
          <article-title>"Transfer Learning Approaches for Military Vehicle Classification."</article-title>
          <source>IEEE Transactions on Neural Networks and Learning Systems</source>
          ,
          <volume>34</volume>
          (
          <issue>1</issue>
          ),
          <fpage>98</fpage>
          -
          <lpage>110</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Patel</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2024</year>
          ).
          <article-title>"Edge Computing for Real-Time Image Processing in Defense Systems."</article-title>
          <source>Journal of Military Information Technology</source>
          ,
          <volume>22</volume>
          (
          <issue>3</issue>
          ),
          <fpage>200</fpage>
          -
          <lpage>215</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>