Pith. sign in

REVIEW 5 major objections 5 minor 44 references

An Interpretable, Controllable Time-Varying IIR Denoiser for On-Device Assistive Hearing

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

Pith's one-line read A 1M-parameter neural controller that sets 35 biquad filters frame by frame matches a 2.3M-parameter black-box denoiser on perceptual scores.

desk verdict The abstract and the body describe different models — the headline 24k-parameter, 10.7ms, HASPI/HASQI result is absent from the full text — but the causal neural biquad-cascade idea is new, and the body's results, though selective, support a more modest proof-of-concept claim. read the letter →

arxiv 2603.02794 v3 pith:IFOENRYH submitted 2026-03-03 cs.SD cs.AIcs.LGeess.AS

classification cs.SDcs.AIcs.LGeess.AS
keywords speechenhancementtime-varyingIIRfiltersbiquadcascadeinterpretableDSPon-deviceinferencedifferentiablefilteringnoisesuppressionlowlatency
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

The paper claims that a compact neural network can control a cascade of 35 second-order IIR filters (biquads) in real time, predicting gain, center frequency, and Q per frame from the magnitude spectrum. This time-varying filtering chain tracks non-stationary noise while keeping every spectral modification explicit as an adjustable equalizer curve. Trained from scratch on a standard noisy-speech corpus, the 1.01M-parameter model matches a state-of-the-art deep denoiser with 2.31M parameters on PESQ, POLQA, and overall MOS, while using a strictly linear, causal signal path. The authors present this as a proof of concept for interpretable, on-device assistive hearing.

What carries the argument

The key object is the differentiable cascade of 35 biquad IIR filters, parameterized by gain, quality factor, and center frequency and updated every frame. A gated recurrent unit generates smooth coefficient trajectories to avoid audible discontinuities, and a systolic-style vectorized tensor formulation accelerates training; at inference the cascade runs serially with 21ms algorithmic latency.

What would settle it

Measure end-to-end inference time and energy on a low-power DSP or hearing-aid chip using the released model; if the 1.01M-parameter GRU cannot run within a few milliseconds and a few milliwatts, the on-device claim fails. Alternatively, retrain the 24k-parameter version and check whether it still stays within 0.02 of the deep baseline on HASPI/HASQI.

Watch

Extended reading notes

Core claim

The central claim is that a GRU-based controller with about 1M parameters can map a 513-bin magnitude spectrum to 105 biquad coefficients (35 filters × 3 parameters) per 21ms frame, and that the resulting time-varying linear filter both adapts to changing noise and remains fully interpretable. In head-to-head training on the same corpus, TVF outperforms a static 35-band equalizer and roughly ties or beats a deep STFT-mask baseline on perceptual metrics, though it trails on waveform-reconstruction metrics like SI-SDR and log-spectral distance. The abstract asserts a much smaller 24k-parameter variant at 10.7ms latency, but the full text and experiments use the 1.01M-parameter model.

Load-bearing premise

The real-time on-device claim rests on an untested hardware assumption: the paper states 1.01M parameters and 21ms latency in the body but the abstract promises 24k parameters and 10.7ms, with no power or runtime measurement on a hearing-aid-class processor.

Editorial extensions

If this is right

  • A denoiser whose entire signal path is a linear equalizer can be examined and audited: every gain change corresponds to a visible filter curve.
  • The suppression-versus-preservation tradeoff can be rebalanced at inference without retraining by mixing noisy and denoised audio, enabling user-controlled hearing-aid behavior.
  • Because the model is structurally causal and low-latency, it can run inside a hearing aid's pipeline rather than on a server.
  • On small training corpora, the inductive bias of linear IIR filtering yields competitive perceptual quality with far fewer parameters than black-box masks.

