LLLMWIKI
ArticleResearch mapReading portalMetadata

Source note · Updated 2026-07-12

VARSSoccerNet-MVFoul 多视角犯规分类与裁判辅助

一句话结论

VARS 在已知 foul candidate 和人工对齐 contact frame 的多视角 5 秒 clips 上,MViT foul-type top-1 47%、severity multitask BA 34%;它建立了有价值的 SoccerNet-MVFoul 数据集,但不是整场 foul detector、实时系统或可自动执法的 VAR。

数据与 split

  • 500 场、6 个欧洲联赛、2014–2017;
  • 3,901 actions / 8,923 clips;平均 2.29 views/action;
  • 每段事件前 3 秒、后 2 秒,至少 live + replay;
  • 一名 6 年/300+ 场经验 professional referee 看全部视角、逐帧同步并标 10 properties;
  • 无第二 expert、kappa、adjudication 或 annotation hours;
  • 官方 repo(二级实现来源)给 split:2,916 train / 411 val / 301 test / 273 challenge;论文未说明是否 match-disjoint;
  • 视频下载需 NDA/password。

样本全部始于现场裁判已吹且有 replay 的 foul,368 个被 expert 改为 no offence。它们是 hard negatives,不代表整场真实低基率负样本。

类别分布

  • Standing tackling 43.6%,Dive 0.9%;
  • No card 55.3%,Red 1.1%;
  • Offence 85.8%,No offence 10.7%,Between 3.4%;
  • handball 约 1%,contact 97%;
  • severity task 删除 Between 与 Borderline,简化了最关键的规则灰区。

方法、结果与成本

每 view 用 ResNet/R(2+1)D/MViT,mean/max pool 聚合,single/multitask heads。默认 16 frames、1 秒、224×398,Adam、lr 1e-4、batch 8;V100 约 9 小时,约 10 epochs 后过拟合。

  • foul type:MViT+max top-1 0.47、top-2 0.69、BA 0.43;MViT+mean BA 0.45
  • severity:multitask MViT+max top-1 0.43、BA 0.34
  • 三视角 subset:live-only foul top-1 0.31;live+2 replay 0.57,但 BA 仅 0.39;
  • 固定 16 frames 时,1 秒/16 FPS 比 3.2 秒/5 FPS 更好,细节集中在 contact 附近。

未报告 inference FPS、端到端 stream synchronization、内存、confidence calibration 或 total annotation cost。

泄漏与部署风险

  • split 是否按 match 隔离未知;球队、球衣、球场和 broadcast style 可能泄漏;
  • replay selection、slow motion 和 close-up 可能成为 severity shortcut;
  • 输入已经 contact-centered,系统不负责整场事件 discovery;
  • single expert + 删除 grey areas 低估判罚分歧;
  • Red/Dive/handball 极少,overall accuracy 不可靠;
  • 多视角 replay 条件不适用于多数业余/低级别比赛;
  • 34% severity BA 远不足以自动判罚;应只定位为 human referee assistance research。

Primary / secondary

  • CVF/arXiv paper:数据定义、方法、实验 primary evidence;
  • 官方 GitHub:split、NDA、weights 和运行方式的 secondary implementation evidence;
  • repo 不应覆盖论文中的性能/任务边界。

羽毛球边界

可借用多视角 contact clips、expert rule labels、grey-area class、BA、视角/帧率消融。足球 foul taxonomy、replay 条件和数字不能外推羽毛球。羽毛球需 high-FPS racket/shuttle/contact、match/player/court/camera-disjoint、多裁判/教练一致率、真实 negatives 和 abstention/复核流程。

证据评级

  • 数据资源:A-
  • 多视角 baseline:B+
  • 自动判罚:C
  • 实时/业余部署:C-
  • 羽毛球直接证据:D

原始材料

  • raw/ingest/2026-05-23-vars-automated-soccer-decision-making/paper.pdf(17 页)
  • raw/ingest/2026-05-23-vars-automated-soccer-decision-making/paper-text.md(1,645 行)
  • raw/ingest/2026-05-23-vars-automated-soccer-decision-making/analysis.md

相关页面