paper-with-me

홈 › Papers

Image Segmentation by Iterative Inference from Conditional Score Estimation

2017-05-21 · ICLR 2018 1 · Adriana Romero, Michal Drozdzal, Akram Erraqabi, Simon Jégou, Yoshua Bengio

Inspired by the combination of feedforward and iterative computations in the virtual cortex, and taking advantage of the ability of denoising autoencoders to estimate the score of a joint distribution, we propose a novel approach to iterative inference for capturing and exploiting the complex joint distribution of output variables conditioned on some input variables. This approach is applied to image pixel-wise segmentation, with the estimated conditional score used to perform gradient ascent towards a mode of the estimated conditional distribution. This extends previous work on score estimation by denoising autoencoders to the case of a conditional distribution, with a novel use of a corrupted feedforward predictor replacing Gaussian corruption. An advantage of this approach over more classical ways to perform iterative inference for structured outputs, like conditional random fields (CRFs), is that it is not any more necessary to define an explicit energy function linking the output variables. To keep computations tractable, such energy function parametrizations are typically fairly constrained, involving only a few neighbors of each of the output variables in each clique. We experimentally find that the proposed iterative inference from conditional score estimation by conditional denoising autoencoders performs better than comparable models based on CRFs or those not using any explicit modeling of the conditional joint distribution of outputs.

📄 PDF Abstract BibTeX arXiv:1705.07450

Code (1)

adri-romsor/iterative_inference_segm 공식 구현

Tasks

DenoisingImage SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Closed-Form Training of Conditional Random Fields for Large Scale Image Segmentation

2014-03-27 · Alexander Kolesnikov, Matthieu Guillaumin, Vittorio Ferrari, Christoph H. Lampert

We present LS-CRF, a new method for very efficient large-scale training of Conditional Random Fields (CRFs). It is inspired by existing closed-form expressions for the maximum likelihood parameters of a generative graphi…

FormImage SegmentationSegmentationSemantic Segmentation

Inferring the Class Conditional Response Map for Weakly Supervised Semantic Segmentation

2021-10-27 · Weixuan Sun, Jing Zhang, Nick Barnes

Image-level weakly supervised semantic segmentation (WSSS) relies on class activation maps (CAMs) for pseudo labels generation. As CAMs only highlight the most discriminative regions of objects, the generated pseudo labe…

SegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Deep Gaussian Conditional Random Field Network: A Model-based Deep Network for Discriminative Denoising

2015-11-12 · CVPR 2016 6 · Raviteja Vemulapalli, Oncel Tuzel, Ming-Yu Liu

We propose a novel deep network architecture for image\\ denoising based on a Gaussian Conditional Random Field (GCRF) model. In contrast to the existing discriminative denoising methods that train a separate model for e…

DenoisingImage Denoising

Conditional Random Field and Deep Feature Learning for Hyperspectral Image Segmentation

2017-11-13 · Fahim Irfan Alam, Jun Zhou, Alan Wee-Chung Liew, Xiuping Jia 외

Image segmentation is considered to be one of the critical tasks in hyperspectral remote sensing image processing. Recently, convolutional neural network (CNN) has established itself as a powerful model in segmentation a…

Hyperspectral Image SegmentationImage SegmentationSegmentationSemantic Segmentation

Deep Value Networks Learn to Evaluate and Iteratively Refine Structured Outputs

2017-03-13 · ICML 2017 8 · Michael Gygli, Mohammad Norouzi, Anelia Angelova

We approach structured output prediction by optimizing a deep value network (DVN) to precisely estimate the task loss on different output configurations for a given input. Once the model is trained, we perform inference …

General ClassificationImage SegmentationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+2