Reading between the lines

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

  • If the claimed latency and parameter counts hold on real hardware, the same controller-plus-biquad architecture could be retargeted to other audio effects (EQ, compression, feedback suppression) with minimal changes.
  • The paper's abstract claims a 24k-parameter model at 10.7ms latency, while the body describes 1.01M parameters and 21ms; reconciling this on actual silicon would be the decisive next test.
  • The linear, causal constraint suggests a natural ceiling: in very low SNR or with transient interference, a phase-reconstructing nonlinear mask may still be unavoidable.
  • One could test the interpretability claim directly by asking hearing-impaired listeners to adjust the exposed filter curves to their preference.
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

5 major / 5 minor

Summary. The paper presents TVF (Time-Varying Filtering), a speech denoising system in which a neural network predicts, per frame, the coefficients of a cascade of 35 differentiable biquad IIR filters. The model is trained on Valentini-Botinhao and compared against a static differentiable-PEQ baseline and a from-scratch DeepFilterNet3 baseline. The body reports a 1.01M-parameter model with 21 ms algorithmic latency, evaluated with PESQ, POLQA, eSTOI, LSD, SI-SDR, and SIGMOS. The abstract, however, advertises a 24k-parameter model with 10.7 ms latency, HASPI/HASQI hearing-aid metrics, and 29x fewer MACs than DFNet3, none of which appear in the full text.

Significance. The core idea—using a compact neural controller to drive an interpretable, time-varying IIR filter cascade—is timely and potentially useful for on-device speech enhancement. The systolic vectorization for training (§3.3) is a practical contribution, and the decision to retrain DFNet3 from scratch on the same data is methodologically fair. If the abstract's claims were supported, this would be a notable result: an interpretable and controllable model competitive with a much larger black-box model on perceptual metrics. As it stands, the evidence in the body supports only a much weaker statement: a 1.01M-parameter TVF is competitive on some metrics and worse on others, with no significance testing and no hardware validation.

major comments (5)
  1. [Abstract vs. §3.1, §3.3, §4.3, Table 1] The abstract's headline numbers are absent from the full text. The abstract claims 24k parameters, 10.7 ms latency, HASPI/HASQI results within 0.02 of DFNet3, and 29x fewer MACs, but §3.1 reports a 1.01M-parameter model, §3.3 gives 21 ms algorithmic latency, §4.3 lists no HASPI/HASQI among the metrics, and Table 1 reports no 24k row, no MAC counts, and no hearing-aid metrics. Additionally, the abstract calls DFNet3 "almost two orders of magnitude larger" than TVF, while the actual parameter ratio is 2.31M/1.01M ≈ 2.3x. The reader cannot verify the paper's central advertised result because the evaluated system appears to be different from the one described in the abstract.
  2. [§5.1, Table 1] The claim that TVF is "comparable" to DFNet3 is selectively supported. On eSTOI (0.79 vs. 0.80), LSD (1.97 vs. 1.40), SI-SDR (13.71 vs. 14.58), and MOS-Signal (2.95 vs. 3.02), DFNet3 is numerically better; only on PESQ, POLQA, MOS-Noise, and MOS-Overall is TVF better. The standard deviations overlap substantially on all metrics, so without paired significance tests the observed differences are not established. The text's wording in §5.1, "performs even better than DFNet3 on PESQ and POLQA," overstates the case given the lack of statistical testing and the mixed pattern across metrics.
  3. [Abstract vs. §5.2] The abstract promises an inference-time controllability mechanism: "it can be set during training through the loss weighting, and adjusted at inference, with no retraining, by mixing the noisy input with the denoised output." The full text, however, only describes adjusting the time-domain loss weight during training (§5.2). The inference-time mixing operation is never defined in the methodology and no experiment demonstrates it. This is a missing component of the claimed contribution, not merely a presentation issue.
  4. [§3.3, Abstract] The on-device, hearing-aid-ready premise is unsupported. The paper provides an algorithmic latency of 21 ms (§3.3) but no actual runtime, power, or memory measurements on any device. The abstract's 10.7 ms and 29x MAC figures do not appear in the body. The claim that the model is "within hearing-aid budgets" is therefore an assertion without evidence, and the title's "On-Device Assistive Hearing" is not validated by any hardware experiment.
  5. [§5.3, §6] The assertions of "artifact-free linear processing" (§6) and that the GRU smoothly changes coefficients "avoid[ing] artifacts" (§5.3) are presented as conclusions without any artifact-specific evaluation or listening test. Figure 2 is a single qualitative example; it cannot substantiate a general artifact-free claim. This is a strong claim that requires either a perceptual listening test, an artifact metric, or a clearly hedged statement.
