paper-with-me

Papers

Learning Noise-Aware Encoder-Decoder from Noisy Labels by Alternating Back-Propagation for Saliency Detection

2020-07-23 · ECCV 2020 8 · Jing Zhang, Jianwen Xie, Nick Barnes

In this paper, we propose a noise-aware encoder-decoder framework to disentangle a clean saliency predictor from noisy training examples, where the noisy labels are generated by unsupervised handcrafted feature-based methods. The proposed model consists of two sub-models parameterized by neural networks: (1) a saliency predictor that maps input images to clean saliency maps, and (2) a noise generator, which is a latent variable model that produces noises from Gaussian latent vectors. The whole model that represents noisy labels is a sum of the two sub-models. The goal of training the model is to estimate the parameters of both sub-models, and simultaneously infer the corresponding latent vector of each noisy label. We propose to train the model by using an alternating back-propagation (ABP) algorithm, which alternates the following two steps: (1) learning back-propagation for estimating the parameters of two sub-models by gradient ascent, and (2) inferential back-propagation for inferring the latent vectors of training noisy examples by Langevin Dynamics. To prevent the network from converging to trivial solutions, we utilize an edge-aware smoothness loss to regularize hidden saliency maps to have similar structures as their corresponding images. Experimental results on several benchmark datasets indicate the effectiveness of the proposed model.

📄 PDF Abstract BibTeX arXiv:2007.12211

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderSaliency Detection

Similar Papers 제목 키워드 기반

Does Multi-Encoder Help? A Case Study on Context-Aware Neural Machine Translation

2020-05-07 · ACL 2020 6 · Bei Li, Hui Liu, Ziyang Wang, Yufan Jiang 외

In encoder-decoder neural models, multiple encoders are in general used to represent the contextual information in addition to the individual sentence. In this paper, we investigate multi-encoder approaches in documentle…

Decoderfr-enMachine TranslationNMT+2

Hallucinating Very Low-Resolution Unaligned and Noisy Face Images by Transformative Discriminative Autoencoders

2017-07-01 · CVPR 2017 7 · Xin Yu, Fatih Porikli

Most of the conventional face hallucination methods assume the input image is sufficiently large and aligned, and all require the input image to be noise-free. Their performance degrades drastically if the input image is…

DecoderFace HallucinationHallucination

RAR-U-Net: a Residual Encoder to Attention Decoder by Residual Connections Framework for Spine Segmentation under Noisy Labels

2020-09-27 · Ziyang Wang, Zhengdong Zhang, Irina Voiculescu

Segmentation algorithms for medical images are widely studied for various clinical and research purposes. In this paper, we propose a new and efficient method for medical image segmentation under noisy labels. The method…

DecoderDenoisingImage SegmentationMedical Image Segmentation+2

Adversarial Signal Denoising with Encoder-Decoder Networks

2018-12-20 · Leslie Casas, Attila Klimmek, Nassir Navab, Vasileios Belagiannis

The presence of noise is common in signal processing regardless the signal type. Deep neural networks have shown good performance in noise removal, especially on the image domain. In this work, we consider deep neural ne…

DecoderDenoising

PARS: Pseudo-Label Aware Robust Sample Selection for Learning with Noisy Labels

2022-01-26 · Arushi Goel, Yunlong Jiao, Jordan Massiah

Acquiring accurate labels on large-scale datasets is both time consuming and expensive. To reduce the dependency of deep learning models on learning from clean labeled data, several recent research efforts are focused on…

Learning with noisy labelsPseudo Label