REVIEW 4 major objections 8 minor 34 references
Speech Enhancement with Dual-path Multi-Channel Linear Prediction Filter and Multi-norm Beamforming
T0 review · 4 major / 8 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read The paper claims that combining temporal and frequential MCLP filters with an l1-regularized beamformer outperforms standard cascades in reverberant speech enhancement.
desk verdict A plausible dual-path MCLP + l1-beamforming combination with a nice order-selection idea, but the complex soft-thresholding is ambiguous and the per-T60 order choices look tuned to the test PESQ curves. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is a pair of filter matrices: G_t, a temporal MCLP filter estimated per frequency bin, and G_f, a frequential filter estimated per time frame, which together predict late reverberation from stacked observations in both directions. The filters are found by minimizing a summed $\ell^2$ plus $\ell^1$ cost over dereverberated STFT coefficients via Proximal Alternating Linearized Minimization (PALM), with soft thresholding supplying the $\ell^1$ proximal step. A second stage applies a multi-norm beamformer—output power plus $\ell^1$ penalty under a distortionless constraint—solved by ADMM. Prediction orders K_t and K_f are set by thresholding Pearson correlation coefficients between reference-microphone samples at increasing time or frequency lags, replacing grid search. The $\ell^1$ terms are the reason the method is called 'multi-norm': both stages mix power ($\ell^2$) minimization with sparsity ($\ell^1$) regularization.
What would settle it
Re-solve Eq. (5) with a proximal update that shrinks the magnitude of each complex STFT coefficient while keeping its phase, then rerun the reported TIMIT experiments; if PESQ and SI-SNR no longer beat the baselines, the claimed gains depend on the incorrectly specified thresholding step rather than on the dual-path or multi-norm idea.
Extended reading notes
Core claim
The central claim is that jointly estimating two MCLP filter matrices—one that operates across time frames at each frequency and one that operates across frequency bins at each time frame—removes late reverberation more completely than temporal-only prediction, and that adding an $\ell^1$ sparsity penalty to a distortionless beamformer's $\ell^2$ power cost improves denoising. On 8-microphone simulated arrays with TIMIT speech and image-method room responses, the paper reports that this dual-path, multi-norm system outperforms GWPE, GWPE+MVDR, and WPD on PESQ and SI-SNR for T60 from 0.4 to 1.0 s and across all tested SNRs, with the gains concentrated in heavy reverberation. The authors attribute the improvement to more comprehensive modeling of late reverberation by the frequential filter path and to the sparsity prior on the enhanced output.
Load-bearing premise
The load-bearing premise is that the soft-thresholding step used to enforce sparsity is valid for the complex STFT coefficients it is applied to, but the paper defines the operator only for real scalars; if an implementation applies that formula directly to complex values, the algorithm no longer solves the stated $\ell^2$+$\ell^1$ problem.
Editorial extensions
If this is right
- At T60 values from 0.4 to 1.0 s, the proposed method reports higher PESQ and SI-SNR than GWPE, GWPE+MVDR, and WPD, and the margin grows with reverberation.
- The l1 norm on beamformer output adds denoising power beyond power minimization, yielding gains over WPD across all tested SNR levels at moderate T60.
- The Pearson-correlation threshold method selects temporal and frequential prediction orders without grid search and carries over to other MCLP-based systems.
- At very low T60 (0.2 s) the temporal-only WPD baseline is still slightly better, implying a T60-aware switch between dual-path and temporal-only filtering would be useful.
Reading between the lines
- The complex soft-thresholding inconsistency in Eq. (9) and Eq. (14) means the reported gains should be rechecked with a magnitude-based complex proximal operator; the l1 objective may not be what is actually minimized.
- Because the experiments use Gaussian white noise and simulated RIRs, the method's advantage in real rooms with babble or diffuse noise is unverified; a test with measured RIRs and nonstationary noise would be the natural next check.
- The order-selection recipe could be plugged into standard WPE or MCLP pipelines as a cheap heuristic for choosing filter lengths, which would make the paper's contribution useful even if the dual-path gains do not replicate.
- The sparsity penalty on beamformer output may trade off intelligibility against perceived quality; reporting STOI or word-error-rate on a downstream recognizer would clarify whether the PESQ gains are practically useful.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a speech enhancement algorithm that combines dual-path multi-channel linear prediction (MCLP) filters, operating in both time and frequency dimensions, with a minimum-power distortionless beamformer that also penalizes the l1 norm of the output. An auxiliary contribution is a method for selecting MCLP prediction orders based on Pearson correlation thresholds. The method is evaluated in simulated reverberant environments using TIMIT speech, an 8-microphone uniform linear array, and compared against GWPE, GWPE+MVDR, and WPD using PESQ and SI-SNR. The reported results show advantages over the baselines especially at long T60 values and are claimed to support the proposed order-selection rule.
Significance. If the technical issues are resolved, the dual-path extension of MCLP to frequency-domain prediction is a plausible and interesting direction, and a validated data-driven order-selection rule would be practically useful for MCLP-based dereverberation methods. However, the current manuscript contains two load-bearing problems: the complex soft-thresholding update is incorrectly specified, and the order-selection rule is not demonstrably the source of the experimental settings. These must be addressed before the reported performance gains can be attributed to the proposed method.
major comments (4)
- [Sec. 3.1.2, Eq. (9)] The soft-thresholding operator S_{λ_z/μ_z}(v) is defined for real scalars via two one-sided inequalities, but it is applied to complex STFT vectors z(n,ω). The correct proximal map for the complex ℓ1 norm is element-wise magnitude shrinkage, i.e., S_τ(v) = max(|v|−τ,0) · v/|v|, which is neither stated nor implied by the displayed definition. As written, the z-update in Eq. (9) does not implement the proximal step for the ℓ1 term in Eq. (5), and the same issue affects the complex scalar update in Eq. (14). Please correct the operator definition and confirm that the implementation uses the complex shrinkage form.
- [Secs. 4 and 5] The prediction-order selection method is not connected to the experiments. Equation (18) depends on thresholds δ1 and δ2, but no numerical values are given for these thresholds. In Sec. 5, the paper lists K_t = {10,14,18,22,24} and K_f = {2,4,6,8,10} for T60 = {0.2,...,1.0} s but does not state that these values were obtained from Eq. (18). Since Fig. 1 displays PESQ curves for K_t under each T60 and marks the selected orders, it is unclear whether the orders used in Fig. 2 were chosen from the PESQ curves themselves, which would bias the comparison in favor of the proposed method and would not demonstrate the advertised order-selection contribution. Please specify δ1 and δ2, present the K_t and K_f values predicted by Eq. (18) for each T60, and compare them with the values used in the simulations.
- [Sec. 5, Fig. 2] The paper reports mean PESQ and SI-SNR over 100 Monte Carlo runs but gives no measure of variability. Several reported differences are small; for example, at T60 = 0.2 s the proposed method is below WPD in PESQ, and at higher SNRs some gaps are within a few hundredths of a point. Without standard deviations, confidence intervals, or significance tests, the reader cannot assess whether the observed ordering of methods is statistically meaningful. Please add error bars or significance tests, and clarify whether the same noise and reverberation realizations are used for all methods in each Monte Carlo run.
- [Sec. 4, Eq. (17)] Equation (17) defines the Pearson correlation coefficient across Monte Carlo realizations i between values at time indices 0 and t. This is an ensemble correlation, not the temporal autocorrelation that is conventionally used for prediction-order selection. If the intended measure is the sample autocorrelation of a single recording, the equation and the surrounding description need to be corrected. If the ensemble correlation is truly intended, its relationship to the optimal MCLP prediction order should be justified. Please clarify this point, as it is load-bearing for the order-selection method.
minor comments (8)
- [Abstract] There are stray spacing issues in the abstract, e.g., 'us ing' and 'thel 1' should be 'using' and 'the l1'.
- [Sec. 2.1] The phrase 'Korder convolution' should be 'K-th order convolution'.
- [Sec. 4] The sentence 'The prediction order selection method is present' should be 'is presented'.
- [Fig. 1] The caption 'Pearson correlation coefficients and PESQ with different T60 values' is vague; please label the axes and panel subcaptions to make clear which quantity is plotted and which T60 applies to each panel.
- [Sec. 5] The text 'the additive noises are Gaussian white' should be 'the additive noise is white Gaussian noise'.
- [Sec. 5] The experimental setup does not specify the number of sources Q, the locations of the target source and noise sources, or whether the noise is diffuse or a point source. Please state these details, as they affect the interpretation of the beamforming results.
- [Secs. 3 and 5] The hyperparameters λ_z, λ_w, ρ_G, ρ_w, μ_z, μ_w, γ, γ_w, and γ_1 are not given values in the text. A table with the selected values and the tuning procedure would improve reproducibility.
- [Conclusion] The claim that the proposed order-selection method 'can also be applied to other MCLP-based methods' is not supported by any experiment; please either add such an experiment or temper the claim.
Circularity Check
The order-selection thresholds are calibrated on the proposed method's own PESQ curves, making the claimed robust selection and high-T60 advantage partly fitted rather than independently predicted.
-
fitted input called prediction
[Section 4, Eq. (18) and Fig. 1; Section 5, Fig. 2]
"In our experiments, we have found that, for different T60 configurations, a single threshold δ can be selected within the range δ1≤δ≤δ2, such that the corresponding time lag is also an approximate optimal prediction order of the temporal filters in our proposed MCLP based method. ... The prediction orders corresponding to the rose-red circles of PESQ values in Fig. 1(b)-(d) are equal to the time lags corresponding to δ1 and δ2 in Fig. 1(a). Hence, in our following work, the optimal prediction order in the time filters is selected as: Kt = 1/2(Kδ1 + Kδ2),"
The thresholds δ1 and δ2 are not set by an independent physical or statistical criterion: the paper says the lags matching them are equal to the PESQ-optimal K_t values of the proposed method. Thus Eq. (18) selects K_t by reading off the proposed method's own test PESQ curve, so the claimed robust, T60-adaptive order selection is a fit to the performance surface it is supposed to predict. Section 5 then reports K_t={10,14,18,22,24} and K_f={2,4,6,8,10} for the same T60 values without showing they were produced by Eq. (18) from Pearson correlations alone, so the high-reverberation gains in Fig. 2 may reflect favorable order choices rather than an independent prediction. The core Sec. 3 optimization is not affected.
full rationale
The main signal-processing derivation is self-contained: Sec. 3 minimizes explicitly stated objectives, Eqs. (5) and (12), and the comparisons in Fig. 2 are against external baselines (GWPE, GWPE+MVDR, WPD), so the central enhancement claim is not circular. The only circular element is the order-selection method: Fig. 1 calibrates δ1 and δ2 using the proposed method's own PESQ-versus-K_t curves on the same T60 conditions, and Eq. (18) converts those lags into the selected orders. Because Sec. 5 lists the K_t and K_f values without demonstrating that Eq. (18) produced them on independent data, the robustness and high-reverberation advantage are partly fitted rather than independently predicted. The real-valued soft-threshold operator applied to complex vectors in Eqs. (9) and (14) is a correctness and reproducibility concern, but not a circularity concern.
Assumptions & free parameters
free parameters (5)
- λ_z =
not given
- λ_w =
not given
- δ1, δ2 (correlation thresholds) =
not given
- K_t, K_f (prediction orders) =
K_t = {10,14,18,22,24}, K_f = {2,4,6,8,10} for T60 = {0.2,0.4,0.6,0.8,1.0}s
- ADMM/PALM hyperparameters (ρ_G, ρ_w, μ_z, μ_w, γ, γ_w, γ_1) =
not given
assumptions (5)
- domain assumption The TF-domain convolution model in Eq. (1) accurately represents microphone array signals in noisy and reverberant rooms.
- domain assumption Speech STFT coefficients are sparse, justifying the l1 norm penalties in Eq. (5) and (12).
- ad hoc to paper A single correlation threshold δ (with δ1 ≤ δ ≤ δ2) maps to near-optimal prediction orders across different T60 values.
- domain assumption The steering vector a(θ_s) of the target source is known exactly for the distortionless constraint in Eq. (12).
- domain assumption Simulated RIRs (image method) and Gaussian white noise are representative of real-world acoustic environments.
Cite this review
Pith. "Pith review of Speech Enhancement with Dual-path Multi-Channel Linear Prediction Filter and Multi-norm Beamforming." pith.science (2026). https://pith.science/paper/MV5IZWNJ
@misc{pith2026250718350,
author = {Pith},
title = {Pith review of: Speech Enhancement with Dual-path Multi-Channel Linear Prediction Filter and Multi-norm Beamforming},
year = {2026},
howpublished = {\url{https://pith.science/paper/MV5IZWNJ}},
note = {Machine review of arXiv:2507.18350}
}
read the original abstract
In this paper, we propose a speech enhancement method us ing dual-path Multi-Channel Linear Prediction (MCLP) filters and multi-norm beamforming. Specifically, the MCLP part in the proposed method is designed with dual-path filters in both time and frequency dimensions. For the beamforming part, we minimize the power of the microphone array output as well as the l1 norm of the denoised signals while preserving source sig nals from the target directions. An efficient method to select the prediction orders in the dual-path filters is also proposed, which is robust for signals with different reverberation time (T60) val ues and can be applied to other MCLP-based methods. Eval uations demonstrate that our proposed method outperforms the baseline methods for speech enhancement, particularly in high reverberation scenarios.
Figures
Reference graph
Works this paper leans on
-
[1]
Introduction Speech enhancement technique is of great importance for nu- merous applications such as automatic speech recognition, human-machine interaction, and smart home devices[1, 2, 3]. Conventional speech enhancement methods, including spectral subtraction [4], wiener filtering [5], and subspace-based meth- ods [6], have been widely investigated and...
-
[2]
Speech Enhancement with Dual-path Multi-Channel Linear Prediction Filter and Multi-norm Beamforming
Preliminaries 2.1. Microphone array signal model Considering thatQfar-field wideband acoustic sources impinge onMmicrophones in a noisy and reverberant room. The sig- nals received at the microphone array in the TF domain are ap- proximately formulated as aKorder convolution between the STFT of the room impulse response (RIR)h q(n,ω)and the STFT signals q...
work page Pith review arXiv 2025
-
[3]
Proposed Algorithm The proposed algorithm consists of two parts: dual-path MCLP filters for dereverberation and multi-norm beamforming for de- noising. 3.1. Dual-path MCLP filter branch 3.1.1. Dereverberated signals with dual-path filters Let us defineG f(n) = [g f1(n),...,g fm(n),...,g fM (n)]∈ C((2Kf +1)M)×M as the frequential filter matrix at time fram...
-
[4]
Proposed Prediction Order Selection Method In this section, the prediction order selection method is present. Firstly, let us definey i 1t(t),t= 0,...,Tas thei th individual sample of the temporal signals at the reference microphone at time indextin the Monte Carlo experiments. The Pearson cor- relation coefficients betweenyi 1t(0)andy i 1t(t)can be given...
-
[5]
GWPE”) , the cascade of GWPE and MVDR method [12] (legend: “GWPE+MVDR
Simulation Experiments In this section, numerical simulations are presented to illus- trate the validity of the proposed method. Source signals are speeches from the TIMIT database [25] sampled at16kHz. A uniform linear microphone array (ULA) composed of8micro- phones with the inter-element space equal to0.03m is utilised. The RIRs are generated using the...
-
[6]
Conclusion In this paper, we propose a speech enhancement method using dual-path MCLP filters and multi-norm beamforming. The pro- posed method demonstrates superior performance in both dere- verberation and denoising compared to the baseline methods, particularly in high reverberation scenarios. In addition, we have proposed an efficient method for selec...
-
[7]
Appendix To solvew (l+1), a new augmented Lagrangian can be derived as: L(w(l+1),η 1) = NX n=1 (∥w(l+1)Hˆx(n,ω)∥ 2 2 +Re{η (l)H w (w(l+1)H ˆx(n,ω)−z (l) w (n,ω))}+ 1 2ρw ∥w(l+1)Hˆx(n,ω)−z (l) w (n,ω)∥ 2 2)+ Re{ηH 1 (w(l+1)H a(θs)−1)}+ 1 2ρ1 ∥w(l+1)H a(θs)−1∥ 2 2, (19) The problem (19) can be solved via several iterative steps. In the(j+ 1) th iteration,wc...
-
[8]
Acknowledgements This work was supported by the National Natural Science Foun- dation of China (Grant No.62101013)
Show all 34 references
-
[9]
Prediction of speech intelligibility in spatial noise and reverberation for normal-hearing and hearing- impaired listeners,
R. Beutelmann and T. Brand, “Prediction of speech intelligibility in spatial noise and reverberation for normal-hearing and hearing- impaired listeners,”J. Acoust. Soc. Amer, vol. 120, no. 1, pp. 331– 342, Jul. 2006
2006
-
[10]
Environmental con- ditions and acoustic transduction in hands-free speech recogni- tion,
M. Omologo, P. Svaizer, and M. Matassoni, “Environmental con- ditions and acoustic transduction in hands-free speech recogni- tion,”Speech Communication, vol. 25, no. 1-3, pp. 75–95, Aug. 1998
1998
-
[11]
On the application of reverberation suppression to robust speech recog- nition,
R. Maas, E. A. Habets, A. Sehr, and W. Kellermann, “On the application of reverberation suppression to robust speech recog- nition,” inIEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Kyoto, Japan, Mar. 2012, p. 297–300
2012
-
[12]
Ephraim and I
Y . Ephraim and I. Cohen,Recent advancements in speech en- hancement. The Electronic Handbook, 2006
2006
-
[13]
Interaural coherence preservation in multi-channel wiener filtering based noise reduc- tion for binaural hearing aids,
D. Marquardt, V . Hohmann, and S. Doclo, “Interaural coherence preservation in multi-channel wiener filtering based noise reduc- tion for binaural hearing aids,”IEEE/ACM Transactions on Audio, Speech, and Language Processing, vol. 23, no. 12, p. 2162–2176, Dec. 2015
2015
-
[14]
Improved subspace-based single- channel speech enhancement using generalized super-gaussian priors,
J. Jensen and R. Heusdens, “Improved subspace-based single- channel speech enhancement using generalized super-gaussian priors,”IEEE/ACM Transactions on Audio, Speech, and Lan- guage Processing, vol. 15, no. 3, pp. 862–872, Mar. 2007
2007
-
[15]
Precise dereverbera- tion using multichannel linear prediction,
M. Delcroix, T. Hikichi, and M. Miyoshi, “Precise dereverbera- tion using multichannel linear prediction,”IEEE/ACM Transac- tions on Audio, Speech, and Language Processing, vol. 15, no. 2, p. 430–440, Feb. 2007
2007
-
[16]
Speech dereverberation based on variance-normalized delayed linear prediction,
T. Nakatani, T. Yoshioka, K. Kinoshita, M. Miyoshi, and B. H. Juang, “Speech dereverberation based on variance-normalized delayed linear prediction,”IEEE/ACM Transactions on Audio, Speech, and Language Processing, vol. 18, no. 7, p. 1717–1731, Sep. 2010
2010
-
[17]
Generalization of multi-channel linear prediction methods for blind mimo impulse respons short- ening,
T. Yoshioka and T. Nakatani, “Generalization of multi-channel linear prediction methods for blind mimo impulse respons short- ening,”IEEE/ACM Transactions on Audio, Speech, and Language Processing, vol. 20, no. 10, p. 2707–2720, Dec. 2012
2012
-
[18]
Benesty and J
J. Benesty and J. Chen,Microphone Array Signal Processing. Germany: Springer-Verlag, 2008
2008
-
[19]
Strategies for distant speech recognition in rever- berant environments,
M. Delcroix, “Strategies for distant speech recognition in rever- berant environments,” no. 1, p. 60, Aug. 2015
2015
-
[20]
Dereverberation with differential micro- phone arrays and the weighted-prediction-error method,
W. Yang and G. Huang, “Dereverberation with differential micro- phone arrays and the weighted-prediction-error method,” inInter- national Workshop on Acoustic Signal Enhancement(IWAENC), 2018
2018
-
[21]
Multichannel online speech dereverberation under noisy environments,
M. Togami, “Multichannel online speech dereverberation under noisy environments,” pp. 1078–1082, Aug. 2015
2015
-
[22]
A unified convolutional beam- former for simultaneous denoising and dereverberation,
T. Nakatani and K. Kinoshita, “A unified convolutional beam- former for simultaneous denoising and dereverberation,”IEEE Signal Process, p. 903–907, Jun. 2019
2019
-
[23]
Dual-path rnn: Efficient long sequence modeling for time-domain single-channel speech sepa- ration,
Y . Luo, Z. Chen, and T. Yoshioka, “Dual-path rnn: Efficient long sequence modeling for time-domain single-channel speech sepa- ration,” inIEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Proc, Oct. 2020, p. 46–50
2020
-
[24]
Dpt-fsnet:dual-path trans- former based full-band and sub-band fusion network for speech enhancement,
F. Dang, H. Chen, and P. Zhang, “Dpt-fsnet:dual-path trans- former based full-band and sub-band fusion network for speech enhancement,” inIEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Singapore, Mar. 2022, p. 6857–6861
2022
-
[25]
Tf-gridnet: Making time- frequency domain models great again for monaural speaker sepa- ration,
Z. Wang, S. Cornell, and S. Choi, “Tf-gridnet: Making time- frequency domain models great again for monaural speaker sepa- ration,”arXiv preprint arXiv, p. 2209.03952, 2022
2022 arXiv
-
[26]
Spatialnet: Extensively learning spatial in- formation for multichannel joint speech separation, denoising and dereverberation,
C. Quan and X. Li, “Spatialnet: Extensively learning spatial in- formation for multichannel joint speech separation, denoising and dereverberation,”IEEE/ACM Transactions on Audio, Speech, and Language Processing, vol. 32, pp. 1310–1323, 2024
2024
-
[27]
Dasformer: Deep alternating spectrogram transformer for multi/single-channel speech separation,
S. Wang, X. Kong, X. Peng, H. Movassagh, V . Prakash, and Y . Lu, “Dasformer: Deep alternating spectrogram transformer for multi/single-channel speech separation,” inIEEE Interna- tional Conference on Acoustics, Speech and Signal Processing (ICASSP), Island, Jun. 2023, pp. 1–5
2023
-
[28]
Relative transfer function identification using convolutive transfer function approximation,
R. Talmon, I. Cohen, and S. Gannot, “Relative transfer function identification using convolutive transfer function approximation,” IEEE/ACM Transactions on Audio, Speech, and Language Pro- cessing, vol. 17, p. 546–555, May. 2009
2009
-
[29]
Proximal alternating lin- earized minimization for nonconvex and nonsmooth problems,
J. Bolte, S. Sabach, and M. Teboulle, “Proximal alternating lin- earized minimization for nonconvex and nonsmooth problems,”J. Acoust. Soc. Amer, vol. 146, no. 1/2, p. 459–494, 2014
2014
-
[30]
D. P. Bertsekas,Constrained Optimization and Lagrange Multi- plier Methods. New York: Academic, 1982
1982
-
[31]
An iterative thresh- olding algorithm for linear inverse problems with a sparsity con- straint,
I. Daubechies, M. Defrise, and C. D. Mol, “An iterative thresh- olding algorithm for linear inverse problems with a sparsity con- straint,”Comm. Pure Appl. Math, vol. 57, no. 11, pp. 1413–1457, 2004
2004
-
[32]
Dis- tributed optimization and statistical learning via the alternating di- rection method of multipliers,
S. Boyd, N. Parikh, E. Chu, B. Peleato, and J. Eckstein, “Dis- tributed optimization and statistical learning via the alternating di- rection method of multipliers,”Found. Trends Mach. Learn, no. 1, pp. 1–122, 2011
2011
-
[33]
J. S. Garofolo, L. F. Lamel, W. M. Fisher, J. G. Fiscus, and D. S. Pallett,DARPA TIMIT acoustic-phonetic continous speech corpus CD-ROM, 1993
1993
-
[34]
Room impulse response generator,
E. A. P. Habets, “Room impulse response generator,” in The Netherlands, Tech. Rep. 2.4, 2006. [Online]. Avail- able: https://www.audiolabs-erlangen.de/fau/professor/ habets/software/rir-generator, 2006
2006
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.