PSDNet and DPDNet: Efficient channel expansion, Depthwise-Pointwise-Depthwise Inverted Bottleneck Block
Guoqing Li, Meng Zhang, Qianru Zhang, Ziyang Chen, Wenzhao, Liu, Jiaojie Li, Xuzhao Shen, Jianjun Li, Zhenyu Zhu, Chau, Yuen

TL;DR
This paper introduces PSDNet and DPDNet, lightweight neural networks that use depthwise convolution for channel expansion, achieving higher efficiency and comparable accuracy to existing models like ResNet and MobileNetV2.
Contribution
The paper proposes novel channel expansion blocks using depthwise convolution, leading to more efficient lightweight networks with adjustable trade-offs between accuracy and computational cost.
Findings
DPDNet has about 60% of MobileNetV2's parameters with similar accuracy.
Networks with more DWC layers outperform those with more 1x1 convolutions.
Depthwise convolution is more effective for spatial information extraction than channel mixing.
Abstract
In many real-time applications, the deployment of deep neural networks is constrained by high computational cost and efficient lightweight neural networks are widely concerned. In this paper, we propose that depthwise convolution (DWC) is used to expand the number of channels in a bottleneck block, which is more efficient than 1 x 1 convolution. The proposed Pointwise-Standard-Depthwise network (PSDNet) based on channel expansion with DWC has fewer number of parameters, less computational cost and higher accuracy than corresponding ResNet on CIFAR datasets. To design more efficient lightweight concolutional neural netwok, Depthwise-Pointwise-Depthwise inverted bottleneck block (DPD block) is proposed and DPDNet is designed by stacking DPD block. Meanwhile, the number of parameters of DPDNet is only about 60% of that of MobileNetV2 for networks with the same number of layers, but can…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Digital Media Forensic Detection · Brain Tumor Detection and Classification
MethodsPointwise Convolution · Depthwise Separable Convolution · *Communicated@Fast*How Do I Communicate to Expedia? · Batch Normalization · Bottleneck Residual Block · Global Average Pooling · Inverted Residual Block · Residual Block · Kaiming Initialization · Max Pooling
