HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Fully Convolutional Networks for Semantic Segmentation

Evan Shelhamer; Jonathan Long; Trevor Darrell

Fully Convolutional Networks for Semantic Segmentation

Abstract

Convolutional networks are powerful visual models that yield hierarchies of features. We show that convolutional networks by themselves, trained end-to-end, pixels-to-pixels, improve on the previous best result in semantic segmentation. Our key insight is to build "fully convolutional" networks that take input of arbitrary size and produce correspondingly-sized output with efficient inference and learning. We define and detail the space of fully convolutional networks, explain their application to spatially dense prediction tasks, and draw connections to prior models. We adapt contemporary classification networks (AlexNet, the VGG net, and GoogLeNet) into fully convolutional networks and transfer their learned representations by fine-tuning to the segmentation task. We then define a skip architecture that combines semantic information from a deep, coarse layer with appearance information from a shallow, fine layer to produce accurate and detailed segmentations. Our fully convolutional network achieves improved segmentation of PASCAL VOC (30% relative improvement to 67.2% mean IU on 2012), NYUDv2, SIFT Flow, and PASCAL-Context, while inference takes one tenth of a second for a typical image.

Code Repositories

rickyHong/FCN-segmentation-repl
caffe2
Mentioned in GitHub
shelhamer/fcn.berkeleyvision.org
caffe2
Mentioned in GitHub
ChenMicky/FCN
tf
Mentioned in GitHub
geodekid/FCN
caffe2
Mentioned in GitHub
kevinddchen/Keras-FCN
tf
Mentioned in GitHub
Lxrd-AJ/Advanced_ML
pytorch
Mentioned in GitHub
Osdel/ssnets
tf
Mentioned in GitHub
fmahoudeau/fcn
tf
Mentioned in GitHub
cooparation/FCN_play
Mentioned in GitHub
AzogDefiler/Sandbox
Mentioned in GitHub
shekkizh/FCN.tensorflow
tf
Mentioned in GitHub
TejasBajania/Mtech_pro
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
scene-segmentation-on-sun-rgbdFCN
Mean IoU: 27.39
semantic-segmentation-on-cityscapesFCN
Mean IoU (class): 65.3%
semantic-segmentation-on-nyu-depth-v2FCN-32s RGB-HHA
Mean Accuracy: 44
semantic-segmentation-on-pascal-voc-2011-testFCN-pool4
Mean IoU: 22.4
semantic-segmentation-on-pascal-voc-2011-testFCN-VGG16
Mean IoU: 32
video-semantic-segmentation-on-cityscapes-valFCN-50 [14]
mIoU: 70.1

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
Fully Convolutional Networks for Semantic Segmentation | Papers | HyperAI