Skip to content

Alan-LanFeng/rdm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDM project page

Static project website for Representation Distribution Matching for One-Step Visual Generation. Single self-contained index.html (inline CSS + JS), plus an assets/ folder. No build step.

Preview locally

cd website
python3 -m http.server 8731
# open http://localhost:8731

Links

  • Paper buttons (nav, hero, footer) point to the hosted RDM.pdf. To update the paper, replace website/RDM.pdf and push.
  • arXiv and Code are still placeholders: they point to # and show a "link coming soon" hint when clicked. Search index.html for data-link and set the real href when available.
  • BibTeX is a @misc preprint entry (key feng2026rdm); switch to @inproceedings + a booktitle once there's a venue.
  • Open Graph image is <meta property="og:image"> in <head> (currently assets/samples/sample-12.jpg).

Assets

  • assets/samples/sample-01..12.jpg — top hero marquee. Cherry-picked one-step FLUX samples (from promo/).
  • assets/samples-bottom/sample-01..12.jpg — bottom gallery. A second cherry-picked set (from promo_bottom/).
  • assets/figs/teaser.jpg — paper teaser (FLUX 4-step vs 1-step + performance curve).
  • assets/figs/dino_overfit.jpg — single-encoder gaming figure.
  • assets/cmp/teacher-01..48.jpg, student-01..48.jpg — the 48 head-to-head pairs (4-step teacher vs our 1-step), extracted from promo_aesthetic_teacher_vs_1step_v2.html. assets/cmp/pairs.json holds the per-pair theme, prompt, and PickScore.

Pages

  • index.html — the project page. The "Our one step vs the four-step teacher" section shows 6 curated pairs and links to:
  • comparisons.html — standalone page with all 48 pairs grouped by theme. Regenerate it from the extracted images with scratchpad/gen_compare.py if the pair set changes.

The two sample sets are independent: the top marquee and bottom gallery read from different folders, so you can swap either without touching the other (var samples vs var galSamples in the inline script).

Deployment

Live at https://alan-lanfeng.github.io/rdm/, served by GitHub Pages from the main branch root of github.com/Alan-LanFeng/rdm (.nojekyll bypasses Jekyll). This folder is the repo root.

To update the live site after editing any file here:

cd website
git add -A
git commit -m "Update site"
git push

Pages rebuilds in ~1 minute.

Design notes

Dark "measurement instrument" aesthetic: the generated images carry all the saturated color, the UI stays near-monochrome. The signature element is the distance-to-real ruler that turns the SW r14 metric (real data = 1.00) into a structural device. Type is Space Grotesk (display)

  • Space Mono (every number and label) + Inter (body). Amber = real/target, blue = generated, carried from the paper's own method figure. Copy follows the paper's no-dashes style rule.

About

Project page for "Representation Distribution Matching for One-Step Visual Generation" (iRDM) — one-step image generation by matching feature distributions.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages