It is 2 a.m. on the camera-ready deadline. You are in Illustrator, nudging the right edge of a transformer block by half a pixel, because the residual arc no longer lines up after you added the cross-attention sub-block your reviewer asked for. The figure is the last thing standing between you and the submit button — and it has been the last thing standing between you and the submit button for four straight papers.
This is the post for the ML researcher who has done this once too often. We walk through what a CVPR or NeurIPS figure actually demands in 2026, the figure types you redraw every paper, how each maps onto an AI figure workflow, the spec sheets the major conferences enforce, and where AI still falls short. If you want the broader orientation first — what AI for scientific figures actually means — read that piece first and come back. Everything below assumes you already know the category.
Key takeaways
- ML paper figures live or die on a tight visual grammar — thin uniform lines, restrained palette, panel a/b/c markers, and conventions for architecture blocks and training curves that referees recognize within seconds.
- The figures you redraw every paper are short and predictable: architecture diagrams, training pipelines, attention/activation visualizations, loss curves, ablation bars, and confusion matrices.
- Each of these maps cleanly onto a specific AI workflow — text-to-figure for new architectures, sketch-to-figure for whiteboard ideation, reference-to-figure for matching a paper family's style, and PDF-to-figure for redrawing baselines you compare against.
- CVPR, NeurIPS, and ICML enforce real specs — column widths, font sizes, sRGB, 300 dpi — and the NeurIPS Reproducibility Checklist quietly raises the bar on what supplementary figures must show.
- AI is excellent at structure and visual hygiene. It is unreliable on math notation and bespoke architectural detail. Treat every output as a draft, edit in vector, verify against your actual numbers.
What ML papers actually demand from figures
An ML paper figure is not a figure in the journalistic sense. It is a compressed argument — usually composed of three or four sub-panels — that has to be readable at single-column width on a printed page and at 80% zoom on a reviewer's laptop. The conventions are tight, and reviewers spot violations instantly.
The grammar that has stabilized across the major venues:
- Thin uniform lines. 0.5–1.0 pt for most strokes, occasionally 1.5 pt for emphasis. Anything thicker reads as a slide deck.
- Restrained color. Two or three accents on top of greyscale. The blues-and-warm-orange palette popularized by Distill and now standard at NeurIPS and ICML is the safest default.
- Panel markers. Lowercase a, b, c, d in bold sans-serif at the top-left of each sub-panel. Capitals are a Cell convention, not an ML one.
- Architecture conventions. Blocks are rectangles with a thin stroke, sub-blocks nest inside with whitespace separation, residual arcs curve outside the main column, and the data flow reads top-to-bottom or left-to-right but never both in the same figure.
- Training-curve conventions. Steps on the x-axis, loss or accuracy on the y-axis, train and val as two clearly distinct lines (different color, sometimes different dash), log-scale for loss when the dynamic range exceeds 1.5 decades, shaded bands for confidence intervals across seeds.
None of this is enforced by a template. It is enforced by the cumulative expectation of every reviewer who has read 200 papers in the past year. A figure that breaks the grammar gets read as "this lab is new" before a single number is checked.
The figure types you keep redrawing
If you keep a count, the figures in ML papers fall into six categories, and you redraw most of them every submission. The order roughly tracks the structure of a typical paper.
Model architecture diagrams
The headline figure of almost every paper. A transformer with stacked layers and exploded attention heads; a CNN with feature-map sizes annotated; a GNN with message-passing arrows between nodes; an encoder-decoder with skip connections. The figure has to tell a reader within ten seconds what the model is and where the novelty sits.

