技能 编程开发 SIGGRAPH补充材料结构指南

SIGGRAPH补充材料结构指南

v20260724
siggraph-supplementary
本指南详细指导作者如何规划SIGGRAPH提交的论文内容划分:核心7页正文与补充材料。它强调结果视频的地位,提供了视频制作、全分辨率对比图库(Comparison Galleries)以及组织额外技术证据(代码、数据、证明)的最佳实践,确保所有证据的展示既有力又符合评审标准。
获取技能
309 次下载
概览

SIGGRAPH Supplementary

At SIGGRAPH the supplemental material — above all the results video — is not an appendix, it is primary evidence. Motion, temporal coherence, interaction latency, and rendering artifacts simply do not survive as still figures, and reviewers watch the video to judge them. This skill governs the split between the reviewed body and the supplemental, and the craft of the video itself. Anchor format rules to resources/official-source-map.md.

The decision-criticality rule

The body is capped (Conference/dual-track: <= 7 pages excluding references and two figures-only pages). The supplemental is generous. But nothing that decides acceptance may depend on the reviewer opening the supplemental — a reviewer might weight the body most. So:

Evidence Where it lives
The core claim, method, and headline comparison Body (the 7 pages)
The teaser and the key result figures Body
Temporal/interactive results (animation, simulation, real-time) Video — irreplaceable
Extended comparison galleries, more scenes, more ablations Supplemental (additional results)
Derivations, proofs, parameter tables, network details Appendix in supplemental
Code, trained weights, scenes/meshes, data Supplemental (and camera-ready archive)

Rule of thumb: if a reviewer must see it move to believe the claim, it is a video; if it merely strengthens a claim the body already makes, it is supplemental; if losing it would change the decision, it belongs in the body.

The results video is a deliverable, not a screen recording

Reviewers form their impression of a graphics result in the first thirty seconds of the video. Build it deliberately:

  • Open with the headline result, side-by-side with the strongest prior method, on a scene the reader recognizes.
  • Show motion and temporal coherence — flicker, popping, and instability are exactly what a static figure hides and a reviewer is hunting for. Do not cut away from a hard case.
  • Include failure cases. A reviewer who finds an artifact you concealed distrusts everything; one who sees you show it trusts the rest.
  • Label everything on screen — method name, scene, resolution, frames per second, and timing — because the video is watched without the paper in hand.
  • Keep comparisons fair: same viewpoint, same lighting, same runtime budget; note where a baseline was given an advantage.
  • Respect rights and length: you must hold permissions for every frame at submission; keep to the portal's size/length limits and a standard codec (H.264/MP4 is safest).

Comparison galleries and additional results

Graphics reviewers expect breadth beyond the body's few figures:

  • An HTML comparison viewer (image sliders / flip-books) lets a reviewer A/B your result against baselines at full resolution — far more convincing than downsized paper figures.
  • Provide the full scene set you evaluated on, not only the cherry-picked ones, so the reviewer can check generality.
  • Include more ablation rows than fit the body, each pinned to the paper's ablation table.

Package layout

supplemental/
  video.mp4              # results video, labeled, rights-cleared, <= portal limit
  comparisons/index.html # full-res A/B viewer vs each baseline
  additional_results/    # extra scenes, extra ablations, keyed to body figures
  appendix.pdf           # derivations, proofs, parameter/network tables
  code/                  # source + build (see siggraph-reproducibility)
  assets/                # scenes, meshes, textures, weights (or stable links)
  README.txt             # what each item is; which body claim it supports

Anti-patterns

  • A results video that is a muted slideshow of the paper's figures — it shows nothing new.
  • Hiding the decisive comparison in supplemental while the body over-claims without it.
  • An unlabeled video the reviewer cannot interpret without the PDF.
  • Cherry-picked scenes with the failure set quietly omitted.
  • Missing permissions on a single video frame — an ethics/production block.

Output format

[Body vs supplemental] each claim placed by decision-criticality? yes/no
[Results video] opens on headline+baseline? shows motion? failures included? labeled? rights cleared?
[Comparisons] full-res A/B viewer vs baselines present? full scene set included?
[Additional results] extra ablations/scenes keyed to body figures? yes/no
[Appendix] derivations/params moved out of the 7-page body? yes/no
[Fixes] <ordered>
信息
Category 编程开发
Name siggraph-supplementary
版本 v20260724
大小 4.82KB
更新时间 2026-07-29
语言