Beyond Real Weights: Hypercomplex Representations for Stable Quantization
Jawad Ibn Ahad, Maisha Rahman, Amrijit Biswas, Muhammad Rafsan Kabir, Robin Krambroeckers, Sifat Momen, Nabeel Mohammed, Shafin Rahman
TL;DR
This work addresses the efficiency gap in multimodal large language models by introducing Parameterized Hypercomplex Multiplication (PHM) to replace dense feed-forward layers in a staged, stable manner. A residual transition with an interpolation coefficient, together with reconstruction and knowledge-distillation losses, enables a smooth shift from dense to hypercomplex representations. The approach achieves substantial parameter and FLOPs reductions while preserving multimodal alignment, delivering competitive captioning and QA performance across multiple benchmarks and enabling faster inference. The results suggest a practical, architecture-compatible path toward efficient multimodal reasoning that complements low-bit quantization techniques.
Abstract
Multimodal language models (MLLMs) require large parameter capacity to align high-dimensional visual features with linguistic representations, making them computationally heavy and difficult to deploy efficiently. We introduce a progressive reparameterization strategy that compresses these models by gradually replacing dense feed-forward network blocks with compact Parameterized Hypercomplex Multiplication (PHM) layers. A residual interpolation schedule, together with lightweight reconstruction and knowledge distillation losses, ensures that the PHM modules inherit the functional behavior of their dense counterparts during training. This transition yields substantial parameter and FLOP reductions while preserving strong multimodal alignment, enabling faster inference without degrading output quality. We evaluate the approach on multiple vision-language models (VLMs). Our method maintains performance comparable to the base models while delivering significant reductions in model size and inference latency. Progressive PHM substitution thus offers an architecture-compatible path toward more efficient multimodal reasoning and complements existing low-bit quantization techniques.
