Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Densely connected multidilated convolutional networks for dense prediction tasks

About

Tasks that involve high-resolution dense prediction require a modeling of both local and global patterns in a large input field. Although the local and global structures often depend on each other and their simultaneous modeling is important, many convolutional neural network (CNN)-based approaches interchange representations in different resolutions only a few times. In this paper, we claim the importance of a dense simultaneous modeling of multiresolution representation and propose a novel CNN architecture called densely connected multidilated DenseNet (D3Net). D3Net involves a novel multidilated convolution that has different dilation factors in a single layer to model different resolutions simultaneously. By combining the multidilated convolution with the DenseNet architecture, D3Net incorporates multiresolution learning with an exponentially growing receptive field in almost all layers, while avoiding the aliasing problem that occurs when we naively incorporate the dilated convolution in DenseNet. Experiments on the image semantic segmentation task using Cityscapes and the audio source separation task using MUSDB18 show that the proposed method has superior performance over state-of-the-art methods.

Naoya Takahashi, Yuki Mitsufuji• 2020

Related benchmarks

TaskDatasetResultRank
Semantic segmentationCityscapes (test)
mIoU80.8
1145
Semantic segmentationCityscapes (val)
mIoU81.2
332
Audio Source SeparationMUSDB18 SiSEC 2018 (test)
Vocals Score7.24
10
Showing 3 of 3 rows

Other info

Code

Follow for update