Downloads · 30 days
30
3% of all-time downloads
facebook/3d-jepa
3d-jepa is a machine learning model from facebook. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as cc-by-nc-4.0.
Official model weights for the Locate-3D models and the 3D-JEPA encoders
Downloads · 30 days
30
3% of all-time downloads
All-time downloads
912
Public
Parameters
242M
969 MB on disk
Likes
9
Public
Click a slice to open those files.
.safetensors969 MB · 100%
From the Hugging Face model README
Official model weights for the Locate-3D models and the 3D-JEPA encoders
Locate 3D is a model for localizing objects in 3D scenes from referring expressions like “the small coffee table between the sofa and the lamp.” Locate 3D sets a new state-of-the-art on standard referential grounding benchmarks and showcases robust generalization capabilities. Notably, Locate 3D operates directly on sensor observation streams (posed RGB-D frames), enabling real-world deployment on robots and AR devices.
3D-JEPA, a novel self-supervised
learning (SSL) algorithm applicable to sensor point clouds, is key to Locate 3D. It takes as input a 3D pointcloud
featurized using 2D foundation models (CLIP, DINO). Subsequently, masked prediction in latent space
is employed as a pretext task to aid the self-supervised learning of contextualized pointcloud features.
Once trained, the 3D-JEPA encoder is finetuned alongside a language-conditioned decoder to jointly
predict 3D masks and bounding boxes.
For detailed instructions on how to load the encoder and integrate it into your downstream task, please refer to our GitHub repository.
The majority of locate-3 is licensed under CC-BY-NC, however portions of the project are available under separate license terms: Pointcept is licensed under the MIT license.