Structured-Noise Masked Modeling for Video, Audio and Beyond
Aritra Bhowmik, Fida Mohammad Thoker, Carlos Hinojosa, Bernard Ghanem, Cees G. M. Snoek
TL;DR
The paper tackles the problem that random masking in self-supervised masked modeling ignores modality-specific structure. It introduces structured-noise masking, generating masks by filtering white noise into color noise patterns: Green3D noise for video (spatiotemporal structure), Optim Blue noise for audio (uniform patch distribution in spectrograms), and combined audio-visual masking. Key contributions include three new masking schemes, extensive cross-modal evaluations (video action recognition, video object segmentation, audio classification, and audio-visual classification), and detailed ablations showing the importance of mask color, 3D vs 2D masking, and masking ratio. The findings demonstrate that modality-aware masking improves representation learning with no computational overhead, suggesting broad applicability to self-supervised learning pipelines across vision, audio, and multimodal domains.
Abstract
Masked modeling has emerged as a powerful self-supervised learning framework, but existing methods largely rely on random masking, disregarding the structural properties of different modalities. In this work, we introduce structured noise-based masking, a simple yet effective approach that naturally aligns with the spatial, temporal, and spectral characteristics of video and audio data. By filtering white noise into distinct color noise distributions, we generate structured masks that preserve modality-specific patterns without requiring handcrafted heuristics or access to the data. Our approach improves the performance of masked video and audio modeling frameworks without any computational overhead. Extensive experiments demonstrate that structured noise masking achieves consistent improvement over random masking for standard and advanced masked modeling methods, highlighting the importance of modality-aware masking strategies for representation learning.
