HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

Fully Convolutional Networks for Semantic Segmentation

Jonathan Long; Evan Shelhamer; 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, exceed the state-of-the-art 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 novel 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 state-of-the-art segmentation of PASCAL VOC (20% relative improvement to 62.2% mean IU on 2012), NYUDv2, and SIFT Flow, while inference takes one third of a second for a typical image.

Code Repositories

giovanniguidi/FCN-keras
Mentioned in GitHub
muramasa8191/DeepLearning
tf
Mentioned in GitHub
shenshutao/image_segmentation
tf
Mentioned in GitHub
kbardool/mrcnn3
tf
Mentioned in GitHub
pessimiss/ai100-w9-master
tf
Mentioned in GitHub
sigtot/unet-auto
pytorch
Mentioned in GitHub
andyzeng/apc-vision-toolbox
Mentioned in GitHub
TianchengQ/FCN
tf
Mentioned in GitHub
YigeunLee/fcn32
tf
Mentioned in GitHub
zhuyi55/week10
tf
Mentioned in GitHub
DLWK/EANet
pytorch
Mentioned in GitHub
anoushkrit/Knowledge
pytorch
Mentioned in GitHub
githubfa/FCN
tf
Mentioned in GitHub
tsixta/jnet
pytorch
Mentioned in GitHub
SDMrFeng/quiz-w10-fcn
tf
Mentioned in GitHub
minoring/fcn
tf
Mentioned in GitHub
hitukensinn/quiz-w9-code
tf
Mentioned in GitHub
lanthlove/segmentation-fcn
tf
Mentioned in GitHub
azraelzhor/tf-FCN
tf
Mentioned in GitHub
hz-ants/apc-vision-toolbox
Mentioned in GitHub
LeeMax117/week10_homework
tf
Mentioned in GitHub
robromijnders/segm
tf
Mentioned in GitHub
koryako/AI-application
tf
Mentioned in GitHub
LeeMax117/FCN_8s
tf
Mentioned in GitHub
RogerQi/pascal-5i
pytorch
Mentioned in GitHub
colorfulxd/WK10_FCN
tf
Mentioned in GitHub
jqueguiner/camembert-as-a-service
pytorch
Mentioned in GitHub
pochih/fcn-pytorch
pytorch
Mentioned in GitHub
sunnynevarekar/FCN
tf
Mentioned in GitHub
frank-roesler/Image_Segmentation
pytorch
Mentioned in GitHub
alvinwen428/featurecp
pytorch
Mentioned in GitHub
hahahappyboy/GANForCartoon
pytorch
Mentioned in GitHub
SethEBaldwin/FCN
tf
Mentioned in GitHub
GodPater/model_fcn
tf
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
crack-segmentation-on-crackvision12kFCN
mIoU: 0.59842
multi-tissue-nucleus-segmentation-on-kumarFCN8 (e)
Dice: 0.797
Hausdorff Distance (mm): 31.2
multispectral-object-detection-on-kaistFusionRPN+BF
All Miss Rate: 51.70
semantic-segmentation-on-ade20kFCN
Validation mIoU: 29.39
semantic-segmentation-on-coco-stuff-testFCN (VGG-16)
mIoU: 22.7%
semantic-segmentation-on-event-basedFCN
mIoU: 59.6
semantic-segmentation-on-pascal-contextFCN-8s
mIoU: 37.8
semantic-segmentation-on-pascal-voc-2012FCN (VGG-16)
Mean IoU: 62.2%
semantic-segmentation-on-selmaFCN
mIoU: 68.2
semantic-segmentation-on-skyscapes-dense-1FCN8s (ResNet-50)
Mean IoU: 33.06
semantic-segmentation-on-skyscapes-lane-1FCN8s (ResNet-50)
Mean IoU: 13.74
semantic-segmentation-on-trans10kFCN
GFLOPs: 42.23
mIoU: 62.75%

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