paper-with-me

홈 › Papers

Gated Feedback Refinement Network for Dense Image Labeling

2017-07-01 · CVPR 2017 7 · Md Amirul Islam, Mrigank Rochan, Neil D. B. Bruce, Yang Wang

Effective integration of local and global contextual information is crucial for dense labeling problems. Most existing methods based on an encoder-decoder architecture simply concatenate features from earlier layers to obtain higher-frequency details in the refinement stages. However, there are limits to the quality of refinement possible if ambiguous information is passed forward. In this paper we propose Gated Feedback Refinement Network (G-FRNet), an end-to-end deep learning framework for dense labeling tasks that addresses this limitation of existing methods. Initially, G-FRNet makes a coarse prediction and then it progressively refines the details by efficiently integrating local and global contextual information during the refinement stages. We introduce gate units that control the information passed forward in order to filter out ambiguity. Experiments on three challenging dense labeling datasets (CamVid, PASCAL VOC 2012, and Horse-Cow Parsing) show the effectiveness of our method. Our proposed approach achieves state-of-the-art results on the CamVid and Horse-Cow Parsing datasets, and produces competitive results on the PASCAL VOC 2012 dataset.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Similar Papers 제목 키워드 기반

Gated Feedback Refinement Network for Coarse-to-Fine Dense Semantic Image Labeling

2018-06-29 · Md Amirul Islam, Mrigank Rochan, Shujon Naha, Neil D. B. Bruce 외

Effective integration of local and global contextual information is crucial for semantic segmentation and dense image labeling. We develop two encoder-decoder based deep learning architectures to address this problem. We…

DecoderSegmentationSemantic Segmentation

Label Refinement Network for Coarse-to-Fine Semantic Segmentation

2017-03-01 · Md Amirul Islam, Shujon Naha, Mrigank Rochan, Neil Bruce 외

We consider the problem of semantic image segmentation using deep convolutional neural networks. We propose a novel network architecture called the label refinement network that predicts segmentation labels in a coarse-t…

Image SegmentationSegmentationSemantic Segmentation

Iterative Refinement Strategy for Automated Data Labeling: Facial Landmark Diagnosis in Medical Imaging

2024-04-08 · Yu-Hsi Chen

Automated data labeling techniques are crucial for accelerating the development of deep learning models, particularly in complex medical imaging applications. However, ensuring accuracy and efficiency remains challenging…

Deep Learning

Gated Multiple Feedback Network for Image Super-Resolution

2019-07-09 · Qilei Li, Zhen Li, Lu Lu, Gwanggil Jeon 외

The rapid development of deep learning (DL) has driven single image super-resolution (SR) into a new era. However, in most existing DL based image SR networks, the information flows are solely feedforward, and the high-l…

Image Super-ResolutionSuper-Resolution

TaPR: Test-Aware Policy Refinement for Feedback-Conditioned Code Generation

2026-08-01 · Aofan Liu, Jingxiang Meng, Fangxin Liu, Yongbiao Chen arxiv

Multi-turn code agents rely on execution feedback to repair incorrect programs, yet standard reinforcement learning paradigms optimize and evaluate policy performance primarily using single-shot outcome rewards. This mis…

Reinforcement LearningCode Generation