paper-with-me

홈 › Papers

Convolutional Neural Nets vs Vision Transformers: A SpaceNet Case Study with Balanced vs Imbalanced Regimes

2025-09-29 · Akshar Gothi arxiv

We present a controlled comparison of a convolutional neural network (EfficientNet-B0) and a Vision Transformer (ViT-Base) on SpaceNet under two label-distribution regimes: a naturally imbalanced five-class split and a balanced-resampled split with 700 images per class (70:20:10 train/val/test). With matched preprocessing (224x224, ImageNet normalization), lightweight augmentations, and a 40-epoch budget on a single NVIDIA P100, we report accuracy, macro-F1, balanced accuracy, per-class recall, and deployment metrics (model size and latency). On the imbalanced split, EfficientNet-B0 reaches 93% test accuracy with strong macro-F1 and lower latency; ViT-Base is competitive at 93% with a larger parameter count and runtime. On the balanced split, both models are strong; EfficientNet-B0 reaches 99% while ViT-Base remains competitive, indicating that balancing narrows architecture gaps while CNNs retain an efficiency edge. We release manifests, logs, and per-image predictions to support reproducibility.

📄 PDF Abstract BibTeX arXiv:2510.03297

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Conv2Former: A Simple Transformer-Style ConvNet for Visual Recognition

2022-11-22 · Qibin Hou, Cheng-Ze Lu, Ming-Ming Cheng, Jiashi Feng

This paper does not attempt to design a state-of-the-art method for visual recognition but investigates a more efficient way to make use of convolutions to encode spatial features. By comparing the design principles of t…

object-detectionObject DetectionSemantic Segmentation

Super-Resolution for Overhead Imagery Using DenseNets and Adversarial Learning

2017-11-28 · Marc Bosch, Christopher M. Gifford, Pedro A. Rodriguez

Recent advances in Generative Adversarial Learning allow for new modalities of image super-resolution by learning low to high resolution mappings. In this paper we present our work using Generative Adversarial Networks (…

Image Super-ResolutionSuper-Resolution

Adversarial Token Attacks on Vision Transformers

2021-10-08 · Ameya Joshi, Gauri Jagatap, Chinmay Hegde

Vision transformers rely on a patch token based self attention mechanism, in contrast to convolutional networks. We investigate fundamental differences between these two families of models, by designing a block sparsity …

ACC-UNet: A Completely Convolutional UNet model for the 2020s

2023-08-25 · Nabil Ibtehaz, Daisuke Kihara

This decade is marked by the introduction of Vision Transformer, a radical paradigm shift in broad computer vision. A similar trend is followed in medical imaging, UNet, one of the most influential architectures, has bee…

Image SegmentationMedical Image SegmentationSemantic Segmentation

CvT: Introducing Convolutions to Vision Transformers

2021-03-29 · ICCV 2021 10 · Haiping Wu, Bin Xiao, Noel Codella, Mengchen Liu 외

We present in this paper a new architecture, named Convolutional vision Transformer (CvT), that improves Vision Transformer (ViT) in performance and efficiency by introducing convolutions into ViT to yield the best of bo…

Image Classification