SIGGRAPH Topic Selection
Choosing SIGGRAPH — and the right cycle and track — before you write is a high-leverage decision,
because SIGGRAPH's bar is a graphics contribution shown through results, and several sibling
venues will serve a differently-shaped contribution better. This skill routes the project. Anchor
venue facts to resources/official-source-map.md.
Is it a graphics contribution?
SIGGRAPH rewards work that advances how images, geometry, motion, or interactive experiences are
created, simulated, rendered, captured, or fabricated — and demonstrates it on results a
graphics audience can see. Apply three tests:
- The visual/temporal-result test. Can the contribution be shown as an image, mesh, frame
sequence, or interactive demo that a graphics reviewer judges by eye? If the payoff is a table
of accuracy numbers with nothing to show, it is likely a vision or ML paper.
- The capability-axis test. Does it move a graphics axis — quality, speed, generality,
robustness, controllability? If there is no such axis, the contribution is not yet SIGGRAPH-shaped.
- The method-vs-application test. Is the advance a reusable technique, or an application of an
existing method to a new dataset? The latter routes to a domain venue or a shorter track.
Route the project
| If the contribution is... |
Consider |
Why not SIGGRAPH main |
| A graphics technique with strong visual results |
SIGGRAPH / SIGGRAPH Asia Technical Papers (TOG) |
This is the target |
| Rendering-specific, incremental but solid |
EGSR or HPG (and TOG) |
Better-matched reviewers; faster cycle |
| Geometry-processing-specific |
SGP (and TOG/CGF) |
Specialized geometry audience |
| Animation / physical simulation focused |
SCA (and TOG) |
Sub-community venue |
| Interactive/real-time rendering technique |
I3D or HPG |
Real-time-focused reviewers |
| Recognition/reconstruction where the model is the point |
CVPR / ICCV / ECCV |
A vision contribution, not a graphics one |
| Interaction/UI/hardware where usability is the point |
CHI / UIST |
An HCI contribution |
| A mature, comprehensive result with no conference talk needed |
Direct-to-TOG (rolling) |
Journal-only, off-cycle |
| Early-stage but promising graphics idea |
SIGGRAPH Conference track (dual-track) or Technical Communications |
Lighter validation bar |
The neural-rendering / generative-3D overlap with CVPR is the most common routing decision: if the
lesson survives swapping the network (a graphics capability), aim SIGGRAPH; if the network is the
contribution and the graphics is a testbed, aim a vision venue.
Choose the cycle
- SIGGRAPH (North America), ~January deadline, summer conference vs SIGGRAPH Asia, ~May
deadline, December conference. Same TOG journal outcome, same review model — pick by which
deadline your results can finish to the journal bar, and by conference travel.
- A near-miss at one cycle is naturally revised for the next; do not rush an unfinished paper into
the nearer deadline.
- Direct-to-TOG (rolling, ScholarOne) suits a comprehensive journal paper that does not need a
conference talk; most authors still go through the conference cycle for the presentation and
visibility.
Choose the track
- Dual-track (default): eligible for Journal (TOG) or Conference publication; keeps the
lighter-validation Conference outcome available for riskier/earlier-stage work. The committee
assigns the final track — you cannot appeal it (see
siggraph-review-process).
- Journal-only: choose when a Conference-track publication would not serve a mature, complete
result. This forgoes the lighter-validation safety net.
- You do not choose between journal and conference reviewers — there is one review on one scale;
the track is decided at accept time.
Honest self-check before committing
- Do I have a results video and head-to-head comparisons against the strongest prior method, or
can I produce them by the deadline? Without them, SIGGRAPH is a long shot.
- Is the closest prior work at SIGGRAPH, or at Eurographics/EGSR/SGP/SCA/CVPR? Submit where your
reviewers and canon live.
- Is the contribution a reusable technique or a one-off result? The former is SIGGRAPH-shaped.
Output format
[Graphics-shaped?] visual-result / capability-axis / method-vs-application tests: pass/fail
[Venue] SIGGRAPH / SIGGRAPH Asia / TOG-direct / sibling (name it) + why
[Cycle] which deadline the results can credibly finish to
[Track] dual-track / journal-only + rationale
[Readiness] results video + strongest-baseline comparison in hand or schedulable? yes/no
[Route decision] <one line + next skill to invoke>
Source: brycewang-stanford/Awesome-Journal-Skills → SIGGRAPH-Skills/skills/siggraph-topic-selection/SKILL.md
1---2name: siggraph-topic-selection3description: Use before committing a project to SIGGRAPH / SIGGRAPH Asia / TOG, to decide whether the contribution is graphics-shaped and which venue and track fit, routing among SIGGRAPH, SIGGRAPH Asia, direct-to-TOG, and siblings (CVPR/ICCV, CHI/UIST, Eurographics/EGSR/SGP/SCA/HPG/I3D), and whether to aim dual-track or Journal-only.4---567# SIGGRAPH Topic Selection89Choosing SIGGRAPH — and the right cycle and track — before you write is a high-leverage decision,10because SIGGRAPH's bar is a **graphics contribution shown through results**, and several sibling11venues will serve a differently-shaped contribution better. This skill routes the project. Anchor12venue facts to `resources/official-source-map.md`.1314## Is it a graphics contribution?1516SIGGRAPH rewards work that advances how images, geometry, motion, or interactive experiences are17**created, simulated, rendered, captured, or fabricated** — and demonstrates it on results a18graphics audience can *see*. Apply three tests:19201. **The visual/temporal-result test.** Can the contribution be shown as an image, mesh, frame21 sequence, or interactive demo that a graphics reviewer judges by eye? If the payoff is a table22 of accuracy numbers with nothing to show, it is likely a vision or ML paper.232. **The capability-axis test.** Does it move a graphics axis — quality, speed, generality,24 robustness, controllability? If there is no such axis, the contribution is not yet SIGGRAPH-shaped.253. **The method-vs-application test.** Is the advance a reusable technique, or an application of an26 existing method to a new dataset? The latter routes to a domain venue or a shorter track.2728## Route the project2930| If the contribution is... | Consider | Why not SIGGRAPH main |31|---|---|---|32| A graphics technique with strong visual results | **SIGGRAPH / SIGGRAPH Asia Technical Papers (TOG)** | This is the target |33| Rendering-specific, incremental but solid | EGSR or HPG (and TOG) | Better-matched reviewers; faster cycle |34| Geometry-processing-specific | SGP (and TOG/CGF) | Specialized geometry audience |35| Animation / physical simulation focused | SCA (and TOG) | Sub-community venue |36| Interactive/real-time rendering technique | I3D or HPG | Real-time-focused reviewers |37| Recognition/reconstruction where the *model* is the point | CVPR / ICCV / ECCV | A vision contribution, not a graphics one |38| Interaction/UI/hardware where usability is the point | CHI / UIST | An HCI contribution |39| A mature, comprehensive result with no conference talk needed | **Direct-to-TOG (rolling)** | Journal-only, off-cycle |40| Early-stage but promising graphics idea | SIGGRAPH **Conference track** (dual-track) or Technical Communications | Lighter validation bar |4142The neural-rendering / generative-3D overlap with CVPR is the most common routing decision: if the43lesson survives swapping the network (a graphics capability), aim SIGGRAPH; if the network *is* the44contribution and the graphics is a testbed, aim a vision venue.4546## Choose the cycle4748- **SIGGRAPH (North America), ~January deadline, summer conference** vs **SIGGRAPH Asia, ~May49 deadline, December conference.** Same TOG journal outcome, same review model — pick by which50 deadline your results can *finish* to the journal bar, and by conference travel.51- A near-miss at one cycle is naturally revised for the next; do not rush an unfinished paper into52 the nearer deadline.53- **Direct-to-TOG** (rolling, ScholarOne) suits a comprehensive journal paper that does not need a54 conference talk; most authors still go through the conference cycle for the presentation and55 visibility.5657## Choose the track5859- **Dual-track** (default): eligible for Journal (TOG) or Conference publication; keeps the60 lighter-validation Conference outcome available for riskier/earlier-stage work. The committee61 assigns the final track — you cannot appeal it (see `siggraph-review-process`).62- **Journal-only:** choose when a Conference-track publication would not serve a mature, complete63 result. This forgoes the lighter-validation safety net.64- You do not choose *between* journal and conference reviewers — there is one review on one scale;65 the track is decided at accept time.6667## Honest self-check before committing6869- Do I have a **results video and head-to-head comparisons** against the strongest prior method, or70 can I produce them by the deadline? Without them, SIGGRAPH is a long shot.71- Is the closest prior work at SIGGRAPH, or at Eurographics/EGSR/SGP/SCA/CVPR? Submit where your72 reviewers and canon live.73- Is the contribution a **reusable technique** or a one-off result? The former is SIGGRAPH-shaped.7475## Output format7677```text78[Graphics-shaped?] visual-result / capability-axis / method-vs-application tests: pass/fail79[Venue] SIGGRAPH / SIGGRAPH Asia / TOG-direct / sibling (name it) + why80[Cycle] which deadline the results can credibly finish to81[Track] dual-track / journal-only + rationale82[Readiness] results video + strongest-baseline comparison in hand or schedulable? yes/no83[Route decision] <one line + next skill to invoke>84```8586---8788**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `SIGGRAPH-Skills/skills/siggraph-topic-selection/SKILL.md`