AICurious Logo

What is: CSPDarknet53?

SourceYOLOv4: Optimal Speed and Accuracy of Object Detection
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

CSPDarknet53 is a convolutional neural network and backbone for object detection that uses DarkNet-53. It employs a CSPNet strategy to partition the feature map of the base layer into two parts and then merges them through a cross-stage hierarchy. The use of a split and merge strategy allows for more gradient flow through the network.

This CNN is used as the backbone for YOLOv4.