菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-02
📄 Abstract - Self-Supervised Test-Time Tuning for Packet Loss Concealment

Packet loss concealment (PLC) reconstructs audio packets that are missing at the receiver, usually with a trained model whose parameters remain fixed at deployment time. This treats the PLC model as static, even though each call or recording exposes signal-specific information through the packets that did arrive. We present TTT-PLC, a self-supervised test-time tuning framework that adapts existing PLC models using only those received packets. The method creates supervision by synthetically masking portions of the available signal, training the model to conceal them with its native PLC objective, and then using the adapted model to reconstruct the true packet losses. No clean reference signal, external adaptation data, or architectural modification is required. We study TTT-PLC in two deployment settings. In the non-causal setting, the received file is available before reconstruction, allowing repeated self-supervised adaptation passes and providing a per-file adaptation ceiling. In the causal setting, audio is streamed without revising emitted samples; adaptation is performed only on completed past blocks, and updated parameters affect only future audio. We instantiate the framework on two public PLC backbones, FRN, a recurrent full-band speech PLC model, and PARCnet, a hybrid autoregressive-neural model for networked music. Across these settings, the results show that pretrained PLC systems do not need to be treated as fixed at inference time, the still-observed portions of a lossy signal can provide an effective training signal for improving concealment on that same signal.

顶级标签: audio machine learning
详细标签: packet loss concealment self-supervised learning test-time tuning audio reconstruction 或 搜索:

面向丢包掩盖的自监督测试时调优方法 / Self-Supervised Test-Time Tuning for Packet Loss Concealment


1️⃣ 一句话总结

本文提出了一种无需额外数据或修改模型结构的自监督框架TTT-PLC,能够在实际部署时仅利用接收到的音频片段,通过动态调整已有丢包掩盖模型来显著提升对同一信号缺失部分的修复效果。

源自 arXiv: 2607.01823