Response to Reviewer iMtM (Part1/2)
**Q: The risk of TDC is avoidable through sanity checks with simple data collection, by simply inputting data obtained from an image search engine or a text image model such as Stable Diffusion without privacy concerns.**
A: The concern about the feasibility of sanity checks for avoiding TDC is worthy of consideration. However, our assumption in the context of Data-Free Meta-Learning (DFML) is based on scenarios where an extensive pool of pre-trained models is available. For instance, MAML, a classical meta-learning algorithm, requires over 100K tasks for effective training. Manually conducting sanity checks across such a vast array of models is impractical, both in terms of time and resources. Specifically, (i) gathering specific test data or generating specific images is time-consuming, and (ii) even if we already have the data, evaluating a large volume of models individually can be costly.
In contrast, our solution allows for automatic pre-trained model identification and selection within the meta-training process, which mitigates the need for manual data collection or generation and model evaluation. This is particularly beneficial in scenarios involving constructing large model pools by automatic commands.
------
**Q: The replay-based method in TEAPOT has already been well studied in the context of continual learning.**
A: The reviewer's observation about the replay-based method's familiarity with continual learning is acknowledged. However, as demonstrated in our paper (Table 3 in our first submission), applying conventional replay methods to Data-Free Meta-Learning (DFML) faces unique challenges. The limited diversity in stored memory tasks does not adequately represent the underlying task distribution required for DFML, e.g. MAML requires 100K tasks for efficient training. Our proposed interpolated task-memory replay technique, as explained in Section 4.1, addresses this by generating diversified tasks from existing memory without exceeding memory constraints, thereby enhancing the meta-learner's generalization capability across a broader range of tasks. Overall, we highlight the challenges faced by existing replay-based methods in the context of data-free meta-learning and propose a simple but effective baseline.
------
**Q: Section 4 is misleading because of the mixture of existing and proposed methods. In particular, the second paragraph is almost the same as in the previous study.**
A: We understand the reviewer's concern regarding the clarity of Section 4. The loss function we described, which includes a classification loss and a regularization term, is indeed a standard approach in the field of data-free learning, including data-free knowledge distillation [1,2] and model inversion [3]. Our contribution, however, is distinct from existing methods like Purer in addressing the task-distribution shift issue.
We would like to highlight the difference between the existing work Purer and ours.
(i) Our work is designed to alleviate the task-distribution shift issue observed in Purer via introducing memory bank with interpolated task memory replay.
(ii) Purer keeps the dataset trainable, which is adversirially optimized with the meta-learner as illustrated in the equation below.
$$\min _{\boldsymbol{\theta}} \max _{\mathcal{D}} \underset{\mathcal{T} \in \mathcal{D}}{\mathbb{E}}\left[-\mathcal{L} _{\text {cls }}(\mathcal{D})+ \mathcal{L} _{\text {meta }}(\mathcal{T} ; \boldsymbol{\theta})\right]$$
Unlike Purer, our work instead freezes the generated data and puts it into the memory bank, while only optimizing a generator to generate new data. The usage of a generator is also absent in Purer.
We recognize the importance of distinguishing our work from existing literature. Thus, we will ensure to more explicitly highlight these differences in the revised manuscript.
[1] Yin H, et al. Dreaming to distill: Data-free knowledge transfer via deepinversion, CVPR2020.
[2] Fang G, et al. Contrastive model inversion for data-free knowledge distillation, IJCAI2021.
[3] Hatamizadeh A, et al. Gradvit: Gradient inversion of vision transformers, CVPR2022.