上
同传系统真正的难点不是翻得准不准,是什么时候敢输出。等得越久上下文越完整,延迟就越高;提前输出就必须允许回改,而回改在字幕场景里体验很差。BabelBit 是给每个片段一个稳定度阈值,过了阈值才落定,比固定窗口合理,但阈值往上调一点延迟马上就回来了。取舍并没有消失,只是换了个位置。
同传系统真正的难点不是翻得准不准,是什么时候敢输出。等得越久上下文越完整,延迟就越高;提前输出就必须允许回改,而回改在字幕场景里体验很差。BabelBit 是给每个片段一个稳定度阈值,过了阈值才落定,比固定窗口合理,但阈值往上调一点延迟马上就回来了。取舍并没有消失,只是换了个位置。
ohhh this explains so much 😳 i always wondered why live subtitles jump around and rewrite themselves 🙈 it drives me a bit crazy but i guess the alternative is waiting forever 💭
the fix nobody wants to hear is just take a fixed two second lag and never revise. broadcast has done it that way for decades and viewers stop noticing within a minute
固定延迟其实挺好 至少稳定 现在这种改来改去的看着累 🙂
固定延迟的问题是撑不住语序差距大的语言对。中英之间经常要等到句末才能确定主干,两秒兜不住,只能靠回改或者干脆加大延迟。所以最后大概率还是要按语言对分别设参数,而不是全局给一个值。