harpreetsahota commited on
Commit
62d5b35
·
verified ·
1 Parent(s): 56350b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +110 -83
README.md CHANGED
@@ -11,6 +11,7 @@ tags:
11
  - fiftyone
12
  - group
13
  - image-classification
 
14
  dataset_summary: '
15
 
16
 
@@ -46,7 +47,7 @@ dataset_summary: '
46
 
47
  # Note: other available arguments include ''max_samples'', etc
48
 
49
- dataset = load_from_hub("harpreetsahota/UCO3D_Dataset")
50
 
51
 
52
  # Launch the App
@@ -60,11 +61,7 @@ dataset_summary: '
60
 
61
  # Dataset Card for UCO3D_Dataset
62
 
63
- <!-- Provide a quick summary of the dataset. -->
64
-
65
-
66
-
67
-
68
 
69
  This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 52 samples.
70
 
@@ -84,141 +81,171 @@ from fiftyone.utils.huggingface import load_from_hub
84
 
85
  # Load the dataset
86
  # Note: other available arguments include 'max_samples', etc
87
- dataset = load_from_hub("harpreetsahota/UCO3D_Dataset")
88
 
89
  # Launch the App
90
  session = fo.launch_app(dataset)
91
  ```
92
 
93
 
94
- ## Dataset Details
95
 
96
- ### Dataset Description
97
 
98
- <!-- Provide a longer summary of what this dataset is. -->
99
 
 
100
 
 
101
 
102
- - **Curated by:** [More Information Needed]
103
- - **Funded by [optional]:** [More Information Needed]
104
- - **Shared by [optional]:** [More Information Needed]
105
  - **Language(s) (NLP):** en
106
- - **License:** [More Information Needed]
107
 
108
- ### Dataset Sources [optional]
109
 
110
- <!-- Provide the basic links for the dataset. -->
 
 
 
111
 
112
- - **Repository:** [More Information Needed]
113
- - **Paper [optional]:** [More Information Needed]
114
- - **Demo [optional]:** [More Information Needed]
115
 
116
- ## Uses
117
 
118
- <!-- Address questions around how the dataset is intended to be used. -->
 
 
 
 
 
 
 
 
119
 
120
- ### Direct Use
121
 
122
- <!-- This section describes suitable use cases for the dataset. -->
 
 
 
 
 
 
 
123
 
124
- [More Information Needed]
125
 
126
- ### Out-of-Scope Use
127
 
128
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
 
 
 
 
 
 
129
 
130
- [More Information Needed]
131
 
132
- ## Dataset Structure
133
-
134
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
135
-
136
- [More Information Needed]
137
 
138
  ## Dataset Creation
139
 
140
  ### Curation Rationale
141
 
142
- <!-- Motivation for the creation of this dataset. -->
 
 
 
 
143
 
144
- [More Information Needed]
145
 
146
  ### Source Data
147
 
148
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
149
-
150
  #### Data Collection and Processing
151
 
152
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
153
-
154
- [More Information Needed]
 
 
 
 
 
155
 
156
  #### Who are the source data producers?
157
 
158
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
159
-
160
- [More Information Needed]
161
 
162
- ### Annotations [optional]
163
-
164
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
165
 
166
  #### Annotation process
167
 
168
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
 
 
 
 
 
169
 
170
- [More Information Needed]
171
 
172
  #### Who are the annotators?
173
 
174
- <!-- This section describes the people or systems who created the annotations. -->
175
-
176
- [More Information Needed]
 
177
 
178
  #### Personal and Sensitive Information
179
 
180
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
181
-
182
- [More Information Needed]
183
 
184
  ## Bias, Risks, and Limitations
185
 
186
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
187
-
188
- [More Information Needed]
 
 
 
 
189
 
190
  ### Recommendations
191
 
192
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
193
-
194
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
 
 
 
195
 
196
- ## Citation [optional]
197
 
198
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
199
 
200
- **BibTeX:**
201
 
202
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
203
 
204
  **APA:**
205
-
206
- [More Information Needed]
207
-
208
- ## Glossary [optional]
209
-
210
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
211
-
212
- [More Information Needed]
213
-
214
- ## More Information [optional]
215
-
216
- [More Information Needed]
217
-
218
- ## Dataset Card Authors [optional]
219
-
220
- [More Information Needed]
221
-
222
- ## Dataset Card Contact
223
-
224
- [More Information Needed]
 
11
  - fiftyone
12
  - group
13
  - image-classification
14
+ - 3d
15
  dataset_summary: '
16
 
17
 
 
47
 
48
  # Note: other available arguments include ''max_samples'', etc
49
 
50
+ dataset = load_from_hub("Voxel51/UCO3D_Dataset")
51
 
52
 
53
  # Launch the App
 
61
 
62
  # Dataset Card for UCO3D_Dataset
63
 
64
+ [!image/png](uco3d.gif)
 
 
 
 
65
 
66
  This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 52 samples.
67
 
 
81
 
82
  # Load the dataset
83
  # Note: other available arguments include 'max_samples', etc
84
+ dataset = load_from_hub("Voxel51/UCO3D_Dataset")
85
 
86
  # Launch the App
87
  session = fo.launch_app(dataset)
88
  ```
