listofdivs.template 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. <div class="image fit captioned align-just">
  2. <div class="videocontainer">
  3. <iframe src="https://www.youtube.com/embed/o7dqGcLDf0A" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen class="videothing"></iframe>
  4. </div>
  5. Our work covered by <a href="https://www.youtube.com/channel/UCbfYPyITQ-7l4upoX8nvctg">Two Minute Papers</a>.
  6. </div>
  7. ==========
  8. <div class="image fit captioned align-just">
  9. <div class="videocontainer">
  10. <iframe src="https://www.youtube.com/embed/JfUTd8fjtX8" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen class="videothing"></iframe>
  11. </div>
  12. Our work covered by <a href="https://www.youtube.com/channel/UCUzGQrN-lyyc0BWTYoJM_Sg">What's AI</a>.
  13. </div>
  14. ==========
  15. <div class="image fit captioned align-just">
  16. <div class="videocontainer">
  17. <video controls class="videothing">
  18. <source src="images/taming.mp4" type="video/mp4">
  19. Your browser does not support the video tag.
  20. </video>
  21. </div>
  22. Sampling landscapes conditioned on semantic layouts.
  23. </div>
  24. ==========
  25. <div class="image fit captioned align-just">
  26. <div class="videocontainer">
  27. <video controls class="videothing">
  28. <source src="images/taming3d.mp4" type="video/mp4">
  29. Your browser does not support the video tag.
  30. </video>
  31. </div>
  32. Visualizing depth-to-image sampling in 3D.
  33. </div>
  34. ==========
  35. <div class="image fit captioned align-just">
  36. <a href="images/article-Figure2-1.jpg">
  37. <img src="images/article-Figure2-1.jpg" alt="" />
  38. </a>
  39. Figure 2. Our approach uses a convolutional VQGAN to learn a codebook of context-rich visual parts, whose composition is subsequently modeled with an autoregressive transformer architecture. A discrete codebook provides the interface between these architectures and a patch-based discriminator enables strong compression while retaining high perceptual quality. This method introduces the efficiency of convolutional approaches to transformer based high resolution image synthesis.
  40. </div>
  41. ==========
  42. <div class="image fit captioned align-just">
  43. <a href="images/article-Table1-1.jpg">
  44. <img src="images/article-Table1-1.jpg" alt="" />
  45. </a>
  46. Table 1. Comparing Transformer and PixelSNAIL architectures across different datasets and model sizes. For all settings, transformers outperform the state-of-the-art model from the PixelCNN family, PixelSNAIL in terms of NLL. This holds both when comparing NLL at fixed times (PixelSNAIL trains roughly 2 times faster) and when trained for a fixed number of steps. See Sec. 4.1 for the abbreviations.
  47. </div>
  48. ==========
  49. <div class="image fit captioned align-just">
  50. <a href="images/article-Figure5-1.jpg">
  51. <img src="images/article-Figure5-1.jpg" alt="" />
  52. </a>
  53. Figure 5. Samples generated from semantic layouts on S-FLCKR. Sizes from top-to-bottom: 1280 × 832, 1024 × 416 and 1280 × 240 pixels. Best viewed zoomed in. A larger visualization can be found in the appendix, see Fig 13.
  54. </div>
  55. ==========
  56. <div class="image fit captioned align-just">
  57. <a href="images/article-Figure6-1.jpg">
  58. <img src="images/article-Figure6-1.jpg" alt="" />
  59. </a>
  60. Figure 6. Applying the sliding attention window approach (Fig. 3) to various conditional image synthesis tasks. Top: Depth-to-image on RIN, 2nd row: Stochastic superresolution on IN, 3rd and 4th row: Semantic synthesis on S-FLCKR, bottom: Edge-guided synthesis on IN. The resulting images vary between 368 × 496 and 1024× 576, hence they are best viewed zoomed in.
  61. </div>
  62. ==========
  63. <div class="image fit captioned align-just">
  64. <a href="images/article-Figure11-1.jpg">
  65. <img src="images/article-Figure11-1.jpg" alt="" />
  66. </a>
  67. Figure 11. Comparing our approach with the pixel-based approach of [7]. Here, we use our f = 16 S-FLCKR model to obtain high-fidelity image completions of the inputs depicted on the left (half completions). For each conditioning, we show three of our samples (top) and three of [7] (bottom).
  68. </div>
  69. ==========
  70. <div class="image fit captioned align-just">
  71. <a href="images/article-Figure12-1.jpg">
  72. <img src="images/article-Figure12-1.jpg" alt="" />
  73. </a>
  74. Figure 12. Comparing our approach with the pixel-based approach of [7]. Here, we use our f = 16 S-FLCKR model to obtain high-fidelity image completions of the inputs depicted on the left (half completions). For each conditioning, we show three of our samples (top) and three of [7] (bottom).
  75. </div>
  76. ==========
  77. <div class="image fit captioned align-just">
  78. <a href="images/article-Figure4-1.jpg">
  79. <img src="images/article-Figure4-1.jpg" alt="" />
  80. </a>
  81. Figure 4. Transformers within our setting unify a wide range of image synthesis tasks. We show 256 × 256 synthesis results across different conditioning inputs and datasets, all obtained with the same approach to exploit inductive biases of effective CNN based VQGAN architectures in combination with the expressivity of transformer architectures. Top row: Completions from unconditional training on ImageNet. 2nd row: Depth-to-Image on RIN. 3rd row: Semantically guided synthesis on COCO-Stuff (left) and ADE20K (right). 4th row: Pose-guided person generation on DeepFashion. Bottom row: Class-conditional samples on RIN.
  82. </div>
  83. ==========
  84. <div class="image fit captioned align-just">
  85. <a href="images/article-Figure23-1.jpg">
  86. <img src="images/article-Figure23-1.jpg" alt="" />
  87. </a>
  88. Figure 23. Unconditional samples from a model trained on LSUN Churches & Towers, using the sliding attention window.
  89. </div>
  90. ==========
  91. <div class="image fit captioned align-just">
  92. <a href="images/article-Figure13-1.jpg">
  93. <img src="images/article-Figure13-1.jpg" alt="" />
  94. </a>
  95. Figure 13. Samples generated from semantic layouts on S-FLCKR. Sizes from top-to-bottom: 1280 × 832, 1024 × 416 and 1280 × 240 pixels.
  96. </div>
  97. ==========
  98. <div class="image fit captioned align-just">
  99. <a href="images/article-Figure14-1.jpg">
  100. <img src="images/article-Figure14-1.jpg" alt="" />
  101. </a>
  102. Figure 14. Samples generated from semantic layouts on S-FLCKR. Sizes from top-to-bottom: 1536× 512, 1840× 1024, and 1536× 620 pixels.
  103. </div>
  104. ==========
  105. <div class="image fit captioned align-just">
  106. <a href="images/article-Figure15-1.jpg">
  107. <img src="images/article-Figure15-1.jpg" alt="" />
  108. </a>
  109. Figure 15. Samples generated from semantic layouts on S-FLCKR. Sizes from top-to-bottom: 2048× 512, 1460× 440, 2032× 448 and 2016× 672 pixels.
  110. </div>
  111. ==========
  112. <div class="image fit captioned align-just">
  113. <a href="images/article-Figure16-1.jpg">
  114. <img src="images/article-Figure16-1.jpg" alt="" />
  115. </a>
  116. Figure 16. Samples generated from semantic layouts on S-FLCKR. Sizes from top-to-bottom: 1280 × 832, 1024 × 416 and 1280 × 240 pixels.
  117. </div>
  118. ==========
  119. <div class="image fit captioned align-just">
  120. <a href="images/article-Figure17-1.jpg">
  121. <img src="images/article-Figure17-1.jpg" alt="" />
  122. </a>
  123. Figure 17. Depth-guided neural rendering on RIN with f = 16 using the sliding attention window.
  124. </div>
  125. ==========
  126. <div class="image fit captioned align-just">
  127. <a href="images/article-Figure18-1.jpg">
  128. <img src="images/article-Figure18-1.jpg" alt="" />
  129. </a>
  130. Figure 18. Depth-guided neural rendering on RIN with f = 16 using the sliding attention window.
  131. </div>
  132. ==========
  133. <div class="image fit captioned align-just">
  134. <a href="images/article-Figure19-1.jpg">
  135. <img src="images/article-Figure19-1.jpg" alt="" />
  136. </a>
  137. Figure 19. Intentionally limiting the receptive field can lead to interesting creative applications like this one: Edge-to-Image synthesis on IN with f = 8, using the sliding attention window.
  138. </div>
  139. ==========
  140. <div class="image fit captioned align-just">
  141. <a href="images/article-Figure20-1.jpg">
  142. <img src="images/article-Figure20-1.jpg" alt="" />
  143. </a>
  144. Figure 20. Additional results for stochastic superresolution with an f = 16 model on IN, using the sliding attention window.
  145. </div>
  146. ==========
  147. <div class="image fit captioned align-just">
  148. <a href="images/article-Figure21-1.jpg">
  149. <img src="images/article-Figure21-1.jpg" alt="" />
  150. </a>
  151. Figure 21. Samples generated from semantic layouts on S-FLCKR with f = 16, using the sliding attention window.
  152. </div>
  153. ==========
  154. <div class="image fit captioned align-just">
  155. <a href="images/article-Figure22-1.jpg">
  156. <img src="images/article-Figure22-1.jpg" alt="" />
  157. </a>
  158. Figure 22. Samples generated from semantic layouts on S-FLCKR with f = 32, using the sliding attention window.
  159. </div>
  160. ==========
  161. <div class="image fit captioned align-just">
  162. <a href="images/article-Figure7-1.jpg">
  163. <img src="images/article-Figure7-1.jpg" alt="" />
  164. </a>
  165. Figure 7. Evaluating the importance of effective codebook for HQ-Faces (CelebA-HQ and FFHQ) for a fixed sequence length |s|= 16·16 = 256. Globally consistent structures can only be modeled with a context-rich vocabulary (right). All samples are generated with temperature t = 1.0 and top-k sampling with k = 100. Last row reports the speedup over the f1 baseline which operates directly on pixels and takes 7258 seconds to produce a sample on a NVIDIA GeForce GTX Titan X.
  166. </div>
  167. ==========
  168. <div class="image fit captioned align-just">
  169. <a href="images/article-Figure8-1.jpg">
  170. <img src="images/article-Figure8-1.jpg" alt="" />
  171. </a>
  172. Figure 8. Trade-off between negative log-likelihood (nll) and reconstruction error. While context-rich encodings obtained with large factors f allow the transformer to effectively model long-range interactions, the reconstructions capabilities and hence quality of samples suffer after a critical value (here, f = 16). For more details, see Sec. B.
  173. </div>
  174. ==========
  175. <div class="image fit captioned align-just">
  176. <a href="images/article-Figure9-1.jpg">
  177. <img src="images/article-Figure9-1.jpg" alt="" />
  178. </a>
  179. Figure 9. We compare the ability of VQVAEs and VQGANs to learn perceptually rich encodings, which allow for high-fidelity reconstructions with large factors f . Here, using the same architecture and f = 16, VQVAE reconstructions are blurry and contain little information about the image, whereas VQGAN recovers images faithfully. See also Sec. B.
  180. </div>
  181. ==========
  182. <div class="image fit captioned align-just">
  183. <a href="images/article-Figure10-1.jpg">
  184. <img src="images/article-Figure10-1.jpg" alt="" />
  185. </a>
  186. Figure 10. Samples on landscape dataset (left) obtained with different factors f , analogous to Fig. 7. In contrast to faces, a factor of f = 32 still allows for faithful reconstructions (right). See also Sec. B.
  187. </div>
  188. ==========
  189. <div class="image fit captioned align-just">
  190. <a href="images/article-Figure24-1.jpg">
  191. <img src="images/article-Figure24-1.jpg" alt="" />
  192. </a>
  193. Figure 24. Additional 256× 256 results on the ADE20K dataset.
  194. </div>
  195. ==========
  196. <div class="image fit captioned align-just">
  197. <a href="images/article-Figure25-1.jpg">
  198. <img src="images/article-Figure25-1.jpg" alt="" />
  199. </a>
  200. Figure 25. Additional 256× 256 results on the COCO-Stuff dataset.
  201. </div>
  202. ==========
  203. <div class="image fit captioned align-just">
  204. <a href="images/article-Figure26-1.jpg">
  205. <img src="images/article-Figure26-1.jpg" alt="" />
  206. </a>
  207. Figure 26. Conditional samples for the depth-to-image model on IN.
  208. </div>
  209. ==========
  210. <div class="image fit captioned align-just">
  211. <a href="images/article-Figure27-1.jpg">
  212. <img src="images/article-Figure27-1.jpg" alt="" />
  213. </a>
  214. Figure 27. Conditional samples for the pose-guided synthesis model via keypoints on DeepFashion.
  215. </div>
  216. ==========
  217. <div class="image fit captioned align-just">
  218. <a href="images/article-Figure28-1.jpg">
  219. <img src="images/article-Figure28-1.jpg" alt="" />
  220. </a>
  221. Figure 28. Samples produced by the class-conditional model trained on RIN.
  222. </div>
  223. ==========
  224. <div class="image fit captioned align-just">
  225. <a href="images/article-Figure29-1.jpg">
  226. <img src="images/article-Figure29-1.jpg" alt="" />
  227. </a>
  228. Figure 29. Samples synthesized by the class-conditional IN model.
  229. </div>
  230. ==========
  231. <div class="image fit captioned align-just">
  232. <a href="images/article-Figure30-1.jpg">
  233. <img src="images/article-Figure30-1.jpg" alt="" />
  234. </a>
  235. Figure 30. Top: All sequence permutations we investigate, illustrated on a 4× 4 grid. Bottom: The transformer architecture is permutation invariant but next-token prediction is not: The average loss on the validation split of ImageNet, corresponding to the negative log-likelihood, differs significantly between different prediction orderings. Among our choices, the commonly used row-major order performs best.
  236. </div>
  237. ==========
  238. <div class="image fit captioned align-just">
  239. <a href="images/article-Figure31-1.jpg">
  240. <img src="images/article-Figure31-1.jpg" alt="" />
  241. </a>
  242. Figure 31. Random samples from transformer models trained with different orderings for autoregressive prediction as described in Sec. 4.4.
  243. </div>