Refines and restructures existing presentations into concise, high-impact versions suitable for short academic conference talks (e.g., 20 minutes). Focuses on logical flow, information density, and visual consistency.
This skill provides a structured workflow for transforming a dense, paper-like presentation into a clear, concise, and compelling talk for a short academic conference slot (e.g., 20 minutes).
For advisor-facing decks:
*_20260304_192047 style),Baseline, Variant-B, Targeted-BM) over raw run names.beamer (.tex -> .pdf) and keep a source .tex artifact.Re-organize the entire presentation to follow a clear, logical narrative. A highly effective structure for technical talks is:
Problem → Challenges → Key Mechanism → Why It Works → Experimental Validation → Conclusion
Ensure there are clear transition statements or pages connecting each stage of this narrative.
1. What is VAE? → 2. What is VQ-VAE (Discrete Latent)? → 3. Why VQ-VAE Helps Our Problem?1. Why BO is Needed (e.g., Non-differentiable) → 2. How BO Works in Our Context (e.g., in Latent Space).MMM (Machine Learning-Based Macro-Modeling).[X] in the text. At the bottom of the slide, add a corresponding reference footnote.scripts/gen_vae_diagram.py: A Python script using Matplotlib to generate a VAE architecture diagram with a clean, academic style.scripts/gen_vqvae_diagram.py: A Python script to generate a VQ-VAE architecture diagram, stylistically matching the VAE diagram.