Response to Q1 (the main concern)
> Regarding the experimental results, It would be more compelling to demonstrate superior performance when using the Pruned Large Pre-trained Condensed Dataset compared to directly generating the Small Condensed Dataset persist.
> Referring to Table 1, the paper demonstrates that using IDC directly to produce IPC=10 results in an accuracy of 67.5%. However, when the proposed dataset pruning is employed on a condensed dataset with IPC=10 from IPC=50, the accuracy drops to 60.31%. Such a significant decrease in accuracy challenges the practicality of this pruning method.
Thank you very much for your reply. We totally agree that the mentioned **superior performance** is a very good direction to explore. However, what we want to present in this paper is **increasing flexibility** for already condensed datasets.
Let us look into the example the reviewer gave. We add setting C for comparison, and analysis point by point.
**A**. IDC directly produces IPC=10 results, and the accuracy is **67.5%**.
**B**. The proposed dataset pruning method selects IPC=10 from IPC=50, and the accuracy is **60.31%**.
**C**. Based on IPC-10, our pruning method improves the accuracy of IPC 1, 2, 3,...,9. At the same time, IPC-10 still holds the accuracy of **67.5%**. The extra time required is just **one minute**.
The analysis of setting A, B and C is listed below:
1. We admit that on a **single** IPC-10, setting A is much better than setting B. But please consider the scenario that we need **multiple** IPC for on-device applications. Therefore, please compare setting A with setting C: our method holds the 67.5% accuracy of the IPC-10, and improves all the accuracy of IPC 1,2,...9. All the improvements are achieved with **one extra minute**.
2. We hope you don't mind us saying this, but setting B you brought up is a little unfair. This is because we can select IPC-10 from **any larger IPC-X** including IPC-20, IPC-50, IPC-100, IPC-200, IPC-500 and so on. We find that if the number of IPC-X **increases**, the performance of the selected IPC-10 will **decrease**. This found pattern can be understood by the increasing pruning ratio. For example, selecting IPC-10 from IPC-20 leads to pruning ratio = 50%. And selecting IPC-10 from IPC-50 leads to pruning ratio = 80%. Considering the pruning ratio is 80%, it means that **80% of the information from the original dataset is abandoned**. It is very difficult to achieve comparable performance to a “directly condensed IPC-10”, which has the full dataset information.
3. Following point 2, the pruning ratio defined in setting B is actually **80%** (IPC-10 from IPC-50). We want to share that when pruning **80%** images from **full** CIFAR-10 dataset, the state-of-the-art pruning method [1] still has an accuracy drop of **4.30%** (from 95.23% to 90.93%). These numbers are shown in Table 2 and Figure 5 (a) in [1]. Please note this 4.30% accuracy drop is for **full** **dataset**, and pruning **condensed** **dataset** is much more difficult. Therefore, we believe our **7.19%** accuracy drop (from 67.5% to 60.31%) is a very good result.
4. The table below shows the accuracy of selecting IPC-10 from IPC-50. We totally understand the reviewer wants to compare **column to column** using 67.5% with 60.31%. This comparison is actually **unfair** since their pruning ratio is different (0% vs 80%). Our achievement is obtained by comparing **row to row** using 60.31% with 54.72%. We believe it is **fair** because these two numbers (60.31% with 54.72%) are obtained under the same pruning ratio (80%). Our pruning method beats random selection by a large margin.
| | IPC10 (baseline) | Select IPC10 from IPC50 |
| ----------------------- | ---------------- | ----------------------- |
| Pruning ratio (\%) | 0 | 80\% |
| Random selection (\%) | 67.50 | 54.72 |
| Our pruning method (\%) | 67.50 | **60.31** |
In conclusion, for any given IPC-X, using our pruning method will produce better accuracy for IPC-1, IPC-2, IPC-3,... IPC-(X-1). At the same time, we maintain the accuracy of IPC-X. We sincerely hope the reviewer can recognize our contribution regarding **increasing flexibility**.
We thank you again for the valuable discussion brought by the reviewer. We will incorporate these discussions to revise our submission and make it more clear. Thank you!
## Reference
[1] Zheng, Haizhong, et al. "Coverage-centric Coreset Selection for High Pruning Rates." in ICLR, 2023.