PatchRefineNet: Improving Binary Segmentation by Incorporating Signals from Optimal Patch-wise Binarization
Savinay Nagendra, Chaopeng Shen, Daniel Kifer

TL;DR
PatchRefineNet (PRN) is a small auxiliary network that improves binary segmentation accuracy by learning to correct patch-specific biases using optimal patch-wise binarization signals, enhancing various base models.
Contribution
The paper introduces PRN, a novel network that leverages pseudo-labels from optimal patch-wise binarization to correct systematic biases in segmentation models.
Findings
PRN improves mIoU by 2-3% across multiple base models.
Incorporating pseudo-label supervision reduces false positives and negatives.
PRN can be extended to saliency detection and few-shot segmentation.
Abstract
The purpose of binary segmentation models is to determine which pixels belong to an object of interest (e.g., which pixels in an image are part of roads). The models assign a logit score (i.e., probability) to each pixel and these are converted into predictions by thresholding (i.e., each pixel with logit score is predicted to be part of a road). However, a common phenomenon in current and former state-of-the-art segmentation models is spatial bias -- in some patches, the logit scores are consistently biased upwards and in others they are consistently biased downwards. These biases cause false positives and false negatives in the final predictions. In this paper, we propose PatchRefineNet (PRN), a small network that sits on top of a base segmentation model and learns to correct its patch-specific biases. Across a wide variety of base models, PRN consistently helps them…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Visual Attention and Saliency Detection · Domain Adaptation and Few-Shot Learning
MethodsBalanced Selection