Training pipeline schematics
A horizontal flow that shows how data moves through your system: data loader, augmentation, model forward pass, loss computation, optimizer step, and the backprop loop closing back to the model. Usually a method-section figure rather than a results figure.
Attention and activation visualizations
The "look inside the model" figure — attention heatmaps over a token sequence or an image patch grid, activation magnitudes layer by layer, grad-CAM overlays for vision models. Almost always rendered as a heatmap with a small color-scale bar.
Loss and accuracy curves
Training and validation curves over steps or epochs, sometimes broken out by ablation variant, sometimes by dataset. Confidence bands across seeds are now standard at NeurIPS — solo runs without seeds are increasingly called out by reviewers.
Ablation tables and bar charts
The figure-or-table-or-both that shows which components of the method actually matter. Grouped bar charts with error bars are the figure form; ablation tables are the dense alternative. Most papers ship both.
Confusion matrices and ROC curves
For classification papers, the standard pair: a square confusion matrix with normalized cell shading, and an ROC or precision-recall curve with AUC printed in the legend.
The good news for anyone using an AI figure tool: this list is short and stable. You can build five reusable patterns and cover most of what you ever need to draw.
Mapping each figure type to a LabFig workflow
The six figure types above map almost one-to-one onto LabFig's input modes. The trick is to pick the right mode for the figure you're drawing, not to default to text every time. If your whole figure set is architecture and results panels, the purpose-built machine learning diagram maker bakes in the conventions described below.
- Text to Figure — novel architectures. When the architecture is genuinely new (a new attention variant, a new gating scheme), there is no reference to point at. Describe the structure in natural language in the text-to-figure tool — "twelve transformer encoder layers, each with a depth-wise convolution inserted between attention and feed-forward, residual around the whole block" — and let the tool produce a structured first draft. You'll redraw the novel sub-block by hand, but the skeleton is usually right.
- Sketch to Figure — whiteboard ideation. For the training pipeline and the high-level system diagram, photograph the whiteboard sketch your group ended up with after the last meeting. Block layout and arrow direction transfer more reliably from a sketch than from a paragraph of prose, and the tool cleans up the geometry without losing your design intent.
- Reference to Figure — matching a paper family style. Most subfields have a visual house style — the LLM scaling papers all look like each other, the diffusion papers all look like each other, the graph learning papers all look like each other. Feed the reference-to-figure tool a reference figure from a representative paper in your subfield and ask it to generate a new figure in the same visual language. This is the fastest way to make your paper "look like it belongs."
- PDF to Figure — redrawing baselines you compare against. When your related-work section needs to redraw a baseline architecture for direct comparison, lift the figure from the original PDF and rebuild it as an editable copy. You can then put your method's diagram next to it in the same visual language. (Cite the original; do not present a redrawn figure as the baseline's.)
- Figure Enhancer — reused figures across submissions. Lab figures get reused across workshop, conference, and journal versions of the same project. The Enhancer pass refreshes line weights, normalizes the palette, and tightens typography without changing the underlying content — the cheapest possible quality lift between submission rounds.
For ML papers specifically, the highest-leverage move is Reference to Figure with a paper from your target venue's last cycle as the style anchor. Reviewers' visual expectations are calibrated to recent work in their venue, and matching that calibration is worth more than any single design choice you make on your own.
What CVPR / NeurIPS / ICML actually expect
Each of the major venues publishes a specification sheet for figures, and they are stricter than most first-time submitters expect. The headline numbers as of 2026:
- CVPR. Two-column layout with a 8.5 in × 11 in page. Column width 3.25 in (single-column figures) or 7.0 in (full-width). Body text in 9–10 pt Times. Figure labels should be readable at 6 pt minimum, which means generating at 8 pt to survive PDF downscaling. sRGB colorspace, 300 dpi for any raster element, vector preferred. See the CVPR official site for the current author kit.
- NeurIPS. Single-column 5.5 in main text width with figures up to that width or full-page-width when justified. The current call for papers (NeurIPS author info) links the LaTeX style file that defines the exact dimensions. Color figures must be legible if printed greyscale — a NeurIPS-specific test that catches a surprising number of submissions.
- ICML. Similar to NeurIPS in spirit, but with its own style file and slightly different column widths. Refer to the ICML site for the current cycle's author guidelines.
Beyond raw dimensions, two trends matter in 2026:
Reproducibility figures. The NeurIPS Reproducibility Checklist asks you to specify, among many other things, that figures comparing training curves are averaged over multiple seeds with confidence bands shown. A single-seed line plot is increasingly read as a methodological weakness, not a stylistic choice.
Supplementary material conventions. Most venues now publish a supplementary PDF that can be much longer than the main paper. The convention is that supplementary figures use the same visual grammar as the main paper (same palette, same line weights, same panel markers, continuing the numbering — S1, S2, S3 — into the supplement).

