paper-with-me

Papers

Zipper: A Multi-Tower Decoder Architecture for Fusing Modalities

2024-05-29 · Vicky Zayats, Peter Chen, Melissa Ferrari, Dirk Padfield

Integrating multiple generative foundation models, especially those trained on different modalities, into something greater than the sum of its parts poses significant challenges. Two key hurdles are the availability of aligned data (concepts that contain similar meaning but is expressed differently in different modalities), and effectively leveraging unimodal representations in cross-domain generative tasks, without compromising their original unimodal capabilities. We propose Zipper, a multi-tower decoder architecture that addresses these concerns by using cross-attention to flexibly compose multimodal generative models from independently pre-trained unimodal decoders. In our experiments fusing speech and text modalities, we show the proposed architecture performs very competitively in scenarios with limited aligned text-speech data. We also showcase the flexibility of our model to selectively maintain unimodal (e.g., text-to-text generation) generation performance by freezing the corresponding modal tower (e.g. text). In cross-modal tasks such as automatic speech recognition (ASR) where the output modality is text, we show that freezing the text backbone results in negligible performance degradation. In cross-modal tasks such as text-to-speech generation (TTS) where the output modality is speech, we show that using a pre-trained speech backbone results in superior performance to the baseline.

📄 PDF Abstract BibTeX arXiv:2405.18669

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognitionSpeech RecognitionText Generationtext-to-speechText to Speech

Similar Papers 제목 키워드 기반

Convolutional Two-Stream Network Fusion for Video Action Recognition

2016-04-22 · CVPR 2016 6 · Christoph Feichtenhofer, Axel Pinz, Andrew Zisserman

Recent applications of Convolutional Neural Networks (ConvNets) for human action recognition in videos have proposed different solutions for incorporating the appearance and motion information. We study a number of ways …

Action RecognitionAction Recognition In VideosTemporal Action LocalizationVocal Bursts Valence Prediction

ASCENT: Transformer-Based Aircraft Trajectory Prediction in Non-Towered Terminal Airspace

2026-03-17 · Alexander Prutsch, David Schinagl, Horst Possegger arxiv

Accurate trajectory prediction can improve General Aviation safety in non-towered terminal airspace, where high traffic density increases accident risk. We present ASCENT, a lightweight transformer-based model for multi-…

Trajectory ForecastingTrajectory Prediction

Zipper-LoRA: Dynamic Parameter Decoupling for Speech-LLM based Multilingual Speech Recognition

2026-03-18 · Yuxiang Mei, Delai Qiu, Shengping Liu, Jiaen Liang 외 arxiv

Speech Large Language Models (Speech-LLMs) have emerged as a powerful approach for automatic speech recognition (ASR) by aligning speech encoders with large language models. However, adapting these systems to multilingua…

parameter-efficient fine-tuningSpeech Recognition

Disaggregated Multi-Tower: Topology-aware Modeling Technique for Efficient Large-Scale Recommendation

2024-03-01 · Liang Luo, Buyun Zhang, Michael Tsang, Yinbin Ma 외

We study a mismatch between the deep learning recommendation models' flat architecture, common distributed training paradigm and hierarchical data center topology. To address the associated inefficiencies, we propose Dis…

Deep Mutual Learning across Task Towers for Effective Multi-Task Recommender Learning

2023-09-19 · Yi Ren, Ying Du, Bin Wang, Shenzheng Zhang

Recommender systems usually leverage multi-task learning methods to simultaneously optimize several objectives because of the multi-faceted user behavior data. The typical way of conducting multi-task learning is to esta…

Multi-Task LearningRecommendation Systems