Search papers, labs, and topics across Lattice.
This paper introduces ModalShare, a novel bandwidth allocation strategy for multimodal split learning that optimally distributes uplink resources based on the contribution of each modality to the final prediction. By leveraging Shapley contribution scores to inform the keep-ratio for each modality, ModalShare significantly enhances model accuracy while maintaining a fixed uplink budget. The approach yields substantial improvements in performance, achieving accuracy gains of 15.4 and 12.4 percentage points on the CREMA-D and MVSA datasets, respectively, under 5x compression.
ModalShare reallocates bandwidth based on each modality's contribution, boosting accuracy by over 15 percentage points compared to traditional equal keep-ratios.
Multimodal models are increasingly the default option for perception at the network edge, yet they are trained almost entirely in the datacenter, because a client holding several sensor streams cannot host an encoder per modality. Split Learning makes such training feasible by keeping only the first layers on the device, at the cost of an uplink that must carry smashed activations for every modality at every step. Existing compression schemes give each modality the same keep-ratio, so the shared budget is divided in proportion to smashed-activation dimension, a quantity unrelated to how much each modality contributes to the fused prediction. We make that division an explicit decision and call it inter-modality allocation: under a fixed uplink budget, every policy transmits the same expected payload and differs only in how that payload is split across modalities. Our allocator, ModalShare, sets each modality's keep-ratio from a Shapley contribution score that the server computes over coalitions of activations it has already received. Measuring this score adds no uplink traffic and no client-side computation, and needs no prior knowledge of which stream is which. ModalShare improves accuracy over equal keep-ratios by 15.4 and 12.4 percentage points on CREMA-D and MVSA at matched payload in 5x compression, with strong performance across three compressors, three datasets, and four budgets. We show that existing compressors underperform in multimodal settings, with ModalShare recovering what gains are left behind.