vix.ing · top · new · best · stats · spec

WaveMix: A Resource-efficient Neural Network for Image Analysis

2022/05/28 by Pranav Jeevan, Jeevan, Pranav, Kavitha Viswanathan +3 · 1 citation
Computer Science · #Advanced Image and Video Retrieval Techniques #Advanced Neural Network Applications #Artificial Intelligence (cs.AI) #Computer Vision and Pattern Recognition (cs.CV) #FOS: Computer and information sciences #I.2.10 #I.4.0 #I.4.1 #I.4.10 #I.4.2 #I.4.6 #I.4.7 #I.4.8 #I.4.9 #I.5.1 #I.5.2 #I.5.4 #Image Enhancement Techniques #J.2 #Machine Learning (cs.LG)

paper · pdf · doi:10.48550/arxiv.2205.14375

openalex publication_date 2022/05/28 · openalex created_date 2022/06/13 · openalex updated_date 2026/07/28

Abstract

We propose a novel neural architecture for computer vision -- WaveMix -- that is resource-efficient and yet generalizable and scalable. While using fewer trainable parameters, GPU RAM, and computations, WaveMix networks achieve comparable or better accuracy than the state-of-the-art convolutional neural networks, vision transformers, and token mixers for several tasks. This efficiency can translate to savings in time, cost, and energy. To achieve these gains we used multi-level two-dimensional discrete wavelet transform (2D-DWT) in WaveMix blocks, which has the following advantages: (1) It reorganizes spatial information based on three strong image priors -- scale-invariance, shift-invariance, and sparseness of edges -- (2) in a lossless manner without adding parameters, (3) while also reducing the spatial sizes of feature maps, which reduces the memory and time required for forward and backward passes, and (4) expanding the receptive field faster than convolutions do. The whole architecture is a stack of self-similar and resolution-preserving WaveMix blocks, which allows architectural flexibility for various tasks and levels of resource availability. WaveMix establishes new benchmarks for segmentation on Cityscapes; and for classification on Galaxy 10 DECals, Places-365, five EMNIST datasets, and iNAT-mini and performs competitively on other benchmarks. Our code and trained models are publicly available.

Cited by

Related