paper-with-me

Papers

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

2016-11-28 · Simon Jégou, Michal Drozdzal, David Vazquez, Adriana Romero, Yoshua Bengio

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

📄 PDF Abstract BibTeX arXiv:1611.09326

Code (23)

SimJeg/FC-DenseNet 공식 구현
0bserver07/One-Hundred-Layers-Tiramisu tf
IllIIIllll/where-is-wally tf
Kaido0/Brain-Tissue-Segment-Keras tf
Osdel/ssnets tf
SANKHA1/Vehicle-Detection
Septembit/Image-segmentation pytorch
Vamshi399/CarND-Vehicle-Detection
ankit-vaghela30/Cilia-Segmentation
asprenger/keras_fc_densenet tf
bfortuner/pytorch_tiramisu pytorch
boris127/vehicle-detection
datoboat/Vehicle-Detection
demul/image_segmentation_project tf
kannyjyk/Nested-UNet tf
koryako/AI-application tf
kskim-phd/mfcn pytorch
mrkolarik/3d-brain-segmentation tf
noornk/U-Net pytorch
pattyhendrix/CamVid-95-accuracy
petko-nikolov/pysemseg pytorch
smdYe/FC-DenseNet-Keras
vivaan-park/where-is-wally tf

Tasks

image-classificationImage SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Log-DenseNet: How to Sparsify a DenseNet

2017-10-30 · ICLR 2018 1 · Hanzhang Hu, Debadeepta Dey, Allison Del Giorno, Martial Hebert 외

Skip connections are increasingly utilized by deep neural networks to improve accuracy and cost-efficiency. In particular, the recent DenseNet is efficient in computation and parameters, and achieves state-of-the-art pre…

Semantic Segmentation

Convolutional Networks with Dense Connectivity

2020-01-08 · Gao Huang, Zhuang Liu, Geoff Pleiss, Laurens van der Maaten 외

Recent work has shown that convolutional networks can be substantially deeper, more accurate, and efficient to train if they contain shorter connections between layers close to the input and those close to the output. In…

Object Recognition

Densely Connected Convolutional Networks

2016-08-25 · CVPR 2017 7 · Gao Huang, Zhuang Liu, Laurens van der Maaten, Kilian Q. Weinberger

Recent work has shown that convolutional networks can be substantially deeper, more accurate, and efficient to train if they contain shorter connections between layers close to the input and those close to the output. In…

Breast Tumour ClassificationClassificationCrowd CountingImage Classification+7

Investigation of Densely Connected Convolutional Networks with Domain Adversarial Learning for Noise Robust Speech Recognition

2021-12-19 · Chia Yu Li, Ngoc Thang Vu

We investigate densely connected convolutional networks (DenseNets) and their extension with domain adversarial training for noise robust speech recognition. DenseNets are very deep, compact convolutional neural networks…

Robust Speech Recognitionspeech-recognitionSpeech Recognition

AFINets: Attentive Feature Integration Networks for Image Classification

2021-01-01 · Xinglin Pan, Jing Xu, Yu Pan, WenXiang Lin 외

Convolutional Neural Networks (CNNs) have achieved tremendous success in a number of learning tasks, e.g., image classification. Recent advances in CNNs, such as ResNets and DenseNets, mainly focus on the skip and concat…

ClassificationGeneral Classificationimage-classificationImage Classification