Table of Contents
Fetching ...

FITMM: Adaptive Frequency-Aware Multimodal Recommendation via Information-Theoretic Representation Learning

Wei Yang, Rui Zhong, Yiqun Chen, Shixuan Li, Heng Ping, Chi Lu, Peng Jiang

TL;DR

Multimodal recommender systems often fuse heterogeneous signals in the spatial domain, causing misalignment and redundancy. FITMM introduces a frequency-aware information-theoretic framework that decomposes modalities into frequency bands, performs bandwise cross-modal fusion, and applies an information bottleneck and spectral-consistency regularization; theory shows that under an orthogonal transform the Gaussian IB decouples across bands, enabling a separate-then-fuse design with Wiener-like per-band gating ($\mathcal{L}_{IB}=\sum_{k=1}^K \mathcal{L}^{(k)}_{IB}$). The approach uses graph-enhanced, modality-specific representations, per-band interactions, and a global budget to allocate capacity, achieving strong empirical gains on three real-world datasets and particularly improving cold-start recommendations. Ablation and spectral analyses corroborate the importance of frequency decomposition and IB-based regularization for robust, interpretable multimodal personalization.

Abstract

Multimodal recommendation aims to enhance user preference modeling by leveraging rich item content such as images and text. Yet dominant systems fuse modalities in the spatial domain, obscuring the frequency structure of signals and amplifying misalignment and redundancy. We adopt a spectral information-theoretic view and show that, under an orthogonal transform that approximately block-diagonalizes bandwise covariances, the Gaussian Information Bottleneck objective decouples across frequency bands, providing a principled basis for separate-then-fuse paradigm. Building on this foundation, we propose FITMM, a Frequency-aware Information-Theoretic framework for multimodal recommendation. FITMM constructs graph-enhanced item representations, performs modality-wise spectral decomposition to obtain orthogonal bands, and forms lightweight within-band multimodal components. A residual, task-adaptive gate aggregates bands into the final representation. To control redundancy and improve generalization, we regularize training with a frequency-domain IB term that allocates capacity across bands (Wiener-like shrinkage with shut-off of weak bands). We further introduce a cross-modal spectral consistency loss that aligns modalities within each band. The model is jointly optimized with the standard recommendation loss. Extensive experiments on three real-world datasets demonstrate that FITMM consistently and significantly outperforms advanced baselines.

FITMM: Adaptive Frequency-Aware Multimodal Recommendation via Information-Theoretic Representation Learning

TL;DR

Multimodal recommender systems often fuse heterogeneous signals in the spatial domain, causing misalignment and redundancy. FITMM introduces a frequency-aware information-theoretic framework that decomposes modalities into frequency bands, performs bandwise cross-modal fusion, and applies an information bottleneck and spectral-consistency regularization; theory shows that under an orthogonal transform the Gaussian IB decouples across bands, enabling a separate-then-fuse design with Wiener-like per-band gating (). The approach uses graph-enhanced, modality-specific representations, per-band interactions, and a global budget to allocate capacity, achieving strong empirical gains on three real-world datasets and particularly improving cold-start recommendations. Ablation and spectral analyses corroborate the importance of frequency decomposition and IB-based regularization for robust, interpretable multimodal personalization.

Abstract

Multimodal recommendation aims to enhance user preference modeling by leveraging rich item content such as images and text. Yet dominant systems fuse modalities in the spatial domain, obscuring the frequency structure of signals and amplifying misalignment and redundancy. We adopt a spectral information-theoretic view and show that, under an orthogonal transform that approximately block-diagonalizes bandwise covariances, the Gaussian Information Bottleneck objective decouples across frequency bands, providing a principled basis for separate-then-fuse paradigm. Building on this foundation, we propose FITMM, a Frequency-aware Information-Theoretic framework for multimodal recommendation. FITMM constructs graph-enhanced item representations, performs modality-wise spectral decomposition to obtain orthogonal bands, and forms lightweight within-band multimodal components. A residual, task-adaptive gate aggregates bands into the final representation. To control redundancy and improve generalization, we regularize training with a frequency-domain IB term that allocates capacity across bands (Wiener-like shrinkage with shut-off of weak bands). We further introduce a cross-modal spectral consistency loss that aligns modalities within each band. The model is jointly optimized with the standard recommendation loss. Extensive experiments on three real-world datasets demonstrate that FITMM consistently and significantly outperforms advanced baselines.
Paper Structure (32 sections, 3 theorems, 13 equations, 4 figures, 4 tables)

This paper contains 32 sections, 3 theorems, 13 equations, 4 figures, 4 tables.

Key Result

proposition 1

Let $X=\mathrm{concat}(X^{(1)},\dots,X^{(K)})$ be modality-aware frequency components obtained by an orthogonal (or tight-frame) decomposition of multimodal embeddings (e.g., SVD/wavelet/graph-wavelet). Suppose $(X,Y)$ are jointly Gaussian, and both$\Sigma_{XX}\!=\!\mathrm{Cov}(X)$ and $\Sigma_{X|Y}

Figures (4)

  • Figure 1: The overall architecture of the proposed FITMM framework, which integrates modality-specific frequency decomposition, task-adaptive fusion, and information-theoretic regularization to enable fine-grained and robust recommendation.
  • Figure 2: Spectral visualization of ID, visual, and textual representations across three frequency bands using t-SNE. Low-frequency bands exhibit modality-specific clustering; mid-frequency bands show increasing cross-modal overlap; high-frequency bands reflect task-specific, modality-agnostic semantic encoding, validating our frequency-aware modeling design.
  • Figure 3: Comparison of frequency-wise energy distribution between cold-start and warm-start items.
  • Figure 4: Sensitivity analysis of key hyperparameters. The model shows robust performance under moderate settings.

Theorems & Definitions (3)

  • proposition 1: Bandwise Gaussian Information Bottleneck (GIB): existence of a band-separable optimum
  • corollary 1: Connection to Wiener weighting
  • proposition 2: Reverse water-filling for frequency-IB