xrenaa commited on
Commit
60fe8ed
·
verified ·
1 Parent(s): 6ff06dc

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +291 -0
README.md ADDED
@@ -0,0 +1,291 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+
6
+ <p align="center">
7
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/658529d61c461dfe88afe8e8/tto-qt1BmKdhObReEKBq2.png" width="400"/>
8
+ <p>
9
+
10
+ <p align="center">
11
+ 💚 <a href="https://research.nvidia.com/labs/toronto-ai/chronoedit/"><b>ChronoEdit</b></a> &nbsp&nbsp | &nbsp&nbsp 🖥️ <a href="https://github.com/nv-tlabs/ChronoEdit">GitHub</a> &nbsp&nbsp | &nbsp&nbsp🤗 <a href="https://huggingface.co/collections/nvidia/chronoedit">Hugging Face</a>&nbsp&nbsp | &nbsp&nbsp🤖 <a href="">Gradio Demo</a>&nbsp&nbsp | &nbsp&nbsp 📑 <a href="https://arxiv.org/abs/2510.04290">Paper</a> &nbsp&nbsp
12
+ <br>
13
+
14
+ -----
15
+ # ChronoEdit: Towards Temporal Reasoning for Image Editing and World Simulation
16
+
17
+ ### Description:
18
+ **ChronoEdit-14B** enables physics-aware image editing and action-conditioned world simulation through temporal reasoning. It distills priors from a 14B-parameter pretrained video generative model and separates inference into (i) a **video reasoning stage** for latent trajectory denoising, and (ii) an **in-context editing stage** for pruning trajectory tokens. ChronoEdit-14B was developed by NVIDIA as part of the **ChronoEdit** family of multimodal foundation models.
19
+ This model is ready for commercial use.
20
+
21
+ ![gallery](https://cdn-uploads.huggingface.co/production/uploads/658529d61c461dfe88afe8e8/AToaxp6VcVxnn09AS0vna.jpeg)
22
+
23
+ ### License/Terms of Use
24
+ Governing Terms: Use of this model is governed by the [NVIDIA Open Model License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/). Additional Information: [Apache License Version 2.0](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md).
25
+
26
+
27
+ ### Deployment Geography
28
+ Global
29
+
30
+
31
+ ### Use Case
32
+ Researchers and developers for:
33
+ - Physics-aware in-context image editing
34
+ - Action-conditioned world simulation (PhysicalAI)
35
+ - Benchmarking multimodal foundation models
36
+
37
+
38
+ ### Release Date
39
+ - Hugging Face: 10/29/2025 via [ChronoEdit](https://huggingface.co/collections/nvidia/chronoedit).
40
+
41
+ - GitHub: 29/10/2025 via [GitHub Repo Link](https://github.com/nv-tlabs/ChronoEdit)
42
+
43
+
44
+ ## References(s)
45
+ - ChronoEdit: Temporal Reasoning for In-Context Image Editing (Preprint, 2025)
46
+ - Related NVIDIA works: [Cosmos](https://www.nvidia.com/en-us/ai/cosmos/),[Gen3C](https://research.nvidia.com/labs/toronto-ai/GEN3C/),[DiffusionRenderer](https://research.nvidia.com/labs/toronto-ai/DiffusionRenderer/),[Difix3D](https://research.nvidia.com/labs/toronto-ai/difix3d/)
47
+
48
+
49
+ ## Model Architecture
50
+ **Architecture Type:** Diffusion Transformer
51
+ **Network Architecture:** Custom temporal denoising transformer
52
+ **Base Model:** Pretrained video generative model (14B parameters)
53
+ **Number of Parameters:** ~1.4 × 10^10
54
+
55
+
56
+ ---
57
+
58
+
59
+ ## Input
60
+ **Input Type(s):** Image + Text (instruction)
61
+ **Input Format:**
62
+ - Text: UTF-8 string
63
+ - Image: RGB (`.png`, `.jpg`)
64
+ **Input Parameters:**
65
+ - Image: Two-Dimensional (2D) Red, Green, Blue (RGB), variable resolution (recommended ≤1024×1024)
66
+ - Text: One-Dimensional (1D), up to ~300 tokens
67
+ **Other Properties Related to Input:**
68
+ - Image Resolution: 1280 x 720 or 720 x 1280 or 960 x 960 or 1024×1024
69
+
70
+
71
+
72
+
73
+ ## Output
74
+ **Output Type(s):** Image
75
+ **Output Format:** RGB (`.png`)
76
+ **Output Parameters:** Two-Dimensional (2D) Red, Green, Blue (RGB), resolution configurable
77
+ **Other Properties Related to Output:**
78
+ - Image Resolution: 1280 x 720 or 720 x 1280 or 960 x 960 or 1024×1024
79
+
80
+
81
+ 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.
82
+
83
+
84
+ ---
85
+
86
+
87
+ ## Software Integration
88
+ **Runtime Engine(s):**
89
+ - PyTorch / Diffusers
90
+ - Triton Inference Server (optional)
91
+
92
+
93
+ **Supported Hardware Microarchitecture Compatibility:**
94
+ - NVIDIA Ampere
95
+ - NVIDIA Blackwell
96
+ - NVIDIA Hopper
97
+ - NVIDIA Lovelace
98
+
99
+
100
+ **Preferred Operating Systems:**
101
+ - Linux
102
+
103
+
104
+ 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.
105
+
106
+
107
+ ---
108
+
109
+
110
+ ## Model Version(s)
111
+ - ChronoEdit-14B v1.0 (initial public release, 03/2025)
112
+
113
+
114
+ ---
115
+
116
+
117
+ ## Training, Testing and Evaluation Datasets
118
+
119
+
120
+ ## Training Dataset:
121
+ - Synthetic world interaction data (robot arm manipulation, object picking, temporal consistency)
122
+ - Open-domain video-text corpora (research use only)
123
+
124
+
125
+ **Data Modality:**
126
+ Image, Text, Video
127
+
128
+
129
+ **Image Training Data Size:**
130
+ 1 Million to 1 Billion Images
131
+
132
+
133
+ **Text Training Data Size:**
134
+ Less than 10,000 Hours
135
+
136
+
137
+ **Data Collection Method:** Hybrid: Synthetic, Automated, Human
138
+
139
+
140
+ **Labeling Method:** Hybrid: Synthetic, Automated, Human
141
+
142
+
143
+ **Properties:**
144
+ - Modalities: 10 million image and text pair
145
+ - Nature of the content: Synthetic world interaction data (robot arm manipulation, object picking, temporal consistency)
146
+ - Linguistic characteristics: Natural Language
147
+
148
+
149
+ ---
150
+
151
+
152
+ ## Testing Dataset
153
+ - Held-out portion of training dataset for action-conditioned tasks.
154
+
155
+
156
+ **Data Collection Method:**
157
+ Automated
158
+
159
+
160
+ **Labeling Method by dataset:**
161
+ Automated
162
+
163
+
164
+ **Properties:**
165
+ - Modalities: 500 million image and text pair
166
+ - Nature of the content: Robot world interaction data (robot arm manipulation, object picking, temporal consistency)
167
+ - Linguistic characteristics: Natural Language
168
+
169
+
170
+ ---
171
+
172
+
173
+ ## Evaluation Dataset
174
+ - Held-out portion of training dataset for action-conditioned tasks.
175
+
176
+
177
+ **Data Collection Method:**
178
+ Automated
179
+
180
+
181
+ **Labeling Method by dataset:**
182
+ Automated
183
+
184
+
185
+ **Properties:**
186
+ - Modalities: 500 million image and text pair
187
+ - Nature of the content: Robot world interaction data (robot arm manipulation, object picking, temporal consistency)
188
+ - Linguistic characteristics: Natural Language
189
+
190
+
191
+ ---
192
+
193
+
194
+ ## Inference
195
+ **Acceleration Engine:** TensorRT, Triton
196
+ **Test Hardware:** NVIDIA H100, NVIDIA B200
197
+
198
+
199
+ ---
200
+
201
+
202
+ ## Ethical Considerations:
203
+ 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.
204
+ For more detailed information on ethical considerations for this model, please see the Model Card++ Bias, Explainability, Safety & Security, and Privacy Subcards.
205
+
206
+
207
+ Users are responsible for model inputs and outputs. Users are responsible for ensuring safe integration of this model, including implementing guardrails as well as other safety mechanisms, prior to deployment.
208
+
209
+
210
+ Please make sure you have proper rights and permissions for all input image and video content; if image or video includes people, personal health information, or intellectual property, the image or video generated will not blur or maintain proportions of image subjects included.
211
+
212
+
213
+ Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
214
+
215
+
216
+ ### Plus Plus (++) Promise
217
+
218
+
219
+ We value you, the datasets, the diversity they represent, and what we have been entrusted with. This model and its associated data have been:
220
+
221
+
222
+ - Verified to comply with current applicable disclosure laws, regulations, and industry standards.
223
+ - Verified to comply with applicable privacy labeling requirements.
224
+ - Annotated to describe the collector/source (NVIDIA or a third-party).
225
+ - Characterized for technical limitations.
226
+ - Reviewed to ensure proper disclosure is accessible to, maintained for, and in compliance with NVIDIA data subjects and their requests.
227
+ - Reviewed before release.
228
+ - Tagged for known restrictions and potential safety implications.
229
+
230
+
231
+ ### Bias
232
+
233
+
234
+ Field | Response
235
+ :---------------------------------------------------------------------------------------------------|:---------------
236
+ Participation considerations from adversely impacted groups [protected classes](https://www.senate.ca.gov/content/protected-classes) in model design and testing: | None
237
+ Measures taken to mitigate against unwanted bias: | None
238
+
239
+
240
+ ### Explainability
241
+
242
+ Field | Response
243
+ :------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------
244
+ Intended Task/Domain: | Image Editing, Text Prompt
245
+ Model Type: | Transformer
246
+ Intended Users: | Physical AI developers.
247
+ Output: | Two-Dimensional (2D) Red, Green, Blue (RGB) Image
248
+ Describe how the model works: | We take an image as input, encode it using Cosmos tokenizer to latent space. We then use our model which is a transformer-like architecture to modify the image.
249
+ Name the adversely impacted groups this has been tested to deliver comparable outcomes regardless of: | Not Applicable.
250
+ Technical Limitations & Mitigation: | The proposed method relies only on synthetic data for Physical AI scenarios, which might limit the generalization ability if the target scenario is not in the pre-generated SDG dataset.
251
+ Verified to have met prescribed NVIDIA quality standards: | Yes
252
+ Performance Metrics: | Qualitative and quantitative evaluation, including human and vision-language model (VLM) assessments on Action Fidelity, Identity Preservation and Visual Coherence Metrics.
253
+ Potential Known Risks: | This model is only trained on synthetic data generated for Physical AI use case. Testing on cases that are not related to Physical AI may yield unsatisfactory and unexpected results.
254
+ Licensing: | Governing Terms: Use of this model is governed by the [NVIDIA Open Model License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/). Additional Information: [Apache License Version 2.0](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md).
255
+
256
+
257
+ ### Privacy
258
+
259
+
260
+ Field | Response
261
+ :----------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------
262
+ Generatable or reverse engineerable personal data? | No
263
+ Personal data used to create this model? | None Known
264
+ How often is dataset reviewed? | Before Release
265
+ Is there provenance for all datasets used in training? | Yes
266
+ Does data labeling (annotation, metadata) comply with privacy laws? | Yes
267
+ Is data compliant with data subject requests for data correction or removal, if such a request was made? | No, not possible with externally-sourced data.
268
+ Applicable Privacy Policy | https://www.nvidia.com/en-us/about-nvidia/privacy-policy/
269
+
270
+
271
+ ### Safety
272
+
273
+
274
+ Field | Response
275
+ :---------------------------------------------------|:----------------------------------
276
+ Model Application Field(s): | World Generation
277
+ Describe the life critical impact (if present). | Not Applicable <br>
278
+ Use Case Restrictions: | Abide by [NVIDIA Open Model License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/). Additional Information: [Apache License Version 2.0](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md).
279
+ Model and dataset restrictions: | The Principle of least privilege (PoLP) is applied limiting access for dataset generation and model development. Restrictions enforce dataset access during training, and dataset license constraints adhered to.
280
+
281
+
282
+ ## Citation
283
+ ```bibtex
284
+ @article{wu2025chronoedit,
285
+ title={ChronoEdit: Towards Temporal Reasoning for Image Editing and World Simulation},
286
+ author={Wu, Jay Zhangjie and Ren, Xuanchi and Shen, Tianchang and Cao, Tianshi and He, Kai and Lu, Yifan and Gao, Ruiyuan and Xie, Enze and Lan, Shiyi and Alvarez, Jose M. and Gao, Jun and Fidler, Sanja and Wang, Zian and Ling, Huan},
287
+ journal={arXiv preprint arXiv:2510.04290},
288
+ year={2025}
289
+ }
290
+
291
+ ```