iccv-camera-ready

GitHub

指导ICCV录用论文完成最终版制作,涵盖去匿名化重写、执行Rebuttal承诺、更新实验数据并添加说明、双渠道(CVF与IEEE Xplore)发布及开源同步。

ICCV-Skills/skills/iccv-camera-ready/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

ICCV论文被录用 准备提交ICCV Camera-Ready版本 处理ICCV论文的脱盲和最终出版

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill iccv-camera-ready -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/ICCV-Skills/skills/iccv-camera-ready -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@iccv-camera-ready

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill iccv-camera-ready -a claude-code -g -y

安装 repo 全部 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --all -g -y

预览 repo 内 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --list

SKILL.md

Frontmatter
{
    "name": "iccv-camera-ready",
    "description": "Use when an ICCV paper is accepted and the final version, releases, and October conference must be delivered, covering de-anonymization edits, the summer camera-ready window between June decisions and the autumn meeting, CVF open access plus IEEE Xplore publication, arXiv synchronization after the embargo lifts, and presenting at an international venue."
}

ICCV Camera-Ready

Acceptance at ICCV opens an unusually long runway: decisions landed in late June 2025 and the conference ran October 19–23 in Honolulu, leaving roughly four months between verdict and podium. The camera-ready deadline sits inside that window (the exact 2025 date was not fetchable at verification time — 待核实; it is communicated in the acceptance email and on the conference site). Use the runway deliberately: most camera-ready damage happens in the first rushed week, and most release-promise damage in the last.

The publication pair

An ICCV paper is published through two channels with different jobs:

Channel What it is What depends on it
CVF open access (openaccess.thecvf.com) Free public copy of the accepted paper, posted around the conference What the field actually reads and cites day-to-day
IEEE Xplore Version of record under IEEE co-sponsorship Institutional/indexing records, some tenure and reporting systems

No article-processing charge exists in this pipeline; costs run through registration. There is also no copy editor: the PDF you upload is what both channels carry forever, so the proofreading pass below is the only one that will ever happen.

De-anonymization is a rewrite pass, not a toggle

Work through these in order, then rebuild and re-read the whole paper:

  1. Author block, affiliations, and emails restored in the final class mode of the author kit.
  2. Acknowledgements written for real: grants, compute providers, colleagues — everything the double-blind rules banned in March.
  3. Self-citations un-contorted where third-person phrasing now misleads.
  4. The availability statement upgraded from "code will be made publicly available" (the anonymity-era phrasing ICCV 2025 prescribed) to actual URLs — repository, model weights, project page. This is the moment links become legal.
  5. Every rebuttal promise executed. Diff your rebuttal PDF against the final text: each "we will clarify/cite/report X" must correspond to a visible edit, because your reviewers are at the poster session in October.
# Promise-tracking during the camera-ready edit
grep -oiE 'we will [a-z ]+' rebuttal.pdf.txt | sort -u > promises.txt
# ...manually annotate each line with the section where it was honored
awk 'END{print NR" promises to verify"}' promises.txt
pdftotext camera_ready.pdf - | grep -nE '\?\?|Anonymous|under review' | head   # broken refs & leftovers

Numbers that changed since review

Four months is long enough for bug fixes and longer training runs to move your tables. The integrity rule: reviewed numbers may improve in the final version only with a footnote saying what changed and why. Silent upgrades between the version reviewers scored and the version the world reads are how post-publication integrity threads start — at a venue whose proceedings are permanently public on CVF open access, the diff is one script away for anyone.

Synchronizing the public copies

The media embargo ends at acceptance, so the communications sequence inverts:

  • Update the arXiv preprint to the camera-ready text once it is frozen; a stale arXiv version outranks the official copy in search for months.
  • Choose one canonical BibTeX (the proceedings entry, once it exists) and put it in the repo README; ICCV papers routinely bleed citations across arXiv/ICCV duplicate entries for years.
  • Point the project page and repo at the CVF open-access URL when it appears around conference time.
  • Any press or lab publicity can now cite an accepted paper — coordinate it with the conference week when attention peaks.

October in another country

