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/DPN

DPN

Dual Path Network

Computer VisionIntroduced 200019 papers
Source Paper

Description

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:

xk=∑_t=1k−1f_tk(ht),x^{k} = \sum\limits\_{t=1}^{k-1} f\_t^{k}(h^t) \text{,} xk=∑_t=1k−1f_tk(ht),

yk=∑_t=1k−1v_t(ht)=yk−1+ϕk−1(yk−1),y^{k} = \sum\limits\_{t=1}^{k-1} v\_t(h^t) = y^{k-1} + \phi^{k-1}(y^{k-1}) \text{,} \\\\yk=∑_t=1k−1v_t(ht)=yk−1+ϕk−1(yk−1), rk=xk+yk,r^{k} = x^{k} + y^{k} \text{,} \\\\rk=xk+yk, hk=gk(rk),h^k = g^k \left( r^{k} \right) \text{,}hk=gk(rk),

where xkx^{k}xk and yky^{k}yk denote the extracted information at kkk-th step from individual path, vt(⋅)v_t(\cdot)vt​(⋅) is a feature learning function as ftk(⋅)f_t^k(\cdot)ftk​(⋅). 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 Using This Method

DPN-GAN: Inducing Periodic Activations in Generative Adversarial Networks for High-Fidelity Audio Synthesis2025-05-14Dynamic Pyramid Network for Efficient Multimodal Large Language Model2025-03-26rECGnition_v2.0: Self-Attentive Canonical Fusion of ECG and Patient Data using deep learning for effective Cardiac Diagnostics2025-02-22Deep Pattern Network for Click-Through Rate Prediction2024-04-17Generalized Category Discovery with Decoupled Prototypical Network2022-11-28Breaking the Curse of Dimensionality in Multiagent State Space: A Unified Agent Permutation Framework2022-03-10MAg: a simple learning-based patient-level aggregation method for detecting microsatellite instability from whole-slide images2022-01-13Signal Processing Based Deep Learning for Blind Symbol Decoding and Modulation Classification2021-06-19DPN-SENet:A self-attention mechanism neural network for detection and diagnosis of COVID-19 from chest x-ray images2021-05-20RL-CSDia: Representation Learning of Computer Science Diagrams2021-03-10Towards Maximizing the Representation Gap between In-Domain & Out-of-Distribution Examples2020-10-20DPN: Detail-Preserving Network with High Resolution Representation for Efficient Segmentation of Retinal Vessels2020-09-25Comprehensive Comparison of Deep Learning Models for Lung and COVID-19 Lesion Segmentation in CT scans2020-09-10Shape Detection In 2D Ultrasound Images2019-11-22Graph-Based Global Reasoning Networks2018-11-30Multi-function Convolutional Neural Networks for Improving Image Classification Performance2018-05-30DeepLung: Deep 3D Dual Path Nets for Automated Pulmonary Nodule Detection and Classification2018-01-25An Analysis of Scale Invariance in Object Detection - SNIP2017-11-22Dual Path Networks2017-07-06