AICurious Logo

What is: CSPDenseNet-Elastic?

SourceCSPNet: A New Backbone that can Enhance Learning Capability of CNN
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

CSPDenseNet-Elastic is a convolutional neural network and object detection backbone where we apply the Cross Stage Partial Network (CSPNet) approach to DenseNet-Elastic. The CSPNet partitions 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.