PLAY PODCASTS
R2-T2: Re-Routing in Test-Time for Multimodal Mixture-of-Experts
Episode 622

R2-T2: Re-Routing in Test-Time for Multimodal Mixture-of-Experts

Daily Paper Cast

March 1, 202522m 25s

Audio is streamed directly from the publisher (media.transistor.fm) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.

Show Notes

🤗 Upvotes: 33 | cs.LG

Authors:
Zhongyang Li, Ziyue Li, Tianyi Zhou

Title:
R2-T2: Re-Routing in Test-Time for Multimodal Mixture-of-Experts

Arxiv:
http://arxiv.org/abs/2502.20395v1

Abstract:
In large multimodal models (LMMs), the perception of non-language modalities (e.g., visual representations) is usually not on par with the large language models (LLMs)' powerful reasoning capabilities, deterring LMMs' performance on challenging downstream tasks. This weakness has been recently mitigated by replacing the vision encoder with a mixture-of-experts (MoE), which provides rich, multi-granularity, and diverse representations required by diverse downstream tasks. The performance of multimodal MoE largely depends on its router, which reweights and mixes the representations of different experts for each input. However, we find that the end-to-end trained router does not always produce the optimal routing weights for every test sample. To bridge the gap, we propose a novel and efficient method "Re-Routing in Test-Time(R2-T2) that locally optimizes the vector of routing weights in test-time by moving it toward those vectors of the correctly predicted samples in a neighborhood of the test sample. We propose three R2-T2 strategies with different optimization objectives and neighbor-search spaces. R2-T2 consistently and greatly improves state-of-the-art LMMs' performance on challenging benchmarks of diverse tasks, without training any base-model parameters.