Pith. sign in

REVIEW 4 major objections 5 minor 1 cited by

Speech Separation using Neural Audio Codecs with Embedding Loss

T0 review · 4 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read Codec-based speech separators can be trained in the compressed embedding domain without a decoder, cutting training time and compute roughly in half while improving perceptual quality on WSJ0-2mix.

desk verdict A simple, promising trick—train codec-based separators with embedding-level MSE—but the perceptual gains and speedup are less clean than the abstract claims. read the letter →

arxiv 2411.17998 v1 pith:AEVUZVK5 submitted 2024-11-27 eess.AS

classification eess.AS
keywords speechseparationneuralaudiocodecsembeddinglosscompressed-domainprocessingperceptualqualityDNSMOSSTOIpermutationinvarianttraining
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper argues that a speech separation model operating inside a neural audio codec can be trained with an embedding-level mean-squared-error loss instead of a waveform-comparison loss, removing the codec decoder from the training loop entirely. The authors show, on the WSJ0-2mix benchmark, that this yields separators that train about twice as fast and at roughly half the compute while matching or improving perceptual metrics such as DNSMOS and STOI, even though conventional objective scores like SI-SDR are lower. The result matters because it suggests that compressed-domain separation can be scaled to larger datasets and deployed where waveform-domain training is too costly, and that perceptual quality rather than exact waveform reconstruction is the right target for codec-based audio.

What carries the argument

The central object is the embedding loss: mean squared error between the separated embeddings produced by the separator and the ground-truth embeddings produced by the frozen codec encoder, wrapped in permutation invariant training so the loss is taken over the best speaker ordering. It replaces the waveform-domain SI-SDR/PIT loss used in the baseline and lets training skip the codec decoder and the expensive waveform comparison. The separator itself is a transformer stack with channel-adapter layers and a mask-gating block that matches the codec's activation function (ELU for EnCodec and SoundStream, snake for DAC), producing a mask on the mixture embeddings. Because the frozen encoder is fixed, ground-truth embeddings can be precomputed before training, which is what makes the loss cheap.

What would settle it

Train Codecformer-EL with the frozen codec encoder replaced by a randomly initialized, untrained encoder (same architecture, weights fixed). If the embedding-loss models still show the reported DNSMOS and STOI gains over waveform loss, the improvements do not depend on the codec's learned embedding geometry, which would contradict the paper's premise.

Watch

Extended reading notes

Core claim

The paper's central discovery is that the frozen encoder of a pre-trained neural audio codec provides a sufficient training target for speech separation: the separator minimizes PIT-wrapped MSE between its output embeddings and the ground-truth speaker embeddings, and the codec decoder is needed only at inference time. Across DAC, EnCodec, and SoundStream pre-trained on AMUSE, models trained this way reach comparable or better DNSMOS and STOI than the same separator trained with waveform loss, while training 2.5x faster and using 1.9x fewer MACs than the waveform-loss Codecformer baseline (and 6.8x faster than Sepformer with 97x fewer MACs). The authors also find that the embedding-loss advantage persists across different codec pre-training datasets, except for the original DAC model with 1024-dimensional embeddings, where the larger embedding size appears to hurt the method.

Load-bearing premise

The load-bearing premise is that a frozen codec encoder's embedding space behaves enough like a spectrogram that pulling a mixture's embeddings toward a clean speaker's embeddings with mean squared error produces embeddings the codec decoder turns into perceptually good speech.

Editorial extensions

