Skip to content

Commit 099d44d

Browse files
authored
Update README to replace video tag with a link
Removed video tag and replaced it with a link to a video.
1 parent bb71a5e commit 099d44d

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,11 @@
4444

4545
## 🔍 Introduction
4646

47-
<div align="center">
4847

49-
<video src="https://github.com/anxiangsir/asset/raw/main/OneVision/residual_mv.mp4" controls autoplay loop muted playsinline width="800" style="max-width: 100%;" title="OneVision Encoder demonstration video showing residual motion vectors">
50-
Your browser does not support the video tag.
51-
</video>
48+
https://github.com/user-attachments/assets/f83a6b08-1961-4992-81cf-451ddb5b3391
49+
50+
5251

53-
</div>
5452

5553
**Hypothesis.** Artificial general intelligence is, at its core, a compression problem. Effective compression demands resonance: deep learning scales best when its architecture aligns with the fundamental structure of the data. These are the fundamental principles. Yet, modern vision architectures have strayed from these truths: visual signals are highly redundant, while discriminative information, the surprise, is sparse. Current models process dense pixel grids uniformly, wasting vast compute on static background rather than focusing on the predictive residuals that define motion and meaning. We argue that to solve visual understanding, we must align our architectures with the information-theoretic principles of video, i.e., Codecs.
5654

0 commit comments

Comments
 (0)