The One Hundred Layers Tiramisu: Fully Convolutional DenseNets for Semantic Segmentation
Simon J\'egou, Michal Drozdzal, David Vazquez, Adriana Romero and, Yoshua Bengio

TL;DR
This paper introduces Fully Convolutional DenseNets, a novel architecture for semantic segmentation that achieves state-of-the-art results on urban scene datasets with fewer parameters and no post-processing.
Contribution
It extends DenseNets to semantic segmentation, demonstrating improved accuracy and efficiency without pretraining or post-processing modules.
Findings
Achieves state-of-the-art results on CamVid and Gatech datasets.
Uses fewer parameters than previous best models.
Does not require post-processing or pretraining.
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 Convolutional Networks (DenseNets), has shown excellent results on image classification tasks. The idea of DenseNets is based on the observation that if each layer is directly connected to every other layer in a feed-forward fashion then the network will be more accurate and easier to train. In this paper, we extend DenseNets to deal with the problem of semantic segmentation. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Video Surveillance and Tracking Methods · Image Enhancement Techniques