If this is right

  • Training a codec-based separator with embedding loss removes the decoder from the training graph, cutting per-epoch time from 1.0 to 0.4 hours and GMACs from 1.5 to 0.8 on 2-second 8 kHz audio in the paper's setup.
  • The same embedding-loss recipe works with three different codec architectures (DAC, EnCodec, SoundStream), so the approach is not tied to a single codec.
  • Optimizing for perceptual metrics can be a better guide than SI-SDR when the output is resynthesized by a GAN-trained codec decoder; the paper's embedding-loss models often win on DNSMOS and STOI despite lower SI-SDR.
  • Ground-truth embeddings can be precomputed before training, meaning the training data can be stored in compressed form and the per-step memory cost stays low.
  • Embedding size interacts with separator width: the 1024-dimensional original DAC embedding performs worse with embedding loss, suggesting dimension alignment is a design parameter for future work.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Going beyond the paper's experiments: if MSE on frozen codec embeddings is a reliable perceptual proxy, then other embedding-space objectives—masked prediction, contrastive losses, or fine-tuning the encoder—are natural next steps that could further close the objective-metric gap.
  • The same decoder-free training recipe should transfer to other audio-to-audio tasks such as enhancement, de-reverberation, and music source separation, because the loss never touches the waveform domain.
  • A testable consequence is that the method's advantage should grow with dataset size: since embeddings can be precomputed, the memory and compute savings compound as training corpora scale, unlike waveform-domain losses.
  • The objective-versus-perceptual divergence reported here suggests that SI-SDR leaderboards may systematically undervalue codec-based separators; evaluating those systems with DNSMOS and STOI or a differentiable perceptual proxy would make comparisons fairer.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper proposes Codecformer-EL, a modification of the Codecformer speech separation model that trains using an embedding-level MSE loss on the frozen encoder representations of a neural audio codec, removing the need to decode during training. The authors claim a 2x improvement in training speed and computational cost, and better DNSMOS and STOI performance on WSJ0-2mix across three pre-trained codecs (DAC, EnCodec, SoundStream), despite lower objective metrics. They also compare separation performance across codec pre-training datasets and extend Codecformer to support EnCodec and SoundStream.

Significance. If the central claim holds, the efficiency gain of avoiding codec decoding during training is practically valuable, and the positive perceptual results would suggest that embedding-space training is a viable alternative for codec-based separation. The paper is also useful for expanding codec-based separation to multiple codec architectures and for documenting the objective-perceptual metric gap in this setting. However, the support for the headline claim is weakened by the absence of statistical significance testing, a small contradictory DNSMOS result for one codec, and an unaddressed quantization mismatch between the training target and decoder input. The manuscript honestly acknowledges some limitations, but the load-bearing claim needs better empirical grounding.

major comments (4)
  1. [Abstract and Section IV-B, Table II] The abstract and Table II's discussion claim 'better DNSMOS' for embedding loss relative to waveform loss, but Table II reports DAC with embedding loss DNSMOS OVRL 1.80 versus waveform loss 1.81, which is worse. The claim is only consistently true for STOI across all three codecs, and for DNSMOS on EnCodec and SoundStream. Please either revise the claim to acknowledge the DAC result or provide error bars and significance tests demonstrating that the differences (including the 0.01 OVRL gap) are robust.
  2. [Section II-A and Figure 1] The neural audio codec decoders (SoundStream, EnCodec, DAC) are trained to invert quantized embeddings (RVQ codebook sums), but Codecformer-EL outputs continuous embeddings at inference and the manuscript never states that these are quantized before decoding. If the decoder receives unquantized continuous vectors, it operates out-of-distribution, and the very low SI-SDR values (e.g., EnCodec embedding loss -29.1 dB) combined with high DNSMOS/STOI may be resynthesis artifacts of the generative decoder rather than genuine improvements in separation. The authors should clarify whether quantization is applied at inference, and if not, should either apply it or provide an explicit analysis of the encoder/decoder distribution mismatch, including a comparison of decoded outputs with and without quantization.
  3. [Section III-D and Table IV] The training speed comparison is confounded by different batch sizes: the embedding-loss model is trained with batch size 20 while the waveform-loss Codecformer uses batch size 3. Since MACs and training time are reported for the full training procedure, the '2x' advantage could partly reflect the larger batch size of the proposed method rather than the removal of the decoder alone. Please provide a comparison at matched batch size, or at least per-sample measurements, and a breakdown of where the MAC/time savings occur (e.g., decoder forward/backward vs. loss computation).
  4. [Tables II and III] No error bars, confidence intervals, or significance tests are reported for any of the objective or perceptual metrics. Given that some differences are very small (e.g., DAC DNSMOS OVRL 1.80 vs. 1.81), the reader cannot assess whether the claimed perceptual improvements are reliable. Please report variance across multiple training runs or a significance test, and state the number of runs used.
minor comments (5)
  1. [Section I, Contributions] The first contribution states '2x improvement in training speech' but the intended word is 'speed'; please fix the typo.
  2. [Section III-C] The permutation for perceptual metrics is chosen by maximizing SI-SDR, which is an objective metric. This is consistent, but it may not be the permutation that maximizes the perceptual metric itself; consider also reporting results under per-metric optimal permutations, or justify the SI-SDR-based choice.
  3. [Section II-A] The justification that embeddings are 'spectrogram-like' and therefore MSE is appropriate is an analogy rather than a derivation. A small ablation comparing MSE against an alternative loss (e.g., cosine similarity or L1) would strengthen the argument, but is not essential if the empirical results are robust.
  4. [Table II] The EnCodec embedding-loss SI-SDR of -29.1 dB is drastically lower than the waveform baseline (-9.0 dB). While the paper attributes this to the objective-perceptual gap, the magnitude deserves a brief discussion to reassure readers that the output is not semantically disconnected from the target speech.
  5. [Section IV-C] The comparison across pre-training datasets for DAC is confounded by embedding size (Original DAC has 1024 vs. 512 for ESPnet versions). The paper mentions this, but it would be informative to state whether the performance drop for the Original DAC embedding loss is more plausibly due to dataset or embedding-size mismatch, given the scope of the paper.

Circularity Check

0 steps flagged · score 2.0 of 10

No circular derivation chain; only minor non-load-bearing self-citations in the Codecformer baseline and ESPnet-Codec toolkit.

full rationale

The central claim is an empirical comparison, not a derivation. Codecformer-EL is trained by minimizing Eq. (1), an MSE between the separator output and the frozen codec encoder output of the clean target, and is evaluated with standard external metrics (SI-SDR, DNSMOS, PESQ, STOI) on the public WSJ0-2mix benchmark. No parameter is fitted to the reported metrics, and the PIT permutation is chosen by maximizing SI-SDR, which does not favor the embedding method. The only self-citations are the Codecformer architecture/baseline [21] and the ESPnet-Codec release [26], both used as implementation baselines; the comparison to the waveform-loss Codecformer is a direct measured contrast, and the codec checkpoints are public pretrained models. The '2x speedup' follows from omitting the decoder from the training graph, but it is reported as a measured MAC/time benchmark, not as a prediction derived from the loss. The authors' limitation section (IV-E) explicitly concedes dependence on codec quality, which is an assumption about external validity rather than a circular step. No equation reduces to its own input, so there is no self-definitional, fitted-input, or imported-uniqueness circularity.

Assumptions & free parameters 3 free parameters · 4 assumptions · 0 invented entities

The central claim rests on a set of empirical domain assumptions about codec embedding geometry and decoder behavior, plus unverified resampling; no new physical or model entities are invented. No fitted parameters appear beyond ordinary training hyperparameters, and the batch-size asymmetry directly affects the speed comparison.

free parameters (3)
  • Batch size (embedding loss: 20; waveform loss: 3) = 20 / 3
    The reported training-time comparison in Table IV uses different batch sizes for the two methods, so the speed gain may be partly due to batch size rather than the loss change; this is a confound, not a fitted constant.
  • Learning rate 1.5e-4 with halving after epoch 5 (patience 2) = 1.5e-4
    Chosen by hand, standard value; not fitted to the target result.
  • Number of transformer blocks N=16 and adapter embedding size 256 = 16 blocks, 256 dim
    Inherited from Codecformer [21] to keep comparison fair.
assumptions (4)
  • domain assumption MSE on frozen codec embeddings is an appropriate training signal for speech separation.
    Section II-A asserts embeddings are 'spectrogram-like' and so MSE is appropriate; this is an analogy, not a derivation, and the paper only tests it empirically.
  • domain assumption The codec decoder, frozen from pre-training, can decode the separator's masked embeddings into perceptually acceptable waveforms.
    The inference pipeline in Figure 1 relies on decoder generalization to embeddings that differ from codec training distributions; Section IV-E notes this reliance as a limitation.
  • domain assumption Resampling 8 kHz WSJ0-2mix to 16 kHz does not significantly affect separation results.
    Section III-B states this is 'not expected' to cause significant impact without any control experiment.
  • standard math Permutation invariant training resolves speaker order ambiguity in the embedding domain.
    PIT [9] is applied unmodified to embedding MSE, a standard treatment.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Speech Separation using Neural Audio Codecs with Embedding Loss." pith.science (2026). https://pith.science/paper/AEVUZVK5

