icassp-experiments

GitHub

指导ICASSP论文实验设计与审计,确保匹配领域标准指标与强基线,执行关键条件扫描及消融实验,并在四页限制内规范报告结果以规避拒稿风险。

ICASSP-Skills/skills/icassp-experiments/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

设计或审计ICASSP信号处理实验 检查实验指标与任务是否匹配 验证基线方法是否为当前最强且数据源标准

Install

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

Non-standard path

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

Use without installing

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

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill icassp-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": "icassp-experiments",
    "description": "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."
}

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

Task Standard metric(s) Standard evaluation anchor
Speech recognition WER / CER LibriSpeech, WSJ, or task corpus with fixed split
Enhancement / separation SI-SDR, PESQ, STOI Matched mixture set, reference-aligned scorer
Speaker / language ID EER, minDCF Standard trial lists (e.g., VoxCeleb-style)
Sound event / audio tagging mAP, F1, error rate Fixed labeled set, defined operating point
Image / video restoration PSNR, SSIM Standard test set, defined borders and depth
Communications BER / BLER vs SNR Defined channel model and decoder
Estimation / detection RMSE, ROC/AUC Monte-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>

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
806dfd87
Indexed
2026-07-19 15:54

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