CVNov 23, 2015

Multi-Scale Context Aggregation by Dilated Convolutions

arXiv:1511.07122v362.99376 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of improving semantic segmentation accuracy for computer vision applications, though it is incremental as it builds on existing convolutional network adaptations.

The authors tackled the structural mismatch between image classification and dense prediction tasks like semantic segmentation by developing a new convolutional network module using dilated convolutions to aggregate multi-scale context without losing resolution, resulting in increased accuracy for state-of-the-art systems.

State-of-the-art models for semantic segmentation are based on adaptations of convolutional networks that had originally been designed for image classification. However, dense prediction and image classification are structurally different. In this work, we develop a new convolutional network module that is specifically designed for dense prediction. The presented module uses dilated convolutions to systematically aggregate multi-scale contextual information without losing resolution. The architecture is based on the fact that dilated convolutions support exponential expansion of the receptive field without loss of resolution or coverage. We show that the presented context module increases the accuracy of state-of-the-art semantic segmentation systems. In addition, we examine the adaptation of image classification networks to dense prediction and show that simplifying the adapted network can increase accuracy.

Code Implementations9 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes