REVIEW 2 major objections 4 minor 300 references
Streaming speech-to-speech translation is trainable from ~2,000 hours of paired audio when a joint text-code trajectory schedule and a two-stream Thinker–Talker design replace separate speech-side controllers.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-01 11:37 UTC pith:4EMQOHVS
load-bearing objection Solid empirical recipe for data-efficient streaming S2ST; the main qualification is a missing quantification of alignment-error residue in the trajectories, not a demonstrated flaw. the 2 major comments →
SimulS2ST-Omni: Data-Efficient Streaming Speech-to-Speech Translation via Explicit Trajectory Supervision
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's claim, stated the way a sympathetic reader would state it: a speech language model can do sentence-level and long-form streaming S2ST with competitive quality–latency trade-offs from only about 2,000 hours of filtered paired S2ST data, provided three things are in place: auxiliary multitask pretraining anchors the model; the paired data are converted into a joint text-code commitment path in which each target word and its code span inherits a monotonized, source-aligned boundary and is emitted in one chunk; and text planning is architecturally separated from dense acoustic-code prediction. Offline S2ST becomes the special case of a single chunk; streaming is the general case. The
What carries the argument
The central object is the streaming trajectory τ = {(Y^text_c, Y^code_c, g_c)}: a chunk-wise schedule that says which source prefix must be read before the model may write both the target text chunk and its acoustic semantic codes. Boundaries come from forced alignment of source and target speech plus cross-lingual word alignment (SimAlign), monotonized to handle local reordering, then grouped into one-second read steps; latency tiers are induced by a sampled multiplier m ∈ {1,…,12} so one checkpoint covers all latencies. The second load-bearing mechanism is the Thinker–Talker factorization, p(Y^text_c | C_c) · p(Y^code_c | C_c, Y^text_c, H_θ), which routes code prediction through a lightwei
Load-bearing premise
The load-bearing premise is that the paired S2ST training signal — target speech synthesized by a TTS model, word boundaries from forced alignment, cross-lingual links from an alignment model, candidates kept by an ASR filter — is trustworthy enough that the commit times it encodes match real interpreting conditions; the paper's own Limitations section and Appendix J.2 (a forced-alignment error that unlocks a target word at 0.08 s before real content arrives) show where this
What would settle it
Re-run the identical recipe on naturally recorded simultaneous interpretation with ground-truth commit times. If streaming ASR-BLEU at the lowest latency tiers collapses — or if replacing the clean-reference alignment with an ASR-transcript alignment shifts a target word's unlock time from 0.08 s to ~0.96 s on disfluent speech, exactly the failure documented in Appendix J.2 — then the trajectory's low-latency benefit is not stable under alignment error. A complementary check: full-budget training across multiple seeds, since the reported seed stability covers only the cheaper 10%-without-aux a
If this is right
- The paired-S2ST data requirement for streaming S2ST drops from tens of thousands of hours to about 2,000 — and the ablation shows keeping the auxiliary mixture matters more than the exact paired budget, with 10% of the paired data still competitive.
- A single checkpoint can serve every latency tier, because training samples a latency multiplier over m∈{1,…,12}; deployment can trade latency against quality without retraining.
- The unified-decoder baseline stays below the two-stream model at every tier even with identical trajectory supervision, which the paper reads as structural evidence that text planning and dense code prediction should be decoupled under data constraints.
- Long-form, unbounded streaming does not collapse: on RealSI long-form S2ST the system stays competitive with LiveInterpret 2.0 from m4–m6, and on ACL60/60-dev it beats recent academic S2TT systems at comparable latency.
- Offline S2ST is recovered as the C=1 special case, so the same recipe yields an offline model that matches UniSS(Q) on CVSS-T Text-BLEU/ASR-BLEU.
Where Pith is reading between the lines
- Because the trajectory is only as reliable as its alignments, the recipe's practical ceiling on real disfluent speech likely depends on the same failure mode the paper documents in its own Appendix J.2 — a forced-alignment error unlocking a target word at 0.08 s before real content arrives. A natural next step, which the paper leaves implicit, is to mine naturally recorded simultaneous interpretat
- The joint text-code commitment idea is not tied to S2ST: any streaming generation task that must emit dense perceptual codes along a text-like plan — e.g., live dubbing with lip-sync constraints or streaming speech-to-music captioning — could reuse the same chunk-factorized objective.
- The paper keeps the speech encoder and acoustic backend frozen; it states the chunk-wise flow-matching decoder is not fully streaming-native. If a streaming-native backend were adopted, the remaining boundary artifacts and the gap to the RTF<1 regime at low latency might close — a testable engineering extension.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a training recipe for streaming speech-to-speech translation (S2ST) that uses only ~2k hours of paired cross-lingual S2ST data, layered atop large auxiliary multitask supervision. The main contributions are (1) a joint text-code trajectory supervision that schedules target text and acoustic semantic codes as a unified commitment path, and (2) a two-stream Thinker–Talker architecture that factorizes linguistic planning from dense acoustic code prediction. The system is evaluated on CVSS-T for offline S2ST, RealSI for sentence-level and long-form streaming S2ST/S2TT, and ACL60/60-dev for long-form S2TT, with ablations on data filtering, budget reduction, and latency-multiplier sampling. The authors report competitive quality–latency trade-offs, including matching a closed-source system (LiveInterpret 2.0) on ASR-BLEU in several operating regimes. The paper is an empirical training-recipe evaluation with multiple benchmarks, an ASR-backend sensitivity check, a seed-reproducibility proxy, and a small human/LLM-judge study.
Significance. If the results hold, this is a practically significant demonstration that careful trajectory construction, auxiliary multitask training, and a two-stream architecture can largely compensate for a very small paired-S2ST budget. The paper's strengths are its controlled matched-backbone comparison, the breadth of streaming evaluation (sentence-level and long-form, S2TT and S2ST, multiple latency metrics), the ASR-backend sensitivity analysis, the seed-variance proxy, and the unusually explicit disclosure of failure modes. The central risk is the unquantified reliability of the automatically constructed trajectories, since the paper's core contribution is explicitly a trajectory-based supervision method. The attached stress-test concern about forced-alignment/SimAlign errors is real and is not adequately resolved by the current filtering description.
major comments (2)
- [§3.2, §A.4, App. J.2] The core contribution is trajectory supervision, whose validity depends on force-aligned source/target word boundaries and SimAlign links. The paper's own Appendix J.2 shows a concrete failure: an FA error under transcript–audio mismatch unlocks a target word at 0.08 s, before real content arrives. The filtering described in §A.4 retains roughly 79–80% of candidates under ASR error-rate thresholds, but these thresholds check content, not commit-time correctness; no estimate is given of the residual fraction of trajectories with premature ready_times. If such trajectories are systematic, the learned streaming policy could appear artificially aggressive at low latency, which would directly affect the quality–latency comparison with LiveInterpret 2.0 in Table 3 and Figures 3–4. Please quantify the residual rate (e.g., by re-aligning a sample of retained trajectories with an ASR transcript a
- [§4.4, Table 3, Fig. 3, App. F] The headline "matching LiveInterpret 2.0" relies on a mixed measurement protocol: ASR-BLEU is computed locally from API-obtained audio under a unified pipeline, but the latency coordinate of the LiveInterpret operating point is the value reported in its paper (footnote 1), not measured under the same SimulEval/LAAL conditions used for the authors' own points. LAAL is sensitive to segmentation and simulator settings; the paper's Appendix F shows that when computation-aware latency is measured directly via the API, LiveInterpret shifts rightward by several seconds, changing the comparison. To support the abstract's claim, the main-text comparison should use latency values measured under a single protocol (or should present the Appendix F computation-aware comparison as the primary evidence).
minor comments (4)
- [§4.1, App. G.1] The main results in Table 3 and Figures 3–5 are from single training runs. The 3-seed reproducibility check is only for the cheaper 10% w/o aux proxy, which is reassuring but not a substitute for variance estimates at the main operating points. Please state this limitation explicitly in the main text and consider reporting at least one additional seed for the headline comparison.
- [Table 5 vs. Table 12] Table 5 reports Talker 10% w/o aux En→Zh m1 = 9.47, while Table 12 gives 9.04±0.54 for the same condition. These are close but not identical; clarify whether the numbers are from different runs or whether Table 5 uses a different decoding configuration, so readers can reconcile them.
- [Fig. 1] The trajectory-construction figure is dense. Consider explicitly labeling the time axis and the meaning of the color-coded brackets in the caption, since the monotonicization step is essential to the method.
- [App. H.1] The human listening study has N=15 per direction. The statistical tests and ICC are helpful, but this scale should be acknowledged as a limitation in the main text when human evidence is cited, not only in the appendix.
Circularity Check
No significant circularity; empirical recipe evaluated on held-out benchmarks; minor self-reliance on own components is not load-bearing.
full rationale
The paper's central claim is an empirical training recipe, not a derivation. The trajectory objective in Eq. (2) is constructed from forced alignments and SimAlign in Section 3.2, and the trained model is evaluated on held-out real recordings (RealSI, ACL60/60-dev, CVSS-T). No test-set target is used to fit any parameter, and no reported number is identical by construction to a fitted input: latency tiers are induced by the multiplier m, but ASR-BLEU, BLEU, A.PCP, and SIM-O are measured from generated outputs, and comparisons to LiveInterpret 2.0 and UniSS are external. The self-citations (DualCodec, FlexiVoice, Emilia) appear as fixed tokenizer, acoustic-backend, and data inputs rather than as evidence for the target S2ST claim, so they are ordinary self-reliance rather than circular justification. Appendix J.2 documents a real data-quality failure (a forced-alignment error unlocking a word at 0.08 s) and J.3 a premature-emission case; these are correctness and latency risks, not circular steps, and the paper's own mitigation via ASR re-transcription and filtering (Section A.4) is acknowledged rather than hidden. Overall, no load-bearing reduction to the paper's own inputs was found.
Axiom & Free-Parameter Ledger
free parameters (5)
- source chunk interval =
1 second
- NIR difficulty and length quotas =
difficulty {high:0.1, mid_high:0.3, mid_low:0.4, low:0.2}; length {short:0.1, medium:0.5, long:0.4}
- ASR pair filtering thresholds =
5% Chinese / 7% English
- latency multiplier sampling parameters =
a=0.18, b=0.017, Mmax=12; Gaussian mean=3.5, variance=4.0
- stage data mixture ratio =
ASR:S2TT:MT:TTS:S2ST = 0.2:1:0.5:1:1.5
axioms (4)
- domain assumption Forced alignment and SimAlign give reliable word-level cross-lingual boundaries for committing target words.
- domain assumption Target speech synthesized with OmniVoice under voice cloning is adequate supervision for learning semantic-code prediction on real target speech.
- domain assumption Chunk-factorized teacher-forced log-likelihood (Eq. 2) is a valid surrogate for the streaming read/write policy.
- domain assumption ASR-BLEU via Whisper-large-v3/Paraformer measures translation fidelity of synthesized speech.
read the original abstract
Long-form streaming speech-to-speech translation (S2ST) requires incremental, unbounded translation under strict latency constraints. Existing methods typically suffer from sentence-bounded supervision or demand massive paired-S2ST supervision. We introduce a training recipe enabling a speech language model for sentence-level and long-form streaming S2ST using only $\sim$2k hours of paired cross-lingual S2ST data, layered atop auxiliary supervision. Anchored by auxiliary multitask training, our approach remains robust even when the paired-S2ST budget itself is reduced by 90\%. Our core contribution, joint text-code trajectory supervision, schedules target text and acoustic semantic codes as a unified commitment path, eliminating the need for separate, unstable speech-side emission controllers. Furthermore, our two-stream Thinker--Talker factorization significantly outperforms unified-decoder baselines by decoupling linguistic reasoning from dense acoustic prediction to mitigate modality interference. Finally, our system achieves highly competitive quality-latency trade-offs on RealSI and ACL60/60-dev, matching state-of-the-art, closed-source S2ST systems such as LiveInterpret~2.0 on ASR-BLEU.
Figures
Reference graph
Works this paper leans on
-
[1]
Neural Information Processing Systems , year=
Neural Ordinary Differential Equations , author=. Neural Information Processing Systems , year=
-
[2]
International Conference on Learning Representations , year=
Flow Matching for Generative Modeling , author=. International Conference on Learning Representations , year=
-
[3]
2023 , eprint=
Speak, Read and Prompt: High-Fidelity Text-to-Speech with Minimal Supervision , author=. 2023 , eprint=
2023
-
[4]
ArXiv , year=
Language Models are Few-Shot Learners , author=. ArXiv , year=
-
[5]
Alex Nichol and Prafulla Dhariwal and Aditya Ramesh and Pranav Shyam and Pamela Mishkin and Bob McGrew and Ilya Sutskever and Mark Chen , booktitle=
-
[6]
ArXiv , year=
Zero-Shot Text-to-Image Generation , author=. ArXiv , year=
-
[7]
ACM Computing Surveys , year=
Pre-train, Prompt, and Predict: A Systematic Survey of Prompting Methods in Natural Language Processing , author=. ACM Computing Surveys , year=
-
[8]
ArXiv , year=
Scaling Laws for Generative Mixed-Modal Language Models , author=. ArXiv , year=
-
[9]
ArXiv , year=
Training Compute-Optimal Large Language Models , author=. ArXiv , year=
-
[10]
International Conference on Machine Learning , year=
Conditional variational autoencoder with adversarial learning for end-to-end text-to-speech , author=. International Conference on Machine Learning , year=
-
[11]
Kim, Jaehyeon and Kim, Sungwon and Kong, Jungil and Yoon, Sungroh , journal=
-
[12]
Rongjie Huang and Max W. Y. Lam and J. Wang and Dan Su and Dong Yu and Yi Ren and Zhou Zhao , booktitle=
-
[13]
Soong and Tao Qin and Sheng Zhao and Tie-Yan Liu , journal=
Xu Tan and Jiawei Chen and Haohe Liu and Jian Cong and Chen Zhang and Yanqing Liu and Xi Wang and Yichong Leng and Yuanhao Yi and Lei He and Frank K. Soong and Tao Qin and Sheng Zhao and Tie-Yan Liu , journal=. 2022 , volume=
2022
-
[14]
CSTR VCTK Corpus: English Multi-speaker Corpus for CSTR Voice Cloning Toolkit (version 0.92) , author=
-
[15]
International Conference on Language Resources and Evaluation , year=
Common Voice: A Massively-Multilingual Speech Corpus , author=. International Conference on Language Resources and Evaluation , year=
-
[16]
International Conference on Acoustics, Speech and Signal Processing , year=
Librispeech: An ASR corpus based on public domain audio books , author=. International Conference on Acoustics, Speech and Signal Processing , year=
-
[17]
International Conference on Learning Representations , year=
Hierarchical Generative Modeling for Controllable Speech Synthesis , author=. International Conference on Learning Representations , year=
-
[18]
Conference on Empirical Methods in Natural Language Processing , year=
fairseq S ^2 : A Scalable and Integrable Speech Synthesis Toolkit , author=. Conference on Empirical Methods in Natural Language Processing , year=
-
[19]
International Conference on Machine Learning , year=
Edresson Casanova and Julian Weber and Christopher Dane Shulby and Arnaldo C. International Conference on Machine Learning , year=
-
[20]
International Conference on Learning Representations , year=
FastSpeech 2: Fast and High-Quality End-to-End Text to Speech , author=. International Conference on Learning Representations , year=
-
[21]
Vadim Popov and Ivan Vovk and Vladimir Gogoryan and Tasnima Sadekova and Mikhail Kudinov , booktitle=
-
[22]
Advances in Neural Information Processing Systems , year=
Denoising diffusion probabilistic models , author=. Advances in Neural Information Processing Systems , year=
-
[23]
International Conference on Acoustics, Speech and Signal Processing , year=
Jacob Kahn and Morgane Rivi. International Conference on Acoustics, Speech and Signal Processing , year=
-
[24]
ArXiv , year=
MLS: A Large-Scale Multilingual Dataset for Speech Research , author=. ArXiv , year=
-
[25]
Kameoka and Takuhiro Kaneko and Kou Tanaka and Nobukatsu Hojo , journal=
H. Kameoka and Takuhiro Kaneko and Kou Tanaka and Nobukatsu Hojo , journal=
-
[26]
ArXiv , year=
The Voice Conversion Challenge 2018: Promoting Development of Parallel and Nonparallel Methods , author=. ArXiv , year=
2018
-
[27]
Sequence-to-sequence modelling of
Robinson, Carl and Obin, Nicolas and Roebel, Axel , booktitle=. Sequence-to-sequence modelling of
-
[28]
Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing , year=
Textless speech emotion conversion using decomposed and discrete representations , author=. Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing , year=
2022
-
[29]
IEEE/ACM Transactions on Audio, Speech, and Language Processing , volume=
A regression approach to speech enhancement based on deep neural networks , author=. IEEE/ACM Transactions on Audio, Speech, and Language Processing , volume=. 2014 , publisher=
2014
-
[30]
ArXiv , year=
Real Time Speech Enhancement in the Waveform Domain , author=. ArXiv , year=
-
[31]
ArXiv , year=
Universal Speech Enhancement with Score-based Diffusion , author=. ArXiv , year=
-
[32]
Advances in neural information processing systems , year=
Transfer learning from speaker verification to multispeaker text-to-speech synthesis , author=. Advances in neural information processing systems , year=
-
[33]
International Conference on Machine Learning , year=
Style Tokens: Unsupervised Style Modeling, Control and Transfer in End-to-End Speech Synthesis , author=. International Conference on Machine Learning , year=
-
[34]
ArXiv , year=
Expressive Speech Synthesis via Modeling Expressions with Variational Autoencoder , author=. ArXiv , year=
-
[35]
Weiss and Mike Schuster and Navdeep Jaitly and Zongheng Yang and Z
Jonathan Shen and Ruoming Pang and Ron J. Weiss and Mike Schuster and Navdeep Jaitly and Zongheng Yang and Z. Chen and Yu Zhang and Yuxuan Wang and R. J. Skerry-Ryan and Rif A. Saurous and Yannis Agiomyrgiannakis and Yonghui Wu , journal=. Natural
-
[36]
Transactions of the Association for Computational Linguistics , year=
On Generative Spoken Language Modeling from Raw Audio , author=. Transactions of the Association for Computational Linguistics , year=
-
[37]
He Bai and Renjie Zheng and Junkun Chen and Xintong Li and Mingbo Ma and Liang Huang , booktitle=
-
[38]
Interspeech , year=
Zal. Interspeech , year=
-
[39]
ArXiv , year=
Neural Codec Language Models are Zero-Shot Text to Speech Synthesizers , author=. ArXiv , year=
-
[40]
ArXiv , year=
High Fidelity Neural Audio Compression , author=. ArXiv , year=
-
[41]
IEEE/ACM Transactions on Audio, Speech, and Language Processing , year=
SoundStream: An End-to-End Neural Audio Codec , author=. IEEE/ACM Transactions on Audio, Speech, and Language Processing , year=
-
[42]
IEEE/ACM Transactions on Audio, Speech, and Language Processing , year=
HuBERT: Self-Supervised Speech Representation Learning by Masked Prediction of Hidden Units , author=. IEEE/ACM Transactions on Audio, Speech, and Language Processing , year=
-
[43]
ArXiv , year=
Robust Speech Recognition via Large-Scale Weak Supervision , author=. ArXiv , year=
-
[44]
Annual Meeting of the Association for Computational Linguistics , year=
Text-Free Prosody-Aware Generative Spoken Language Modeling , author=. Annual Meeting of the Association for Computational Linguistics , year=
-
[45]
Transactions of the Association for Computational Linguistics , year=
Generative Spoken Dialogue Language Modeling , author=. Transactions of the Association for Computational Linguistics , year=
-
[46]
Interspeech , year=
Montreal Forced Aligner: Trainable Text-Speech Alignment Using Kaldi , author=. Interspeech , year=
-
[47]
ArXiv , year=
Attention is All you Need , author=. ArXiv , year=
-
[48]
ArXiv , year=
Train Short, Test Long: Attention with Linear Biases Enables Input Length Extrapolation , author=. ArXiv , year=
-
[49]
CoRR , year=
Adam: A Method for Stochastic Optimization , author=. CoRR , year=
-
[50]
Chen, Ricky T. Q. , title=. 2018 , url=
2018
-
[51]
Journal of Computational and Applied Mathematics , year=
A family of embedded Runge-Kutta formulae , author=. Journal of Computational and Applied Mathematics , year=
-
[52]
International Conference on Acoustics, Speech and Signal Processing , year=
Fastpitch: Parallel text-to-speech with pitch prediction , author=. International Conference on Acoustics, Speech and Signal Processing , year=
-
[53]
ACM SIGGRAPH 2022 Conference Proceedings , year=
Palette: Image-to-image diffusion models , author=. ACM SIGGRAPH 2022 Conference Proceedings , year=
2022
-
[54]
International Conference on Acoustics, Speech and Signal Processing , year=
Ribeiro, Fl. International Conference on Acoustics, Speech and Signal Processing , year=
-
[55]
Proceedings of IEEE pacific rim conference on communications computers and signal processing , volume=
Mel-cepstral distance measure for objective speech quality assessment , author=. Proceedings of IEEE pacific rim conference on communications computers and signal processing , volume=. 1993 , organization=
1993
-
[56]
international conference on machine learning , pages=
Towards end-to-end prosody transfer for expressive speech synthesis with tacotron , author=. international conference on machine learning , pages=. 2018 , organization=
2018
-
[57]
ICASSP 2019-2019 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages=
SDR--half-baked or well done? , author=. ICASSP 2019-2019 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages=. 2019 , organization=
2019
-
[58]
arXiv preprint arXiv:1904.02882 , year=
Libritts: A corpus derived from librispeech for text-to-speech , author=. arXiv preprint arXiv:1904.02882 , year=
Pith/arXiv arXiv 1904
-
[59]
Language Resources and Evaluation , volume=
TTS-Portuguese Corpus: a corpus for speech synthesis in Brazilian Portuguese , author=. Language Resources and Evaluation , volume=. 2022 , publisher=
2022
-
[60]
arXiv preprint arXiv:2005.08100 , year=
Conformer: Convolution-augmented transformer for speech recognition , author=. arXiv preprint arXiv:2005.08100 , year=
Pith/arXiv arXiv 2005
-
[61]
Yamamoto, Ryuichi and Song, Eunwoo and Kim, Jae-Min , booktitle=
-
[62]
Kevin Kilgour and Mauricio Zuluaga and Dominik Roblek and Matthew Sharifi , booktitle=. Fr
-
[63]
Interspeech , year=
VoxCeleb2: Deep Speaker Recognition , author=. Interspeech , year=
-
[64]
Desplanques, Brecht and Thienpondt, Jenthe and Demuynck, Kris , booktitle=
-
[65]
arXiv preprint arXiv:2207.12598 , year=
Classifier-free diffusion guidance , author=. arXiv preprint arXiv:2207.12598 , year=
-
[66]
Diffusion models beat
Dhariwal, Prafulla and Nichol, Alexander , journal=. Diffusion models beat
-
[67]
arXiv preprint arXiv:1809.11096 , year=
Large scale GAN training for high fidelity natural image synthesis , author=. arXiv preprint arXiv:1809.11096 , year=
-
[68]
Advances in neural information processing systems , volume=
Glow: Generative flow with invertible 1x1 convolutions , author=. Advances in neural information processing systems , volume=
-
[69]
Advances in neural information processing systems , year=
wav2vec 2.0: A framework for self-supervised learning of speech representations , author=. Advances in neural information processing systems , year=
-
[70]
Workshop on automatic speech recognition and understanding , year=
The Kaldi speech recognition toolkit , author=. Workshop on automatic speech recognition and understanding , year=
-
[71]
Heusel, Martin and Ramsauer, Hubert and Unterthiner, Thomas and Nessler, Bernhard and Hochreiter, Sepp , journal=
-
[72]
Paszke, Adam and Gross, Sam and Massa, Francisco and Lerer, Adam and Bradbury, James and Chanan, Gregory and Killeen, Trevor and Lin, Zeming and Gimelshein, Natalia and Antiga, Luca and others , journal=
-
[73]
Park and William Chan and Yu Zhang and Chung-Cheng Chiu and Barret Zoph and Ekin Dogus Cubuk and Quoc V
Daniel S. Park and William Chan and Yu Zhang and Chung-Cheng Chiu and Barret Zoph and Ekin Dogus Cubuk and Quoc V. Le , booktitle=
-
[74]
Acoustics, Speech, and Signal Processing, IEEE International Conference on , volume=
SWITCHBOARD: Telephone speech corpus for research and development , author=. Acoustics, Speech, and Signal Processing, IEEE International Conference on , volume=. 1992 , organization=
1992
-
[75]
arXiv preprint arXiv:2212.11377 , year=
ReVISE: Self-Supervised Speech Resynthesis with Visual Input for Universal and Generalized Speech Enhancement , author=. arXiv preprint arXiv:2212.11377 , year=
-
[76]
Proceedings of the IEEE/CVF International conference on computer vision , pages=
Artificial fingerprinting for generative models: Rooting deepfake attribution in training data , author=. Proceedings of the IEEE/CVF International conference on computer vision , pages=
-
[77]
Interspeech , year=
Speech Resynthesis from Discrete Disentangled Self-Supervised Representations , author=. Interspeech , year=
-
[78]
IEEE Journal of Selected Topics in Signal Processing , volume=
Wavlm: Large-scale self-supervised pre-training for full stack speech processing , author=. IEEE Journal of Selected Topics in Signal Processing , volume=. 2022 , publisher=
2022
-
[79]
Interspeech 2022, 23rd Annual Conference of the International Speech Communication Association, Incheon, Korea, 18-22 September 2022 , pages =
Arun Babu and Changhan Wang and Andros Tjandra and Kushal Lakhotia and Qiantong Xu and Naman Goyal and Kritika Singh and Patrick von Platen and Yatharth Saraf and Juan Pino and Alexei Baevski and Alexis Conneau and Michael Auli , editor =. Interspeech 2022, 23rd Annual Conference of the International Speech Communication Association, Incheon, Korea, 18-22...
2022
-
[80]
arXiv preprint arXiv:2304.09116 , year=
Naturalspeech 2: Latent diffusion models are natural and zero-shot speech and singing synthesizers , author=. arXiv preprint arXiv:2304.09116 , year=
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.