minor comments (5)
  1. [§2, References] Reference [4] contains a typo: "V ocoder" for "Vocoder"; reference [5] has "V ocoder" as well. Please proofread the reference list.
  2. [Author block] The author names include "ID" strings and a double asterisk that is not explained in the footnote. These appear to be artifacts of the submission template and should be cleaned.
  3. [Figure 2] The spectrograms in Figure 2 would benefit from time/frequency axis labels and display ranges; without them it is hard to assess the claimed -40 dB attenuation and 0 dB passband behavior.
  4. [§4.2] The DFNet3 retraining uses "default hyperparameters" from the official repository, but the paper does not specify whether the optimizer schedule, loss weights, or data sampling were tuned for the much smaller Valentini-Botinhao dataset. A sentence acknowledging this limitation would strengthen the fairness discussion.
  5. [§5.2] The MOS-Noise/MOS-Signal trade-off is described as "tunable" based on the loss weight, but no experiment varies this weight. Consider adding an ablation or explicitly labeling this as future work.

Circularity Check

0 steps flagged · score 0.0 of 10

No circular derivation: TVF is empirically trained and evaluated on held-out metrics; the abstract/full-text mismatch is an evidentiary inconsistency, not a circularity.

full rationale

The paper's derivation chain is empirical rather than deductive: a neural controller is trained on Valentini-Botinhao and compared against held-out test metrics (PESQ, POLQA, eSTOI, SI-SDR, LSD, SIGMOS). No target metric is used as a training objective and then reported as a prediction; the enhancement metrics are external, reference-based or non-intrusive estimators applied to model outputs. The biquad coefficient mapping uses standard formulae cited from prior work [2], and the systolic/vectorized implementation is an engineering optimization, not a result that assumes its conclusion. There are no self-citations by the present authors used as load-bearing evidence, no invoked uniqueness theorem, and no ansatz presented as independently derived. The abstract does make claims (24k parameters, 10.7 ms latency, HASPI/HASQI, inference-time mixing) that do not appear in the full text; however, that is an internal consistency/support problem, not circularity, because it does not reduce any derived result to its own inputs. Consequently, no circular step can be exhibited with the required specificity, and the appropriate finding is no significant circularity.

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

No code or weights are released, so the central claim rests on learned weights and hand-set design choices. The abstract's 24k-parameter claim is absent from the body, making the actual contributed system ambiguous.

free parameters (4)
  • Neural controller weights = ~1.01M learned weights (24k claimed in abstract)
    The denoising behavior is learned from Valentini-Botinhao; no weights are published.
  • Time-domain MSE loss scale = 5×10^4
    Hand-set in §4.2; controls the suppression-vs-preservation trade-off and is not swept.
  • 35-band spacing and frequency ranges = 20–60 Hz low shelf, 33 resonant bands, 12–22 kHz high shelf; hybrid spacing
    Hand-designed band layout in §3.2; affects what noise shapes can be represented.
  • Parameter ranges = gain ±20 dB, Q 0.1–2.0
    Clipped ranges chosen by hand in §3.1; bound achievable frequency responses.
assumptions (4)
  • domain assumption Direct Form I biquad recursion with state passing is numerically stable for predicted coefficient ranges
    §3.3 applies Equations 2–3; no stability check is reported for all predicted (g, q, f0) combinations.
  • domain assumption SIGMOS/DNSMOS scores track perceived hearing-aid quality
    §4.3 uses reference-free SIGMOS to support MOS claims; no human listening test is reported.
  • domain assumption Valentini-Botinhao is representative of on-device assistive hearing conditions
    §4.1 uses one small benchmark; the abstract's hearing-aid metrics (HASPI/HASQI) are absent from evaluation.
  • domain assumption Difference of clean/noisy pairs yields valid pure noise for augmentation
    §4.1 assumes additive noise and no nonlinearity in dataset generation.

how reviews work

0 comments
Cite this review

Pith. "Pith review of An Interpretable, Controllable Time-Varying IIR Denoiser for On-Device Assistive Hearing." pith.science (2026). https://pith.science/paper/IFOENRYH

@misc{pith2026260302794,
  author       = {Pith},
  title        = {Pith review of: An Interpretable, Controllable Time-Varying IIR Denoiser for On-Device Assistive Hearing},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/IFOENRYH}},
  note         = {Machine review of arXiv:2603.02794}
}
read the original abstract

We present TVF (Time-Varying Filtering), an interpretable, low-latency speech enhancement model for real-time, on-device assistive hearing. A lightweight neural controller predicts, in real time, the coefficients of a differentiable cascade of 35 second-order IIR filters (biquads), so the model tracks non-stationary noise while keeping a fully interpretable processing chain: every spectral modification is an explicit, adjustable equalizer curve rather than an opaque `black-box' transform. Because the biquad cascade carries the signal processing, the controller can be made very small, driving the cascade with only 24k parameters at a 10.7ms algorithmic latency, within hearing-aid budgets, and running entirely on-device so that audio never leaves the device. We also expose the suppression-versus-preservation trade-off as an explicit control: it can be set during training through the loss weighting, and adjusted at inference, with no retraining, by mixing the noisy input with the denoised output. On hearing-aid metrics (HASPI/HASQI) the 24k model stays within about 0.02 of DFNet3 (2.3M parameters, almost two orders of magnitude larger) while using about 29X fewer multiply-accumulates, although larger black-box models still lead on reference metrics such as PESQ. We present TVF as a proof of concept for a compact, interpretable, and controllable denoiser for on-device assistive hearing.

Figures

Figures reproduced from arXiv: 2603.02794 by the authors.

Figure 1
Figure 1. Model architecture: Here T is the total number of samples, N is the number of frames, L = 1024 is the frame length, F = 513 is the number of frequency bins, C = 129 is the number of features per channel after the two convolutions, D = 256 is the hidden and output dimension of the GRU. 3.5. The Static PEQ Baseline To isolate the benefit of time-varying control, we compare against the PEQ implementation by [2]1 , exte… view at source ↗
Figure 2
Figure 2. Analysis of the filtering on a track with non-stationary background noise. From top to bottom: noisy input spectro￾gram, adaptive frequency response of TVF, denoised output. weights to reconstruct phase and periodicity. This uncon￾strained, ”black box” approach excels on waveform-matching metrics like SI-SDR and LSD. In contrast, TVF applies linear time-domain filtering by mapping neural outputs to physically constr… view at source ↗

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

44 extracted references · 2 linked inside Pith

  1. [11]

    Ultra-Lightweight Neural Differential DSP V ocoder for High Quality Speech Synthesis,

    P. Agrawal, T. Koehler, Z. Xiu, P. Serai, and Q. He, “Ultra-Lightweight Neural Differential DSP V ocoder for High Quality Speech Synthesis,” inICASSP 2024 - 2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). Seoul, Korea, Republic of: IEEE, Apr. 2024, pp. 10 066–10 070. [Online]. Available: https: //ieeexplore.ieee.org...

  2. [9]

    Style Transfer of Audio Effects with Differentiable Signal Processing,

    C. J. Steinmetz, N. J. Bryan, and J. D. Reiss, “Style Transfer of Audio Effects with Differentiable Signal Processing,”Journal of the Audio Engineering Society, vol. 70, no. 9, pp. 708– 721, Nov. 2022. [Online]. Available: https://www.aes.org/e-lib/ browse.cfm?elib=21883

  3. [10]

    DeepFilterNet: Perceptually Motivated Real-Time Speech En- hancement,

    H. Schr ¨oter, T. Rosenkranz, A. N. Escalante-B., and A. Maier, “DeepFilterNet: Perceptually Motivated Real-Time Speech En- hancement,” inINTERSPEECH, 2023

  4. [1]

    However, classic DSP struggles to handle dynamic, non-stationary noise without manual tuning

    Introduction While deep learning has transformed audio processing, tradi- tional Digital Signal Processing (DSP) remains vital for low- power applications due to its computational efficiency and inter- pretability. However, classic DSP struggles to handle dynamic, non-stationary noise without manual tuning. While Differen- tiable DSP (DDSP), introduced by...

  5. [2]

    In the domain of audio effects, [2] represents a key contribu- tion, introducing differentiable implementations of Parametric Equalizer (PEQ) and Dynamic Range Compressor

    Related Work The Differentiable Digital Signal Processing (DDSP) frame- work was originally introduced by [1], utilizing a spectral syn- thesizer to reconstruct and transfer musical instrument timbre. In the domain of audio effects, [2] represents a key contribu- tion, introducing differentiable implementations of Parametric Equalizer (PEQ) and Dynamic Ra...

  6. [3]

    The input audio is segmented into non-overlapping frames of 1024 sam- ples, corresponding to a window of approximately 21 ms at 48 kHz

    Methodology Our proposed system comprises a machine learning pipeline that controls a chain of 35 cascaded biquad filters. The input audio is segmented into non-overlapping frames of 1024 sam- ples, corresponding to a window of approximately 21 ms at 48 kHz. These frames are processed by two branches, as shown in Figure 1. The machine learning backbone an...

  7. [4]

    Experiments We evaluate our TVF model on a speech denoising task, com- paring it against the static PEQ [2] described in the previous section and the DeepFilterNet3 (DFNet3) model [3]. 4.1. Dataset We train all three models using the 56-speaker Valentini- Botinhao noisy speech dataset [26]. While relatively small compared to modern large-scale corpora, it...

  8. [5]

    Table 1 presents the mean values and standard deviations obtained across the 824 files in the test set

    Results We evaluate the performance of the three models using the met- rics defined in the previous section. Table 1 presents the mean values and standard deviations obtained across the 824 files in the test set. The first column reports the metrics computed on the unprocessed input signal for reference. It is important to contextualize the performance of...

Show all 44 references
  1. [6]

    DFNet operates as a deep STFT-domain masker, predicting complex Figure 2:Analysis of the filtering on a track with non-stationary background noise

    Conclusion and Future Work While TVF and DFNet both target real-time speech enhance- ment, they rely on fundamentally different paradigms. DFNet operates as a deep STFT-domain masker, predicting complex Figure 2:Analysis of the filtering on a track with non-stationary backgrou...

  2. [7]

    AI Disclosure The authors acknowledge the use of Google Gemini for the pur- pose of copyediting and polishing the English language in this manuscript

  3. [8]

    Ddsp: Differentiable digital signal processing,

    J. Engel, L. H. Hantrakul, C. Gu, and A. Roberts, “Ddsp: Differentiable digital signal processing,” inInternational Con- ference on Learning Representations, 2020. [Online]. Available: https://openreview.net/forum?id=B1x1ma4tDr

  4. [12]

    Improving Resource-Efficient Speech En- hancement via Neural Differentiable DSP V ocoder Refinement,

    H. R. Guimar ˜aes, K. Tan, J. Azcarreta, J. Alvarez, P. Agrawal, A. Pandey, and B. Xu, “Improving Resource-Efficient Speech En- hancement via Neural Differentiable DSP V ocoder Refinement,”

  5. [13]

    Speech Enhancement and Dereverberation With Diffusion- Based Generative Models,

    J. Richter, S. Welker, J.-M. Lemercier, B. Lay, and T. Gerkmann, “Speech Enhancement and Dereverberation With Diffusion- Based Generative Models,”IEEE/ACM Transactions on Audio, Speech, and Language Processing, vol. 31, pp. 2351–2364,

  6. [14]

    Direct Design of Biquad Filter Cascades with Deep Learning by Sampling Random Polynomials,

    J. T. Colonel, C. J. Steinmetz, M. Michelen, and J. D. Reiss, “Direct Design of Biquad Filter Cascades with Deep Learning by Sampling Random Polynomials,” inICASSP 2022 - 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). Singapore, Singapo...

  7. [15]

    Differentiable IIR Filters for Machine Learning Applications,

    B. Kuznetsov, J. D. Parker, and F. Esqueda, “Differentiable IIR Filters for Machine Learning Applications,” inProceedings of the 23rd International Conference on Digital Audio Effects (DAFx2020), Vienna, Austria, Sep. 2020, pp. 297–303

  8. [16]

    Differentiable All-pole Filters for Time-varying Au- dio Systems,

    C.-Y . Yu, C. Mitcheltree, A. Carson, S. Bilbao, J. D. Reiss, and G. Fazekas, “Differentiable All-pole Filters for Time-varying Au- dio Systems,” inInternational Conference on Digital Audio Ef- fects (DAFx), 2024, pp. 345–352

  9. [17]

    Accelerating Automatic Differentiation of Direct Form Digital Filters,

    C.-Y . Yu and G. Fazekas, “Accelerating Automatic Differentiation of Direct Form Digital Filters,” Nov. 2025, arXiv:2511.14390. [Online]. Available: http://arxiv.org/abs/2511.14390

  10. [18]

    Meta-AF: Meta- Learning for Adaptive Filters,

    J. Casebeer, N. J. Bryan, and P. Smaragdis, “Meta-AF: Meta- Learning for Adaptive Filters,”IEEE/ACM Transactions on Audio, Speech, and Language Processing, vol. 31, pp. 355–370,

  11. [19]

    DMF-Net: A decoupling-style multi-band fusion model for full-band speech enhancement,

    G. Yu, Y . Guan, W. Meng, C. Zheng, H. Wang, and Y . Wang, “DMF-Net: A decoupling-style multi-band fusion model for full-band speech enhancement,” in2022 Asia- Pacific Signal and Information Processing Association Annual Summit and Conference (APSIPA ASC). Chiang Mai, Thailand...

  12. [20]

    Diff-DEQ: Differentiable Dynamic Equalization for Studio-Quality Speech Processing,

    P. Sarkar and P. Lindborg, “Diff-DEQ: Differentiable Dynamic Equalization for Studio-Quality Speech Processing,” in2025 33rd European Signal Processing Conference (EUSIPCO). Palermo, Italy: IEEE, Sep. 2025, pp. 511–515. [Online]. Available: https://ieeexplore.ieee.org/document...

  13. [21]

    SAM Audio: Segment Anything in Audio,

    B. Shi, A. Tjandra, J. Hoffman, H. Wang, Y .-C. Wu, L. Gao, J. Richter, M. Le, A. Vyas, S. Chen, C. Feichtenhofer, P. Doll ´ar, W.-N. Hsu, and A. Lee, “SAM Audio: Segment Anything in Audio,” Dec. 2025, arXiv:2512.18099. [Online]. Available: http://arxiv.org/abs/2512.18099

  14. [22]

    FullSubNet+: Channel Attention Fullsubnet with Complex Spectrograms for Speech Enhancement,

    J. Chen, Z. Wang, D. Tuo, Z. Wu, S. Kang, and H. Meng, “FullSubNet+: Channel Attention Fullsubnet with Complex Spectrograms for Speech Enhancement,” inICASSP 2022 - 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). Singapore, Singapore: IE...

  15. [23]

    Available: https://ieeexplore.ieee.org/document/ 10149431/

    [Online]. Available: https://ieeexplore.ieee.org/document/ 10149431/

  16. [24]

    Deepfilternet: A Low Complexity Speech Enhancement Framework for Full-Band Audio Based On Deep Filtering,

    H. Schr ¨oter, A. N. Escalante-B, T. Rosenkranz, and A. Maier, “Deepfilternet: A Low Complexity Speech Enhancement Framework for Full-Band Audio Based On Deep Filtering,” inICASSP 2022 - 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). Si...

  17. [25]

    Deepfilternet2: Towards Real-Time Speech Enhancement on Embedded Devices for Full-Band Audio,

    H. Schr ¨oter, A. Maier, A. Escalante-B, and T. Rosenkranz, “Deepfilternet2: Towards Real-Time Speech Enhancement on Embedded Devices for Full-Band Audio,” in2022 International Workshop on Acoustic Signal Enhancement (IWAENC). Bam- berg, Germany: IEEE, Sep. 2022, pp. 1–5. [Onl...

  18. [26]

    DCCRN: Deep Complex Convolution Recurrent Network for Phase-Aware Speech Enhancement,

    Y . Hu, Y . Liu, S. Lv, M. Xing, S. Zhang, Y . Fu, J. Wu, B. Zhang, and L. Xie, “DCCRN: Deep Complex Convolution Recurrent Network for Phase-Aware Speech Enhancement,” inInterspeech 2020. ISCA, Oct. 2020, pp. 2472–2476. [Online]. Available: https://www.isca-archive.org/intersp...

  19. [27]

    S-DCCRN: Super Wide Band DCCRN with Learnable Complex Feature for Speech Enhancement,

    S. Lv, Y . Fu, M. Xing, J. Sun, L. Xie, J. Huang, Y . Wang, and T. Yu, “S-DCCRN: Super Wide Band DCCRN with Learnable Complex Feature for Speech Enhancement,” inICASSP 2022 - 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). Singapore, Sin...

  20. [28]

    DCCRN+: Channel- Wise Subband DCCRN with SNR Estimation for Speech Enhancement,

    S. Lv, Y . Hu, S. Zhang, and L. Xie, “DCCRN+: Channel- Wise Subband DCCRN with SNR Estimation for Speech Enhancement,” inInterspeech 2021. ISCA, Aug. 2021, pp. 2816–2820. [Online]. Available: https://www.isca-archive.org/ interspeech 2021/lv21 interspeech.html

  21. [29]

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

    A. Rix, J. Beerends, M. Hollier, and A. Hekstra, “Perceptual evaluation of speech quality (PESQ)-a new method for speech quality assessment of telephone networks and codecs,” in2001 IEEE International Conference on Acoustics, Speech, and Signal Processing. Proceedings (Cat. No...

  22. [30]

    Towards Efficient Models for Real-Time Deep Noise Suppression,

    S. Braun, H. Gamper, C. K. Reddy, and I. Tashev, “Towards Efficient Models for Real-Time Deep Noise Suppression,” inICASSP 2021 - 2021 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). Toronto, ON, Canada: IEEE, Jun. 2021, pp. 656–660. [Online]...

  23. [31]

    CLCNET: Deep Learning-Based Noise Reduction for Hearing aids using Complex Linear Coding,

    H. Schr ¨oter, T. Rosenkranz, A. N. Escalante-B, M. Aubreville, and A. Maier, “CLCNET: Deep Learning-Based Noise Reduction for Hearing aids using Complex Linear Coding,” inICASSP 2020 - 2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). Bar...

  24. [32]

    SDR – Half-baked or Well Done?

    J. L. Roux, S. Wisdom, H. Erdogan, and J. R. Hershey, “SDR – Half-baked or Well Done?” inICASSP 2019 - 2019 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). Brighton, UK: IEEE, May 2019, pp. 626–630. [Online]. Available: https://ieeexplore.iee...

  25. [33]

    A Hybrid DSP/Deep Learning Approach to Real-Time Full-Band Speech Enhancement,

    J.-M. Valin, “A Hybrid DSP/Deep Learning Approach to Real-Time Full-Band Speech Enhancement,” in2018 IEEE 20th International Workshop on Multimedia Signal Processing (MMSP). Vancouver, BC: IEEE, Aug. 2018, pp. 1–5. [Online]. Available: https://ieeexplore.ieee.org/document/8547084/

  26. [34]

    A. V . Oppenheim and R. W. Schafer,Discrete-Time Signal Pro- cessing, 3rd ed. Pearson Education, 2013, pearson New Interna- tional Edition

  27. [35]

    Why systolic architectures?

    Kung, H. T., “Why systolic architectures?”Computer, vol. 15, no. 1, pp. 37–46, Jan. 1982. [Online]. Available: http://ieeexplore.ieee.org/document/1653825/

  28. [36]

    Noisy speech database for training speech enhancement algorithms and TTS models,

    C. Valentini-Botinhao, “Noisy speech database for training speech enhancement algorithms and TTS models,” 2017. [Online]. Available: https://datashare.ed.ac.uk/handle/10283/2791

  29. [37]

    Adam: A Method for Stochastic Op- timization,

    D. P. Kingma and J. Ba, “Adam: A Method for Stochastic Op- timization,” in3rd International Conference on Learning Repre- sentations (ICLR), San Diego, CA, USA, 2015

  30. [38]

    PyTorch: An Imperative Style, High-Performance Deep Learning Library,

    A. Paszke, S. Gross, F. Massa, A. Lerer, J. Bradbury, G. Chanan, T. Killeen, Z. Lin, N. Gimelshein, L. Antiga, A. Desmaison, A. K ¨opf, E. Yang, Z. DeVito, M. Raison, A. Tejani, S. Chil- amkurthy, B. Steiner, L. Fang, J. Bai, and S. Chintala, “PyTorch: An Imperative Style, Hig...

  31. [40]

    Recommendation P.863: Perceptual objective listening quality assessment,

    ITU-T, “Recommendation P.863: Perceptual objective listening quality assessment,” Geneva, Switzerland, 2018

  32. [41]

    An Algorithm for Predicting the Intelligibility of Speech Masked by Modulated Noise Maskers,

    J. Jensen and C. H. Taal, “An Algorithm for Predicting the Intelligibility of Speech Masked by Modulated Noise Maskers,” IEEE/ACM Transactions on Audio, Speech, and Language Processing, vol. 24, no. 11, pp. 2009–2022, Nov. 2016. [Online]. Available: https://ieeexplore.ieee.org...

  33. [43]

    ICASSP 2024 Speech Signal Improvement Challenge,

    N.-C. Ristea, A. Saabas, R. Cutler, B. Naderi, S. Braun, and S. Branets, “ICASSP 2024 Speech Signal Improvement Challenge,” in2024 IEEE International Conference on Acoustics, Speech, and Signal Processing Workshops (ICASSPW). Seoul, Korea, Republic of: IEEE, Apr. 2024, pp. 15–...

  34. [44]

    Dnsmos: A Non-Intrusive Perceptual Objective Speech Quality Metric to Evaluate Noise Suppressors,

    C. K. A. Reddy, V . Gopal, and R. Cutler, “Dnsmos: A Non-Intrusive Perceptual Objective Speech Quality Metric to Evaluate Noise Suppressors,” inICASSP 2021 - 2021 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). Toronto, ON, Canada: IEEE, Jun....

  35. [2023]

    Available: https://ieeexplore.ieee.org/document/ 9961879/

    [Online]. Available: https://ieeexplore.ieee.org/document/ 9961879/

  36. [2025]

    Available: https://arxiv.org/abs/2508.14709

    [Online]. Available: https://arxiv.org/abs/2508.14709

Pith tools

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