paper-with-me

Papers

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

2024-07-18 · Hao Lu, Wenze Liu, Hongtao Fu, Zhiguo Cao

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

📄 PDF Abstract BibTeX arXiv:2407.13500

Code (1)

poppinace/fade 공식 구현 pytorch

Tasks

DecoderFeature UpsamplingImage MattingSemantic Segmentation

Similar Papers 제목 키워드 기반

FADE: Fusing the Assets of Decoder and Encoder for Task-Agnostic Upsampling

2022-07-21 · Hao Lu, Wenze Liu, Hongtao Fu, Zhiguo Cao

We consider the problem of task-agnostic feature upsampling in dense prediction where an upsampling operator is required to facilitate both region-sensitive tasks like semantic segmentation and detail-sensitive tasks suc…

DecoderFeature UpsamplingImage MattingSemantic Segmentation

Guided Upsampling Network for Real-Time Semantic Segmentation

2018-07-19 · Davide Mazzini

Semantic segmentation architectures are mainly built upon an encoder-decoder structure. These models perform subsequent downsampling operations in the encoder. Since operations on high-resolution activation maps are comp…

DecoderReal-Time Semantic SegmentationSegmentationSemantic Segmentation

UPLiFT: Efficient Pixel-Dense Feature Upsampling with Local Attenders

2026-01-25 · Matthew Walmer, Saksham Suri, Anirud Aggarwal, Abhinav Shrivastava arxiv

The space of task-agnostic feature upsampling has emerged as a promising area of research to efficiently create denser features from pre-trained visual backbones. These methods act as a shortcut to achieve dense features…

Feature Upsampling

AnyUp: Universal Feature Upsampling

2025-10-14 · Thomas Wimmer, Prune Truong, Marie-Julie Rakotosaona, Michael Oechsle 외 arxiv

We introduce AnyUp, a method for feature upsampling that can be applied to any vision feature at any resolution, without encoder-specific training. Existing learning-based upsamplers for features like DINO or CLIP need t…

Feature Upsampling

Learning to Upsample by Learning to Sample

2023-08-29 · ICCV 2023 1 · Wenze Liu, Hao Lu, Hongtao Fu, Zhiguo Cao

We present DySample, an ultra-lightweight and effective dynamic upsampler. While impressive performance gains have been witnessed from recent kernel-based dynamic upsamplers such as CARAFE, FADE, and SAPA, they introduce…

Depth EstimationFeature UpsamplingGPUInstance Segmentation+6