Summary
This paper focus on enhancing multimodal fusion which is one of the fundamental problem in multimodal learning. The authors dementrate that current multimodal fusion methods either run the risk of information loss in the respective unimodal or suffer from various challenges like feature shifts, cross modal distributional changes, and so on. Thus, this paper introduces a new fusion method called Progressive Fusion to conbining the benefits of both early and late fusion, which fusing multimodal information in an iterative manner.
Strengths
1. The paper introduces a novel cyclic fusion method, improving the expressiveness of the representations. The proposed method is novel and well-motivated to me.
2. The paper proposes an interesting issue in multimodal fusion i.e., deep unfolding/iterative models that do not cycle cross-modal information and still suffer from the “fuse it or lose it”. I believe this issue is worth to be well addressed.
3. The paper is well written and follows a good structure.
Weaknesses
1. **Related works**: In the introduction section, only two types of model fusion are mentioned, early fusion and late fusion, without including intermediate fusion. Therefore, the first contribution might not be strong enough for me, as various intermediate fusion methods might already encompass this aspect. In subsequent experiments, it's also recommended to include comparative experiments with relevant intermediate fusion methods e.g. concat, self-attention and so on. Additionally, late fusion should fuse information at the decision level rather than the feature level, which would be more appropriate in my view.
2. **Impact of potential noise**: In my opinion, When one modality is noised, the proposed method fuses features into a single modality, potentially introducing additional noise into the clean modality during cyclic progress.
3. **Experimental comparisons**: It's mentioned that the proposed method's parameters are consistent with those of the comparative methods. However, the supplementary material states that the increase in the number of parameters is minimal. In comparison to the original model, the model parameters increase by almost 5% in RefNet and nearly 2% in GB, LFN, and MFM methods. Moreover, according to Figure 5, most of the model performance improvements proposed in your paper are below 1%. Therefore, it's advisable to conduct more ablation experiments. Additionally, the phenomenon in Figure 6 seems a little trivial in my view because unrolling provides one modality with information from another, leading to an increase in accuracy. This is because, at this point, single-modality classification is not purely based on one modality's information.
4. **Other Issues**: There is a format issue in Table 6 of the supplementary material. The definition of "ROBUTSNESS" in the supplementary material and the main text doesn't seem consistent: one is presented in terms of negative MSE, and the other resembles a positive metric like accuracy. Please ensure clarity in graphical representations and labels.