wacv-experiments

GitHub

指导WACV论文实验设计,区分应用与算法赛道。强调在部署约束下公平对比基线、报告成本与不确定性、进行消融实验,以通过初审并避免修改重投。

WACV-Skills/skills/wacv-experiments/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

设计或审查WACV论文实验 需要满足应用或算法赛道的证据标准

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill wacv-experiments -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/WACV-Skills/skills/wacv-experiments -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@wacv-experiments

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill wacv-experiments -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": "wacv-experiments",
    "description": "Use when designing or auditing WACV experiments, covering Applications-track systems evidence (latency, power, robustness under real constraints) versus Algorithms-track matched-baseline novelty, comparative assessment under the deployed condition, uncertainty over seeds and sessions, ablations, and evidence that survives the two-round review."
}

WACV Experiments

Use this to build evidence a WACV reviewer accepts in Round 1 instead of sending to Revise and Resubmit. The controlling idea: WACV reviews under two tracks, and each track has a different evidence bar. Facts are the WACV 2026/2027 cycles as read on 2026-07-09.

Evidence by track

Question the reviewer asks Applications track Algorithms track
Does it work where it must? Metric under the deployment constraint (power/latency/light/data budget) Metric on the standard benchmark
Is the comparison fair? Baselines re-tuned to the same constraint, not their defaults Baselines under matched backbone/compute
What does it cost? Measured latency, wattage, memory on the named device FLOPs/params/throughput reported honestly
When does it fail? Failure cases under the real condition Ablation isolating the mechanism
Is the gain real? Uncertainty over sessions and seeds Uncertainty over seeds; significance where small

The single most common WACV revision request is "you compared against baselines at their defaults, not under your constraint." Pre-empt it: an Applications claim is only supported if the baselines were given the same power/data/latency budget you operated under.

The four implicit questions

Design the experiment section to answer, in order: does it work, why, when does it fail, and what does it cost. For an applications paper the "what does it cost" row is load-bearing — a system that hits accuracy but blows the power budget has not made the contribution it claims.

Comparative assessment under the deployed condition

For each baseline B and each headline claim C under constraint K:
  1. Re-tune / re-run B under K (same budget, same data regime) — not B's paper defaults.
  2. Report your method and B on the same axis (e.g., boundary-F1 @ K watts).
  3. Include an unconstrained upper-bound reference so the reader sees the cost of K.
  4. Report each number with a spread (std over seeds and, for field/systems work, sessions).
If any baseline was run only at its default and not under K, the comparison is not yet fair.

Uncertainty and honesty

  • Report variance: standard deviations over seeds, and for deployed/field systems over repeated sessions or devices, not a single run.
  • Do not overclaim when a gap is within the spread; say "within a small margin" and show the numbers. WACV reviewers, being applications-minded, distrust hero runs.
  • Keep the exact split, device, meter, and hyperparameters in the supplement so a Round 2 reviewer can confirm nothing changed silently between rounds.

Ablations that isolate the claim

An ablation should remove exactly the component your contribution rests on and show the metric move under the same condition. For an Algorithms-track paper this is the core of novelty; for an Applications-track paper, ablate the part that makes the system meet the constraint (the low-power front end, the data-efficient step), not a generic layer.

Reverify each cycle

  • The two-track review criteria and any track-specific evidence expectations.
  • Whether specific reporting (compute, energy) is requested in the current guidelines.
  • Dataset licensing/anonymity rules for any data released with the paper.

Output format

[Track] Applications / Algorithms
[Works] headline metric under the required condition: <value ± spread>
[Fair] baselines run under the same constraint: yes/no
[Cost] latency/power/FLOPs on named device: <reported?>
[Fails] failure analysis under the real condition: <present?>
[Uncertainty] spread over seeds/sessions: yes/no
[R&R risk] <the comparison a reviewer would call unfair>

Version History

  • 9f86f09 Current 2026-07-19 17: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
7c4a364f
Indexed
2026-07-19 17:54

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