CoolFace
Modelpublic

hf-wzx1205/PDO_S2TT

sourceHugging Faceapache-2.0updated 4d agoView on Hugging Face
0likes
Model Card

PDO_S2TT

Official checkpoints for the ICASSP 2027 submission:

PERSISTENT DELIVERY OPTIMIZATION FOR STREAMING SPEECH-TO-TEXT TRANSLATION WITH REVISIONS

PDO is a history-conditioned, direct streaming speech-to-text translation policy. It receives a growing English speech prefix together with the previously displayed translation and may wait, append, or revise the complete visible target-language draft.

Inference, evaluation, and PDO training code

Released checkpoints

FileDescription
pdo_s2tt.ptInference-only LoRA and history-conditioning weights
pdo_s2tt_sft.ptSFT initialization for reproducing PDO reinforcement learning

Both checkpoints use Qwen/Qwen3-ASR-1.7B as the base model. The public repository includes the complete multilingual PDO reinforcement-learning stage, its frozen FLEURS training targets, evaluation code, and a four-GPU smoke test. The preceding supervised-training stages and optimizer state are not included.

Supported directions

  • En->Zh
  • En->De
  • En->Es
  • En->Ja
  • En->Fr

Download

The paper release is pinned to revision 62c27b03aa1d7da1b739e43e815796029ee243f5:

bash
hf download hf-wzx1205/PDO_S2TT pdo_s2tt.pt \
  --revision 62c27b03aa1d7da1b739e43e815796029ee243f5 \
  --local-dir checkpoints

hf download hf-wzx1205/PDO_S2TT pdo_s2tt_sft.pt \
  --revision 62c27b03aa1d7da1b739e43e815796029ee243f5 \
  --local-dir checkpoints

See the GitHub training instructions for the released G=4 recipe and complete reproduction workflow.

FLEURS TEST results

DirectionBLEUCOMETchrF++FTLFRDLAAL-CU mean / P90RTF
En->Zh38.1686.3126.922.002.333.53 / 6.61.39
En->De29.5784.2257.032.002.423.08 / 5.65.57
En->Es23.3583.5750.882.002.442.51 / 4.44.57
En->Ja28.6688.5026.472.002.473.67 / 6.23.57
En->Fr38.1684.2662.062.002.442.46 / 4.93.59
Macro31.5885.3744.672.002.423.05 / 5.66.54

FRD and RTF include measured computation; the values above were measured on one RTX 4090. All five directions have 100% final-output coverage.

Intended use

These checkpoints are released for research and reproducibility in revision-capable simultaneous speech translation. They should be used with the accompanying inference and evaluation code. Performance outside the five released English-to-X directions has not been established.

License

The released PDO_S2TT checkpoints are licensed under the Apache License 2.0. The separately distributed Qwen/Qwen3-ASR-1.7B base model is also released under Apache-2.0. FLEURS data and references remain subject to their original dataset licenses.