CVApr 2, 2022

Online Convolutional Re-parameterization

arXiv:2204.00826v137 citationsh-index: 36Has Code
Originality Incremental advance
AI Analysis

This addresses the training inefficiency problem for computer vision practitioners, offering an incremental improvement over existing re-parameterization methods.

The paper tackles the high training cost of structural re-parameterization models by proposing OREPA, a two-stage pipeline that reduces training-time memory by about 70% and accelerates training by around 2x, while improving ImageNet accuracy by up to +0.6%.

Structural re-parameterization has drawn increasing attention in various computer vision tasks. It aims at improving the performance of deep models without introducing any inference-time cost. Though efficient during inference, such models rely heavily on the complicated training-time blocks to achieve high accuracy, leading to large extra training cost. In this paper, we present online convolutional re-parameterization (OREPA), a two-stage pipeline, aiming to reduce the huge training overhead by squeezing the complex training-time block into a single convolution. To achieve this goal, we introduce a linear scaling layer for better optimizing the online blocks. Assisted with the reduced training cost, we also explore some more effective re-param components. Compared with the state-of-the-art re-param models, OREPA is able to save the training-time memory cost by about 70% and accelerate the training speed by around 2x. Meanwhile, equipped with OREPA, the models outperform previous methods on ImageNet by up to +0.6%.We also conduct experiments on object detection and semantic segmentation and show consistent improvements on the downstream tasks. Codes are available at https://github.com/JUGGHM/OREPA_CVPR2022 .

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes