Hello Muhammad, I recommend Per-Channel Energy Normalization (PCEN) https://librosa.org/doc/main/generated/librosa.pcen.html followed by batch normalization Sincerely, Vincent.
Hello Muhammad,
I recommend Per-Channel Energy Normalization (PCEN)
https://librosa.org/doc/main/generated/librosa.pcen.html
followed by batch normalization
Sincerely,
Vincent.
--
You received this message because you are subscribed to the Google Groups "librosa" group.
To unsubscribe from this group and stop receiving emails from it, send an email to librosa+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/librosa/be75475a-ded9-4c26-b77a-61d8f5cc1ef7n%40googlegroups.com.
Hello,
Sounds difficult. By definition, any kind of normalization removes some factors of variability in the data so recovering them after the fact is not possible without some side-channel information.
In the case of PCEN, approximating the inverse might actually be
doable via convex optimization if you have a good enough initial
guess for the denominator ("M").
Another direction is to implement a PCEN-based neural generative model à la WaveGlow.
But both of these entail research questions of their own and are
out of the scope of librosa dev.
I hope this helps!
Vincent.
To view this discussion on the web visit https://groups.google.com/d/msgid/librosa/0e499dcb-1912-4427-bb4c-665b36a4ece0n%40googlegroups.com.