What Drives Compositional Generalization in Visual Generative Models? Static project page for the paper“What Drives Compositional Generalization in Visual Generative Models?” (Faridet al. , 2025). The live site is a single-page app built with plain HTML/CSS/JS and is intended for GitHub Pages hosting.
View online: enable GitHub Pages on themain branch (Settings → Pages → Sourcemain / root). Preview locally: run a lightweight HTTP server from the repo root and open the reported URL in your browser. cd gen-comp-gen.github.iopython3 -m http.server 4000# visit http://127.0.0.1:4000/index.html – main landing page with hero, findings, animated figures, tables, and BibTeX block.figures/ – figure assets referenced by the page (PDF/PNG/SVG); see.gitignore for unused variants.figs/teaser.jpg – hero image shown in the header and social previews..gitignore – ignores auxiliary figure exports that are not linked from the site.Update copy or structure directly inindex.html. Place new visual assets infigures/ (orfigs/ for hero art) and reference them with relative URLs. If you add or remove assets, adjust.gitignore so only unused variants remain ignored. Commit and push; GitHub Pages will redeploy automatically after the push. Animated figures use a tiny dependency-free script at the bottom ofindex.html. To add another carousel:
< div id ="fig-anim-xyz "class ="anim-fig "data-dwell ="1500 "> <!-- repeated .anim-step elements --> </ div > < script > mountAnimFigure ( 'fig-anim-xyz' ) ; </ script > Broken images : ensure paths match the filenames (case-sensitive) and that the asset is not listed in.gitignore.PDF rendering issues : export to PNG (same basename) if the browser cannot inline the PDF and update thesrc.No GitHub Pages output : verify that Pages is enabled on the correct branch and that the build began in the Pages dashboard.For questions, contact the authors atfaridk@cs.uni-freiburg.de.