@misc{pith2026241117998,
  author       = {Pith},
  title        = {Pith review of: Speech Separation using Neural Audio Codecs with Embedding Loss},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/AEVUZVK5}},
  note         = {Machine review of arXiv:2411.17998}
}
read the original abstract

Neural audio codecs have revolutionized audio processing by enabling speech tasks to be performed on highly compressed representations. Recent work has shown that speech separation can be achieved within these compressed domains, offering faster training and reduced inference costs. However, current approaches still rely on waveform-based loss functions, necessitating unnecessary decoding steps during training. We propose a novel embedding loss for neural audio codec-based speech separation that operates directly on compressed audio representations, eliminating the need for decoding during training. To validate our approach, we conduct comprehensive evaluations using both objective metrics and perceptual assessment techniques, including intrusive and non-intrusive methods. Our results demonstrate that embedding loss can be used to train codec-based speech separation models with a 2x improvement in training speed and computational cost while achieving better DNSMOS and STOI performance on the WSJ0-2mix dataset across 3 different pre-trained codecs.

Figures

Figures reproduced from arXiv: 2411.17998 by the authors.

Figure 1
Figure 1. Comparison between our proposed embedding loss (Top Left) with the [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Overview of the Codecformer model based on [21]. The bulk of the [PITH_FULL_IMAGE:figures/full_fig_p002_2.png] view at source ↗

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. CodecSep: Prompt-Driven Universal Sound Separation on Neural Audio Codec Latents

    cs.SD 2025-09 unverdicted novelty 6.0 of 10

    CodecSep performs prompt-driven universal sound separation directly in neural audio codec latents by combining a frozen DAC backbone with a lightweight FiLM-conditioned Transformer masker driven by CLAP embeddings, yi...

Reference graph

Works this paper leans on

30 extracted references · 20 canonical work pages · cited by 1 Pith paper

  1. [1]

    Some experiments on the recognition of speech, with one and with two ears,

    E. C. Cherry, “Some experiments on the recognition of speech, with one and with two ears,” The Journal of the acoustical society of America , vol. 25, no. 5, pp. 975–979, 1953

  2. [2]

    Atten- tion is all you need in speech separation,

    C. Subakan, M. Ravanelli, S. Cornell, M. Bronzi, and J. Zhong, “Atten- tion is all you need in speech separation,” in ICASSP 2021-2021 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). IEEE, 2021, pp. 21–25

  3. [3]

    Spgm: Prioritizing local features for enhanced speech separation performance,

    J. Q. Yip, S. Zhao, Y . Ma, C. Ni, C. Zhang, H. Wang, T. H. Nguyen, K. Zhou, D. Ng, E. S. Chng et al., “Spgm: Prioritizing local features for enhanced speech separation performance,” in ICASSP 2024 - 2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), 2024

  4. [4]

    Mossformer2: Combining transformer and rnn-free recurrent network for enhanced time-domain monaural speech separation,

    S. Zhao, Y . Ma, C. Ni, C. Zhang, H. Wang, T. H. Nguyen, K. Zhou, J. Q. Yip, D. Ng, and B. Ma, “Mossformer2: Combining transformer and rnn-free recurrent network for enhanced time-domain monaural speech separation,” in ICASSP 2024 - 2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , 2024

  5. [5]

    Gass: Generalizing audio source separation with large-scale data,

    J. Pons, X. Liu, S. Pascual, and J. Serr `a, “Gass: Generalizing audio source separation with large-scale data,” in ICASSP 2024-2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). IEEE, 2024, pp. 546–550

  6. [6]

    Exploring self-attention mechanisms for speech separation,

    C. Subakan, M. Ravanelli, S. Cornell, F. Grondin, and M. Bronzi, “Exploring self-attention mechanisms for speech separation,” IEEE/ACM Transactions on Audio, Speech, and Language Processing , vol. 31, pp. 2169–2180, 2022

  7. [7]

    TF- GridNet: Integrating full- and sub-band modeling for speech separation,

    Z. Wang, S. Cornell, S. Choi, Y . Lee, B. Kim, and S. Watanabe, “TF- GridNet: Integrating full- and sub-band modeling for speech separation,” TASLP, vol. 31, pp. 3221–3236, 2022

  8. [8]

    A neural state-space model approach to efficient speech separation,

    C. Chen, C.-H. H. Yang, K. Li, Y . Hu, P.-J. Ku, and E. S. Chng, “A neural state-space model approach to efficient speech separation,” in Proc. Interspeech, 2023

Show all 30 references
  1. [9]

    Permutation invariant training of deep models for speaker-independent multi-talker speech separation,

    D. Yu, M. Kolbæk, Z.-H. Tan, and J. Jensen, “Permutation invariant training of deep models for speaker-independent multi-talker speech separation,” in 2017 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , 2017, pp. 241–245

  2. [10]

    Sdr–half-baked or well done?

    J. Le Roux, S. Wisdom, H. Erdogan, and J. R. Hershey, “Sdr–half-baked or well done?” in ICASSP 2019-2019 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) . IEEE, 2019, pp. 626–630

  3. [11]

    Soundstream: An end-to-end neural audio codec,

    N. Zeghidour, A. Luebs, A. Omran, J. Skoglund, and M. Tagliasacchi, “Soundstream: An end-to-end neural audio codec,” IEEE/ACM Transac- tions on Audio, Speech, and Language Processing , vol. 30, pp. 495–507, 2021

  4. [12]

    High fidelity neural audio compression,

    A. D ´efossez, J. Copet, G. Synnaeve, and Y . Adi, “High fidelity neural audio compression,” arXiv preprint arXiv:2210.13438 , 2022

  5. [13]

    High- fidelity audio compression with improved rvqgan,

    R. Kumar, P. Seetharaman, A. Luebs, I. Kumar, and K. Kumar, “High- fidelity audio compression with improved rvqgan,” Advances in Neural Information Processing Systems , vol. 36, 2024

  6. [14]

    Vector quantization,

    R. M. Gray, “Vector quantization,” IEEE ASSP Magazine , vol. 1, pp. 4–29, 1984

  7. [15]

    Viola: Unified codec language models for speech recognition, synthesis, and translation,

    T. Wang, L. Zhou, Z. Zhang, Y . Wu, S. Liu, Y . Gaur, Z. Chen, J. Li, and F. Wei, “Viola: Unified codec language models for speech recognition, synthesis, and translation,” arXiv:2305.16107, 2023

  8. [16]

    Exploring the limits of decoder-only models trained on public speech recognition corpora,

    A. Gupta, G. Saon, and B. Kingsbury, “Exploring the limits of decoder-only models trained on public speech recognition corpora,” arXiv:2402.00235, 2024

  9. [17]

    Naturalspeech 3: Zero-shot speech synthesis with factorized codec and diffusion models,

    Z. Ju, Y . Wang, K. Shen, X. Tan, D. Xin, D. Yang, E. Liu, Y . Leng, K. Song, S. Tang et al. , “Naturalspeech 3: Zero-shot speech synthesis with factorized codec and diffusion models,” in ICML, 2024

  10. [18]

    Simple- speech: Towards simple and efficient text-to-speech with scalar latent transformer diffusion models,

    D. Yang, D. Wang, H. Guo, X. Chen, X. Wu, and H. Meng, “Simple- speech: Towards simple and efficient text-to-speech with scalar latent transformer diffusion models,” arXiv:2406.02328, 2024

  11. [19]

    Discrete audio representation as an alternative to mel-spectrograms for speaker and speech recognition,

    K. C. Puvvada, N. R. Koluguri, K. Dhawan, J. Balam, and B. Ginsburg, “Discrete audio representation as an alternative to mel-spectrograms for speaker and speech recognition,” in ICASSP 2024-2024 IEEE Interna- tional Conference on Acoustics, Speech and Signal Processing (ICASSP...

  12. [20]

    The Interspeech 2024 challenge on speech processing using discrete units,

    X. Chang, J. Shi, J. Tian, Y . Wu, Y . Tang, Y . Wu, S. Watanabe, Y . Adi, X. Chen, and Q. Jin, “The Interspeech 2024 challenge on speech processing using discrete units,” in Proc. Interspeech, 2024

  13. [21]

    Towards audio codec-based speech separation,

    J. Q. Yip, S. Zhao, D. Ng, E. S. Chng, and B. Ma, “Towards audio codec-based speech separation,” in Proc. Interspeech, 2024

  14. [22]

    Perceptual evaluation of speech quality (PESQ)-a new method for speech quality assessment of telephone networks and codecs,

    A. W. Rix, J. G. Beerends, M. P. Hollier, and A. P. Hekstra, “Perceptual evaluation of speech quality (PESQ)-a new method for speech quality assessment of telephone networks and codecs,” in Proc. ICASSP, vol. 2. IEEE, 2001, pp. 749–752

  15. [23]

    An algorithm for intelligibility prediction of time–frequency weighted noisy speech,

    C. H. Taal, R. C. Hendriks, R. Heusdens, and J. Jensen, “An algorithm for intelligibility prediction of time–frequency weighted noisy speech,” TASLP, vol. 19, no. 7, pp. 2125–2136, 2011

  16. [24]

    DNSMOS: A non-intrusive perceptual objective speech quality metric to evaluate noise suppressors,

    C. K. Reddy, V . Gopal, and R. Cutler, “DNSMOS: A non-intrusive perceptual objective speech quality metric to evaluate noise suppressors,” in ICASSP 2021-2021 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) . IEEE, 2021, pp. 6493–6497

  17. [25]

    LibriTTS: A corpus derived from librispeech for text-to-speech,

    H. Zen, V . Dang, R. Clark, Y . Zhang, R. J. Weiss, Y . Jia, Z. Chen, and Y . Wu, “LibriTTS: A corpus derived from librispeech for text-to-speech,” in Proc. Interspeech, 2019

  18. [26]

    Espnet-codec: Comprehensive training and evaluation of neural codecs for audio, music, and speech,

    J. Shi, J. Tian, Y . Wu, J.-w. Jung, J. Q. Yip, Y . Masuyama, W. Chen, Y . Wu, Y . Tang, M. Baaliet al., “Espnet-codec: Comprehensive training and evaluation of neural codecs for audio, music, and speech,” in Proceedings of IEEE Spoken Language Technology Workshop (SLT) . IEEE, 2024

  19. [27]

    Fast and accurate deep network learning by exponential linear units (elus),

    D.-A. Clevert, T. Unterthiner, and S. Hochreiter, “Fast and accurate deep network learning by exponential linear units (elus),” arXiv preprint arXiv:1511.07289, 2015

  20. [28]

    Deep clustering: Discriminative embeddings for segmentation and separation,

    J. R. Hershey, Z. Chen, J. Le Roux, and S. Watanabe, “Deep clustering: Discriminative embeddings for segmentation and separation,” in 2016 IEEE international conference on acoustics, speech and signal process- ing (ICASSP) . IEEE, 2016, pp. 31–35

  21. [29]

    SpeechBrain: A general- purpose speech toolkit,

    M. Ravanelli, T. Parcollet, P. Plantinga, A. Rouhe, S. Cornell, L. Lu- gosch, C. Subakan, N. Dawalatabad, A. Heba, J. Zhong, J.-C. Chou, S.-L. Yeh, S.-W. Fu, C.-F. Liao, E. Rastorgueva, F. Grondin, W. Aris, H. Na, Y . Gao, R. D. Mori, and Y . Bengio, “SpeechBrain: A general- p...

  22. [30]

    Discretization and re-synthesis: an alternative method to solve the cocktail party problem,

    J. Shi, X. Chang, T. Hayashi, Y .-J. Lu, S. Watanabe, and B. Xu, “Discretization and re-synthesis: an alternative method to solve the cocktail party problem,” 2022. [Online]. Available: https://arxiv.org/abs/2112.09382 6

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.