ICRA Supplementary
At most ML conferences "supplementary" means an unlimited appendix PDF. ICRA has
no such thing: the 2026-cycle rules cap the reviewed document at 6 content pages
plus 2 reference-only pages, with no appendix upload. What ICRA has instead is
the video attachment — a robotics-native evidence format with hard specs
(≤ 180 seconds, ≤ 20 MB, mpeg/mp4/mpg in 2026) and its own submission windows.
This skill treats the video as the serious scientific artifact it is.
The self-containment rule
Because reviewers are not obligated to open anything beyond the PDF, and because
there is no appendix:
- Every load-bearing definition, equation, protocol detail, and result must be
in the 6 pages. The video may demonstrate; it must never be the only place a
claim is supported.
- External links (project page, code) are pointers to optional corroboration.
Under the double-anonymous policy they must also be anonymized or omitted.
- The test: delete the video and all links mentally — does the paper still prove
its claims? If no, restructure the body, not the supplement.
What the video is for
Robotics reviewers watch the attachment early, often before reading past the
abstract. It answers questions text cannot:
| Reviewer question |
Video answer |
| Is this real hardware or renders? |
continuous, uncut executions |
| Is the demo cherry-picked? |
multiple trials, varied conditions, a counter on screen |
| How fast is it really? |
wall-clock timestamps, explicit "1× speed" labels |
| What does failure look like? |
one or two failure clips with a caption naming the cause |
| Is a human secretly helping? |
wide shots showing the full workspace and no puppeteer |
Storyboard for 180 seconds
0:00-0:10 title card: paper title only (no authors — double-anonymous)
0:10-0:30 task + platform in one wide continuous shot
0:30-1:30 core capability: 3-5 uncut executions, varied instances,
on-screen labels: condition, trial number, 1× speed
1:30-2:10 the money comparison: baseline vs method, same task instance,
side by side if possible
2:10-2:35 a failure case, honestly labeled with the taxonomy category
from the paper's failure table
2:35-3:00 generalization montage (may be sped up — label "4×"),
closing card pointing to the paper, nothing else
Rules the storyboard encodes: label every speed change (silent speed-ups are
treated as deception when caught); prefer uncut takes over montage for the core
claim; synchronize the video's trial conditions with the paper's tables so a
reviewer can cross-reference; show failure deliberately — it converts the video
from advertisement into evidence.
Meeting 20 MB without looking like 2005
180 seconds under 20 MB means roughly 900 kbps total — tight but workable:
- Encode H.264 (in an mp4 container per the allowed formats), 720p, high-profile
two-pass; drop the audio track entirely (narration goes into captions, which
also survive muted review viewing and avoid voice de-anonymization issues).
- Avoid 60 fps; robotics motion reads fine at 24-30 fps and halves bitrate.
- Static title cards and captions compress to nearly nothing; noisy handheld
footage does not — use a tripod, lock exposure.
- Verify the final file on the actual spec: duration ≤ 180 s, size ≤ 20 MB,
extension among the allowed three, plays in a stock player.
Anonymization of footage
Video leaks identity faster than text (2026-cycle double-anonymous rules):
- Sweep frames for lab posters, door signs, safety-vest logos, license plates,
reflections in glass, and named equipment tags; blur or reshoot.
- No voice-over (voiceprints identify); no bystanders' faces without masking.
- Strip container metadata (
ffmpeg -map_metadata -1 on the final pass) — the
encoder tag can carry a username.
Project pages and external links
A public project page is standard robotics practice after acceptance but a
liability during double-anonymous review:
- If the page already exists (earlier arXiv release), do not link it from the
submission; reviewers finding it on their own is tolerated, you leading them
there is a violation pattern.
- An anonymized mirror (no lab name in domain or footer) may be linked if the
cycle's rules permit external material at all — reread the current CFP.
- Plan the public page for acceptance week: paper, final video, artifact link,
BibTeX with the IEEE Xplore DOI (
icra-camera-ready stages this flip).
Windows and logistics
In the 2026 cycle videos were accepted only during two windows (Aug 5-Sep 9 and
Sep 17-22, 2025, 23:59 Pacific) — note the second window closes after the paper
deadline, a grace period for editing but not for shooting. Bank raw footage
throughout the experimental campaign (icra-reproducibility ties clips to trial
logs); deadline-week shooting produces both worse videos and worse anonymity
discipline. Verify the current year's windows and specs on the year-site before
scheduling the edit.
Pre-upload checklist
- Paper passes the self-containment test with video deleted.
- Storyboard beats present: uncut core, labeled speeds, comparison, failure.
- Trial conditions on screen match table conditions in the paper.
- Spec check: ≤ 180 s, ≤ 20 MB, allowed container, plays everywhere.
- Anonymity sweep of frames, captions, metadata complete.
- Upload inside the posted window; confirmation archived.
Output format
[Self-containment] pass / fail — claims living only in video: <list>
[Storyboard audit] uncut-core / speed-labels / comparison / failure: y/n each
[Spec] <s> s, <MB> MB, <container> — compliant: y/n
[Anonymity] frame sweep, captions, metadata: clean / leaks: <list>
[Window] target window <dates> — footage ready by: <date>
[Cross-reference] video trials ↔ paper tables consistent: y/n
Source: brycewang-stanford/Awesome-Journal-Skills → ICRA-Skills/skills/icra-supplementary/SKILL.md
1---2name: icra-supplementary3description: Use when planning ICRA supplementary material, which in this venue means primarily the video attachment — 180 seconds, 20 MB, submitted in fixed PaperPlaza windows — plus external code links; covers storyboarding, showing failures, anonymization of footage, and what may never live only outside the 6+2-page PDF.4---567# ICRA Supplementary89At most ML conferences "supplementary" means an unlimited appendix PDF. ICRA has10no such thing: the 2026-cycle rules cap the reviewed document at 6 content pages11plus 2 reference-only pages, with no appendix upload. What ICRA has instead is12the **video attachment** — a robotics-native evidence format with hard specs13(≤ 180 seconds, ≤ 20 MB, mpeg/mp4/mpg in 2026) and its own submission windows.14This skill treats the video as the serious scientific artifact it is.1516## The self-containment rule1718Because reviewers are not obligated to open anything beyond the PDF, and because19there is no appendix:2021- Every load-bearing definition, equation, protocol detail, and result **must be22 in the 6 pages**. The video may demonstrate; it must never be the only place a23 claim is supported.24- External links (project page, code) are pointers to *optional corroboration*.25 Under the double-anonymous policy they must also be anonymized or omitted.26- The test: delete the video and all links mentally — does the paper still prove27 its claims? If no, restructure the body, not the supplement.2829## What the video is for3031Robotics reviewers watch the attachment early, often before reading past the32abstract. It answers questions text cannot:3334| Reviewer question | Video answer |35|---|---|36| Is this real hardware or renders? | continuous, uncut executions |37| Is the demo cherry-picked? | multiple trials, varied conditions, a counter on screen |38| How fast is it really? | wall-clock timestamps, explicit "1× speed" labels |39| What does failure look like? | one or two failure clips with a caption naming the cause |40| Is a human secretly helping? | wide shots showing the full workspace and no puppeteer |4142## Storyboard for 180 seconds4344```text450:00-0:10 title card: paper title only (no authors — double-anonymous)460:10-0:30 task + platform in one wide continuous shot470:30-1:30 core capability: 3-5 uncut executions, varied instances,48 on-screen labels: condition, trial number, 1× speed491:30-2:10 the money comparison: baseline vs method, same task instance,50 side by side if possible512:10-2:35 a failure case, honestly labeled with the taxonomy category52 from the paper's failure table532:35-3:00 generalization montage (may be sped up — label "4×"),54 closing card pointing to the paper, nothing else55```5657Rules the storyboard encodes: label every speed change (silent speed-ups are58treated as deception when caught); prefer uncut takes over montage for the core59claim; synchronize the video's trial conditions with the paper's tables so a60reviewer can cross-reference; show failure deliberately — it converts the video61from advertisement into evidence.6263## Meeting 20 MB without looking like 20056465180 seconds under 20 MB means roughly 900 kbps total — tight but workable:6667- Encode H.264 (in an mp4 container per the allowed formats), 720p, high-profile68 two-pass; drop the audio track entirely (narration goes into captions, which69 also survive muted review viewing and avoid voice de-anonymization issues).70- Avoid 60 fps; robotics motion reads fine at 24-30 fps and halves bitrate.71- Static title cards and captions compress to nearly nothing; noisy handheld72 footage does not — use a tripod, lock exposure.73- Verify the final file on the actual spec: duration ≤ 180 s, size ≤ 20 MB,74 extension among the allowed three, plays in a stock player.7576## Anonymization of footage7778Video leaks identity faster than text (2026-cycle double-anonymous rules):7980- Sweep frames for lab posters, door signs, safety-vest logos, license plates,81 reflections in glass, and named equipment tags; blur or reshoot.82- No voice-over (voiceprints identify); no bystanders' faces without masking.83- Strip container metadata (`ffmpeg -map_metadata -1` on the final pass) — the84 encoder tag can carry a username.8586## Project pages and external links8788A public project page is standard robotics practice *after* acceptance but a89liability during double-anonymous review:9091- If the page already exists (earlier arXiv release), do not link it from the92 submission; reviewers finding it on their own is tolerated, you leading them93 there is a violation pattern.94- An anonymized mirror (no lab name in domain or footer) may be linked if the95 cycle's rules permit external material at all — reread the current CFP.96- Plan the public page for acceptance week: paper, final video, artifact link,97 BibTeX with the IEEE Xplore DOI (`icra-camera-ready` stages this flip).9899## Windows and logistics100101In the 2026 cycle videos were accepted only during two windows (Aug 5-Sep 9 and102Sep 17-22, 2025, 23:59 Pacific) — note the second window closes *after* the paper103deadline, a grace period for editing but not for shooting. Bank raw footage104throughout the experimental campaign (`icra-reproducibility` ties clips to trial105logs); deadline-week shooting produces both worse videos and worse anonymity106discipline. Verify the current year's windows and specs on the year-site before107scheduling the edit.108109## Pre-upload checklist1101111. Paper passes the self-containment test with video deleted.1122. Storyboard beats present: uncut core, labeled speeds, comparison, failure.1133. Trial conditions on screen match table conditions in the paper.1144. Spec check: ≤ 180 s, ≤ 20 MB, allowed container, plays everywhere.1155. Anonymity sweep of frames, captions, metadata complete.1166. Upload inside the posted window; confirmation archived.117118## Output format119120```text121[Self-containment] pass / fail — claims living only in video: <list>122[Storyboard audit] uncut-core / speed-labels / comparison / failure: y/n each123[Spec] <s> s, <MB> MB, <container> — compliant: y/n124[Anonymity] frame sweep, captions, metadata: clean / leaks: <list>125[Window] target window <dates> — footage ready by: <date>126[Cross-reference] video trials ↔ paper tables consistent: y/n127```128129---130131**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `ICRA-Skills/skills/icra-supplementary/SKILL.md`