2017 IEEE Conference on Computer Vision and Pattern Recognition Workshops (CVPRW) 2017
DOI: 10.1109/cvprw.2017.156
|View full text |Cite
|
Sign up to set email alerts
|

The One Hundred Layers Tiramisu: Fully Convolutional DenseNets for Semantic Segmentation

Abstract: State-of-the-art approaches for semantic image segmentation are built on Convolutional Neural Networks (CNNs). The typical segmentation architecture is composed of (a) a downsampling path responsible for extracting coarse semantic features, followed by (b) an upsampling path trained to recover the input image resolution at the output of the model and, optionally, (c) a post-processing module (e.g. Conditional Random Fields) to refine the model predictions.Recently, a new CNN architecture, Densely Connected Con… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

4
1,165
1
3

Year Published

2017
2017
2023
2023

Publication Types

Select...
4
2

Relationship

0
6

Authors

Journals

citations
Cited by 1,380 publications
(1,173 citation statements)
references
References 25 publications
4
1,165
1
3
Order By: Relevance
“…Moreover, in this architectures upsampling layers were also introduced to obtain an output of the same resolution of the input and skip layers, which combine finer information from earlier layers with semantically more relevant information from deeper layers, making the whole algorithm trainable endto-end. Given the advantages of FCN we have chosen two stat-of-the-art algorithms [10], [11] based on this technique which have reported top performances in well known segmentation datasets such as PASCAL [15] and CamVid [16]. Additionally, we compare the performances obtained with a segmentation algorithm based on Conditional Adversial Networks [12], which has shown very good results in several computer vision tasks, including semantic segmentation.…”
Section: Semantic Segmentation Algorithmsmentioning
confidence: 99%
See 4 more Smart Citations
“…Moreover, in this architectures upsampling layers were also introduced to obtain an output of the same resolution of the input and skip layers, which combine finer information from earlier layers with semantically more relevant information from deeper layers, making the whole algorithm trainable endto-end. Given the advantages of FCN we have chosen two stat-of-the-art algorithms [10], [11] based on this technique which have reported top performances in well known segmentation datasets such as PASCAL [15] and CamVid [16]. Additionally, we compare the performances obtained with a segmentation algorithm based on Conditional Adversial Networks [12], which has shown very good results in several computer vision tasks, including semantic segmentation.…”
Section: Semantic Segmentation Algorithmsmentioning
confidence: 99%
“…As a general rule, deeper networks extract higher semantic information but at the same time they lose pixel location information. Several techniques have been studied for solving this drawback, such as bilinear interpolation [8], unpoooling operations [9], [8] or skip-layers, which combine fine information from early layers with coarse information from deeper layers [10], [11]. Algorithms based on Adversarial Networks have also been applied to segmentation problems [12], [13].…”
Section: Related Workmentioning
confidence: 99%
See 3 more Smart Citations