So the gaussian window around every token for speech paper does not mention how to compute the center of the gaussian.
I found an even older paper (Alex Graves 2013) for a different task (handwriting synthesis) that suggests to learn the centers and enforce their monotonicity. Which I am about to do!
I found an even older paper (Alex Graves 2013) for a different task (handwriting synthesis) that suggests to learn the centers and enforce their monotonicity. Which I am about to do!
While I'm really uneasy with the idea of predicting the center of attention from a single frame, I've emailed the authors of Cross-attention with monotonic alignment asking how they compute
I am running out of time to fix this problem so I'm going to apply the good old "convolve the dataset with itself" trick.
k. From the paper it seems like you need to compute attention to compute attention. I would like to see the reviews of this paper and too bad interspeech does not publish them. I am running out of time to fix this problem so I'm going to apply the good old "convolve the dataset with itself" trick.
New paper by Alex Graves et al, Bayesian diffusion for language modeling.
https://arxiv.org/abs/2308.07037
https://arxiv.org/abs/2308.07037
Vol Building AGI
New paper by Alex Graves et al, Bayesian diffusion for language modeling. https://arxiv.org/abs/2308.07037
Rupesh Srivastava with a thread https://x.com/rupspace/status/1691584987148218841?
Twitter
New work: Bayesian Flow Networks!
https://t.co/9QatLDVRw5
We present a new perspective on the ideas related to diffusion models. BFNs combine Bayesian inference and neural nets to yield a model class with simple objectives that gracefully extends to discrete…
https://t.co/9QatLDVRw5
We present a new perspective on the ideas related to diffusion models. BFNs combine Bayesian inference and neural nets to yield a model class with simple objectives that gracefully extends to discrete…
🔥1
My paper on reproducing approximation errors in VAEs has been published in ReScience C. We see how choosing a factorized latent distributions causes perfectly good decoders to run their reconstruction quality adapting to the encoder.
https://x.com/darkproger/status/1691755047145673029
https://x.com/darkproger/status/1691755047145673029
Twitter
Why does ELBO losses goes up but FID goes down? We reproduce approximation errors in Variational Autoencoders in out latest Rescience C paper https://t.co/abbGO7qkoJ
🥰1🎉1
https://drive.google.com/file/d/15TmDQ8lONE66_hc_me7ML1Xv6a4pup59/edit
Tutorial 2 at Interspeech:
Recent Advances in Speech Frontend, Diarization and ASR for Multi-talker Cocktail Party Problem
Austin Zhang / Yong Xu / Dong Yu / Shinji Watanabe
Tutorial 2 at Interspeech:
Recent Advances in Speech Frontend, Diarization and ASR for Multi-talker Cocktail Party Problem
Austin Zhang / Yong Xu / Dong Yu / Shinji Watanabe
https://x.com/yoshipon0520/status/1693990472681914397
Source Separation Based on Deep Source Generative Models and Its Self-Supervised Learning
Source Separation Based on Deep Source Generative Models and Its Self-Supervised Learning
Twitter
Yoshiaki Bando on X
The slides used in my talk at INTERSPEECH 2023 Tutorial T5 are now available at:
https://t.co/YHiUBjQBRs
https://t.co/YHiUBjQBRs
Surprisingly, low resolution (10fps) discrete features work for synthesis
https://arxiv.org/abs/2306.01084
https://arxiv.org/abs/2306.01084
Forwarded from Vol
На інтерспічі я бачив декілька постерів які презентували *останні* автори. Постер по 100fps hubert презентував Watanabe, постер по Neural HMM презентував Gustav Eje Henter. Це були одні з найкращих презентацій постерів, максимально детальні та повні несподіваних інсайтів.
З цього я вивів таке правило: якщо ваш керівник не може презентувати вашу роботу краще за вас, вам не потрібен цей керівник.
З цього я вивів таке правило: якщо ваш керівник не може презентувати вашу роботу краще за вас, вам не потрібен цей керівник.
people.kth.se
Gustav Eje Henter's professional homepage
Gustav Eje Henter is an assistant professor working on speech and motion synthesis using probabilistic modelling and machine learning at the Division of Speech, Music and Hearing (TMH), KTH Royal Institute of Technology in Stockholm, Sweden.
❤1
On the difference between supervised and reinforcement learning.
Most supervised learning reduces to performing a softmax over evidence (aka "hidden activations") and then maximizing likelihood (minimizing cross entropy). When backpropagating, softmax ensures you get a very high error signal for the wrong answer towards the right answer (or multiple answers if you don't have a spiky distribution, imagine cases like label smoothing or distribution matching).
The softmax+cross entropy let your learning process consider *all outcomes at once*. This is better visible when you compute gradients of likelihood and softmax. Something you don’t get to see if you use autodiff all the time.
This is not the case with reinforcement learning. Consider policy gradient: you sample an action, record its likelihood and then when you get the reward you scale the likelihood of a *single action* by that reward. You get unbiased and high variance learning signal estimates because you don't have updates for all outputs in a softmax! You don’t have it in reinforcement learning because you are in the decision *process* framework: there is no way to evaluate all alternative actions and choose the best, you only get to evaluate one.
The morale is: use supervised learning when you can.
Most supervised learning reduces to performing a softmax over evidence (aka "hidden activations") and then maximizing likelihood (minimizing cross entropy). When backpropagating, softmax ensures you get a very high error signal for the wrong answer towards the right answer (or multiple answers if you don't have a spiky distribution, imagine cases like label smoothing or distribution matching).
The softmax+cross entropy let your learning process consider *all outcomes at once*. This is better visible when you compute gradients of likelihood and softmax. Something you don’t get to see if you use autodiff all the time.
This is not the case with reinforcement learning. Consider policy gradient: you sample an action, record its likelihood and then when you get the reward you scale the likelihood of a *single action* by that reward. You get unbiased and high variance learning signal estimates because you don't have updates for all outputs in a softmax! You don’t have it in reinforcement learning because you are in the decision *process* framework: there is no way to evaluate all alternative actions and choose the best, you only get to evaluate one.
The morale is: use supervised learning when you can.
