Earlier quoted context omitted.
As a member of the research community: that's nonsense. Like already pointed out: academic groups (who by no means are dependent on big tech) would jump all over that. Mamba has been out long enough that you'd already see tons of papers at arxiv showing mamba dominating transformers in all sorts of applications. But that's not happening, despite the ton of hype. That doesn't mean that mamba is nonsense. Just that it…
As a member of the research community: that's nonsense. Publishing is an extremely noisy process in ML and is getting increasingly difficult for smaller non big tech collaborating labs. Reviewers' go to are: more datasets, scale, not novel. The easiest way to approach this is to work off of pretrained models. This is probably more obvious in the NLP world. I agree that Mamba doesn't solve everything and it still need…
Mamba Explained: The State Space Model Taking On Transformers
41–50 of 101 posts
Re: Mamba Explained: The State Space Model Taking On Transformers
#42Re: Mamba Explained: The State Space Model Taking On Transformers
#43Earlier quoted context omitted.
The fact that 'removing the “quadratic bottleneck”' involves either reduced expressability compared to self attention or disproving SETH is another reason. The quadratic bottleneck is due to the lower bounds of exhaustive search. The papers on this only ever seem to reference perplexity. The fact it can append a word to "I'm going to the beach" that sounds good doesn't mean it is useful. There is no free lunch, and t…
What's SETH in this context? I googled to no avail.
Here is how it relates to attention.
Re: Mamba Explained: The State Space Model Taking On Transformers
#44Earlier quoted context omitted.
The fact that 'removing the “quadratic bottleneck”' involves either reduced expressability compared to self attention or disproving SETH is another reason. The quadratic bottleneck is due to the lower bounds of exhaustive search. The papers on this only ever seem to reference perplexity. The fact it can append a word to "I'm going to the beach" that sounds good doesn't mean it is useful. There is no free lunch, and t…
What's SETH in this context? I googled to no avail.
Re: Mamba Explained: The State Space Model Taking On Transformers
#45Can the low adoption of Mamba be attributed to what is being discussed today on HN ( https://news.ycombinator.com/item?id=39491863 )? Basically, Nvidia et al. don't want the AI research to move in a direction that requires less GPU compute, less training data, and less inference compute. Someone on HN (I don't remember the name) mentioned that the idea of deep learning is backed by big tech because it benefits them t…
Re: Mamba Explained: The State Space Model Taking On Transformers
#46Earlier quoted context omitted.
It is a really recent development. Even if this architecture is technically superior, it could take time before a model using it becomes competitive. Or maybe it does not pan out at all. We are still at the stage where people are throwing everything at the wall to see what sticks. Some promising ideas which work at small scale do not work at bigger.
This. Hyperparameter tuning and training include a lot of model specific black magic. Transformers have had time to mature, it'll take a while for other stuff to catch up even if they have a higher potential ceiling.
I'm seeing the Mamba paper as the `Attention Is All You Need` of Mamba - it might take a little while before we get everything optimised to the point of a GPT-4 (it took 6 years for transformers but should be faster than that now with all the attention on ML)
Re: Mamba Explained: The State Space Model Taking On Transformers
#47Earlier quoted context omitted.
It is a really recent development. Even if this architecture is technically superior, it could take time before a model using it becomes competitive. Or maybe it does not pan out at all. We are still at the stage where people are throwing everything at the wall to see what sticks. Some promising ideas which work at small scale do not work at bigger.
This. Hyperparameter tuning and training include a lot of model specific black magic. Transformers have had time to mature, it'll take a while for other stuff to catch up even if they have a higher potential ceiling.
Re: Mamba Explained: The State Space Model Taking On Transformers
#48Earlier quoted context omitted.
Why would Meta, Microsoft, Amazon and Google want Nvidia to remain dominant in hardware? Are you treating “big tech” like they all have one hive mind?
For MSFT, AMZN, GOOG, the competitive advantage comes from having huge datasets (that Nvidia doesn't have). It's a symbiosis that benefits the data-rich and GPU-rich players.
Simply put, for the time being huge datasets are going to be needed and those with bigger (cleaner?) datasets will have a better behaving model.
Re: Mamba Explained: The State Space Model Taking On Transformers
#49Why doesn't Equation 1b use the h' defined in Equation 1a?
In our case, we don't actually wait for a closed-form solution but instead compute the discrete representation (Equation 2)
Hope that helps!