Summary
This work builds upon the prior work VAR [1] model for autoregressive multiscale image generation. The work shows that inter-scale dependencies have higher computational cost compared to intra-scale dependencies and extends the inter-scale attention mechanism with Mamba-like attention. Experiments on ImageNet 256 and class-conditional 512 show that model performs better than VAR in terms on the FID and IS scores.
[1] Visual Autoregressive Modeling: Scalable Image Generation via Next-Scale Prediction
Strengths
+ The proposed approach provides statistics on the computational overhead of the intra-scale and inter-scale attention modules for autoregressive multiscale image generation. The statistics are used to design a new mamba based attention module of modeling inter-scale dependencies
+ Adequate experiments and ablations are performed that show better FiD and IS compared to prior work.
Weaknesses
- The paper is very difficult to read. In eq. 2, the parametrization \theta is not defined. ll. 201-202 are not correct. There are a lot of broken sentences and grammatical ill-constructed sentences. For example, ll. 213 "The sequence S of multiple scales is much longer than each scale (s1, ..., sn)" is not clear. ll. 229 -231 are broken.
- What is meant by the attention score, reported in Table 1. how is this score computed is not defined or explained.
- Images have a local dependency structure. Therefore intra-scale dependencies are easier to model. It will be good to provide an evidence with the pixel correlations on the dataset considered as a function of inter-pixel distance.
- In table 4, how is the inference time of M-VAR lower compared to the VAR model while in table 5 its slightly higher or comparable. The paper mentions that the reduction is quadratic in computational efficiency. How do these results demonstrate the effect?
- The number of parameters for the proposed model are much higher than the baseline VAR model. The work claims to improve the computational cost of the baseline. How do these results justify the claim.
- Prior work [a,b,c,d], also performs multi-scale image generation. How does this approach compare to the prior work? A line work exists on multi-scale image generation with autoregressive models. The related work does not discuss the prior work for multi-scale image generation.
[a] Mahajan, Shweta and Roth, Stefan. PixelPyramids: Exact Inference Models from Lossless Image Pyramids. In ICCV, 2021.
[b] Xuezhe Ma, Xiang Kong, Shanghang Zhang, and Eduard H.Hovy. MaCow: Masked convolutional generative flow. In NeurIPS, 2019.
[c] Jacob Menick and Nal Kalchbrenner. Generating high fidelity images with subscale pixel networks and multidimensional upscaling. In ICLR, 2019.
[d] Scott E. Reed, Aäron van den Oord, Nal Kalchbrenner, Sergio Gomez Colmenarejo, Ziyu Wang, Yutian Chen, Dan
Belov, and Nando de Freitas. Parallel multiscale autoregressive density estimation. In ICML, 2017.
Questions
- What is attention score and how is it computed? Are these results on the test images? If so, how many images are considered for the statistics?
- How does the increased number of parameters correlated with the claimed computational efficiency of the model.
- Also see weaknesses above, for additional reviewer questions and concerns.