Live data from Hacker News

LLMs can see and hear without any training

github.com

41–50 of 74 posts

Re: LLMs can see and hear without any training

#41
post #5

This seems to be a system to generate better prompts to be fed into a base multimodal model. Interesting, but title is definitely clickbait.

Actually, it's the name of the paper. And while the team also developed and released a system to elicit the behavior by doing what you described, it's entirely possible that the researchers thought the title to be the most important finding in their work.

Re: LLMs can see and hear without any training

#42

Earlier quoted context omitted.

> I think is worth keeping in mind on the stack of possible approaches for, say agentic coding, that you can use a critic to not just ‘improve’ generated output, but most likely do some guided search through output space. The one issue I keep finding with those approaches is that there’s already good tools for the problem, but we keep searching for wasteful approaches because “natural languages” for something humans…

I hear that. Counterpoint - if you all you have is a Philips-head screwdriver, all you have is a Philips-head screwdriver. On the other hand if all you have is a six axis CnC mill, well, then you have a lot. I think of this less as audit misses, and more as developing a permanently useful tool. For open model weights, humanity will not (unless we’re talking real zombie apocalypse scenarios) lose these weights. They a…

While it is hard to argue with the wisdom of crystallizing intellectual capital into our tools, I do wonder if these models might be as likely to diminish as to develop the person using them, in which case we trade an implement's iterative improvement for ours, in a way

Re: LLMs can see and hear without any training

#44
post #37

I’ve read the paper and the skeptical comments here, to wit: it’s just an actor/critic pipeline by another name. I’ll bite and say this is actually interesting — and the paper title is misleading. What they’ve done here is hooked up a text-only LLM to multimodal critics, given it (mostly) an image diffusion generation task, and asked it to improve its prompting of the multimodal generation by getting a set of scores…

> zero shot I really wish we would find a different term for this. Doing something always takes at least one attempt, i.e. "one shotting". "Zero shotting" is an oxymoron, which makes it a term that only creates more confusion rather than succinctly conveying something.

We say Sure Shot.

Re: LLMs can see and hear without any training

#45
post #37

I’ve read the paper and the skeptical comments here, to wit: it’s just an actor/critic pipeline by another name. I’ll bite and say this is actually interesting — and the paper title is misleading. What they’ve done here is hooked up a text-only LLM to multimodal critics, given it (mostly) an image diffusion generation task, and asked it to improve its prompting of the multimodal generation by getting a set of scores…

> zero shot I really wish we would find a different term for this. Doing something always takes at least one attempt, i.e. "one shotting". "Zero shotting" is an oxymoron, which makes it a term that only creates more confusion rather than succinctly conveying something.

Array indexing can start at 0 or 1.

Re: LLMs can see and hear without any training

#46
post #37

I’ve read the paper and the skeptical comments here, to wit: it’s just an actor/critic pipeline by another name. I’ll bite and say this is actually interesting — and the paper title is misleading. What they’ve done here is hooked up a text-only LLM to multimodal critics, given it (mostly) an image diffusion generation task, and asked it to improve its prompting of the multimodal generation by getting a set of scores…

> zero shot I really wish we would find a different term for this. Doing something always takes at least one attempt, i.e. "one shotting". "Zero shotting" is an oxymoron, which makes it a term that only creates more confusion rather than succinctly conveying something.

"One shot" is simply about the action itself, but it says nothing about how much preparation was done beforehand. "Zero shot" additionally implies without training or preparation.

TCGs have a related "zero turn win" concept, where the opponent goes first and you win without getting a turn due to the set of cards you randomly drew and being able to activate them on the opponent's turn.

Re: LLMs can see and hear without any training

#47

Earlier quoted context omitted.

I hear that. Counterpoint - if you all you have is a Philips-head screwdriver, all you have is a Philips-head screwdriver. On the other hand if all you have is a six axis CnC mill, well, then you have a lot. I think of this less as audit misses, and more as developing a permanently useful tool. For open model weights, humanity will not (unless we’re talking real zombie apocalypse scenarios) lose these weights. They a…

While it is hard to argue with the wisdom of crystallizing intellectual capital into our tools, I do wonder if these models might be as likely to diminish as to develop the person using them, in which case we trade an implement's iterative improvement for ours, in a way

Monks in the Middle Ages: “The Printing Press will destroy people’s ability to memorize.”

This was accurate. But mostly humans gained from books. I think we will develop the social technology to use these tools over time; giving some things up and gaining others.

If we don’t, the Amish can just take over and be like “Stupid English, using the devil’s weights.” :)

Re: LLMs can see and hear without any training

#48
post #37

I’ve read the paper and the skeptical comments here, to wit: it’s just an actor/critic pipeline by another name. I’ll bite and say this is actually interesting — and the paper title is misleading. What they’ve done here is hooked up a text-only LLM to multimodal critics, given it (mostly) an image diffusion generation task, and asked it to improve its prompting of the multimodal generation by getting a set of scores…

> zero shot I really wish we would find a different term for this. Doing something always takes at least one attempt, i.e. "one shotting". "Zero shotting" is an oxymoron, which makes it a term that only creates more confusion rather than succinctly conveying something.

I think of a shot as an example, not a try: “One shot” is “One example”. Zero shot is “Zero examples”. I don’t love it, but I don’t hate it, got a better word for it?

Re: LLMs can see and hear without any training

#49
I think there is potentially a powerful method here. Specifically, the optimal context for a given task can be saved and a meta-learner can be trained to map the task to the context. This would allow fine tuning a model for some specific task without retaining the LLM. For example, generating an SEM image with of some material with a specified porosity and grain size.

Re: LLMs can see and hear without any training

#50

Earlier quoted context omitted.

Are they using the same diffusion models as the GPT-3 area? Meaning is it the LLM that has improved or is it the diffusion model? I know it's probably a foolish take but I am really skeptical of the "larger models will solve all our problems" line of thinking.

They don’t compare in the paper. I will say I experimented extensively with GPT-3 era LLMs on improving ouput by trying to guide early diffusion models with critical responses. It was a) not successful, and b) pretty clear to me that GPT-3 didn’t “get” what it was supposed to be doing, or didn’t have enough context to keep all this in mind, or couldn’t process it properly, or some such thing. This paper has ablations…

> FWIW, I don’t think LLMS will solve all our problems, so I too am skeptical of that claim. I’m not skeptical of the slightly weaker “larger models have emergent capabilities and we are probably not done finding them as we scale up”.

100% agree. I'd classify the time now as identifying the limits of what they can functionally do though, an it's a lot!

Post reply on HN