A useful pre-submission checklist:
- Open the exported figure at 100% zoom on the venue's PDF preview. Every label should be readable.
- Print one page in greyscale. The figure should still parse — no two lines indistinguishable, no two bars unidentifiable.
- Confirm sRGB, 300 dpi for raster elements, vector format for everything else.
- Make sure panel markers are consistent across all figures in the paper (all lowercase or all uppercase, same font, same position).
- If the paper has multiple training curves, check that confidence bands are present and that the seed count is stated in the caption.
Limitations: where AI struggles with ML figures
For all that AI figure tools have improved, there are still real gaps you should know about before you trust the output.
Math notation is unreliable. Greek letters in subscripts, summation symbols, vector hat marks — most generators still produce these inconsistently. The pragmatic move is to leave the math out of the generated figure and overlay LaTeX-rendered math in the vector canvas at the final step. Tools that integrate a LaTeX glyph library directly (LabFig included) close most of this gap but not all of it.
Bespoke architectural detail. A standard transformer is drawn well. A custom attention mask, a non-trivial gating mechanism, or a fused sub-module that your paper is specifically about — those are where the model's prior runs out and the figure starts inventing structure that does not match your code. Sketch-to-figure or hand-editing in the vector canvas is the only reliable answer.
Exact paper-style replication. "Make it look exactly like the GPT-4 architecture figure" is asking for something the model cannot legally and often cannot stylistically deliver. Reference-to-figure matches the family style, not the specific figure, and that is what you want anyway — you do not want your figure to be confusable with someone else's.
Reproducible regeneration. Re-running the same prompt does not give you the same figure. If a co-author asks for a small change, the answer is to make it in the vector canvas — not to re-prompt and hope.
These are real limitations. None of them is a reason to skip AI in the workflow. All of them are reasons to keep the vector canvas open and your hands on the figure.
For researchers from neighboring fields who are landing on this post: we have parallel guides for single-cell biology, clinical AI papers, and drug discovery, each tuned to that subfield's visual conventions.
A workflow for your next paper
The end-to-end workflow we recommend for an ML paper figure set, refined across enough submissions to be opinionated:
- Sketch the system diagram on a whiteboard first. Photograph it, run sketch-to-figure, and lock the block layout and arrow direction before you write a word of prose about the architecture. The visual structure should drive the writing, not the reverse.
- Pick a style anchor from a recent paper at your target venue. Run reference-to-figure with that anchor for every figure in the paper. This is the single highest-leverage editorial decision and it costs you about three minutes.
- Generate architecture, pipeline, and results figures in the same session. Visual consistency across a paper is much easier to achieve in one sitting than across three sessions a week apart.
- Edit, don't regenerate. Once the structure is locked, every label change, color tweak, and alignment fix happens in the vector canvas. Each regeneration costs you the previous edits.
- Run the pre-submission checklist (the five items in the conferences section above) the night before the deadline, not the morning of.

The whole loop fits in a single afternoon for a four-figure paper, which is roughly an order of magnitude faster than the Illustrator-only baseline most of us came from. The improvement is not really in the generation step. It is in the editability — every change after the first generation is cheap, so the figure gets revised one more time than it otherwise would, and that last revision is usually the one that makes it good.
FAQ
Can AI generate accurate transformer architecture diagrams? For standard transformer architectures (encoder, decoder, encoder-decoder, BERT-style, GPT-style) the answer is yes — current AI figure tools produce structurally correct draft figures with the right blocks, sub-blocks, and residual paths. For novel attention mechanisms or custom sub-modules, the AI gets you a skeleton that you will edit. The block geometry and overall layout transfer; the specifics of your novelty have to be drawn or edited by hand.
How do I make my figures match a specific paper's style? Use reference-to-figure with the target paper's figures as the style anchor. Most subfields have a visual house style (the LLM scaling papers, the diffusion papers, the graph papers all have recognizable looks) and matching it is the fastest way to make your paper feel like it belongs. Do not try to clone a specific figure — match the family.
Are AI-generated ML figures accepted at NeurIPS and CVPR? As of 2026 none of the major ML venues have banned AI-assisted figure production. They evaluate figures on technical specs (resolution, color, typography) and on scientific merit, not on how the figure was made. Many venues now expect disclosure of AI involvement in the methods or acknowledgements; check the current call for papers before you submit.
What's the best way to generate training-curve figures? For training curves, sketch the layout (which lines, which axes, what the legend should say) and let the AI tool produce the framing, but plug your actual numerical data in at the end via the vector canvas or a matplotlib export imported as a layer. Do not let the AI invent numbers. The framing is what the tool should produce; the data is what you produce.
Can I generate attention visualizations with AI? You can generate the figure form — a heatmap matrix or a token-attention arc diagram with the correct visual structure — but the actual attention values need to come from your model. The practical workflow is to export the attention matrix from your code, render it as a clean heatmap (matplotlib or seaborn), and then use the AI tool to wrap that heatmap into the publication layout with axes, color bar, and panel marker. Style, not science, is what the AI contributes.

If you want to try the workflow above end to end on your own paper, the AI scientific figure generator ships all six input modes in one canvas and exports SVG and PDF directly from the same surface where you edit — which is the only reason the "edit, don't regenerate" rule above is actually feasible.
Further reading
- NeurIPS — Call for Papers and author guidelines, including the Reproducibility Checklist
- CVPR — Official conference site and author kit
- ICML — Official site and format guidelines
- Distill — Distill.pub, the canonical reference for ML figure craft, still the best single source for what a great ML figure looks like
- LabFig — What is AI for scientific figures, the category overview
- Sibling guides — AI figures for single-cell biology, AI figures for clinical AI papers, and AI figures for drug discovery