89
 
90
 
91
+ # Dataset Details
92
 
93
+ ## Dataset Description
94
 
95
+ uCO3D (UnCommon Objects in 3D) is a large-scale dataset of high-quality 360° videos of real-life objects with comprehensive 3D annotations.
96
 
97
+ It contains 170,000 objects across more than 1,000 diverse object categories derived from the LVIS taxonomy. Each object is captured in a turntable-like video with full 360° coverage, ensuring all sides of the object are visible. The dataset provides accurate 3D annotations including camera parameters, point clouds, and complete 3D Gaussian Splatting reconstructions. All objects are normalized to a canonical reference frame, facilitating training of generative models.
98
 
99
+ With its combination of scale, diversity, and quality, uCO3D addresses limitations in existing datasets, providing a superior resource for 3D deep learning research and applications.
100
 
101
+ - **Curated by:** Xingchen Liu, Piyush Tayal, Jianyuan Wang, Jesus Zarzar, Tom Monnier, Konstantinos Tertikas, Jiali Duan, Antoine Toisoul, Jason Y. Zhang, Natalia Neverova, Andrea Vedaldi, Roman Shapovalov, David Novotny (Meta AI and collaborating institutions)
102
+ - **Funded by:** Meta AI
103
+ - **Shared by:** Meta AI
104
  - **Language(s) (NLP):** en
105
+ - **License:** Not explicitly stated in the paper (likely Meta AI research license)
106
 
107
+ ## Dataset Sources
108
 
109
+ - **Repository:** https://github.com/facebookresearch/uco3d
110
+ - **Hugging Face Dataset Repo:** https://huggingface.co/datasets/facebook/uco3d
111
+ - **Paper:** arXiv:2501.07574v1 [cs.CV] (Jan 13, 2025)
112
+ - **Demo:** https://uco3d.github.io
113
 
114
+ # Uses
 
 
115
 
116
+ ## Direct Use
117
 
118
+ The uCO3D dataset is specifically designed for:
119
+ - Training feedforward few-view 3D reconstruction models (like LightplaneLRM)
120
+ - Novel view synthesis using diffusion models (CAT3D-like approaches)
121
+ - Text-to-3D generation (Instant3D-like pipelines)
122
+ - Training large 3D generative models
123
+ - Digital twinning applications (creating 3D models of real-life objects)
124
+ - Research in 3D representation learning
125
+ - Transfer learning for 3D vision tasks
126
+ - Benchmarking 3D reconstruction algorithms
127
 
128
+ ## Out-of-Scope Use
129
 
130
+ The dataset is not intended for:
131
+ - Real-time applications without appropriate downstream models
132
+ - Human activity or behavioral analysis
133
+ - Surveillance or security applications
134
+ - Generating photorealistic synthetic human identities
135
+ - Classes not represented in the 1,070 LVIS categories
136
+ - Medical or safety-critical applications
137
+ - Applications requiring perfect geometric accuracy (as SfM reconstructions have inherent limitations)
138
 
139
+ # Dataset Structure
140
 
141
+ The full dataset consists of 170,000 video sequences organized by object category. Each sequence contains:
142
 
143
+ - High-resolution video (60%+ at 1080p+) with full 360° coverage of a single object
144
+ - 200 uniformly sampled frames with corresponding camera parameters (intrinsics and extrinsics)
145
+ - Object segmentation masks for each frame
146
+ - Sparse and dense SfM point clouds
147
+ - Complete 3D Gaussian Splat reconstruction
148
+ - Textual caption describing the object
149
+ - Normalized object-centric coordinate system alignment
150
 
151
+ **Preview Subset:** Users can download a small 52-video subset of uCO3D for preview and debugging purposes. This subset represents a random sample of categories and takes approximately 9.6 GB, which is more than 1000x smaller than the full dataset. This preview subset is ideal for initial experimentation and workflow development before committing to the full dataset.
152
 
153
+ The 1,070 object categories are organized into 50 super-categories, with approximately 20 subcategories per super-category.
 
 
 
 
154
 
155
  ## Dataset Creation
156
 
157
  ### Curation Rationale
158
 
159
+ uCO3D was created to address limitations in existing 3D datasets:
160
+ - CO3Dv2 has limited diversity (only 50 categories) and variable quality
161
+ - MVImgNet lacks full 360° coverage of objects
162
+ - High-quality 3D scan datasets like OmniObject3D have very limited scale
163
+ - Synthetic datasets like Objaverse lack realism
164
 