ICCV's venues rotate internationally (Honolulu 2025; Hong Kong announced for October 2027), which makes presentation logistics part of camera-ready season, not conference week:

  • Registration: confirm the current cycle's rules on paper registration and in-person presentation — these were not verifiable for 2025 (待核实) and vary across CVF venues; the acceptance email is authoritative.
  • Visas: start the moment the decision arrives; some consulate queues are longer than the June-to-October gap (planning ledger in iccv-workflow).
  • Tier deliverables: an oral needs a timed talk plus poster; a Highlight poster draws extra traffic and must narrate the paper alone; every poster faces a multi-thousand-person hall where one legible headline result beats four dense panels.
  • Backup presenter: name one when travel is uncertain; a no-show poster helps nobody and can breach presentation obligations.

Final-version defect list

Recurring faults in published CVF-venue PDFs, all catchable in an afternoon: review-mode line numbers surviving into the final build; \usepackage[review] left on; figures downsampled by a compression pass until the qualitative comparison is invisible; references still citing arXiv identifiers for papers long since published (fix per iccv-related-work); author-order or affiliation mismatches between the PDF, OpenReview, and the publisher form — the mismatch propagates into IEEE Xplore metadata and is painful to correct after indexing.

Reverify for the current cycle (all 待核实 for 2027)

  • Camera-ready deadline, page allowance for the final version, and whether an extra page is granted for acknowledgements.
  • IEEE copyright form mechanics and PDF validation requirements.
  • Registration-per-paper and presentation-mode rules.
  • Poster dimensions, talk lengths, and any virtual-platform uploads.

Output format

[Camera-ready state] runway weeks left: <n>; blockers: <list>
[Promise diff] rebuttal commitments honored: n/m
[Number changes] none / footnoted: <table → reason>
[Links live] repo · weights · project page · availability statement updated
[Public sync] arXiv refreshed · canonical BibTeX set · CVF URL linked
[October plan] registration · visa · tier deliverables · backup presenter

Version History

  • 9f86f09 Current 2026-07-19 15:54

Same Skill Collection

AAAI-Skills/skills/aaai-artifact-evaluation/SKILL.md
AAAI-Skills/skills/aaai-author-response/SKILL.md
AAAI-Skills/skills/aaai-camera-ready/SKILL.md
AAAI-Skills/skills/aaai-experiments/SKILL.md
AAAI-Skills/skills/aaai-related-work/SKILL.md
AAAI-Skills/skills/aaai-reproducibility/SKILL.md
AAAI-Skills/skills/aaai-review-process/SKILL.md
AAAI-Skills/skills/aaai-submission/SKILL.md
AAAI-Skills/skills/aaai-supplementary/SKILL.md
AAAI-Skills/skills/aaai-topic-selection/SKILL.md
AAAI-Skills/skills/aaai-workflow/SKILL.md
AAAI-Skills/skills/aaai-writing-style/SKILL.md
AAMAS-Skills/skills/aamas-artifact-evaluation/SKILL.md
AAMAS-Skills/skills/aamas-author-response/SKILL.md
AAMAS-Skills/skills/aamas-camera-ready/SKILL.md
AAMAS-Skills/skills/aamas-experiments/SKILL.md
AAMAS-Skills/skills/aamas-related-work/SKILL.md
AAMAS-Skills/skills/aamas-reproducibility/SKILL.md
AAMAS-Skills/skills/aamas-review-process/SKILL.md
AAMAS-Skills/skills/aamas-submission/SKILL.md
AAMAS-Skills/skills/aamas-supplementary/SKILL.md
AAMAS-Skills/skills/aamas-topic-selection/SKILL.md
AAMAS-Skills/skills/aamas-workflow/SKILL.md
AAMAS-Skills/skills/aamas-writing-style/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-editor-strategy/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-evidence-standards/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-literature-synthesis/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-organizing-framework/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-proposal-framing/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-review-process/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-revision/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-submission/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-tables-figures/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-topic-selection/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-workflow/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-writing-style/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-contribution-framing/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-data-analysis/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-literature-positioning/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-methods/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-rebuttal/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-review-process/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-submission/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-tables-figures/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-theory-development/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-topic-selection/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-workflow/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-writing-style/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-contribution-framing/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-data-analysis/SKILL.md

Metadata

Files
0
Version
9f86f09
Hash
75a3df76
Indexed
2026-07-19 15:54

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-29 11:22
浙ICP备14020137号-1 $Carte des visiteurs$