FoRA: Low-Rank Adaptation Model beyond Multimodal Siamese Network
Weiying Xie, Yusi Zhang, Tianlin Hui, Jiaqing Zhang, Jie Lei, Yunsong Li
TL;DR
This work tackles distribution biases in multimodal object detection arising from two-stream backbones by introducing FoRA with a shared backbone and Low-rank Modal Adaptors (LMA). A dynamic adaptive rank allocation strategy tunes adaptor capacity across feature levels, balancing heterogeneity with parameter cost. Empirical results on DroneVehicle and LLVIP show state-of-the-art accuracy with dramatically reduced parameter growth, notably achieving a 10.4% mAP@0.5 gain on DroneVehicle with ~149M fewer parameters. The approach provides a scalable, efficient path for robust multimodal fusion in challenging visual environments.
Abstract
Multimodal object detection offers a promising prospect to facilitate robust detection in various visual conditions. However, existing two-stream backbone networks are challenged by complex fusion and substantial parameter increments. This is primarily due to large data distribution biases of multimodal homogeneous information. In this paper, we propose a novel multimodal object detector, named Low-rank Modal Adaptors (LMA) with a shared backbone. The shared parameters enhance the consistency of homogeneous information, while lightweight modal adaptors focus on modality unique features. Furthermore, we design an adaptive rank allocation strategy to adapt to the varying heterogeneity at different feature levels. When applied to two multimodal object detection datasets, experiments validate the effectiveness of our method. Notably, on DroneVehicle, LMA attains a 10.4% accuracy improvement over the state-of-the-art method with a 149M-parameters reduction. The code is available at https://github.com/zyszxhy/FoRA. Our work was submitted to ACM MM in April 2024, but was rejected. We will continue to refine our work and paper writing next, mainly including proof of theory and multi-task applications of FoRA.
