Summary
Motivated by the identified imbalance between the generator and discriminator during sparse GAN training, this work proposes a quantitative metric dubbed balance ratio as an indicator for the degree of balance in sparse GAN training. Leveraging this metric, this work further proposes the ADAPT framework to dynamically adjust the sparsity of the discriminator towards balanced GAN training. Experiments across various datasets validate the effectiveness of the proposed method in achieving a good trade-off between performance and computational cost.
Strengths
1. This work is well-written with a clear logical flow. The well-organized structure from observations to understandings and solutions is appreciated.
2. The proposed balance ratio can well indicate the balance between the generator and discriminator during GAN training, which can potentially serve as a useful metric for the community.
Weaknesses
1. The imbalance between the generator and discriminator has been extensively studied and it is not clear why the proposed quantitative metric (i.e., the balance ratio) can outperform previous indicators or solutions under the scenario of sparse GAN training. The authors are expected to provide a literature review and discuss the key advantage of the proposed method that makes it particularly suitable for sparse GAN training.
2. It is not clear what is the rationale for proposing the two variants ADAPT_relax and ADAPT_strict. What is the expectation of the performance ranking between the two according to the claim "a more interesting observation is that ADAPT_strict sometimes outperforms ADAPT_relax"?
3. For the experimental results, only limited/insufficient baselines are considered. The authors are expected to benchmark the proposed framework with other sparse GAN training methods, e.g., [1][2] cited below.
[1] "Data-efficient gan training beyond (just) augmentations: A lottery ticket perspective", T. Chen et al., NeurIPS'21.
[2] "Don't be so dense: sparse-to-sparse gan training without sacrificing performance", T. Chen et al., IJCV'23.
4. Since only unstructured sparsity is considered, the reported FLOPs reduction cannot be turned into real-device speedup. The authors are expected to perform experiments under structured sparsity to validate whether the proposed method is still effective.
Questions
I have listed my questions in the weakness section. I am willing to adjust my scores if my concerns are properly addressed.
Minor: Line 256 "while the density of the generator is dynamically adjusted with DDA" => Here "generator" should be the "discriminator"?
Rating
5: Borderline accept: Technically solid paper where reasons to accept outweigh reasons to reject, e.g., limited evaluation. Please use sparingly.
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.
Limitations
This work targets improving the training efficiency of GANs, thus not suffering from obvious negative societal impact.