TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Methods/Dense Block

Dense Block

GeneralIntroduced 2000497 papers
Source Paper

Description

A Dense Block is a module used in convolutional neural networks that connects all layers (with matching feature-map sizes) directly with each other. It was originally proposed as part of the DenseNet architecture. To preserve the feed-forward nature, each layer obtains additional inputs from all preceding layers and passes on its own feature-maps to all subsequent layers. In contrast to ResNets, we never combine features through summation before they are passed into a layer; instead, we combine features by concatenating them. Hence, the ℓth\ell^{th}ℓth layer has ℓ\ellℓ inputs, consisting of the feature-maps of all preceding convolutional blocks. Its own feature-maps are passed on to all L−ℓL-\ellL−ℓ subsequent layers. This introduces L(L+1)2\frac{L(L+1)}{2}2L(L+1)​ connections in an LLL-layer network, instead of just LLL, as in traditional architectures: "dense connectivity".

Papers Using This Method

EVM-Fusion: An Explainable Vision Mamba Architecture with Neural Algorithmic Fusion2025-05-23CheX-DS: Improving Chest X-ray Image Classification with Ensemble Learning Based on DenseNet and Swin Transformer2025-05-16Reproducing and Improving CheXNet: Deep Learning for Chest X-ray Disease Classification2025-05-10Achieving 3D Attention via Triplet Squeeze and Excitation Block2025-05-09Aerial Image Classification in Scarce and Unconstrained Environments via Conformal Prediction2025-04-24Simplified Swarm Learning Framework for Robust and Scalable Diagnostic Services in Cancer Histopathology2025-04-23ECGDeDRDNet: A deep learning-based method for Electrocardiogram noise removal using a double recurrent dense network2025-04-23Ring Artifacts Correction Based on Global-Local Features Interaction Guidance in the Projection Domain2025-04-15High-dimensional Clustering and Signal Recovery under Block Signals2025-04-11A Multi-Site Study on AI-Driven Pathology Detection and Osteoarthritis Grading from Knee X-Ray2025-03-28Automated diagnosis of lung diseases using vision transformer: a comparative study on chest x-ray classification2025-03-22Exploring the Efficacy of Partial Denoising Using Bit Plane Slicing for Enhanced Fracture Identification: A Comparative Study of Deep Learning-Based Approaches and Handcrafted Feature Extraction Techniques2025-03-21Improving Medical Waste Classification with Hybrid Capsule Networks2025-03-13Finding the Muses: Identifying Coresets through Loss Trajectories2025-03-12PrimeK-Net: Multi-scale Spectral Learning via Group Prime-Kernel Convolutional Neural Networks for Single Channel Speech Enhancement2025-02-27Weakly Supervised Pixel-Level Annotation with Visual Interpretability2025-02-25Reducing false positives in strong lens detection through effective augmentation and ensemble learning2025-02-20The Relationship Between Network Similarity and Transferability of Adversarial Attacks2025-01-27Robustness of Selected Learning Models under Label-Flipping Attack2025-01-21TopoFormer: Integrating Transformers and ConvLSTMs for Coastal Topography Prediction2025-01-11