RAMMP integrates multiple open-source AI vision models from Meta, including DINO (self-supervised vision Transformer) and Segment Anything Model (SAM). DINO excels at learning visual representations from unlabeled data, suitable for scenarios with scarce labeled data; SAM can identify and outline any object in images or videos with minimal prompts.
DINOv3 serves as a compact and efficient 'visual brain' that can be topped with lightweight task modules (e.g., object detection, motion tracking), enabling reuse of visual data and power savings. SAM is used to automatically annotate training data, allowing the team to quickly generate high-quality annotations covering various angles, heights, backgrounds, and lighting conditions.
The perception system is based on the RF-DETR lightweight detection model, fine-tuned with DINOv2 embeddings, and uses SAM for automatic data annotation. Combined with data augmentation and multi-view strategies, the system achieves real-time 360-degree environmental perception and adaptive object detection.