paper-with-me

홈 › Papers

Fine-tuning Multimodal Transformers on Edge: A Parallel Split Learning Approach

2025-02-10 · Timo Fudala, Vasileios Tsouvalas, Nirvana Meratnia

Multimodal transformers integrate diverse data types like images, audio, and text, advancing tasks such as audio-visual understanding and image-text retrieval; yet their high parameterization limits deployment on resource-constrained edge devices. Split Learning (SL), which partitions models at a designated cut-layer to offload compute-intensive operations to the server, offers a promising approach for distributed training of multimodal transformers, though its application remains underexplored. We present MPSL, a parallel SL approach for computational efficient fine-tuning of multimodal transformers in a distributed manner, while eliminating label sharing, client synchronization, and per-client sub-model management. MPSL employs lightweight client-side tokenizers and a unified modality-agnostic encoder, allowing flexible adaptation to task-specific needs. Our evaluation across 7 multimodal datasets demonstrates that MPSL matches or outperforms Federated Learning, reduces client-side computations by 250x, and achieves superior scalability in communication cost with model growth. Through extensive analysis, we highlight task suitability, trade-offs, and scenarios where MPSL excels, inspiring further exploration.

📄 PDF Abstract BibTeX arXiv:2502.06355

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningImage-text RetrievalManagementText Retrieval

Similar Papers 제목 키워드 기반

Layer-Parallel Training for Transformers

2026-01-13 · Shuai Jiang, Marc Salvadó-Benasco, Eric C. Cyr, Alena Kopaničáková 외 arxiv

We present a new training methodology for transformers using a multilevel, layer-parallel approach. Through a neural ODE formulation of transformers, our application of a multilevel parallel-in-time algorithm for the for…

Machine Translation

Tangent Transformers for Composition, Privacy and Removal

2023-07-16 · Tian Yu Liu, Aditya Golatkar, Stefano Soatto

We introduce Tangent Attention Fine-Tuning (TAFT), a method for fine-tuning linearized transformers obtained by computing a First-order Taylor Expansion around a pre-trained initialization. We show that the Jacobian-Vect…

Machine Unlearning

Alpha at SemEval-2021 Task 6: Transformer Based Propaganda Classification

2021-08-01 · SEMEVAL 2021 · Zhida Feng, Jiji Tang, Jiaxiang Liu, Weichong Yin 외

This paper describes our system participated in Task 6 of SemEval-2021: the task focuses on multimodal propaganda technique classification and it aims to classify given image and text into 22 classes. In this paper, we p…

Classification

Efficient Multimodal Fusion via Interactive Prompting

2023-04-13 · CVPR 2023 1 · Yaowei Li, Ruijie Quan, Linchao Zhu, Yi Yang

Large-scale pre-training has brought unimodal fields such as computer vision and natural language processing to a new era. Following this trend, the size of multi-modal learning models constantly increases, leading to an…

Integrating Multimodal Information in Large Pretrained Transformers

2019-08-15 · ACL 2020 6 · Wasifur Rahman, Md. Kamrul Hasan, Sangwu Lee, Amir Zadeh 외

Recent Transformer-based contextual word representations, including BERT and XLNet, have shown state-of-the-art performance in multiple disciplines within NLP. Fine-tuning the trained contextual models on task-specific d…

Multimodal Sentiment AnalysisQuestion AnsweringSentiment Analysis