index.html 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Seamless Communication</title>
  6. <link rel="stylesheet" type="text/css" href="styles.css">
  7. <script src="jquery-3.5.js"></script>
  8. </head>
  9. <body>
  10. <div class="container">
  11. <h1 id="text1">Seamless Communication Demo</h1>
  12. <div id="intro">
  13. <br>
  14. </div>
  15. </div>
  16. <div class="content-container">
  17. <ul>
  18. <li>Direct Speech-to-Speech Translation With Discrete Units: [<a href="demo/direct_s2st_units/index.html"
  19. target="_blank">demo</a>, <a href="https://arxiv.org/abs/2107.05604" target="_blank">paper</a>, <a
  20. href="https://github.com/pytorch/fairseq/tree/main/examples/speech_to_speech/docs/direct_s2st_discrete_units.md"
  21. target="_blank">code</a>]</li>
  22. <!-- -->
  23. <li>Textless Speech-to-Speech Translation on Real Data: [<a href="demo/textless_s2st_real_data/index.html"
  24. target="_blank">demo</a>, <a href="https://arxiv.org/abs/2112.08352" target="_blank">paper</a>, <a
  25. href="https://github.com/pytorch/fairseq/tree/main/examples/speech_to_speech/docs/textless_s2st_real_data.md"
  26. target="_blank">code</a>]</li>
  27. <!-- -->
  28. <li>Enhanced Direct Speech-to-Speech Translation Using Self-supervised Pre-training and Data
  29. Augmentation: [<a href="demo/enhanced_direct_s2st_units/index.html" target="_blank">demo</a>, <a
  30. href="https://arxiv.org/abs/2204.02967" target="_blank">paper</a>, <a
  31. href="https://github.com/pytorch/fairseq/blob/main/examples/speech_to_speech/docs/enhanced_direct_s2st_discrete_units.md"
  32. target="_blank">code</a>]
  33. </li>
  34. <!-- -->
  35. <li>A Holistic Cascade System, Benchmark, and Human Evaluation Protocol for Expressive Speech-to-Speech Translation
  36. [<a href="demo/cascade_expressive_s2st/index.html" target="_blank">demo</a>]
  37. </li>
  38. <!-- -->
  39. <li>Textless Acoustic Model with Self-Supervised Distillation for Noise-Robust Expressive Speech-to-Speech Translation: [<a href="demo/dino_pretssel/index.html" target="_blank">demo</a>]</li>
  40. </ul>
  41. </div>
  42. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  43. </body>
  44. </html>