TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Titans: Learning to Memorize at Test Time

115 pointsby birriel5 months ago

2 comments

gwern5 months ago
Duplicate: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42718166">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42718166</a>
评论 #42742312 未加载
评论 #42738985 未加载
cs7025 months ago
Interesting. I like the idea of a meta-mechanism that learns to update an associative memory based on how surprising the data is. The other stuff, reading memory via keys and values and selectively erasing it with gating, look pretty conventional on a first glance. Thank you for sharing this on HN. I&#x27;ve added it to my reading list.<p>EDIT: I&#x27;m reminded of this other type of associative memory: <a href="https:&#x2F;&#x2F;github.com&#x2F;glassroom&#x2F;heinsen_routing">https:&#x2F;&#x2F;github.com&#x2F;glassroom&#x2F;heinsen_routing</a>. The idea there is to compute a mixture of memories that best predicts the given input sequence. Quite frankly, I don&#x27;t remember how the whole thing works, but I do remember that it works. It&#x27;s been a while since I used it, so YMMV. In any case, it may be of interest to you.
评论 #42733912 未加载