Lighten CARAFE: Dynamic Lightweight Upsampling with Guided Reassemble Kernels
Ruigang Fu, Qingyong Hu, Xiaohu Dong, Yinghui Gao, Biao Li, Ping Zhong

TL;DR
This paper introduces Dynamic Lightweight Upsampling (DLU), a novel feature upsampling method that reduces parameters and computational cost while maintaining or improving performance compared to CARAFE, benefiting various vision tasks.
Contribution
The paper proposes DLU, a scalable and efficient upsampling operation that constructs small source kernels and samples large kernels via learnable guidance, reducing redundancy and complexity.
Findings
DLU requires 91% fewer parameters than CARAFE.
DLU achieves at least 63% fewer FLOPs than CARAFE.
DLU outperforms CARAFE by 0.3% mAP in object detection.
Abstract
As a fundamental operation in modern machine vision models, feature upsampling has been widely used and investigated in the literatures. An ideal upsampling operation should be lightweight, with low computational complexity. That is, it can not only improve the overall performance but also not affect the model complexity. Content-aware Reassembly of Features (CARAFE) is a well-designed learnable operation to achieve feature upsampling. Albeit encouraging performance achieved, this method requires generating large-scale kernels, which brings a mass of extra redundant parameters, and inherently has limited scalability. To this end, we propose a lightweight upsampling operation, termed Dynamic Lightweight Upsampling (DLU) in this paper. In particular, it first constructs a small-scale source kernel space, and then samples the large-scale kernels from the kernel space by introducing…
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
TopicsAnomaly Detection Techniques and Applications · Speech Recognition and Synthesis · Generative Adversarial Networks and Image Synthesis
MethodsCARAFE
