The story of a robot that has to remember everything
一个关于"机器人如何记住一切"的故事
One tree.
Space, time & meaning, jointly.
一棵树,同时索引
空间、时间与语义。
By the end of one eight-hour shift, a warehouse robot has seen about 300,000 things. Then someone asks:
一台仓库机器人跑完八小时的班,大约看过三十万个东西。这时有人问它:
“the yellow pole near the loading dock, the last time you saw it?”
“装卸口附近那根黄色立柱,最后一次见到是什么时候?”
One sentence, three kinds of clue: what, where, when. No existing index can read all three at once. TriDex is the one we built that can, and it provably never misses the right answer.
一句话,三种线索:是什么、在哪里、什么时候。现有的索引没有一个能同时读懂三种。TriDex 就是我们造的那个能读懂的。而且可以证明,它绝不漏掉正确答案。
never misses an answer, provably绝不漏答,数学上可证明
builds itself while the robot works机器人边工作,索引边生长
a week of memories fits in pocket-size RAM一周的记忆,内存只占口袋大小
position x ∈ ℝ³位置 x ∈ ℝ³
timestamp t时间戳 t
embedding e ∈ 𝕊ᵈ⁻¹嵌入 e ∈ 𝕊ᵈ⁻¹
The cameras never stop. Every frame becomes records, each carrying a position, a timestamp and a semantic vector. TriDex indexes all three into one tree, live.
相机从不停转。每一帧都变成记录,各带一个位置、一个时间戳和一个语义向量。TriDex 把三者实时索引进同一棵树。