PulseAugur
EN
LIVE 11:26:05

New WBMM technique boosts large kernel convolution efficiency

Researchers have developed a new technique called Windowed Batch Matrix Multiplication (WBMM) to improve the efficiency of large kernel depthwise convolutions. Traditional methods suffer performance degradation as kernel size increases, but WBMM partitions input into windows and uses a bias table to construct weight matrices, allowing for regular memory access through batched matrix multiplication. This approach shows improved throughput with larger windows and achieves comparable or better accuracy on benchmarks like ImageNet-1K, COCO, and ADE20K, with significant training speedups across various hardware platforms. AI

IMPACT WBMM offers a path to more efficient training and inference for models requiring large receptive fields, potentially improving performance on various hardware.

RANK_REASON Academic paper detailing a new computational technique for deep learning convolutions. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

New WBMM technique boosts large kernel convolution efficiency

COVERAGE [2]

  1. arXiv cs.LG TIER_1 English(EN) · Wan Song, Wei Zhou, Rui Wang, Jun Yu, Toru Kurihara, Jiajia Xu, Shu Zhan ·

    WBMM: Windowed Batch Matrix Multiplication for Efficient Large Receptive Field Convolution

    arXiv:2607.02097v1 Announce Type: cross Abstract: Large kernel depthwise convolutions achieve strong performance but suffer from significant degradation as kernel size grows due to irregular memory access from gather-based computation; while Large Kernel Acceleration (LKA) helps …

  2. arXiv cs.LG TIER_1 English(EN) · Shu Zhan ·

    WBMM: Windowed Batch Matrix Multiplication for Efficient Large Receptive Field Convolution

    Large kernel depthwise convolutions achieve strong performance but suffer from significant degradation as kernel size grows due to irregular memory access from gather-based computation; while Large Kernel Acceleration (LKA) helps on small feature maps, it becomes counterproductiv…