paper-with-me

Papers

Frequency-Adaptive Dilated Convolution for Semantic Segmentation

2024-03-08 · CVPR 2024 1 · Linwei Chen, Lin Gu, Ying Fu

Dilated convolution, which expands the receptive field by inserting gaps between its consecutive elements, is widely employed in computer vision. In this study, we propose three strategies to improve individual phases of dilated convolution from the view of spectrum analysis. Departing from the conventional practice of fixing a global dilation rate as a hyperparameter, we introduce Frequency-Adaptive Dilated Convolution (FADC), which dynamically adjusts dilation rates spatially based on local frequency components. Subsequently, we design two plug-in modules to directly enhance effective bandwidth and receptive field size. The Adaptive Kernel (AdaKern) module decomposes convolution weights into low-frequency and high-frequency components, dynamically adjusting the ratio between these components on a per-channel basis. By increasing the high-frequency part of convolution weights, AdaKern captures more high-frequency components, thereby improving effective bandwidth. The Frequency Selection (FreqSelect) module optimally balances high- and low-frequency components in feature representations through spatially variant reweighting. It suppresses high frequencies in the background to encourage FADC to learn a larger dilation, thereby increasing the receptive field for an expanded scope. Extensive experiments on segmentation and object detection consistently validate the efficacy of our approach. The code is publicly available at https://github.com/Linwei-Chen/FADC.

📄 PDF Abstract BibTeX arXiv:2403.05369

Code (1)

linwei-chen/fadc 공식 구현 pytorch

Tasks

object-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Dilated Convolution 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Dilated Continuous Random Field for Semantic Segmentation

2022-02-01 · Xi Mo, Xiangyu Chen, Cuncong Zhong, Rui Li 외

Mean field approximation methodology has laid the foundation of modern Continuous Random Field (CRF) based solutions for the refinement of semantic segmentation. In this paper, we propose to relax the hard constraint of …

global-optimizationSemantic Segmentation

Diversifying and Expanding Frequency-Adaptive Convolution Kernels for Sound Event Detection

2024-06-08 · Hyeonuk Nam, Seong-Hu Kim, Deokki Min, Junhyeok Lee 외

Frequency dynamic convolution (FDY conv) has shown the state-of-the-art performance in sound event detection (SED) using frequency-adaptive kernels obtained by frequency-varying combination of basis kernels. However, FDY…

Event DetectionSound Event Detection

EfficientFCN: Holistically-guided Decoding for Semantic Segmentation

2020-08-24 · ECCV 2020 8 · Jianbo Liu, Junjun He, Jiawei Zhang, Jimmy S. Ren 외

Both performance and efficiency are important to semantic segmentation. State-of-the-art semantic segmentation algorithms are mostly based on dilated Fully Convolutional Networks (dilatedFCN), which adopt dilated convolu…

DecoderSegmentationSemantic Segmentation

ASCNet: Adaptive-Scale Convolutional Neural Networks for Multi-Scale Feature Learning

2019-07-07 · Mo Zhang, Jie Zhao, Xiang Li, Li Zhang 외

Extracting multi-scale information is key to semantic segmentation. However, the classic convolutional neural networks (CNNs) encounter difficulties in achieving multi-scale information extraction: expanding convolutiona…

Semantic Segmentation

FastFCN: Rethinking Dilated Convolution in the Backbone for Semantic Segmentation

2019-03-28 · Huikai Wu, Junge Zhang, Kaiqi Huang, Kongming Liang 외

Modern approaches for semantic segmentation usually employ dilated convolutions in the backbone to extract high-resolution feature maps, which brings heavy computation complexity and memory footprint. To replace the time…

Semantic Segmentation