Author's response (1/2)
We thank the reviewer for their positive feedback and valuable insights. We are glad that the reviewer sees value in integrating multiple modalities and the proposed multimodal benchmark for the community, and we do aim to make it publicly available for the research community.
>The paper shows the main experimental results of the proposed method, SAMM (Semantic-aware multimodal method), in Table 1~2. I think that the performances of other methods reported in major references such as [Buzzega et al., NIPS20] or [Arani et al., PAMI 2022] seem to be compared. Since lack of comparison, it is NOT clear to figure out the effectiveness and uniqueness of the proposed method among other methods.
We would like to emphasize that the main goal of our study is not necessarily to achieve state-of-the-art results but rather to advocate for the adoption of multimodal continuous learning (CL) and to establish a standardized benchmark setting for research in this area. Therefore, the focus of our work was on demonstrating the advantages of multimodal experience replay over unimodal experience replay in challenging CL scenarios.
Additionally, we propose a promising direction for aligning modalities to enhance complementary learning. This alignment is proposed in a manner that not only enables multimodal inference but also serves as a baseline for unimodal inference, thereby creating a foundation for future research to build upon.
Furthermore, while there are several state-of-the-art methods in unimodal CL, the majority of them cannot be applied directly in a multimodal setting and would require modifications and adaptation to multimodal architecture.
However, the ablation study in Appendix (Table 3) shows the contributions of the different components in SAMM. *UM + CR* would correspond to an adaptation of DER++ [Buzzega et al., NIPS20] in a multimodal setting, and we show that SAMM provides considerable performance gains over it (34.51 vs. 29.13).
> The paper does NOT provide enough information (including data composition, details on evaluation, and experimental settings) to reproduce the results in the experiments, even though Appendix A.2~A.4 presents some information.
We have added further details about the dataset composition, and experimental setup to enhance the reproducibility of our results. Additionally, we will make the code and dataset publicly available.
> It seems weak as a paper to propose a new dataset. Because it needs to provide baseline performances to show the characteristics of the dataset. On the other hand, it seems weak as a paper to propose a novel method for continual learning for visual-audio multimodal settings since it does not clearly validate the pros and cons of the proposed method.
Our study aims to make a case for multimodal learning, as multisensory information processing is one of the salient features of the human brain, which may account for its CL capabilities. Not only do multiple modalities enable the model to learn a holistic and robust representation of objects, but multi-modal replay may also allow for better knowledge consolidation and less forgetting. Therefore, the key takeaway message from our study is that, similar to humans, multimodal learning might be critical in enabling effective CL in DNNs, and we want to encourage the research community at large to shift towards multimodal CL from unimodal CL.
We welcome any suggestion or recommendation from the reviewer to more clearly validate the pros and cons of the proposed approach.