Summary
This paper addresses the challenge of modality laziness, which occurs when certain modalities are not fully optimized while jointly optimizing multimodal data. The proposed approach tackles this issue by processing only one modality per iteration, employing a shared head, and utilizing distinct encoders for each modality. To mitigate the introduced modality forgetting problem, the paper introduces a gradient modification matrix. Furthermore, the method incorporates test-time modality fusion to enhance inference performance. Experimental results demonstrate that this approach surpasses jointly optimized methods in both single modality and multimodality scenarios.
Strengths
(1) The utilization of alternative adaptations for each modality effectively mitigates the modality laziness issue.
(2) Good experimental results are achieved on multi-modality data to validate the effectiveness of the method.
Weaknesses
(1) Further clarification is needed for the following points:
a) The initialization of the modification matrix (P_1) is not specified.
b) For the equation (3), the dividend of q_t should be P_t or P_(t-1)?
c) The setting for using a single modality is unclear. Does it pertain to training with a single modality or inferring with a single modality?
(2) In Table 4, it is not specified whether the CLIP method refers to a pre-trained CLIP or a fine-tuned CLIP.
(3) The paper states that all modalities share a head, and mentions that "the output dimension of this fully connected layer matched the number of classes specific to each dataset." Does this imply that the label space for each dataset is fixed? The question seems too narrow and the application may be limited.
(4) Regarding the novelty of the work, the paper's contributions appear to be somewhat limited, as the key techniques such as the gradient-based technique to avoid forgetting have long been studied in the literature on continual learning including orthogonal weights modification (OWM) [1], Orthogonal gradient descent (OGD) [2], and PCA-OGD [3].
(5). This paper uses a special case of the OWM method when the number of fully connected layers is 1. The ablation study of the architecture of the shared head and the selection of this gradient-modification technique is missing.
(6) The paper makes an assumption that inferior modality gives high-entropy predictions. Experiments to examine or support this assumption are missed.
Reference List
[1] Zeng, Guanxiong, et al. "Continual learning of context-dependent processing in neural networks." Nature Machine Intelligence 1.8 (2019): 364-372.
[2] Farajtabar, Mehrdad, et al. "Orthogonal gradient descent for continual learning." International Conference on Artificial Intelligence and Statistics. PMLR, 2020.
[3] Doan, Thang, et al. "A theoretical analysis of catastrophic forgetting through the ntk overlap matrix." International Conference on Artificial Intelligence and Statistics. PMLR, 2021.
Questions
(1). The sequence to iterate each modality is not unique. Does and how the order to iterate affect the alternating training? For example, when there is image, video, and text data. Does the sequence of Image->Video->Text differ from the sequence of Image->Text->Video?
(2). How this iteration over each modality affects the convergence rate in the unit of training iteration/step
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.