Dear Reviewer ujH4,
Thank you for your suggestions. We appreciate you are considering raising your score. However, due to the review rule, we cannot send you a revised pdf on the system. We also fully understand your reluctance. Let’s try our best to include the revision within this 5,000-character comment box. Otherwise, we will have to ask AC how we can send you an updated version anonymously.
With an additional page allowed in the main content of the final version, we will include the following on that page.
**Ablation Studies**
**1. Acoustic Embedding**
We compared the inference with and without acoustic embedding and presented the results in Table 3. Without the acoustic embedding, speaker similarity scores decreased by 0.040 in French-English (Fr-En) translations and by 0.032 in English-French (En-Fr) translations. Additionally, there was a slight decline in the AutoPCP scores.
Tabel 3. Ablation on the acoustic embedding in the joint translation model.
| | ASR-BLEU | BLEU | SIM | A.PCP | Nat.|
| :-----| :----: | :----: | :----: | :----: | :----: |
|TransVIP Fr-En | 32.60 | 35.34 | 0.320 | 2.49 | 3.19 |
| - A.Embed | 32.47 | 35.18 | 0.280 | 2.45 | 3.23 |
|TransVIP En-Fr | 27.28 | 33.02 | 0.395 | 2.67 | 3.40 |
| - A.Embed | 26.84 | 33.15 | 0.362 | 2.45 | 3.46 |
**2. Choice of Codec**
We compared training TransVIP using different codecs: SpeechTokenizer [9] and our SASC. In this study, the joint translation model was trained with a subset containing only CVSS-T Fr-En uni-direction data. For the NAR acoustic model, SASC uses 16 codec layers, while SpeechTokenizer uses 8 layers, as it only has an 8-layer version. With both codec we have trained a full system(AR+NAR) with CVSS-T data only. The results are presented in Table 4. Compared to SpeechTokenizer, the model trained with SASC exhibits superior performance in all aspects. Most notably, the speaker similarity improved by 0.04, from 0.226 to 0.264, aligning with the improvement in codec re-synthesis results.
Tabel 4. Ablation on the Choice of Codec
| Codec Model | ASR-BLEU | BLEU | SIM | SLC 0.2 | SLC 0,4 | Nat.|
| :-----| :----: | :----: | :----: | :----: | :----: | :----: |
| SpeechTokenizer | 29.81 | 34.18 | 0.226 | 0.76 | 0.93 | 3.02 |
| SASC | 30.62 | 34.30 | 0.264 | 0.82 | 0.95 | 3.09 |
**3. NAR Acoustic Model**
We conducted two comparisons. Firstly, we compared the performance of a NAR acoustic model with and without text input, i.e., using BPE as input. Secondly, we assessed the inference results with and without the utilization of the Layer Beam Search (LBS) algorithm to determine its impact on performance enhancement. The results are presented in Table 5, where it indicates that the textless model consistently outperforms the model with text input across all metrics of ASR-BLEU, speaker similarity, and naturalness. Moreover, employing LBS yields superior results compared to greedy decoding.
Tabel 5. Ablation on the BPE and Layer Beam Search
| NAR Model | ASR-BLEU | SIM | Nat. |
| :-----| :----: | :----: | :----: |
|NAR w/o text | 32.60 | 0.320 | 3.19 |
| - LBS | 32.30 | 0.309 | 3.17 |
| NAR w/ text | 31.52 | 0.307 | 3.10 |
| - LBS | 31.03 | 0.298 | 3.09 |
**4. Isochrony Control**
We compared our proposed Isochrony control method with and without using and other strategies, and presented the results in Table 6, where it demonstrates that our approach achieves the best performance in terms of BLEU score and isochrony evaluation metrics.
Tabel 6. Ablation on the isochrony control strategy
| | BLEU | Overlap | SLC_0.2 | SLC_0.4 |
|---|---|---|---|---|
| No IC | 30.81 | 0.689 | 0.63| 0.87 |
| Dec IC| 30.51 | 0.748 | 0.75 | 0.90 |
| Dec IC + FPI | 30.45 | 0.766 | 0.77| 0.91|
| Enc IC (Proposed) | 30.62 |0.784 |0.82| 0.95|
where
a. No Isochrony control (No IC).
b. Isochrony control on the decoder (Dec IC). This involves adding the Isochrony embedding to the input of the encoder as another positional embedding.
c. Isochrony control on the decoder with future pause information (Dec IC + FPI). This is an improvement over (b). In addition to the distance to the global end and VAD information, two extra pieces of information are encoded: the distance to the next pause and the number of pauses in the future.
**Furthermore, we have made several improvements to the paper. We employ a professional proofreading service to fix typos and improve the writing. We add a discussion on isochronic translation, as shown in our previous response. We also rewrite several paragraphs such as the acoustic encoder to make it easier to understand the design and to make the structure clearer**
Please let us know if you have any further concerns.
best regards,
Authors