Summary
This is an interesting submission proposing the use of a diffusion model in a band-by-band manner to generate high-fidelity audio from (potentially) a variety of low bit rate inputs. The literature so far has only applied diffusion models for audio generation given spectrogram inputs. A specific diffusion noise schedule is proposed; and a diffusion-oriented frequency equalization method is proposed. Significant improvements in audio quality are described from a number of experimental evaluations.
Strengths
Strengths:
- Clear presentation (in spite of persistent minor problems with grammar & spelling);
- Original multi-band diffusion model;
- Good literature review;
- Original frequency equalization model;
- Good empirical results, i.e. nice improvements in generated audio quality.
Weaknesses
The main weakness is a persistent pattern of small mistakes in grammar and spelling. I mention a number below but this is just a small sample. Overall the work is very readable, but the problems with the writing should be corrected.
I note that there is mention of the proposed method being significantly slower than the alternatives examined, but I don't see a clear description of the compute cost of the proposed method compared to existing methods.
Specific comments:
> 27 artefacts [here and below]
--> artifacts
> have led to rich contextual representations that contains more
contains --> contain
> 32 They are optimized using complex combination
combination --> combinations
> 47 Results suggest the proposed method achieves significantly
> 48 superior performance than the evaluated baselines.
"significantly superior" is an odd phrasing, rewrite?
> 67 Clustering using a few centroids leads to the speech content representation being
> 68 mostly disentangled from the speaker and the f0 and thus controllable speech generation.
End of sentence is not grammatical; missing words before/around "thus controllable speech generation"?
"Eq. Processor" in Figure 1 caption vs. "EQ Processor" in the figure itself: choose one or the other, and keep consistent.
> 165 As a result, training a diffusion model on full-band audio data would always
> 166 provide the ground truth low frequencies when generating high frequencies
I don't quite understand this statement, rephrase?
> 170 Interestingly, dividing the frequency band
> 171 along model channels
I don't understand this statement. What are "model channels"?
> 238 5.1 Multi modalities model
Reading this section, i'm not sure what are the "modalities" referred to.
Table 1: "MBD", though it is clear that this is the proposed method, I don't see the acronym introduced. Introduce it early on, e.g. state "... Multi Band Diffusion (MBD) ..."?
Questions
What is the computational cost of the proposed MBD compared to Opus and EnCodec?
Rating
7: Accept: Technically solid paper, with high impact on at least one sub-area, or moderate-to-high impact on more than one areas, with good-to-excellent evaluation, resources, reproducibility, and no unaddressed ethical considerations.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.
Limitations
The authors cite reasonable limitations to their work, including the possibility of their method being used to generate deep fakes, as well as the usual potential issue with training set bias, in spite of their efforts to avoid that.