HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

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

Simon Jégou; Michal Drozdzal; David Vazquez; Adriana Romero; Yoshua Bengio

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 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 achieve state-of-the-art results on urban scene benchmark datasets such as CamVid and Gatech, without any further post-processing module nor pretraining. Moreover, due to smart construction of the model, our approach has much less parameters than currently published best entries for these datasets. Code to reproduce the experiments is available here : https://github.com/SimJeg/FC-DenseNet/blob/master/train.py

Code Repositories

petko-nikolov/pysemseg
pytorch
Mentioned in GitHub
smdYe/FC-DenseNet-Keras
Mentioned in GitHub
IllIIIllll/where-is-wally
tf
Mentioned in GitHub
kskim-phd/mfcn
pytorch
Mentioned in GitHub
SimJeg/FC-DenseNet
Official
Mentioned in GitHub
vivaan-park/where-is-wally
tf
Mentioned in GitHub
bfortuner/pytorch_tiramisu
pytorch
Mentioned in GitHub
SANKHA1/Vehicle-Detection
Mentioned in GitHub
boris127/vehicle-detection
Mentioned in GitHub
asprenger/keras_fc_densenet
tf
Mentioned in GitHub
mrkolarik/3d-brain-segmentation
tf
Mentioned in GitHub
Osdel/ssnets
tf
Mentioned in GitHub
koryako/AI-application
tf
Mentioned in GitHub
Septembit/Image-segmentation
pytorch
Mentioned in GitHub
kannyjyk/Nested-UNet
tf
Mentioned in GitHub
datoboat/Vehicle-Detection
Mentioned in GitHub
noornk/U-Net
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
semantic-segmentation-on-camvidFC-DenseNet103
Global Accuracy: 91.5%
Mean IoU: 66.9%

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
The One Hundred Layers Tiramisu: Fully Convolutional DenseNets for Semantic Segmentation | Papers | HyperAI