Use this after a CVPR acceptance (decisions landed February 20 in the 2026 cycle, conference in early June). The verified 2026 publication pipeline is described below; the mechanical camera-ready details for any given year — exact deadline, page allowance, IEEE forms — were not fetchable at check time and are 待核实: read the instructions email and the current Author Guidelines before building the final PDF.
Accepted CVPR papers are published twice, and the two copies serve different audiences:
openaccess.thecvf.com): free to everyone, posted around the
conference; the file is the accepted version apart from a watermark. This is the copy
the field reads and the one bibliography tools usually find first.There is no author-side publication fee; costs ride on registration. Consequence for you: the PDF you upload at camera-ready is the artifact of record in both channels — there is no copy-editing pass to catch your mistakes.
Reversing double-blind is edit work, not a switch:
Verified 2026 policy: if the paper claims a dataset release as a scientific contribution, the dataset must be publicly available no later than the camera-ready deadline. "Available upon request" or a landing page with a form does not meet the bar you promised reviewers. Licensing, hosting bandwidth, and consent/PII scrubbing all have to be finished on the paper's schedule, not the lab's.
# Release-readiness probe, run from a machine outside your institution
curl -sIL https://<dataset-host>/<archive> | grep -Ei 'HTTP|content-length'
sha256sum downloaded_archive.tar.gz # matches the checksum printed in the repo?
python3 - <<'EOF'
import json; m = json.load(open("meta/license.json"))
assert m["license"] and m["contact"], "license/contact missing from release metadata"
EOF
In 2026 the program split acceptances into tiers (program trackers reported 141 orals in four parallel tracks and 578 highlights among 4,090 acceptances — cross-check the official program before quoting). What each tier means for preparation:
| Outcome | Extra deliverables | Preparation reality |
|---|---|---|
| Oral | Talk + poster | A few minutes on a big stage; rehearse to time, design slides for the back row |
| Highlight | Poster, flagged in the program | Extra foot traffic; the poster must carry the paper alone |
| Poster | Poster | Thousands of attendees walk the halls; a legible headline result beats density |
| Award candidate | Talk logistics vary | Committee re-reads the paper — camera-ready polish matters twice |
Every tier presents at a venue with five-digit attendance (about 12,200 registrants in 2026), so print deadlines, poster-size specs, and the video/teaser uploads requested by the virtual platform belong on the same checklist as the PDF.
The version of record gets no editorial pass, so run your own. Faults found in published CVPR PDFs year after year, all preventable in an afternoon:
\usepackage{review}-mode
artifacts from the author kit.Fig. ??), and citations still
pointing to arXiv versions of papers that have since been published (fix per
cvpr-related-work).After acceptance, converge the copies: update the arXiv version to match the camera-ready (arXiv posting was already legal during review), point the repo README at the CVF page once it exists, and use one canonical BibTeX everywhere — mixed arXiv/proceedings citations fragment your citation count for years. Keep the media embargo in mind in reverse: it lifted at acceptance, so coordinated publicity is now allowed.
[Camera-ready status] on-track / blocked
[Version-of-record checks] deanonymized · acknowledgements · live links · page fit
[Dataset clause] not-claimed / released-and-probed / BLOCKED: <gap>
[Tier prep] oral/highlight/poster deliverables and dates
[Public sync] arXiv updated · repo pointed · canonical BibTeX chosen
[待核实 items] <forms, deadline, page allowance for this year>