agentsclimarketplace

Eccv experiments

Skill brycewang-stanford/Awesome-Journal-Skills/ECCV-Skills/skills/eccv-experiments

Use when designing or auditing the experimental program of an ECCV paper — benchmark selection that survives a September conference, matched-substrate baseline fairness in the foundation-model era, ablations that isolate the claimed mechanism, qualitative failure evidence, and run sequencing toward a March freeze.From its SKILL.md

Install
npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill eccv-experiments

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

4.1 KB, 875 tokens by cl100k_base, as published. Nobody here has run it

ECCV Experiments

Use this while the experimental plan is still changeable. ECCV's calendar shapes the evidence problem: results freeze in early March, reviews weigh them in May against everything published since, and the field first reads the paper at a September conference — the numbers must still look current six months after the freeze.

The six-month-staleness test

For each headline table, ask: if the strongest lab in this niche publishes their CVPR camera-ready in June, does this table still support the claim in September? Evidence that passes: mechanism-isolating ablations, efficiency frontiers (accuracy vs compute), and generality sweeps across datasets. Evidence that fails: a raw leaderboard number 0.2 points above a moving SOTA. Build the paper's claim on the first kind and let the leaderboard row be corroboration, not the thesis.

Matched-substrate fairness

The first thing a 2026-era vision reviewer checks is whether wins come from the method or from what it was fed:

Axis to matchUnfair patternFair protocol
Backbone / pretrainingYour ViT-L vs their ResNet-50 numbersRe-run the top baselines on your backbone, or add a matched-backbone row
Training dataExtra pseudo-labeled or web data only on your sideA same-data row, with the extra-data row labeled as such
Input resolution / TTAHigher test resolution quoted against lowerState resolution and TTA per row
Compute / epochs4x schedule vs baselines' 1xReport schedule; add an equal-budget row
Foundation-model accessAPI model in your pipeline, none in baselinesGive baselines the same tool or ablate it out

One honest matched row protects the paper better than three inflated rows — the mismatched-substrate objection is the most common substantive ECCV review attack and cannot be answered in a one-page rebuttal without a matched number already in hand.

Ablations that isolate, not decorate

  • Each claimed component gets exactly one toggle row; combinatorial grids go to the supplement.
  • Include the "replace with the dumb version" row (attention → average, learned prior → uniform): it distinguishes mechanism from capacity.
  • Ablate on the mid-sized benchmark, not the smallest one, so effects clear seed noise (eccv-reproducibility for the variance bar).

Qualitative evidence discipline

Vision panels weigh pixels. Ship, in body or supplement: same-scene comparisons against the two strongest baselines; a random-sample grid (not curated) for at least one dataset; and a failure panel tied to the limitations paragraph. A paper with only curated successes reads as hiding something — the failure panel is credibility infrastructure.

Run sequencing toward March 5

T-10 weeks:  falsifier first — the experiment most likely to kill the
             claim (matched-substrate row on the main benchmark)
T-8:         main-table runs launched; seeds x3 on deciding rows
T-6:         ablation toggles; efficiency/frontier measurements
T-4:         cross-dataset generality; qualitative harvesting begins
T-2:         freeze new runs; regenerate all tables from logged results
T-1:         random-sample grids, failure panel, supplement tables
T-0 (Mar 5): body tables locked; supplement week polishes, never adds

Launching the falsifier first is the ECCV-specific discipline: with a biennial venue, discovering at T-2 that the matched row erases the win wastes not a cycle but two years.

Output format

[Evidence verdict] mechanism-backed / leaderboard-fragile / incomplete
[Staleness test] <headline table -> survives September? why>
[Substrate audit] <axis -> matched / mismatched -> repair row needed>
[Ablation map] <claimed component -> isolating toggle present?>
[Run queue] <next runs in falsifier-first order with weeks-to-freeze>

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.