Safetensors
alpamayo_r1
BorisIvanovic commited on
Commit
51b5b53
·
verified ·
1 Parent(s): 139862e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +195 -3
README.md CHANGED
@@ -1,3 +1,195 @@
1
- ---
2
- {}
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - nvidia/PhysicalAI-Autonomous-Vehicles
4
+ - nvidia/PhysicalAI-Autonomous-Vehicles-NuRec
5
+ ---
6
+ # Alpamayo-R1
7
+
8
+ [**Code**](https://github.com/NVlabs/alpamayo) | [**Paper**](https://arxiv.org/abs/2511.00088)
9
+
10
+ ## Model Overview
11
+
12
+ ### Description:
13
+
14
+ Alpamayo-R1 integrates Chain-of-Causation reasoning with trajectory planning to enhance decision-making in complex autonomous-driving scenarios. Alpamayo-R1 (v1.0) was developed by NVIDIA as a vision-language-action (VLA) model that bridges interpretable reasoning with precise vehicle control for autonomous-driving applications.
15
+
16
+ This model is ready for non-commercial use.
17
+
18
+ ### License:
19
+
20
+ The model weights are released under a [non-commercial license](./LICENSE).
21
+
22
+ The inference code is released under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) license.
23
+
24
+ ### Deployment Geography:
25
+
26
+ Global
27
+
28
+ ### Use Case:
29
+
30
+ Researchers and autonomous-driving practitioners who are developing and evaluating VLA models for autonomous-driving scenarios, particularly for handling rare, long-tail events.
31
+
32
+ ### Release Date:
33
+
34
+ Hugging Face 12/03/2025 via https://huggingface.co/nvidia/Alpamayo-R1-10B
35
+
36
+ ### Inference Code:
37
+
38
+ GitHub: https://github.com/NVlabs/alpamayo
39
+
40
+ ## Reference:
41
+
42
+ [Alpamayo-R1: Bridging Reasoning and Action Prediction for Generalizable Autonomous Driving in the Long Tail](https://arxiv.org/abs/2511.00088)
43
+
44
+ ## Model Architecture:
45
+
46
+ **Architecture Type:** Transformer
47
+
48
+ **Network Architecture:** A VLA model based on Cosmos-Reason and featuring a diffusion-based trajectory decoder.
49
+
50
+ **This model was developed based on:** Cosmos-Reason (VLM backbone) with a diffusion-based action decoder
51
+
52
+ **Number of model parameters:**
53
+
54
+ - Backbone: 8.2B parameters
55
+ - Action Expert: 2.3B parameters
56
+
57
+ ## Input(s):
58
+
59
+ **Input Type(s):** Image/Video, Text, Egomotion History
60
+
61
+ **Input Format(s):**
62
+
63
+ - Image: Red, Green, Blue (RGB)
64
+ - Text: String
65
+ - Egomotion History: Floating-point values `(x, y, z), R_rot`
66
+
67
+ **Input Parameters:**
68
+
69
+ - Image: Two-dimensional (2D), multi-camera, multi-timestep
70
+ - Text: One-dimensional (1D)
71
+ - Egomotion History: Three-dimensional (3D) translation and nine-dimensional (9D, 3x3) rotation, multi-timestep
72
+
73
+ **Other Properties Related to Input:**
74
+ Multi-camera images (4 cameras: front-wide, front-tele, cross-left, cross-right) with 0.4 second history window at 10Hz (4 frames per camera), image resolution 1080x1920 pixels (processor will downsample them to 320x576 pixels). Text inputs include user commands. Images and egomotion history (16 waypoints at 10Hz) also require associated timestamps.
75
+ Note that the model is primarily trained and only tested under this setting.
76
+
77
+ ## Output(s)
78
+
79
+ **Output Type(s):** Text, Trajectory
80
+
81
+ **Output Format(s):**
82
+
83
+ - Text: String (Chain-of-Causation reasoning traces)
84
+ - Trajectory: Floating-point values `(x, y, z), R_rot`
85
+
86
+ **Output Parameters:**
87
+
88
+ - Text: One-dimensional (1D)
89
+ - Trajectory: Three-dimensional (3D) translation and nine-dimensional (9D, 3x3) rotation, multi-timestep
90
+
91
+ **Other Properties Related to Output:**
92
+ Outputs 6.4-second future trajectory (64 waypoints at 10Hz) with position `(x, y, z)` and rotation matrix `R_rot` in ego vehicle coordinate frame.
93
+ Internally, the trajectory is represented as a sequence of dynamic actions (acceleration and curvature) following a unicycle model in bird's-eye-view (BEV) space.
94
+ Text reasoning traces are variable in length, describing driving decisions and causal factors.
95
+
96
+ Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA's hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions.
97
+
98
+ ## Software Integration:
99
+
100
+ **Runtime Engine(s):**
101
+
102
+ - PyTorch (minimum version: 2.8)
103
+ - Hugging Face Transformers (minimum version: 4.57.1)
104
+ - DeepSpeed (minimum version: 0.17.4)
105
+
106
+ **Supported Hardware Microarchitecture Compatibility:**
107
+
108
+ - NVIDIA GPUs with sufficient memory to load a 10B parameter model (minimum 1 GPU with at least 24GB of VRAM)
109
+
110
+ **Preferred/Supported Operating System(s):**
111
+
112
+ - Linux (we have not tested on other operating systems)
113
+
114
+ The integration of foundation and fine-tuned models into AI systems requires additional testing using use-case-specific data to ensure safe and effective deployment. Following the V-model methodology, iterative testing and validation at both unit and system levels are essential to mitigate risks, meet technical and functional requirements, and ensure compliance with safety and ethical standards before deployment.
115
+
116
+ ## Model Version(s):
117
+
118
+ Alpamayo-R1 10B v1.0 trained
119
+
120
+ Can be integrated into autonomous driving software in the cloud for advanced end-to-end perception, reasoning, and motion planning.
121
+
122
+ ## Training, Testing, and Evaluation Datasets:
123
+
124
+ ## Training Dataset:
125
+
126
+ Alpamayo-R1's training data comprises a mix of Chain of Causation (CoC) reasoning traces, Cosmos-Reason Physical AI datasets, and NVIDIA's internal proprietary autonomous driving data.
127
+
128
+ **Data Modality:**
129
+
130
+ - Image (multi-camera)
131
+ - Text (reasoning traces)
132
+ - Other: Trajectory data (egomotion, future waypoints)
133
+
134
+ **Image Training Data Size:** More than 1 Billion Images (from 80,000 hours of multi-camera driving data)
135
+
136
+ **Text Training Data Size:** Less than a Billion Tokens (700K CoC reasoning traces plus Cosmos-Reason training data)
137
+
138
+ **Video Training Data Size:** 10,000 to 1 Million Hours (80,000 hours)
139
+
140
+ **Non-Audio, Image, Text Training Data Size:** Trajectory data: 80,000 hours at 10Hz sampling rate
141
+
142
+ **Data Collection Method by dataset:** Hybrid: Automatic/Sensors (camera and vehicle sensors), Synthetic (VLM-generated reasoning)
143
+
144
+ **Labeling Method by dataset:** Hybrid: Human (structured CoC annotations), Automated (VLM-based auto-labeling), Automatic/Sensors (trajectory and egomotion)
145
+
146
+ **Properties:**
147
+ The dataset comprises 80,000 hours of multi-camera driving videos with corresponding egomotion and trajectory annotations.
148
+ It includes 700,000 Chain-of-Causation (CoC) reasoning traces that provide decision-grounded, causally linked explanations of driving behaviors.
149
+ Content includes machine-generated data from vehicle sensors (cameras, IMUs, and GPS) and synthetic reasoning traces.
150
+ CoC annotations are in English and use a structured format that links driving decisions to causal factors.
151
+ Sensors include RGB cameras (2-6 per vehicle), inertial measurement units, and GPS.
152
+
153
+ ### Testing Dataset:
154
+
155
+ **Link:** Proprietary autonomous driving test datasets, closed-loop simulation, on-vehicle road tests.
156
+
157
+ **Data Collection Method by dataset:** Hybrid: Automatic/Sensors (real-world driving data), Synthetic (simulation scenarios)
158
+
159
+ **Labeling Method by dataset:** Hybrid: Automatic/Sensors, Human (ground truth verification)
160
+
161
+ **Properties:**
162
+ This dataset covers multi-camera driving scenarios with a particular focus on rare, long-tail events. It includes challenging cases such as complex intersections, cut-ins, pedestrian interactions, and adverse weather conditions. Data are collected from RGB cameras and vehicle sensors.
163
+
164
+ ### Evaluation Dataset:
165
+
166
+ **Link:** Same as Testing Dataset.
167
+
168
+ **Data Collection Method by dataset:** Hybrid: Automatic/Sensors (real-world driving data), Synthetic (simulation scenarios)
169
+
170
+ **Labeling Method by dataset:** Hybrid: Automatic/Sensors, Human (ground truth verification)
171
+
172
+ **Properties:**
173
+ Evaluation focuses on rare, long-tail scenarios, including complex intersections, pedestrian crossings, vehicle cut-ins, and challenging weather and lighting conditions. Multi-camera sensor data are collected from RGB cameras.
174
+
175
+ **Quantitative Evaluation Benchmarks:**
176
+
177
+ - Closed-Loop Evaluation using [AlpaSim](https://github.com/NVlabs/alpasim) on the [PhysicalAI-AV-NuRec Dataset](https://huggingface.co/datasets/nvidia/PhysicalAI-Autonomous-Vehicles-NuRec): AlpaSim Score of 0.72.
178
+ - Open-Loop Evaluation on the [PhysicalAI-AV Dataset](https://huggingface.co/datasets/nvidia/PhysicalAI-Autonomous-Vehicles): minADE_6 at 6.4s of 0.85m.
179
+
180
+ # Inference:
181
+
182
+ **Acceleration Engine:** PyTorch, Hugging Face Transformers
183
+
184
+ **Test Hardware:**
185
+
186
+ - Minimum: 1 GPU with 24GB+ VRAM (e.g., NVIDIA RTX 3090, RTX 3090 Ti, RTX 4090, A5000, or equivalent)
187
+ - Tested on: NVIDIA H100
188
+
189
+ For scripts related to model inference, please check out our [code repository](https://github.com/NVlabs/alpamayo).
190
+
191
+ ## Ethical Considerations:
192
+
193
+ NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
194
+
195
+ Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://app.intigriti.com/programs/nvidia/nvidiavdp/detail).