lets_get_off_lemmy

joined 11 months ago
[–] [email protected] 9 points 2 months ago* (last edited 2 months ago)

I'm an AI researcher and yes, that's basically right. There is no special "lighting mechanism" portion of the network designed before training. Just, after seeing enough images with correct lighting (either for text to image transformer models or GANs), it will understand what correct lighting should look like. It's all about the distribution of the training data. A simple example is this-person-does-not-exist.com. All of the training images are high resolution, close-up, well-lit headshots. If all the training data instead had unrealistic lighting, you would get unrealistic lighting out. If it's something like 50/50, you'll get every part of that spectrum between good lighting and bad lighting at the output.

That's not to say that the overall training scheme of especially something like GPT-4 doesn't include secondary training operations for more complex tasks. But lighting of images is a simple thing to get correct with enough training images.

As an aside, I said that website above is a simple example, but I remember less than 6 years ago when that came out and it was revolutionary, so it's crazy how fast the space has moved forward in such a short time.

Edit: to answer the multiple subjects question: it probably has seen fewer images with multiple subjects and doesn't have enough "knowledge" from it's training data to accurately apply lighting in those scenarios. And you can imagine lighting is more complex in a scene with more subjects so it's more difficult for the model to use a general solution it's seen many times to fit the more complex problem.

[–] [email protected] 3 points 2 months ago

Hahaha, as someone that works in AI research, good luck to them. The first is a very hard problem that won't just be prompt engineering with your OpenAI account (why not just use 3D blueprints for weapons that already exist?) and the second is certifiably stupid. There are plenty of ways to make bombs already that don't involve training a model that's an expert in chemistry. A bunch of amateur 8chan half-brains probably couldn't follow a Medium article, let alone do ground breaking research.

But like you said, if they want to test the viability of those bombs, I say go for it! Make it in the garage!

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

This looks great! I imagine the documents you upload are used for RAG?

If so, do you also show citations in the chat answers for what context the model used to answer the user's query?

I ask because Verba by weaviate does that, but I like yours more and I'd like to switch to it (I've had a hard time getting Verba to work in the past).