General Transform learns scalar weights to combine multiple discrete transforms, improving image and text classification accuracy by 0.1 to 1.6 percentage points over fixed-transform baselines.
Hartley Spectral Pooling for Deep Learning
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
In most convolution neural networks (CNNs), downsampling hidden layers is adopted for increasing computation efficiency and the receptive field size. Such operation is commonly so-called pooling. Maximation and averaging over sliding windows (max/average pooling), and plain downsampling in the form of strided convolution are popular pooling methods. Since the pooling is a lossy procedure, a motivation of our work is to design a new pooling approach for less lossy in the dimensionality reduction. Inspired by the Fourier spectral pooling(FSP) proposed by Rippel et. al. [1], we present the Hartley transform based spectral pooling method in CNNs. Compared with FSP, the proposed spectral pooling avoids the use of complex arithmetic for frequency representation and reduces the computation. Spectral pooling preserves more structure features for network's discriminability than max and average pooling. We empirically show that Hartley spectral pooling gives rise to the convergence of training CNNs on MNIST and CIFAR-10 datasets.
fields
cs.LG 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
General Transform: A Unified Framework for Adaptive Transform to Enhance Representations
General Transform learns scalar weights to combine multiple discrete transforms, improving image and text classification accuracy by 0.1 to 1.6 percentage points over fixed-transform baselines.