Summary
The paper "DiverseFlow: Sample-Efficient Diverse Mode Coverage in Flows" deals with the problem of generating a more diverse set of generations in Flow models. To this end, a detrimantal point process is introduced as a coupling term into the ODEs that describe the Flow dynamics. Qualitative results are presented for text-guided image generation of polysemous words, image inpainting and class conditional image synthesis, and the model is shown to produce more diverse images. Quantitative superiority is also demonstrated against IID sampling, and Particle Guidance, on a synthetic mixute of Gaussian dataset.
Strengths
+ the paper tackles a very interesting problem: how to generate diverse samples from a model, without needing excessive sampling
+ the proposed methodology, marrying DPPs with Flow models, makes sense and is sound
+ the paper is written clearly
+ the experiments show improvements against the chosen baselines
Weaknesses
- while the theory seems compelling to me, the visual results seems to have a few issues, which should be mentioned and discussed in the paper: firstly, quality of sampled Diverseflow images seem to be worse - e.g. in Fig3(b lower image) the boxer seems to merge with the rope, or in Fig3(d) the lower white crane has a very unrealistic neck. Secondly, while the model adds diversity, it seems to also mix concepts for polysemous prompts: "a famous boxer" shows an image with a boxer (sports) and also a dog in the same image instead of either. Same for the mechanical crane, which has a shape akin to the animal, and also for the deer buck coin. Also, while Fig4 shows some changes even in identity (4c), the added diversity in Fig4e is very subtle to notice.
- In section 6.3. it is claimed that the model "maintain(s) the high quality of the samples and simultaneously explore more modes in the dataset." and then references Fig5. However, the diversity samples without CFG is arguably largest. This raises the question if there is maybe a CFG strength that leads to both diverse and high-quality samples. A plot that shows this front with varying CFG strength (e.g. Aesthetic score or FID on one axis, and diversity on the other) and demonstrating that the model really is outside this front, would put more compelling evidence behind the statement.
- a Limitation section is missing. Clearly the model has limitations. E.g. it would be important to discuss that the model needs more memory (when naively implemented at least), as the coupling between ODEs implies the need to keep all generations in memory simultaneously.
- the statement "observe that though DiverseFlow obtains better diversity at similar quality, the aesthetic score of Particle Guidance is quite low, suggesting poor
quality." should be made more clear. I.e. it's a bit unclear what 'better' refers to (presumably the IID model), and it should be pointed out that according to the plot PG has higher diversity, but this comes at the cost of lower aesthetic score. To make a more direct comparative statement between PG & DF it'd be great to push PG to higher aesthetic scores, or DF to more diversity (such that they have common aesthetic score values).
- a bit more minor: ideally, add more trials in Figure 9b, such that DiverseFlow is not at 10, but rather 9.96 or something, to allow some future comparisons.
Questions
- how much are the examples shown selected / what was the selection procedure? This should also be mentioned (e.g in Section 6.1, but also elsewhere)
- how much more memory is needed for generation due to the DPP coupling dynamics? Does this have implications for the resolution of the generated images?
- in Figure 8: why are both Particle Guidance and DiverseFlow changing the original duplicate image into the same modified image? This seems unlikely for independent models to me.