Wavelet Convolutional Neural Networks
This work addresses the limitation of CNNs in handling spectral information for image processing tasks, offering a novel hybrid architecture that improves performance with reduced computational cost.
The authors tackled the problem of incorporating spectral information into convolutional neural networks (CNNs) by proposing wavelet CNNs, which combine multiresolution analysis with CNNs, resulting in better accuracy on texture classification and image annotation tasks while using fewer parameters than conventional CNNs.
Spatial and spectral approaches are two major approaches for image processing tasks such as image classification and object recognition. Among many such algorithms, convolutional neural networks (CNNs) have recently achieved significant performance improvement in many challenging tasks. Since CNNs process images directly in the spatial domain, they are essentially spatial approaches. Given that spatial and spectral approaches are known to have different characteristics, it will be interesting to incorporate a spectral approach into CNNs. We propose a novel CNN architecture, wavelet CNNs, which combines a multiresolution analysis and CNNs into one model. Our insight is that a CNN can be viewed as a limited form of a multiresolution analysis. Based on this insight, we supplement missing parts of the multiresolution analysis via wavelet transform and integrate them as additional components in the entire architecture. Wavelet CNNs allow us to utilize spectral information which is mostly lost in conventional CNNs but useful in most image processing tasks. We evaluate the practical performance of wavelet CNNs on texture classification and image annotation. The experiments show that wavelet CNNs can achieve better accuracy in both tasks than existing models while having significantly fewer parameters than conventional CNNs.