Comment Re: Model collapse is a transient phenomenon (Score 1) 108
I don't think you know what model collapse is either. I don't mean that pejoratively, the whole concept is a muddled mess from the name on.
"Model collapse" isn't anything unique to AI. Any model will drift if it's repeated trained on its own output. Models are all imperfect fits and that imperfection compounds if they're not anchored to actual data. Put a different way, the data processing inequality says you can't create information through computation. It's not "collapse," it's drift.
Once upon a time I was registering images to each other. One of the techinques is to create an average across all of the images, register each individual to the average, and repeat. If you just do that naively though, the average (i.e. the model) will drift farther and farther from the mean of the original images, or even anything recognizable as being related to the original images.
"Model collapse" isn't a problem you fix. If you want to model human language you train on human language. If you want a self-evolving language model then you train on successive generations and see where you end up. Humans don't "get a form of model collapse" we experience exactly the same thing. We call it "languge evolving", accents, fads, "why are the kids so weird," etc.
People talk about model collapse as if AI generated training data is some kind of poison because it's AI generated. It's not. If you train on human vetted data, whether or not it's AI generated, you'll get something that humans are okay with. If you train on SEO optimization web pages that have never been read or written by any human, particularly if you do it generationally, then you're going to get drift, whether or not the stuff is AI generated, random, or whatever.