165
+ uCO3D aims to provide the optimal balance between quality, scale, and diversity for real object-centric 3D learning.
166
 
167
  ### Source Data
168
 
 
 
169
  #### Data Collection and Processing
170
 
171
+ - Videos were captured by workers on Amazon Mechanical Turk
172
+ - Workers followed a sine-wave trajectory (varying elevation) instead of a simple circular path
173
+ - Each video was manually assessed for quality
174
+ - Object segmentation used text-conditioned Segment-Anything (langSAM) with XMem for temporal consistency
175
+ - 3D reconstruction used VGGSfM (more accurate than COLMAP used in previous datasets)
176
+ - Scene alignment procedure normalized objects to canonical reference frames
177
+ - 3D Gaussian Splat reconstruction was performed for each object using gsplat
178
+ - Captioning used a vision-language model for per-view captions, summarized with LLAMA3
179
 
180
  #### Who are the source data producers?
181
 
182
+ Amazon Mechanical Turk workers captured the videos using consumer cameras. The workers were tasked with recording full 360° turntable-like videos of various objects, ensuring high resolution and complete coverage.
 
 
183
 
184
+ ### Annotations
 
 
185
 
186
  #### Annotation process
187
 
188
+ - Camera parameters: VGGSfM estimated intrinsic and extrinsic parameters for 200 frames per video
189
+ - Point clouds: VGGSfM generated sparse and dense point clouds
190
+ - Segmentation: langSAM provided initial segmentations, refined by XMem for temporal consistency
191
+ - 3D reconstruction: Each scene was reconstructed using 3D Gaussian Splatting
192
+ - Alignment: Objects were aligned to canonical reference frames through a multi-step procedure
193
+ - Captioning: Vision-language models generated per-view captions, synthesized by LLAMA3
194
 
195
+ The annotation quality was validated through both automated metrics and manual verification.
196
 
197
  #### Who are the annotators?
198
 
199
+ A combination of:
200
+ - Automated systems (VGGSfM, langSAM, XMem, 3D Gaussian Splatting, vision-language models)
201
+ - Meta AI research team (for quality control and validation)
202
+ - Amazon Mechanical Turk workers (for initial video capture)
203
 
204
  #### Personal and Sensitive Information
205
 
206
+ The dataset focuses on object-centric videos and does not explicitly contain personal information. The objects captured are everyday items, and care was taken during the collection process to focus solely on the objects themselves.
 
 
207
 
208
  ## Bias, Risks, and Limitations
209
 
210
+ - Category distribution may not be perfectly balanced
211
+ - Quality variations may exist across different object categories
212
+ - Object selection may reflect cultural biases of the data collectors
213
+ - SfM and 3DGS reconstructions have inherent technical limitations
214
+ - Some complex object materials (transparent, reflective) may have lower quality reconstructions
215
+ - The dataset is limited to static objects and does not include articulated or deformable objects
216
+ - Training on this dataset alone may not generalize to all real-world scenarios
217
 
218
  ### Recommendations
219
 
220
+ - Consider the distribution of categories when training models
221
+ - Evaluate models on diverse test sets beyond this dataset
222
+ - Combine with synthetic data for categories underrepresented in this dataset
223
+ - Be aware of potential biases in object representation
224
+ - For highest quality results, filter by reconstruction quality metrics
225
+ - For generative models, consider augmenting with other datasets for improved diversity
226
 
227
+ ## Dataset Card Authors
228
 
229
+ The dataset card is based on information from the paper "UnCommon Objects in 3D" by Xingchen Liu et al.
230
 
231
+ ## Dataset Card Contact
232
 
233
+ For more information, contact the authors via the GitHub repository: https://github.com/facebookresearch/uco3d
234
+
235
+ # Citation
236
+
237
+ ```bibtex
238
+ @inproceedings{liu24uco3d,
239
+ Author = {Liu, Xingchen and Tayal, Piyush and Wang, Jianyuan
240
+ and Zarzar, Jesus and Monnier, Tom and Tertikas, Konstantinos
241
+ and Duan, Jiali and Toisoul, Antoine and Zhang, Jason Y.
242
+ and Neverova, Natalia and Vedaldi, Andrea
243
+ and Shapovalov, Roman and Novotny, David},
244
+ Booktitle = {arXiv},
245
+ Title = {UnCommon Objects in 3D},
246
+ Year = {2024},
247
+ }
248
+ ```
249
 
250
  **APA:**
251
+ Liu, X., Tayal, P., Wang, J., Zarzar, J., Monnier, T., Tertikas, K., Duan, J., Toisoul, A., Zhang, J. Y., Neverova, N., Vedaldi, A., Shapovalov, R., & Novotny, D. (2025). UnCommon Objects in 3D. arXiv preprint arXiv:2501.07574.