Methods › Computer Vision › Convolutional Neural Networks › DPN
Dual Path Network
DPN
Introduced by Yunpeng Chen et al. in Dual Path Networks
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
A Dual Path Network (DPN) is a convolutional neural network which presents a new topology of connection paths internally. The intuition is that ResNets enables feature re-usage while DenseNet enables new feature exploration, and both are important for learning good representations. To enjoy the benefits from both path topologies, Dual Path Networks share common features while maintaining the flexibility to explore new features through dual path architectures.
We formulate such a dual path architecture as follows:
xᵏ = ∑ₜ₌₁ᵏ⁻¹ fₜᵏ(hᵗ) ,
yᵏ = ∑ₜ₌₁ᵏ⁻¹ vₜ(hᵗ) = yᵏ⁻¹ + ϕᵏ⁻¹(yᵏ⁻¹) ,
rᵏ = xᵏ + yᵏ ,
hᵏ = gᵏ ( rᵏ ) ,
where xᵏ and yᵏ denote the extracted information at k-th step from individual path, vₜ(·) is a feature learning function as fₜᵏ(·). The first equation refers to the densely connected path that enables exploring new features. The second equation refers to the residual path that enables common features re-usage. The third equation defines the dual path that integrates them and feeds them to the last transformation function in the last equation.
Papers archive 2025-07-28
19 shown of 19, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
DPN-GAN: Inducing Periodic Activations in Generative Adversarial Networks for High-Fidelity Audio Synthesis 14 May 2025 · 0 repositories · arXiv:2505.09091
-
Dynamic Pyramid Network for Efficient Multimodal Large Language Model 26 Mar 2025 · 0 repositories · arXiv:2503.20322
-
rECGnition_v2.0: Self-Attentive Canonical Fusion of ECG and Patient Data using deep learning for effective Cardiac Diagnostics 22 Feb 2025 · 0 repositories · arXiv:2502.16255
-
Deep Pattern Network for Click-Through Rate Prediction 17 Apr 2024 · 0 repositories · arXiv:2404.11456
-
Generalized Category Discovery with Decoupled Prototypical Network 28 Nov 2022 · 2 repositories · arXiv:2211.15115
-
Breaking the Curse of Dimensionality in Multiagent State Space: A Unified Agent Permutation Framework 10 Mar 2022 · 0 repositories · arXiv:2203.05285
-
MAg: a simple learning-based patient-level aggregation method for detecting microsatellite instability from whole-slide images 13 Jan 2022 · 1 repository · arXiv:2201.04769
-
Signal Processing Based Deep Learning for Blind Symbol Decoding and Modulation Classification 19 Jun 2021 · 1 repository · arXiv:2106.10543
-
DPN-SENet:A self-attention mechanism neural network for detection and diagnosis of COVID-19 from chest x-ray images 20 May 2021 · 1 repository · arXiv:2105.09683
-
RL-CSDia: Representation Learning of Computer Science Diagrams 10 Mar 2021 · 0 repositories · arXiv:2103.05900
-
Towards Maximizing the Representation Gap between In-Domain & Out-of-Distribution Examples 20 Oct 2020 · 1 repository · arXiv:2010.10474
-
DPN: Detail-Preserving Network with High Resolution Representation for Efficient Segmentation of Retinal Vessels 25 Sep 2020 · 2 repositories · arXiv:2009.12053
-
Comprehensive Comparison of Deep Learning Models for Lung and COVID-19 Lesion Segmentation in CT scans 10 Sep 2020 · 1 repository · arXiv:2009.06412
-
Shape Detection In 2D Ultrasound Images 22 Nov 2019 · 0 repositories · arXiv:1911.09863
-
Graph-Based Global Reasoning Networks 30 Nov 2018 · 9 repositories · arXiv:1811.12814Syntology ran 8 of 15 samples · 7 unverified · 4 pointer-only (licence)
-
Multi-function Convolutional Neural Networks for Improving Image Classification Performance 30 May 2018 · 0 repositories · arXiv:1805.11788
-
DeepLung: Deep 3D Dual Path Nets for Automated Pulmonary Nodule Detection and Classification 25 Jan 2018 · 2 repositories · arXiv:1801.09555
-
An Analysis of Scale Invariance in Object Detection - SNIP 22 Nov 2017 · 0 repositories · arXiv:1711.08189
-
Dual Path Networks 6 Jul 2017 · 18 repositories · arXiv:1707.01629Syntology ran 2 of 2 samples · 0 unverified · 2 pointer-only (licence)
Tasks archive 2025-07-28
20 shown of 47 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections