CVLGNov 21, 2020

Densely connected multidilated convolutional networks for dense prediction tasks

arXiv:2011.11844v276 citations
AI Analysis

This work provides an incremental improvement in dense prediction tasks for researchers and practitioners working with high-resolution data, by better integrating multiresolution features.

This paper addresses the challenge of modeling both local and global patterns in high-resolution dense prediction tasks. They propose D3Net, a novel CNN architecture that uses multidilated convolutions and DenseNet to achieve superior performance on image semantic segmentation (Cityscapes) and audio source separation (MUSDB18) compared to state-of-the-art methods.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes