paper-with-me

홈 › Papers

Quantized-Tinyllava: a new multimodal foundation model enables efficient split learning

2025-11-28 · Jiajun Guo, Xin Luo, Jiayin Zheng, Yiqun Wang, Kai-Wei Chang, Wei Wang, Jie Liu arxiv

Multimodal foundation models are increasingly trained on sensitive data across domains such as finance, biomedicine, and personal identifiers. However, this distributed setup raises serious privacy concerns due to the need for cross-partition data sharing. Split learning addresses these concerns by enabling collaborative model training without raw data exchange between partitions, yet it introduces a significant challenge: transmitting high-dimensional intermediate feature representations between partitions leads to substantial communication costs. To address this challenge, we propose Quantized-TinyLLaVA, a multimodal foundation model with an integrated communication-efficient split learning framework. Our approach adopts a compression module that quantizes intermediate feature into discrete representations before transmission, substantially reducing communication overhead. Besides, we derive a principled quantization strategy grounded in entropy coding theory to determine the optimal number of discrete representation levels. We deploy our framework in a two-partition setting, with one partition operating as the client and the other as the server, to realistically simulate distributed training. Under this setup, Quantized-TinyLLaVA achieves an approximate \textbf{87.5\%} reduction in communication overhead with 2-bit quantization, while maintaining performance of the original 16-bit model across five benchmark datasets. Furthermore, our compressed representations exhibit enhanced resilience against feature inversion attacks, validating the privacy of transmission. The code is available at https://github.com/anonymous-1742/Quantized-TinyLLaVA.

📄 PDF Abstract BibTeX arXiv:2511.23402

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TinyLLaVA-Video-R1: Towards Smaller LMMs for Video Reasoning

2025-04-13 · Xingjian Zhang, Siwei Wen, Wenjun Wu, Lei Huang

Recently, improving the reasoning ability of large multimodal models (LMMs) through reinforcement learning has made great progress. However, most existing works are based on highly reasoning-intensive datasets such as ma…

Question Answeringreinforcement-learningReinforcement LearningVideo Understanding

TinyLLaVA Factory: A Modularized Codebase for Small-scale Large Multimodal Models

2024-05-20 · Junlong Jia, Ying Hu, Xi Weng, Yiming Shi 외

We present TinyLLaVA Factory, an open-source modular codebase for small-scale large multimodal models (LMMs) with a focus on simplicity of code implementations, extensibility of new features, and reproducibility of train…

Philosophy

TinyLLaVA: A Framework of Small-scale Large Multimodal Models

2024-02-22 · Baichuan Zhou, Ying Hu, Xi Weng, Junlong Jia 외

We present the TinyLLaVA framework that provides a unified perspective in designing and analyzing the small-scale Large Multimodal Models (LMMs). We empirically study the effects of different vision encoders, connection …

Visual Question Answering

TinyLLaVA-Video: A Simple Framework of Small-scale Large Multimodal Models for Video Understanding

2025-01-26 · Xingjian Zhang, Xi Weng, Yihao Yue, Zhaoxin Fan 외

We present the TinyLLaVA-Video, a video understanding model with parameters not exceeding 4B that processes video sequences in a simple manner, without the need for complex architectures, supporting both fps sampling and…

Video Understanding

Accelerating a Triton Fused Kernel for W4A16 Quantized Inference with SplitK work decomposition

2024-01-05 · Adnan Hoque, Less Wright, Chih-Chieh Yang, Mudhakar Srivatsa 외

We propose an implementation of an efficient fused matrix multiplication kernel for W4A16 quantized inference, where we perform dequantization and GEMM in a fused kernel using a SplitK work decomposition. Our implementat…