Kimi-K3
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.
SuperMap is a training-free spatio-temporal SLAM system that builds a persistent 4D scene graph for embodied AI, fusing geometric SLAM with open-vocabulary perception to enable real-time visual-language navigation and long-horizon reasoning.
133
No data
2
3
No data
2026-07-16
It introduces a living spatial memory that maintains persistent object identities across occlusions and scene changes, supporting reasoning and action without requiring training, and has been field-tested in a continuous 2-hour campus deployment.
SuperMap: A Living Spatial Memory for Embodied AI RSS 2026
AirLab, Carnegie Mellon University
Announcement: The code will be released after RSS.
SuperMap is a living spatial memory for embodied AI. It perceives the world, remembers its evolution, and supports reasoning and action. It is a training-free spatio-temporal SLAM system that builds a persistent semantic world model. It fuses high-frequency geometric SLAM with asynchronous open-vocabulary perception, producing a 4D scene graph: a queryable map carrying spatial and temporal information for every object, enabling visual-language navigation and long-horizon reasoning on real robots.
git clone https://github.com/superxslam/SuperMap.git
cd SuperMap
conda create -n supermap python=3.11 && conda activate supermap
pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu124
conda install cuda -c nvidia/label/cuda-12.4.0
export CUDA_HOME=$(dirname $(dirname $(which nvcc)))
pip install -r requirements.txt
python -m spacy download en_core_web_sm
python examples/prepare_example_dataset.py # download example dataset (one-time)
python examples/example.py # run the mapping pipeline
SuperMap is a living spatial memory for embodied AI — it perceives the world, remembers its evolution, and supports reasoning and action.
Similar projects matched by category, topics, and programming language.
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.

A structured investing guide for Chinese beginners covering US stocks, options, and cryptocurrency, with focus on foundational concepts and risk awareness.

A curated collection of Computer Science fundamentals (PDFs, notes, cheatsheets, interview question banks) for placement preparation, covering seven core subjects plus general resources.