paper-with-me

Papers

Rep3D: Re-parameterize Large 3D Kernels with Low-Rank Receptive Modeling for Medical Imaging

2025-05-26 · Ho Hin Lee, Quan Liu, Shunxing Bao, Yuankai Huo, Bennett A. Landman

In contrast to vision transformers, which model long-range dependencies through global self-attention, large kernel convolutions provide a more efficient and scalable alternative, particularly in high-resolution 3D volumetric settings. However, naively increasing kernel size often leads to optimization instability and degradation in performance. Motivated by the spatial bias observed in effective receptive fields (ERFs), we hypothesize that different kernel elements converge at variable rates during training. To support this, we derive a theoretical connection between element-wise gradients and first-order optimization, showing that structurally re-parameterized convolution blocks inherently induce spatially varying learning rates. Building on this insight, we introduce Rep3D, a 3D convolutional framework that incorporates a learnable spatial prior into large kernel training. A lightweight two-stage modulation network generates a receptive-biased scaling mask, adaptively re-weighting kernel updates and enabling local-to-global convergence behavior. Rep3D adopts a plain encoder design with large depthwise convolutions, avoiding the architectural complexity of multi-branch compositions. We evaluate Rep3D on five challenging 3D segmentation benchmarks and demonstrate consistent improvements over state-of-the-art baselines, including transformer-based and fixed-prior re-parameterization methods. By unifying spatial inductive bias with optimization-aware learning, Rep3D offers an interpretable, and scalable solution for 3D medical image analysis. The source code is publicly available at https://github.com/leeh43/Rep3D.

📄 PDF Abstract BibTeX arXiv:2505.19603

Code (0)

등록된 구현이 없습니다.

Tasks

Inductive BiasMedical Image Analysis

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

Progressive Meta-Pooling Learning for Lightweight Image Classification Model

2023-01-24 · Peijie Dong, Xin Niu, Zhiliang Tian, Lujun Li 외

Practical networks for edge devices adopt shallow depth and small convolutional kernels to save memory and computational cost, which leads to a restricted receptive field. Conventional efficient learning methods focus on…

Classificationimage-classificationImage Classification

Convolution of Convolution: Let Kernels Spatially Collaborate

2022-01-01 · CVPR 2022 1 · Rongzhen Zhao, Jian Li, Zhenzhi Wu

In the biological visual pathway, especially the retina, neurons are tiled along spatial dimensions with the electrical coupling as their local association, while in a convolution layer, kernels are placed along the …

Discrete approximations of the affine Gaussian derivative model for visual receptive fields

2017-01-09 · Tony Lindeberg

The affine Gaussian derivative model can in several respects be regarded as a canonical model for receptive fields over a spatial image domain: (i) it can be derived by necessity from scale-space axioms that reflect stru…

LKM-UNet: Large Kernel Vision Mamba UNet for Medical Image Segmentation

2024-03-12 · Jinhong Wang, Jintai Chen, Danny Chen, Jian Wu

In clinical practice, medical image segmentation provides useful information on the contours and dimensions of target organs or tissues, facilitating improved diagnosis, analysis, and treatment. In the past few years, co…

Image SegmentationLong-range modelingMambaMedical Image Segmentation+1

Scaling Up Your Kernels to 31x31: Revisiting Large Kernel Design in CNNs

2022-03-13 · CVPR 2022 1 · Xiaohan Ding, Xiangyu Zhang, Yizhuang Zhou, Jungong Han 외

We revisit large kernel design in modern convolutional neural networks (CNNs). Inspired by recent advances in vision transformers (ViTs), in this paper, we demonstrate that using a few large convolutional kernels instead…

Image Classification