fredericlin commited on
Commit
905abe8
·
verified ·
1 Parent(s): ad9469d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +275 -74
README.md CHANGED
@@ -1,74 +1,275 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- configs:
4
- - config_name: default
5
- data_files:
6
- - split: train
7
- path: data/train-*
8
- - split: test
9
- path: data/test-*
10
- - split: pretrain
11
- path: data/pretrain-*
12
- dataset_info:
13
- features:
14
- - name: id
15
- dtype: string
16
- - name: time
17
- dtype: string
18
- - name: metadata
19
- struct:
20
- - name: id
21
- dtype: string
22
- - name: owner
23
- dtype: string
24
- - name: title
25
- dtype: string
26
- - name: license
27
- dtype: string
28
- - name: dateupload
29
- dtype: string
30
- - name: tags
31
- dtype: string
32
- - name: url_z
33
- dtype: string
34
- - name: height_z
35
- dtype: string
36
- - name: width_z
37
- dtype: string
38
- - name: date
39
- dtype: string
40
- - name: faces
41
- sequence:
42
- - name: bbox
43
- sequence: int32
44
- - name: det_score
45
- dtype: float32
46
- - name: boxes
47
- sequence:
48
- - name: bbox
49
- sequence: float32
50
- - name: yolo_score
51
- dtype: float32
52
- - name: class
53
- dtype: string
54
- - name: gpt_car_probability
55
- dtype: float32
56
- - name: gpt_model_probability
57
- dtype: float32
58
- - name: gpt_student_score
59
- dtype: float32
60
- - name: qwen_student_score
61
- dtype: float32
62
- splits:
63
- - name: train
64
- num_bytes: 294865622
65
- num_examples: 655681
66
- - name: test
67
- num_bytes: 38698484
68
- num_examples: 84830
69
- - name: pretrain
70
- num_bytes: 1207382492
71
- num_examples: 2709837
72
- download_size: 809497488
73
- dataset_size: 1540946598
74
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ - split: test
9
+ path: data/test-*
10
+ - split: pretrain
11
+ path: data/pretrain-*
12
+ dataset_info:
13
+ features:
14
+ - name: id
15
+ dtype: string
16
+ - name: time
17
+ dtype: string
18
+ - name: metadata
19
+ struct:
20
+ - name: id
21
+ dtype: string
22
+ - name: owner
23
+ dtype: string
24
+ - name: title
25
+ dtype: string
26
+ - name: license
27
+ dtype: string
28
+ - name: dateupload
29
+ dtype: string
30
+ - name: tags
31
+ dtype: string
32
+ - name: url_z
33
+ dtype: string
34
+ - name: height_z
35
+ dtype: string
36
+ - name: width_z
37
+ dtype: string
38
+ - name: date
39
+ dtype: string
40
+ - name: faces
41
+ sequence:
42
+ - name: bbox
43
+ sequence: int32
44
+ - name: det_score
45
+ dtype: float32
46
+ - name: boxes
47
+ sequence:
48
+ - name: bbox
49
+ sequence: float32
50
+ - name: yolo_score
51
+ dtype: float32
52
+ - name: class
53
+ dtype: string
54
+ - name: gpt_car_probability
55
+ dtype: float32
56
+ - name: gpt_model_probability
57
+ dtype: float32
58
+ - name: gpt_student_score
59
+ dtype: float32
60
+ - name: qwen_student_score
61
+ dtype: float32
62
+ ---
63
+
64
+ # CaMiT: Car Models in Time
65
+
66
+ **CaMiT (Car Models in Time)** is a large-scale, fine-grained, time-aware dataset of car images collected from Flickr. It is designed to support research on temporal adaptation in visual models, continual learning, and time-aware generative modeling.
67
+
68
+ ## Dataset Highlights
69
+
70
+ - **Labeled Subset**:
71
+ - 787,000 samples
72
+ - 190 car models
73
+ - 2007–2023
74
+
75
+ - **Unlabeled Pretraining Subset**:
76
+ - 5.1 million samples
77
+ - 2005–2023
78
+
79
+ - **Metadata** includes:
80
+ - Image URLs (not the images themselves)
81
+ - Upload time
82
+ - Bounding boxes
83
+ - Tags and licensing
84
+ - Face detections
85
+ - Car detection scores and class information
86
+
87
+ All images are **linked** (not redistributed) using Flickr metadata to respect copyright compliance, in line with LAION and DataComp datasets.
88
+
89
+ ## Tasks Supported
90
+
91
+ - **Time-aware fine-grained classification**
92
+ - **Time-incremental continual learning**
93
+ - **In-domain static and incremental pretraining**
94
+ - **Time-aware image generation**
95
+
96
+ ## Example Use Cases
97
+
98
+ - Evaluating representation drift over time
99
+ - Training classifiers that generalize across time periods
100
+ - Studying model degradation and adaptation across years
101
+ - Conditioning generation models on temporal context
102
+
103
+ ## Related Resource
104
+
105
+ A separate dataset containing precomputed **image embeddings**, categorized by **car class** and **year**, is available here:
106
+
107
+ 👉 [CaMiT Embeddings](https://huggingface.co/datasets/fredericlin/CaMiT-embeddings)
108
+
109
+ ## License
110
+
111
+ CC BY-NC-SA 4.0 – for non-commercial research purposes only.
112
+
113
+ ## Citation
114
+
115
+ ```bibtex
116
+ @inproceedings{your_camit_citation,
117
+ title = {Car Models in Time: A Dataset for Time-Aware Fine-Grained Visual Modeling},
118
+ author = {Your Authors},
119
+ booktitle = {NeurIPS Datasets and Benchmarks},
120
+ year = {2025}
121
+ }
122
+ : float32
123
+ - name: qwen_student_score
124
+ dtype: float32
125
+ splits:
126
+ - name: train
127
+ num_bytes: 294865622
128
+ num_examples: 655681
129
+ - name: test
130
+ num_bytes: 38698484
131
+ num_examples: 84830
132
+ - name: pretrain
133
+ num_bytes: 1207382492
134
+ num_examples: 2709837
135
+ download_size: 809497488
136
+ dataset_size: 1540946598
137
+ ---
138
+
139
+ # Dataset Card for Dataset Name
140
+
141
+ <!-- Provide a quick summary of the dataset. -->
142
+
143
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
144
+
145
+ ## Dataset Details
146
+
147
+ ### Dataset Description
148
+
149
+ <!-- Provide a longer summary of what this dataset is. -->
150
+
151
+
152
+
153
+ - **Curated by:** [More Information Needed]
154
+ - **Funded by [optional]:** [More Information Needed]
155
+ - **Shared by [optional]:** [More Information Needed]
156
+ - **Language(s) (NLP):** [More Information Needed]
157
+ - **License:** [More Information Needed]
158
+
159
+ ### Dataset Sources [optional]
160
+
161
+ <!-- Provide the basic links for the dataset. -->
162
+
163
+ - **Repository:** [More Information Needed]
164
+ - **Paper [optional]:** [More Information Needed]
165
+ - **Demo [optional]:** [More Information Needed]
166
+
167
+ ## Uses
168
+
169
+ <!-- Address questions around how the dataset is intended to be used. -->
170
+
171
+ ### Direct Use
172
+
173
+ <!-- This section describes suitable use cases for the dataset. -->
174
+
175
+ [More Information Needed]
176
+
177
+ ### Out-of-Scope Use
178
+
179
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
180
+
181
+ [More Information Needed]
182
+
183
+ ## Dataset Structure
184
+
185
+ <!-- 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. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## Dataset Creation
190
+
191
+ ### Curation Rationale
192
+
193
+ <!-- Motivation for the creation of this dataset. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ### Source Data
198
+
199
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
200
+
201
+ #### Data Collection and Processing
202
+
203
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
204
+
205
+ [More Information Needed]
206
+
207
+ #### Who are the source data producers?
208
+
209
+ <!-- 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. -->
210
+
211
+ [More Information Needed]
212
+
213
+ ### Annotations [optional]
214
+
215
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
216
+
217
+ #### Annotation process
218
+
219
+ <!-- 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. -->
220
+
221
+ [More Information Needed]
222
+
223
+ #### Who are the annotators?
224
+
225
+ <!-- This section describes the people or systems who created the annotations. -->
226
+
227
+ [More Information Needed]
228
+
229
+ #### Personal and Sensitive Information
230
+
231
+ <!-- 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. -->
232
+
233
+ [More Information Needed]
234
+
235
+ ## Bias, Risks, and Limitations
236
+
237
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
238
+
239
+ [More Information Needed]
240
+
241
+ ### Recommendations
242
+
243
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
244
+
245
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
246
+
247
+ ## Citation [optional]
248
+
249
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
250
+
251
+ **BibTeX:**
252
+
253
+ [More Information Needed]
254
+
255
+ **APA:**
256
+
257
+ [More Information Needed]
258
+
259
+ ## Glossary [optional]
260
+
261
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
262
+
263
+ [More Information Needed]
264
+
265
+ ## More Information [optional]
266
+
267
+ [More Information Needed]
268
+
269
+ ## Dataset Card Authors [optional]
270
+
271
+ [More Information Needed]
272
+
273
+ ## Dataset Card Contact
274
+
275
+ [More Information Needed]