CVJul 18, 2024

FADE: A Task-Agnostic Upsampling Operator for Encoder-Decoder Architectures

arXiv:2407.13500v115 citationsh-index: 14Has Code
Originality Incremental advance
AI Analysis

It addresses a bottleneck in encoder-decoder architectures for computer vision by providing a plug-and-play upsampling solution that works across diverse tasks, though it is incremental as it builds on existing upsampling methods.

The paper tackles the problem of designing a task-agnostic feature upsampling operator for dense prediction tasks, achieving consistent performance improvements across both region-sensitive (e.g., semantic segmentation) and detail-sensitive (e.g., image matting) tasks with little extra cost.

The goal of this work is to develop a task-agnostic feature upsampling operator for dense prediction where the operator is required to facilitate not only region-sensitive tasks like semantic segmentation but also detail-sensitive tasks such as image matting. Prior upsampling operators often can work well in either type of the tasks, but not both. We argue that task-agnostic upsampling should dynamically trade off between semantic preservation and detail delineation, instead of having a bias between the two properties. In this paper, we present FADE, a novel, plug-and-play, lightweight, and task-agnostic upsampling operator by fusing the assets of decoder and encoder features at three levels: i) considering both the encoder and decoder feature in upsampling kernel generation; ii) controlling the per-point contribution of the encoder/decoder feature in upsampling kernels with an efficient semi-shift convolutional operator; and iii) enabling the selective pass of encoder features with a decoder-dependent gating mechanism for compensating details. To improve the practicality of FADE, we additionally study parameter- and memory-efficient implementations of semi-shift convolution. We analyze the upsampling behavior of FADE on toy data and show through large-scale experiments that FADE is task-agnostic with consistent performance improvement on a number of dense prediction tasks with little extra cost. For the first time, we demonstrate robust feature upsampling on both region- and detail-sensitive tasks successfully. Code is made available at: https://github.com/poppinace/fade

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes