Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 77 words in the discussion.

Trending Topics

#cache#page#approach#vision#encoder#ordering#model#sort#here#expensive

Discussion (2 Comments)Read Original on HackerNews

rao-v17 minutes ago
I really like this approach! I sort of think of the vision encoder here as an expensive high fidelity RAG encoder.

The thing I’d love to do with a system like this is train it to be KV cache ordering independent (ie permutation invariant at the page level). Basically each page’s KV cache should be understandable by the model in any ordering - which would allow you to go one step further and treat the KV cache of the vision encoded page as the chunk for the model to reason over.

Then all these zoom in for more detail tricks will extend naturally.

lathoa13 minutes ago
Interesting approach. thanks