🤖 AI Summary
This study addresses the severe class imbalance in the horse vs. motorcycle binary classification task on PASCAL VOC 2008. We systematically evaluate nine state-of-the-art CNN architectures—including ConvNeXt-Tiny, ResNet-50, DenseNet-121, and ViT—under minority-class–specific data augmentation. Employing a unified training protocol and rigorous evaluation, we find ConvNeXt-Tiny achieves the highest mean average precision (mAP): 95.53% for horses and 89.12% for motorcycles. Empirical results demonstrate that targeted augmentation significantly improves minority-class detection, particularly boosting motorcycle recall. To our knowledge, this is the first work to quantitatively benchmark the robustness of diverse modern architectures to class imbalance in a fine-grained binary object classification setting. Our reproducible experimental framework establishes a practical, lightweight, and high-accuracy baseline for imbalanced visual classification, offering actionable insights for architecture selection and data-augmentation strategy design.
📝 Abstract
This paper presents a comprehensive evaluation of nine convolutional neural network architectures for binary classification of horses and motorcycles in the VOC 2008 dataset. We address the significant class imbalance problem by implementing minority-class augmentation techniques. Our experiments compare modern architectures including ResNet-50, ConvNeXt-Tiny, DenseNet-121, and Vision Transformer across multiple performance metrics. Results demonstrate substantial performance variations, with ConvNeXt-Tiny achieving the highest Average Precision (AP) of 95.53% for horse detection and 89.12% for motorcycle detection. We observe that data augmentation significantly improves minority class detection, particularly benefiting deeper architectures. This study provides insights into architecture selection for imbalanced binary classification tasks and quantifies the impact of data augmentation strategies in mitigating class imbalance issues in object detection.