错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Invo-ResNet: Rethinking the Most Used Backbone in Computer Vision

  • Souhardya Das,
  • Debangshu Mallik,
  • Asfak Ali,
  • Sheli Sinha Chaudhuri

摘要

ResNet has emerged as a widely adopted backbone in the field of Computer Vision. This research introduces a novel approach to augment conventional Convolution Neural Networks (CNNs) for image classification by incorporating involution layers, which exhibit inverse characteristics to convolution layers. By integrating these involution layers into the ResNet architecture, a remarkable reduction of nearly 200 times in model parameters is achieved. Despite this substantial parameter reduction, the model’s accuracy only experiences a marginal drop of approximately 5% when compared to the original ResNet, both trained on standard datasets. Moreover, a comparative analysis with the lightweight MobileNetV2 model demonstrates the involution-based approach’s superior parameter efficiency. This research presents an efficient alternative to traditional CNNs, contributing to advancements in memory utilization and optimization of training costs. All the Codes can be found in this link: https://github.com/de-bang/INVO_RESNET.git .