this post was submitted on 28 Aug 2024
50 points (100.0% liked)

Gaming

30424 readers
264 users here now

From video gaming to card games and stuff in between, if it's gaming you can probably discuss it here!

Please Note: Gaming memes are permitted to be posted on Meme Mondays, but will otherwise be removed in an effort to allow other discussions to take place.

See also Gaming's sister community Tabletop Gaming.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 15 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Ok.

Try to get an image generator to create an image of a tennis racket, with all racket-like objects or relevant sport data removed from the training data.

Explain the concept to it with words alone, accurately enough to get something that looks exactly like the real thing. Maybe you can give it pictures, but one won't really be enough, you'll basically have to give it that chunk of training data you removed.

That's the problem you'll run into the second you want to realize a new game genre.

[–] [email protected] 6 points 3 weeks ago (1 children)

There are more forms of guidance than just raw words. Just off the top of my head, there's inpainting, outpainting, controlnets, prompt editing, and embeddings. The researchers who pulled this off definitely didn't do it with text prompts.

[–] [email protected] 16 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Obviously.

But at what point does that guidance just become the dataset you removed from the training data?

To get it to run Doom, they used Doom.

To realize a new genre, you'll "just" have to make that game the old fashion way, first.

[–] [email protected] 6 points 3 weeks ago (1 children)

But at what point does that guidance just become the dataset you removed from the training data?

The whole point is that it didn't know the concepts beforehand, and no it doesn't become the dataset. Observations made of the training data are added to the model's weights after training, the dataset is never relevant again as the model's weights are locked in.

To get it to run Doom, they used Doom.

To realize a new genre, you’ll “just” have to make that game the old fashion way, first.

Or you could train a more general model. These things happen in steps, research is a process.

[–] [email protected] 8 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

You are completely missing what I'm saying.

I know the input doesn't alter the model, that's not what I mean.

And "general" models are only "general" in the sense that they are massively bloated and still crap at dealing with shit that they weren't trained on.

And no, "comprehending" new concepts by palette swapping something and smashing two existing things together isn't the kind of creativity I'm saying these systems are incapable of.

[–] [email protected] 4 points 3 weeks ago (1 children)

What kind of creativity are you talking about then? I've also never heard of a bloated model. Which models are bloated?

[–] [email protected] 3 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Bloated, as in large and heavy. More expensive, more power hungry, less efficient.

I already brought it up. They can't deal with something completely new.

When you discuss what you want with a human artist or programmer or whatever, there is a back and forth process where both parties explain and ask until comprehension is achieved, and this improves the result. The creativity on display is the kind that can unfold and realize a complex idea based on simple explanations even when it is completely novel.

It doesn't matter if the programmer has played games with regenerating health before, one can comprehend and implement the concept based on just a couple sentences.

Now how would you do the same with a "general" model that didn't have any games that work like that in the training data?

My point is that "general" models aren't a thing. Not really. We can make models that are really, really big, but they remain very bad at filling in gaps in reality that weren't in the training data. They don't start magically putting two and two together and comprehending all the rest.

[–] [email protected] 1 points 2 weeks ago (1 children)
[–] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

In a couple sentences? In a way that doesn't approach, equal or exceed the effort of training the model with that data to begin with?

You insist these models can do new things out of nothing, and you keep saying "all you have to do, is give them something".

[–] [email protected] 2 points 2 weeks ago (1 children)

You keep moving the goal posts and putting words in my mouth. I never said you can do new things out of nothing. Nothing I mentioned is approaching, equaling, or exceeding the effort of training a model.

You haven't answered a single one of my questions, and you are not arguing in good faith. We're done here. I can't say it's been a pleasure.

[–] [email protected] 1 points 2 weeks ago* (last edited 2 weeks ago)

My argument was and is that neural models don't produce anything truly new. That they can't handle things outside what is outlined by the data they were trained on.

Are you not claiming otherwise?

You say it's possible to guide models into doing new things, and I can see how that's the case, especially if the model is a very big one, meaning it is more likely that it has relevant structures to apply to the task.

But I'm also pretty damn sure they have insurmountable limits. You can't "guide" and LLM into doing image generation, except by having it interact with an image generation model.