DenseNets
DenseNets, or Densely Connected Convolutional Networks, are a type of convolutional neural network architecture that addresses several key challenges in deep learning. Introduced by Huang et al. in 2017, DenseNets are characterized by their unique connection strategy. In a DenseNet, each layer is directly connected to every other layer in a feed-forward manner. This means that the feature maps of all preceding layers are concatenated and used as input for the current layer.
This dense connectivity offers several advantages. It significantly reduces the number of parameters compared to traditional