Quantized-Tinyllava: a new multimodal foundation model enables efficient split learning
Jiajun Guo, Xin Luo, Jie Liu
TL;DR
This work tackles the privacy-driven data-sharing challenges of training large foundation models by integrating split learning with a learning-based, quantized multimodal framework. It introduces a FSQ-inspired discrete representation method with linear scaling and distortion regularization, paired with entropy-based bit-width selection to minimize transmission costs. Built on TinyLLaVA, the architecture includes per-modality quantizers, a vision tower, a connector, and a language model, and employs a two-stage training regime. Empirical results across perception and cognition benchmarks show near-original performance at low-bit transmission, demonstrating substantial efficiency gains for privacy-preserving, distributed multimodal learning.
Abstract
Split learning is well known as a method for resolving data privacy concerns by training a model on distributed devices, thereby avoiding data sharing that raises privacy issues. However, high network communication costs are always an impediment to split learning, especially for large foundation models that require transmitting large amounts of high-dimensional data. To resolve this issue, we present a new multimodal model structure that incorporates a learning-based data compression method, which compresses model embeddings into low-bit integers while preserving the model's performance, greatly reducing the transmission costs between partitions. We then determine the optimal number of discrete representation levels based on a solid theoretical foundation from entropy coding.
