> The test works by inserting a semantically important "needle" frame at random positions in long videos, which the system must then find and analyze. This seems to be somewhat unwise. Such an insertion would qualify as an anomaly. And if it's also trained that way, would you not train the model to find artificial frames where they don't belong? Would it not have been better to find a set of videos where something sp…
Qwen3-VL can scan two-hour videos and pinpoint nearly every detail
71–80 of 86 posts
Re: Qwen3-VL can scan two-hour videos and pinpoint nearly every detail
#72Re: Qwen3-VL can scan two-hour videos and pinpoint nearly every detail
#73> The test works by inserting a semantically important "needle" frame at random positions in long videos, which the system must then find and analyze. This seems to be somewhat unwise. Such an insertion would qualify as an anomaly. And if it's also trained that way, would you not train the model to find artificial frames where they don't belong? Would it not have been better to find a set of videos where something sp…
Yeah the needle in a haystack tests are so stupid. It seems clear with LLMs that performance degrades massively with context size, yet those tests claim the model performs perfectly.
I can't show any evidence as I don't have such tests, but it's like coding normally vs coding after a beer or two.
For the massive effect, fill it 95% and we're talking vodka shots. 99%? A zombie who can code. But perhaps that's not fair when you have 1M token context size.
Re: Qwen3-VL can scan two-hour videos and pinpoint nearly every detail
#74> The test works by inserting a semantically important "needle" frame at random positions in long videos, which the system must then find and analyze. This seems to be somewhat unwise. Such an insertion would qualify as an anomaly. And if it's also trained that way, would you not train the model to find artificial frames where they don't belong? Would it not have been better to find a set of videos where something sp…
This could describe adding a frame of nonsense into an existing video.
It also could describe finding a semantically useful thing in an actual video, where the exact location is randomised by looking at different time crops of the video. For example, finding a book on a desk in a video that's only there in a panning shot, and you then see if it can find it in a 10s cut, 20s cut, 10 minute cut, etc, and near the start/middle/end.
Here's the paper: https://arxiv.org/pdf/2511.21631
> To evaluate the model’s capability in processing long-context inputs, we construct a video “Needle-ina-Haystack” evaluation on Qwen3-VL-235B-A22B-Instruct. In this task, a semantically salient “needle” frame—containing critical visual evidence—is inserted at varying temporal positions within a long video. The model is then tasked with accurately locating the target frame from the long video and answering the corresponding question. During evaluation, videos are uniformly sampled at 1 FPS, and frame resolution is dynamically adjusted to maintain a constant visual token budget.
This potentially sounds more like the former, but I can't find more accurate information on how this works.
Regardless I'd say again that while not the whole story things like this really are useful to know, and can be very important to test - it's really not a given that models can always find anything in their context window, perhaps even more so for video.
Re: Qwen3-VL can scan two-hour videos and pinpoint nearly every detail
#75Insane if true... now I wonder, if I use it to go through some old dance routing video catalogue to recognize and write individual move lists
There has been some research specifically in this area with what appears to be classic ML models [2], but it's unclear to me if it can generalize to dances it has not been trained on.
Re: Qwen3-VL can scan two-hour videos and pinpoint nearly every detail
#76Earlier quoted context omitted.
Just nitpicking here, but 1984 is a critique of totalitarianism. The only references to systems of government in the book refer to "The German Nazis and the Russian Communists". Orwell was a democratic socialist. He was opposed to totalitarian politics, not communism per se.
It's true that it's about totalitarianism to some extent. But we have Orwell's actual words here that it's chiefly about communism > [Nineteen Eighty-Four] was based chiefly on communism, because that is the dominant form of totalitarianism, but I was trying chiefly to imagine what communism would be like if it were firmly rooted in the English speaking countries, and was no longer a mere extension of the Russian For…
Re: Qwen3-VL can scan two-hour videos and pinpoint nearly every detail
#77For anyone using Qwen3-VL: where are you running it? I had tons of reliability problems with Qwen3-VL inference providers on OpenRouter — based on uptime graphs I wasn’t alone. But when it worked, Qwen3-VL was pack-leading good at AI Vision stuff.
Re: Qwen3-VL can scan two-hour videos and pinpoint nearly every detail
#78Earlier quoted context omitted.
It’s not difficult to hack this together with CLIP. I did this with about a tenth of my movie collection last week with a GTX 1080 - though it lacks temporal understanding so you have to do the scene analysis yourself
I'm guessing you're not storing the CLIP for every single frame, instead of every second or so? Also, are you using the cosine similarity? How are you finding the nearest vector?
Re: Qwen3-VL can scan two-hour videos and pinpoint nearly every detail
#79Re: Qwen3-VL can scan two-hour videos and pinpoint nearly every detail
#80My favorite AI feature is to put a YouTube link in Gemini and ask it to summarize. Or even better: put the link of a 20min video "5 ways to" and ask "what are the 5 ways?" I think Gemini analyzes the transcription. Can I do the same for free with Qwen3?