General Transform: A Unified Framework for Adaptive Transform to Enhance Representations
Gekko Budiutama, Shunsuke Daimon, Hirofumi Nishi, Yu-ichiro Matsushita
TL;DR
General Transform (GT) introduces a trainable, data-driven framework that adaptively blends multiple discrete transforms to optimize feature representations for a given task. By learning blending weights $p_i$ alongside network parameters, GT can recover standard transforms at specific settings while discovering dataset-specific combinations, achieving improvements in both computer vision and natural language processing with only a small parameter overhead. Empirical results show GT surpasses fixed-transform baselines (e.g., DCTNet, FNet) on ImageNet, SST-2, and CoLA, and can be extended to quantum architectures as Quantum General Transform (QGT) via Linear Combination of Unitaries (LCU). The work demonstrates GT’s robustness, generality across modalities, and potential for quantum-accelerated transform learning, suggesting a versatile and scalable approach for representation learning.
Abstract
Discrete transforms, such as the discrete Fourier transform, are widely used in machine learning to improve model performance by extracting meaningful features. However, with numerous transforms available, selecting an appropriate one often depends on understanding the dataset's properties, making the approach less effective when such knowledge is unavailable. In this work, we propose General Transform (GT), an adaptive transform-based representation designed for machine learning applications. Unlike conventional transforms, GT learns data-driven mapping tailored to the dataset and task of interest. Here, we demonstrate that models incorporating GT outperform conventional transform-based approaches across computer vision and natural language processing tasks, highlighting its effectiveness in diverse learning scenarios.
