paper-with-me

홈 › Papers

Fast and Memory-Efficient Wavelet Convolutions via I/O-Aware Reformulation

2026-08-11 · Amit Aflalo, Shahaf E. Finder, Roy Amoyal, Eran Treister, Oren Freifeld arxiv

Wavelet convolution (WTConv) has emerged as an increasingly popular drop-in replacement for standard convolutions, expanding a network's receptive field exponentially with the number of decomposition levels while keeping the parameter count linear. However, its reference implementation is severely memory-bound due to excessive data movement through high-bandwidth memory (HBM). We develop an I/O model of WTConv to characterize this bottleneck and use it to guide three algebraic reformulations: (1) recomputing the inexpensive Haar analysis butterfly on chip, (2) collapsing the multi-level synthesis cascade into a single closed-form pass indexed by output-coordinate bits, and (3) folding learned per-channel scales into the convolution weights. Together, these reformulations enable an I/O-aware fused implementation that substantially reduces HBM traffic. We evaluate the WTConvNeXt configuration across decomposition levels and a broad range of tensor shapes. Despite performing comparable arithmetic, the reference WTConv is substantially slower than the depthwise convolution it replaces. Our reformulation reduces modeled HBM traffic by approximately $2.55\times$, yielding up to a $4.35\times$ training speedup over the reference while roughly halving peak memory usage. Thus, our reformulation preserves the benefits of WTConv while substantially reducing its execution time and memory footprint, removing the systems overhead that previously limited its practical efficiency.

📄 PDF Abstract BibTeX arXiv:2608.10805

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TFDWT: Fast Discrete Wavelet Transform TensorFlow Layers

2025-04-05 · Kishore K. Tarafdar, Vikram M. Gadre

TFDWT is an open-source Python library that allows the construction of TensorFlow Layers for Fast Discrete Wavelet Transform (DWT) and Inverse Discrete Wavelet Transform (IDWT) in end-to-end backpropagation learning netw…

Wavelet Logic Machines: Learning and Reasoning in the Spectral Domain Without Neural Networks

2025-07-18 · Andrew Kiruluta arxiv

We introduce a fully spectral learning framework that eliminates traditional neural layers by operating entirely in the wavelet domain. The model applies learnable nonlinear transformations, including soft-thresholding a…

Hardware-Aware Reformulation of Convolutions for Efficient Execution on Specialized AI Hardware: A Case Study on NVIDIA Tensor Cores

2026-01-09 · Ganesh Bikshandi arxiv

Convolutional Neural Networks (CNNs) are central to modern AI, but their performance is often limited by hardware constraints. NVIDIA Tensor Cores, for instance, require input channels to be multiples of 8 and sometimes …

Spatial-Frequency U-Net for Denoising Diffusion Probabilistic Models

2023-07-27 · Xin Yuan, Linjie Li, JianFeng Wang, Zhengyuan Yang 외

In this paper, we study the denoising diffusion probabilistic model (DDPM) in wavelet space, instead of pixel space, for visual synthesis. Considering the wavelet transform represents the image in spatial and frequency d…

Denoising

EDNet: Efficient Disparity Estimation with Cost Volume Combination and Attention-based Spatial Residual

2020-10-26 · CVPR 2021 1 · Songyan Zhang, Zhicheng Wang, Qiang Wang, Jinshuo Zhang 외

Existing state-of-the-art disparity estimation works mostly leverage the 4D concatenation volume and construct a very deep 3D convolution neural network (CNN) for disparity regression, which is inefficient due to the hig…

Disparity EstimationStereo Matching