Improving Discriminative Multi-Modal Learning with Large-Scale Pre-Trained Models

This paper investigates how to better leverage large-scale pre-trained uni-modal models to further enhance discriminative multi-modal learning. Even when fine-tuned with only uni-modal data, these models can outperform previous multi-modal models in certain tasks. It's clear that their incorporation into multi-modal learning would significantly improve performance. However, multi-modal learning with these models still suffers from insufficient learning of uni-modal features, which weakens the resulting multi-modal model's generalization ability. While fine-tuning uni-modal models separately and then aggregating their predictions is straightforward, it doesn't allow for adequate adaptation between modalities, also leading to sub-optimal results. To this end, we introduce Multi-Modal Low-Rank Adaptation learning (MMLoRA). By freezing the weights of uni-modal fine-tuned models, adding extra trainable rank decomposition matrices to them, and subsequently performing multi-modal joint training, our method enhances adaptation between modalities and boosts overall performance. We demonstrate the effectiveness of MMLoRA on three dataset categories: audio-visual (e.g., AVE, Kinetics-Sound, CREMA-D), vision-language (e.g., MM-IMDB, UPMC Food101), and RGB-Optical Flow (UCF101).

Paper

Similar papers

Peer review

Reviewer 32xM3/10 · confidence 5/52023-10-31

Summary

When applying large-scale pre-training models to multi-modal joint training, it can lead to insufficient feature learning of unimodal, and even perform worse than the performance of unimodal training alone, thereby weakening the generalization ability of multi-modal models. Therefore, the proposed method first freezes the weights of the unimodal fine-tuning model and introduces additional trainable rank decomposition matrices (LORA) into the model of a specific modality or all modalities. Then, these new parameters are trained through multi-modal joint training, allowing various modalities to better adapt to each other.

Strengths

The paper proposes a method called Multi-Modal Low-Rank Adaptation learning (MMLoRA), which introduces trainable low-rank decomposition matrices in multi-modal training, allowing for better adaptation between different modalities, thereby improving the performance of multi-modal learning. The effectiveness of MMLoRA has been demonstrated on multiple datasets, including audio-visual datasets (AVE, Kinetics-Sound, CREMA-D), visual-language datasets (MM-IMDB, UPMC Food101), and RGB-optical flow action recognition datasets (UCF101).

Weaknesses

The paper lacks innovation and novelty. The biggest shortcoming of the paper is that it does not explain why the proposed MMLoRA method can address the problem of insufficient feature learning of unimodal under the condition of multi-modal joint training. In addition, from the experimental results, the performance improvements are limited, which is not enough to prove that the LoRA fine-tuning method can address this problem. The reason for the effectiveness of the proposed method remains to be considered. Is it because LoRA's efficient fine-tuning method works, or because LoRA really solves the problem of insufficient learning of unimodal features? This paper cannot draw a conclusion and is unreliable.

Questions

The paper lacks innovation and novelty. The biggest shortcoming of the paper is that it does not explain why the proposed MMLoRA method can address the problem of insufficient feature learning of unimodal under the condition of multi-modal joint training. In addition, from the experimental results, the performance improvements are limited, which is not enough to prove that the LoRA fine-tuning method can address this problem. The reason for the effectiveness of the proposed method remains to be considered. Is it because LoRA's efficient fine-tuning method works, or because LoRA really solves the problem of insufficient learning of unimodal features? This paper cannot draw a conclusion and is unreliable.

Rating

3: reject, not good enough

Confidence

5: You are absolutely certain about your assessment. You are very familiar with the related work and checked the math/other details carefully.

Soundness

2 fair

Presentation

2 fair

Contribution

2 fair

Reviewer buaj3/10 · confidence 4/52023-11-01

Summary

This paper presents a method for improving multi-modal learning by leveraging large-scale pre-trained uni-modal models. The proposed Multi-Modal Low-Rank Adaptation learning (MMLoRA) freezes the weights of uni-modal models, adds extra trainable rank decomposition matrices, and then carries out multi-modal joint training, to enhance adaptation between modalities, thereby improving overall performance. The effectiveness of MMLoRA is demonstrated across three dataset categories: audio-visual, vision-language, and RGB-Optical flow.

Strengths

- The paper shows a slight performance improvement over the uni-modal ensemble (UME) method, demonstrating the efficacy of the proposed Multi-Modal Low-Rank Adaptation learning (MMLoRA). - The study is innovative in using additional fine-tuning of UME, which actually resulted in enhanced performance.

Weaknesses

- The use of an adapter with a small number of parameters to conduct fine-tuning when there is insufficient data in the target task is a common method. Unfortunately, this paper also uses fine-tuning with the LoRA adapter but doesn't offer a special design or consideration for multi-modal situations. - The performance of the proposed method appears to be highly dependent on LoRA's rank after close examination of the experimental results. Despite the utmost importance of the relationship between LoRA rank or full fine-tuning and data size, there is lack of discussion or study on this. - Unfortunately, this paper reads like a technical report which simply applies LoRA to the uni-modal ensemble method and checks the performance change, thus missing depth and more extensive analysis.

Questions

- Why should LoRA be used? What effects do other parameter-efficient fine-tuning (PEFT) methods have? - Are there any unique challenges or features to be considered when applying PEFT methods like LoRA in multi-modal problems? The paper could provide more detailed explanations or possible directions for future study on these topics.

Rating

3: reject, not good enough

Confidence

4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.

Soundness

1 poor

Presentation

1 poor

Contribution

1 poor

Reviewer ChZV6/10 · confidence 3/52023-11-02

Summary

This paper investigates how to better leverage large-scale pre-trained uni-modal models to further enhance multi-modal learning. Then, a Multi-Modal Low-Rank Adaptation learning (MMLoRA) method is proposed to improve multi-modal learning. Experiments on three dataset categories demonstrate the effectiveness of the proposed method.

Strengths

Employing LoRA for multi-modal learning looks interesting. The paper includes a few interesting analysis on different uni-modal and multi-modal models. The proposed MMLoRA method is effective.

Weaknesses

The novelty is not that significant.

Questions

No more questions.

Rating

6: marginally above the acceptance threshold

Confidence

3: You are fairly confident in your assessment. It is possible that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work. Math/other details were not carefully checked.

Soundness

3 good

Presentation

3 good

Contribution

2 fair

Reviewer iWgQ5/10 · confidence 4/52023-11-07

Summary

The paper proposes Multi-Modal LowRank Adaptation learning (MMLoRA) to improve the multi-model performance with large pretrained models. The lightweight lora layers are introduced into the uni-model backbone to enhance the adaption between modalities. The audio, vision and language models are investigated to validate the performance of MMLoRA.

Strengths

- The paper investigates MMLoRA with thorough experiments and ablation studies, such as the modality, the pretrained models and datasets. The effectiveness of large-pretrained models and lora layer is validated with performance improvement in multi-modal tasks.

Weaknesses

- LoRA has been widely used in LLM and MLLM. The novelty of MMLoRA is a little limited as shown in Figure1 , and the experiment does not show impressive result in the multi-modal tasks. - The paper shows the effectiveness of large-scale pretrained models with ResNet-18 and ViT-B. However, the size of model is relatively small for Multi-Modal model, and a much larger backbone should also be studied. - The introduction of lora in different parts of model can affect model performance as shown in section 4.3. The paper does not give reasonable explanations and enough experiments. How to apply lora in the multi-modal model for different tasks?

Questions

Listed above

Rating

5: marginally below the acceptance threshold

Confidence

4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.

Soundness

3 good

Presentation

3 good

Contribution

3 good

Ethics concerns

None.

© 2026 NYSGPT2525 LLC