<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ECCV 2024 on SoloSoft</title><link>https://www.solosoft.dev/tags/eccv-2024/</link><description>Recent content in ECCV 2024 on SoloSoft</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/tags/eccv-2024/index.xml" rel="self" type="application/rss+xml"/><item><title>LLaMA-VID: An Image is Worth 2 Tokens -- Efficient Long Video Understanding with LLMs</title><link>https://www.solosoft.dev/post/llama-vid-video-understanding-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/llama-vid-video-understanding-2026/</guid><description>&lt;p&gt;&lt;strong&gt;LLaMA-VID&lt;/strong&gt; (Large Language and Video Assistant) is an ECCV 2024 research project that tackles the fundamental bottleneck in video understanding with LLMs: &lt;strong&gt;token efficiency&lt;/strong&gt;. While modern LLMs boast context windows of 128K to 200K tokens, previous multimodal approaches consumed 100 to 500 tokens per video frame, making even a short 5-minute video clip computationally prohibitive. LLaMA-VID&amp;rsquo;s breakthrough is representing each video frame with just &lt;strong&gt;2 tokens&lt;/strong&gt; &amp;ndash; a compression ratio of 50x to 250x over existing methods.&lt;/p&gt;
&lt;p&gt;The key insight is that video frames are highly redundant. Much of a frame&amp;rsquo;s visual information is shared with the surrounding frames: the background, the setting, the lighting. LLaMA-VID introduces a &lt;strong&gt;dual-token representation&lt;/strong&gt; that separates what is stable across frames (the context token) from what is changing (the motion token). This means you can process a 1-hour video at 1 FPS (3,600 frames) using just 7,200 tokens &amp;ndash; comfortably within any modern LLM&amp;rsquo;s context window.&lt;/p&gt;</description></item></channel></rss>