English

Densely connected multidilated convolutional networks for dense prediction tasks

Computer Vision and Pattern Recognition 2021-06-10 v2 Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.2011.11844,
  title  = {Densely connected multidilated convolutional networks for dense prediction tasks},
  author = {Naoya Takahashi and Yuki Mitsufuji},
  journal= {arXiv preprint arXiv:2011.11844},
  year   = {2021}
}

Comments

Accepted to CVPR 2021. arXiv admin note: text overlap with arXiv:2010.01733

R2 v1 2026-06-23T20:27:54.269Z