Fourier-Attentive Representation Learning: A Fourier-Guided Framework for Few-Shot Generalization in Vision-Language Models
Hieu Dinh Trung Pham, Huy Minh Nhat Nguyen, Cuong Tuan Nguyen
TL;DR
This work tackles the entanglement of structure and style in Vision-Language Model adaptation by introducing FARL, a Fourier-guided framework that disentangles phase (structure) and amplitude (style) information. A dual cross-attention mechanism operates on learned modality-agnostic tokens to extract structure- and style-aware representations, which are asymmetrically injected into the text and image encoders, respectively. Empirical results across 15 datasets demonstrate improved base-to-novel generalization, cross-dataset transfer, and domain generalization, with qualitative analyses confirming distinct role separation between phase- and amplitude-driven cues. The study highlights Fourier-domain disentanglement as a principled approach to enhance robustness and generalization in few-shot VLM adaptation.
Abstract
Large-scale pre-trained Vision-Language Models (VLMs) have demonstrated strong few-shot learning capabilities. However, these methods typically learn holistic representations where an image's domain-invariant structure is implicitly entangled with its domain-specific style. This presents an opportunity to further enhance generalization by disentangling these visual cues. In this paper, we propose Fourier-Attentive Representation Learning (FARL), a novel framework that addresses this by explicitly disentangling visual representations using Fourier analysis. The core of our method is a dual cross-attention mechanism, where learnable representation tokens separately query an image's structural features (from the phase spectrum) and stylistic features (from the amplitude spectrum). This process yields enriched, disentangled tokens that are then injected deep into the VLM encoders to guide adaptation. Our design, which includes an asymmetric injection strategy, forces the model to learn a more robust vision-language alignment. Extensive experiments on 15 datasets demonstrate the effectiveness of our approach.
