paper-with-me

Papers

KernelDNA: Dynamic Kernel Sharing via Decoupled Naive Adapters

2025-03-30 · Haiduo Huang, Yadong Zhang, Pengju Ren

Dynamic convolution enhances model capacity by adaptively combining multiple kernels, yet faces critical trade-offs: prior works either (1) incur significant parameter overhead by scaling kernel numbers linearly, (2) compromise inference speed through complex kernel interactions, or (3) struggle to jointly optimize dynamic attention and static kernels. We also observe that pre-trained Convolutional Neural Networks (CNNs) exhibit inter-layer redundancy akin to that in Large Language Models (LLMs). Specifically, dense convolutional layers can be efficiently replaced by derived `child" layers generated from a shared `parent" convolutional kernel through an adapter. To address these limitations and implement the weight-sharing mechanism, we propose a lightweight convolution kernel plug-in, named KernelDNA. It decouples kernel adaptation into input-dependent dynamic routing and pre-trained static modulation, ensuring both parameter efficiency and hardware-friendly inference. Unlike existing dynamic convolutions that expand parameters via multi-kernel ensembles, our method leverages cross-layer weight sharing and adapter-based modulation, enabling dynamic kernel specialization without altering the standard convolution structure. This design preserves the native computational efficiency of standard convolutions while enhancing representation power through input-adaptive kernel adjustments. Experiments on image classification and dense prediction tasks demonstrate that KernelDNA achieves state-of-the-art accuracy-efficiency balance among dynamic convolution variants. Our codes are available at https://github.com/haiduo/KernelDNA.

📄 PDF Abstract BibTeX arXiv:2503.23379

Code (1)

haiduo/KernelDNA 공식 구현 pytorch

Tasks

Computational Efficiencyimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
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 제목 키워드 기반

Geometric Interpretation of Running Nyström-Based Kernel Machines and Error Analysis

2020-02-20 · Weida Li, Mingxia Liu, Daoqiang Zhang

Recently, Nystr\"{o}m method has proved its prominence empirically and theoretically in speeding up the training of kernel machines while retaining satisfactory performances and accuracy. So far, there are several differ…

General ClassificationPhilosophy

Attn-QAT: 4-Bit Attention With Quantization-Aware Training

2026-02-09 · Peiyuan Zhang, Matthew Noto, Wenxuan Tan, Chengquan Jiang 외 arxiv

Achieving reliable 4-bit attention is a prerequisite for end-to-end FP4 computation on emerging FP4-capable GPUs, yet attention remains the main obstacle due to FP4's tiny dynamic range and attention's heavy-tailed activ…

LSK3DNet: Towards Effective and Efficient 3D Perception with Large Sparse Kernels

2024-03-22 · CVPR 2024 1 · Tuo Feng, Wenguan Wang, Fan Ma, Yi Yang

Autonomous systems need to process large-scale, sparse, and irregular point clouds with limited compute resources. Consequently, it is essential to develop LiDAR perception methods that are both efficient and effective. …

3D Semantic SegmentationLIDAR Semantic SegmentationSemantic Segmentation

Belief sharing: a blessing or a curse

2024-07-02 · Ozan Catal, Toon Van de Maele, Riddhi J. Pitliya, Mahault Albarracin 외

When collaborating with multiple parties, communicating relevant information is of utmost importance to efficiently completing the tasks at hand. Under active inference, communication can be cast as sharing beliefs betwe…

DDT: Decoupled Diffusion Transformer

2025-04-08 · Shuai Wang, Zhi Tian, Weilin Huang, LiMin Wang

Diffusion transformers have demonstrated remarkable generation quality, albeit requiring longer training iterations and numerous inference steps. In each denoising step, diffusion transformers encode the noisy inputs to …

DenoisingImage Generation