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.