abtonmoy commited on
Commit
a5694fa
·
verified ·
1 Parent(s): bc02dab

Org card: update Fusion Perception to the shipped retrieval model

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -35,7 +35,15 @@ semantic search. The senses above attach to these and never modify them.
35
 
36
  ## Fusion Perception, the perception layer
37
 
38
- Dense scene understanding and geometric place recognition on a frozen vision backbone, projected into the Fusion Embedding space. Code: https://github.com/Eximius-Labs/fusion-perception.
 
 
 
 
 
 
 
 
39
 
40
  ## Engram, the memory layer
41
 
 
35
 
36
  ## Fusion Perception, the perception layer
37
 
38
+ Place recognition: has this robot been here before. A 3.1M-parameter head on a frozen
39
+ DINOv2 ViT-L/14 backbone turns an image into one 512-d descriptor, for re-localization
40
+ against a large index. Searching 1,001,001 distractor photographs, it reaches 92.61 mAP
41
+ Medium and 86.03 Hard on RParis+1M with AMES reranking, above the best published numbers
42
+ we are aware of; on ROxford+1M it is about three points behind that frontier.
43
+
44
+ - [fusion-perception-1](https://huggingface.co/EximiusLabs/fusion-perception-1-preview) — the retrieval head, with both the standard and decontaminated training protocols.
45
+
46
+ Code: https://github.com/Eximius-Labs/fusion-perception
47
 
48
  ## Engram, the memory layer
49