agentsclimarketplace

Icassp experiments

Skill brycewang-stanford/Awesome-Journal-Skills/ICASSP-Skills/skills/icassp-experiments

Use when designing or auditing ICASSP experiments across signal-processing modalities — matching the metric to the task law (WER, SI-SDR, PESQ/STOI, EER/minDCF, PSNR/SSIM, BER, RMSE), anchoring baselines to current strong methods and standard corpora, sweeping the operating condition, and reporting spread over runs within the four-page limit.From its SKILL.md

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

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

SKILL.md

4.4 KB, 973 tokens by cl100k_base, as published. Nobody here has run it

ICASSP Experiments

Use this before submission when the empirical story is not yet locked. ICASSP reviewers are subfield experts who know the right metric and the right baseline for your task, so the fastest route to rejection is the wrong ruler or a stale comparison. The four pages force a small number of decisive experiments, not a large number of weak ones.

Experiment audit

  • Map each empirical claim to a specific table, figure, or condition sweep.
  • Use the field-standard metric for the task; a novel or convenient metric invites the "that is not how this task is measured" review.
  • Anchor to a current strong baseline and a standard corpus/benchmark, not to a weak or dated reference that flatters the result.
  • Sweep the operating condition that matters (SNR, reverberation, bit rate, noise level); a single-condition number rarely convinces a signal reviewer.
  • Report spread over runs (multiple seeds), and say in the caption whether bars are standard deviations, standard errors, or confidence intervals.
  • Audit for train/test leakage, speaker/scene overlap across splits, and metric computed on the wrong crop, alignment, or normalization.

Match the metric to the task law

TaskStandard metric(s)Standard evaluation anchor
Speech recognitionWER / CERLibriSpeech, WSJ, or task corpus with fixed split
Enhancement / separationSI-SDR, PESQ, STOIMatched mixture set, reference-aligned scorer
Speaker / language IDEER, minDCFStandard trial lists (e.g., VoxCeleb-style)
Sound event / audio taggingmAP, F1, error rateFixed labeled set, defined operating point
Image / video restorationPSNR, SSIMStandard test set, defined borders and depth
CommunicationsBER / BLER vs SNRDefined channel model and decoder
Estimation / detectionRMSE, ROC/AUCMonte-Carlo trials, bound (Cramér-Rao) if apt

Reporting the wrong metric family (e.g., classification accuracy for a separation paper) is a first-round reject pattern; match the ruler to the task before anything else.

What experiments are for at this venue

  • ICASSP experiments exist to demonstrate a signal-processing mechanism works under realistic conditions, not to top a leaderboard by any margin. One clean condition sweep beats five extra datasets at a single point.
  • The strongest design isolates the claimed mechanism with an ablation and shows it holds across the operating range, with the standard baseline drawn on the same axes.
  • Where a theoretical bound exists (estimation, detection, coding), compare against it rather than only against another method.

Ablation and sweep stub

Fig. 2: metric vs condition (e.g., SI-SDR vs input SNR, 0-20 dB)
  - proposed (mean ± sd over 3 seeds)
  - strong baseline (same corpus, same scorer)
Table 1: ablation — remove one component at a time, same protocol
  - full method | -component A | -component B | baseline
Report: corpus + split, scorer config, seeds, run count, hardware/runtime

Vignette: a dereverberation paper

A submission claims improved dereverberation. The matching plan: evaluate on a standard reverberant set with PESQ and STOI using a fixed scorer, sweep reverberation time (RT60) rather than reporting one room, ablate the key module, draw a current strong baseline on the same axes, and report the mean and spread over seeds — every panel tied to the claim it supports.

Reporting floor

  • Seeds and run counts for every stochastic figure; captions state what the error bars are.
  • The actual compute and, for real-time claims, the measured latency or real-time factor — not a feasibility assertion.
  • Honest disclosure of the condition you did not test, so a reviewer does not infer you hid it.

Output format

[Experiment readiness] strong / adequate / weak
[Metric fit] task-matched? <metric -> task>
[Baseline] current-strong / standard-corpus? yes/no
[Condition sweep] present over <axis>? yes/no
[Missing evidence] <ablation / spread / baseline / condition>
[Decision-critical next run] <one experiment>

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.