Summary
This paper proposes to study the effect of bias within the original datasets on the performance of dataset distillation and states that colour and background biases in the original dataset will be amplified through the distillation process. To mitigate this issue, this paper proposes a straightforward sample reweighting scheme for the matching-based dataset distillation methods (validated effectiveness on distribution and gradient matching methods) to rebalance the significance of biased and unbiased original samples during the distillation.
Strengths
S1: To the best knowledge, this is the first work investigating the impact of bias within the original dataset on the dataset distillation. Additionally, their empirical observations suggest that the impact of two specific biases including colour and background will be amplified during the distillation process, which may provide some new insight for the community.
S2: The paper is well-organized and presents a clear narrative.
Weaknesses
W1: It appears that the authors are trying to convince that their sample reweighting strategy can be utilized as a plug-and-play scheme for the matching-based dataset distillation method. However, they only test this strategy by combining with mere two earlier arts including distribution and gradient matching methods, providing insufficient evidence to prove the generalization ability and thus limiting the reliability.
W2: The method proposed in this paper seems to excel only on very simple datasets with sufficiently significant biases (e.g., CMNIST and BG FMNIST). On more complex datasets that lack remarkable biases (e.g., Corrupted CIFAR-10), the performance appears to be modest. This raises concerns about the practicality and robustness of the proposed reweighting scheme.
W3: The concerns raised in W2 lead me to question the necessity of addressing biases during the dataset distillation process. I posit that the performance ceiling of such reweighting mechanisms is inherently constrained by the number of unbiased samples in the original dataset. For instance, in simple datasets with strong biases, like CMNIST and BG FMNIST, distilled data can extract ample features from a limited pool of unbiased samples. However, for more intricate datasets where biases are not as pronounced, such as Corrupted CIFAR-10, it is unsurprising that this reweighting scheme falls short. This limitation stems from its inability to effectively harness the features present in biased samples.
Given this analysis, from my perspective, wouldn't a logical progression be to first create an unbiased dataset using methods like DFA or SelectMix, followed by dataset distillation?
Questions
Q1: Based on W1, I am wondering why this work did not attempt to combine the proposed reweighting strategy with the state-of-the-art matching training trajectory (MTT) method. Will the proposed scheme also be effective for MTT?
Q2: In your ablation study shown in Section 6, you tried to use SelectMix directly on the crafted synthetic dataset. Based on W3, I am curious about the performances if you first use SelectMix to construct an unbiased dataset and then synthesize the distilled dataset.
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.