When Vision Models Meet Parameter Efficient Look-Aside Adapters Without Large-Scale Audio Pretraining
Juan Yeo, Jinkwan Jang, Kyubyung Chae, Seongkyu Mun, Taesup Kim
TL;DR
The paper tackles the data- and compute-intensive barrier of large-scale audio pretraining by enabling direct, one-stage fine-tuning of ImageNet-pretrained vision transformers for audio tasks using a Look-Aside Adapter (LoAA). LoAA introduces time–frequency aware interactions through 1D convolutional projections inside adapters, providing a modality-specific inductive bias while keeping the backbone frozen. Across EPIC-SOUNDS, ESC-50, and Speech Commands, LoAA matches or exceeds dedicated audio-pretrained baselines, notably surpassing them on EPIC-SOUNDS at modest parameter budgets. This work offers a resource-efficient, effective approach for cross-modal audio understanding and highlights the value of tailored adapter designs in bridging vision and audio modalities.
Abstract
Recent studies show that pretrained vision models can boost performance in audio downstream tasks. To enhance the performance further, an additional pretraining stage with large scale audio data is typically required to infuse audio specific knowledge into the vision model. However, such approaches require extensive audio data and a carefully designed objective function. In this work, we propose bypassing the pretraining stage by directly fine-tuning the vision model with our Look Aside Adapter (LoAA) designed for efficient audio understanding. Audio spectrum data is represented across two heterogeneous dimensions time and frequency and we refine adapters to facilitate interactions between tokens across these dimensions. Our experiments demonstrate that our adapters allow vision models to reach or surpass the performance of pretrained audio models in various audio and speech tasks, offering a resource efficient and effective solution for leveraging vision models in audio applications.
