paper-with-me

Papers

Convolutional CRFs for Semantic Segmentation

2018-05-12 · ICLR 2019 5 · Marvin T. T. Teichmann, Roberto Cipolla

For the challenging semantic image segmentation task the most efficient models have traditionally combined the structured modelling capabilities of Conditional Random Fields (CRFs) with the feature extraction power of CNNs. In more recent works however, CRF post-processing has fallen out of favour. We argue that this is mainly due to the slow training and inference speeds of CRFs, as well as the difficulty of learning the internal CRF parameters. To overcome both issues we propose to add the assumption of conditional independence to the framework of fully-connected CRFs. This allows us to reformulate the inference in terms of convolutions, which can be implemented highly efficiently on GPUs. Doing so speeds up inference and training by a factor of more then 100. All parameters of the convolutional CRFs can easily be optimized using backpropagation. To facilitating further CRF research we make our implementation publicly available. Please visit: https://github.com/MarvinTeichmann/ConvCRF

📄 PDF Abstract BibTeX arXiv:1805.04777

Code (1)

MarvinTeichmann/ConvCRF 공식 구현 pytorch

Tasks

Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

Semantic Segmentation by Improved Generative Adversarial Networks

2021-04-20 · ZengShun Zhaoa, Yulong Wang, Ke Liu, Haoran Yang 외

While most existing segmentation methods usually combined the powerful feature extraction capabilities of CNNs with Conditional Random Fields (CRFs) post-processing, the result always limited by the fault of CRFs . Due t…

SegmentationSemantic Segmentation

Convolutional Random Walk Networks for Semantic Image Segmentation

2016-05-24 · CVPR 2017 7 · Gedas Bertasius, Lorenzo Torresani, Stella X. Yu, Jianbo Shi

Most current semantic segmentation methods rely on fully convolutional networks (FCNs). However, their use of large receptive fields and many pooling layers cause low spatial resolution inside the deep layers. This leads…

Image SegmentationScene LabelingSegmentationSemantic Segmentation

Conditional Random Fields as Recurrent Neural Networks

2015-02-11 · ICCV 2015 12 · Shuai Zheng, Sadeep Jayasumana, Bernardino Romera-Paredes, Vibhav Vineet 외

Pixel-level labelling tasks, such as semantic segmentation, play a central role in image understanding. Recent approaches have attempted to harness the capabilities of deep learning techniques for image recognition to ta…

Image SegmentationReal-Time Semantic SegmentationSegmentationSemantic Segmentation

Cystoid macular edema segmentation of Optical Coherence Tomography images using fully convolutional neural networks and fully connected CRFs

2017-09-15 · Fangliang Bai, Manuel J. Marques, Stuart J. Gibson

In this paper we present a new method for cystoid macular edema (CME) segmentation in retinal Optical Coherence Tomography (OCT) images, using a fully convolutional neural network (FCN) and a fully connected conditional …

Segmentation

Actor-Action Semantic Segmentation with Grouping Process Models

2015-12-30 · CVPR 2016 6 · Chenliang Xu, Jason J. Corso

Actor-action semantic segmentation made an important step toward advanced video understanding problems: what action is happening; who is performing the action; and where is the action in space-time. Current models for th…

Semantic SegmentationVideo Understanding