The Devil is in the Frequency: Geminated Gestalt Autoencoder for Self-Supervised Visual Pre-Training
Hao Liu, Xinghua Jiang, Xin Li, Antai Guo, Deqiang Jiang, Bo Ren
TL;DR
This work rethinks Masked Image Modeling by introducing Geminated Gestalt AutoEncoder (Ge$^2$-AE), which jointly reconstructs content in pixel and Fourier frequency spaces to capture both local details and global semantics. A lightweight Frequency Decoder with a Fourier Spectrum Perceiver enforces informative frequency emphasis and interacts with the pixel branch via reciprocal constraints, alleviating over-smoothing observed in pixel-only targets. Empirically, Ge$^2$-AE yields robust, transferable representations, showing competitive ImageNet-1K performance and strong transfer on COCO and ADE20K, while also providing insights through power-law and CKA analyses. This frequency-domain perspective offers a practical and scalable pathway to enhance self-supervised visual pre-training without extra data or heavy tokenizer frameworks.
Abstract
The self-supervised Masked Image Modeling (MIM) schema, following "mask-and-reconstruct" pipeline of recovering contents from masked image, has recently captured the increasing interest in the multimedia community, owing to the excellent ability of learning visual representation from unlabeled data. Aiming at learning representations with high semantics abstracted, a group of works attempts to reconstruct non-semantic pixels with large-ratio masking strategy, which may suffer from "over-smoothing" problem, while others directly infuse semantics into targets in off-line way requiring extra data. Different from them, we shift the perspective to the Fourier domain which naturally has global perspective and present a new Masked Image Modeling (MIM), termed Geminated Gestalt Autoencoder (Ge$^2$-AE) for visual pre-training. Specifically, we equip our model with geminated decoders in charge of reconstructing image contents from both pixel and frequency space, where each other serves as not only the complementation but also the reciprocal constraints. Through this way, more robust representations can be learned in the pre-trained encoders, of which the effectiveness is confirmed by the juxtaposing experimental results on downstream recognition tasks. We also conduct several quantitative and qualitative experiments to investigate the learning behavior of our method. To our best knowledge, this is the first MIM work to solve the visual pre-training through the lens of frequency domain.
