paper-with-me

Papers

Omni-Dimensional Dynamic Convolution

2022-09-16 · ICLR 2022 4 · Chao Li, Aojun Zhou, Anbang Yao

Learning a single static convolutional kernel in each convolutional layer is the common training paradigm of modern Convolutional Neural Networks (CNNs). Instead, recent research in dynamic convolution shows that learning a linear combination of $n$ convolutional kernels weighted with their input-dependent attentions can significantly improve the accuracy of light-weight CNNs, while maintaining efficient inference. However, we observe that existing works endow convolutional kernels with the dynamic property through one dimension (regarding the convolutional kernel number) of the kernel space, but the other three dimensions (regarding the spatial size, the input channel number and the output channel number for each convolutional kernel) are overlooked. Inspired by this, we present Omni-dimensional Dynamic Convolution (ODConv), a more generalized yet elegant dynamic convolution design, to advance this line of research. ODConv leverages a novel multi-dimensional attention mechanism with a parallel strategy to learn complementary attentions for convolutional kernels along all four dimensions of the kernel space at any convolutional layer. As a drop-in replacement of regular convolutions, ODConv can be plugged into many CNN architectures. Extensive experiments on the ImageNet and MS-COCO datasets show that ODConv brings solid accuracy boosts for various prevailing CNN backbones including both light-weight and large ones, e.g., 3.77%~5.71%|1.86%~3.72% absolute top-1 improvements to MobivleNetV2|ResNet family on the ImageNet dataset. Intriguingly, thanks to its improved feature learning ability, ODConv with even one single kernel can compete with or outperform existing dynamic convolution counterparts with multiple kernels, substantially reducing extra parameters. Furthermore, ODConv is also superior to other attention modules for modulating the output features or the convolutional weights.

📄 PDF Abstract BibTeX arXiv:2209.07947

Code (1)

osvai/odconv 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Multiscale Encoder and Omni-Dimensional Dynamic Convolution Enrichment in nnU-Net for Brain Tumor Segmentation

2024-09-20 · Sahaj K. Mistry, Sourav Saini, Aashray Gupta, Aayush Gupta 외

Brain tumor segmentation plays a crucial role in computer-aided diagnosis. This study introduces a novel segmentation algorithm utilizing a modified nnU-Net architecture. Within the nnU-Net architecture's encoder section…

Brain Tumor SegmentationSegmentationTumor Segmentation

Scaffolding Simulations with Deep Learning for High-dimensional Deconvolution

2021-05-10 · Anders Andreassen, Patrick T. Komiske, Eric M. Metodiev, Benjamin Nachman 외

A common setting for scientific inference is the ability to sample from a high-fidelity forward model (simulation) without having an explicit probability density of the data. We propose a simulation-based maximum likelih…

Deep Learningparameter estimationVocal Bursts Intensity Prediction

Omni-Fusion of Spatial and Spectral for Hyperspectral Image Segmentation

2025-07-09 · Qing Zhang, Guoquan Pei, Yan Wang arxiv

Medical Hyperspectral Imaging (MHSI) has emerged as a promising tool for enhanced disease diagnosis, particularly in computational pathology, offering rich spectral information that aids in identifying subtle biochemical…

Image Segmentation

Multidimensional Deconvolution with Profiling

2024-09-16 · Huanbiao Zhu, Krish Desai, Mikael Kuusela, Vinicius Mikuni 외

In many experimental contexts, it is necessary to statistically remove the impact of instrumental effects in order to physically interpret measurements. This task has been extensively studied in particle physics, where t…

OmniGraph: Rich Representation and Graph Kernel Learning

2015-10-10 · Boyi Xie, Rebecca J. Passonneau

OmniGraph, a novel representation to support a range of NLP classification tasks, integrates lexical items, syntactic dependencies and frame semantic parses into graphs. Feature engineering is folded into the learning th…

Feature EngineeringGeneral Classification