chandrabhuma commited on
Commit
d2a5f98
Β·
verified Β·
1 Parent(s): 18c8429

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +185 -3
README.md CHANGED
@@ -13,13 +13,13 @@ dataset_info:
13
  dtype: image
14
  splits:
15
  - name: train
16
- num_bytes: 22430429.0
17
  num_examples: 800
18
  - name: test
19
- num_bytes: 5963659.0
20
  num_examples: 200
21
  download_size: 28358660
22
- dataset_size: 28394088.0
23
  configs:
24
  - config_name: default
25
  data_files:
@@ -27,4 +27,186 @@ configs:
27
  path: data/train-*
28
  - split: test
29
  path: data/test-*
 
 
 
 
 
 
 
 
 
 
30
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  dtype: image
14
  splits:
15
  - name: train
16
+ num_bytes: 22430429
17
  num_examples: 800
18
  - name: test
19
+ num_bytes: 5963659
20
  num_examples: 200
21
  download_size: 28358660
22
+ dataset_size: 28394088
23
  configs:
24
  - config_name: default
25
  data_files:
 
27
  path: data/train-*
28
  - split: test
29
  path: data/test-*
30
+ license: apache-2.0
31
+ task_categories:
32
+ - visual-question-answering
33
+ language:
34
+ - en
35
+ tags:
36
+ - code
37
+ pretty_name: Household Objects
38
+ size_categories:
39
+ - 1K<n<10K
40
  ---
41
+ <h1 align="center" style="font-size:60px;">🏠 HouseObj_VQA</h1>
42
+ <h3 align="center">Household Object Visual Question Answering Dataset</h3>
43
+
44
+
45
+ ## πŸ“Œ Dataset Details
46
+
47
+ ### 🧾 Dataset Description
48
+
49
+ **HouseObj_VQA** is a curated Visual Question Answering (VQA) dataset designed to evaluate the capability of Vision-Language Models (VLMs) in identifying and reasoning about **household objects**.
50
+
51
+ The dataset focuses exclusively on **commonly used household items**, such as cream containers, coconut oil bottles, carrom boards, utensils, and similar objects. Each image is paired with one or more natural-language questions and corresponding answers that test object recognition, material identification, and brand/manufacturer awareness.
52
+
53
+ - πŸ‘€ **Curated by:** Department of Electronics and Communication Engineering, Bapatla Engineering College, Bapatla
54
+ - 🏫 **Institutional Contribution:** Academic research and evaluation
55
+ - 🌐 **Shared by:** Chandrabhuma (Hugging Face)
56
+ - πŸ—£οΈ **Language:** English
57
+ - πŸ“œ **License:** Apache-2.0
58
+
59
+ ---
60
+
61
+ ### πŸ”— Dataset Sources
62
+
63
+ - 🧠 **Repository:** https://huggingface.co/datasets/chandrabhuma/HouseObj_VQA
64
+ - πŸ“„ **Paper:** Not available (dataset contribution)
65
+ - πŸ§ͺ **Demo:** Intended for VLM benchmarking and evaluation
66
+
67
+ ---
68
+
69
+ ## 🎯 Uses
70
+
71
+ ### βœ… Direct Use
72
+
73
+ This dataset is intended for:
74
+ - 🧠 Evaluating **Vision-Language Models (VLMs)**
75
+ - πŸ” Testing **household object recognition**
76
+ - 🧱 Assessing **material identification**
77
+ - 🏷️ Brand / manufacturer awareness in visual reasoning
78
+ - πŸ“Š Benchmarking open-ended VQA performance
79
+
80
+ Typical example questions:
81
+ - ❓ *What is the object in the image?* β†’ **Carrom board**
82
+ - ❓ *What is the material of the object?* β†’ **Steel**
83
+ - ❓ *Identify the manufacturer of the object.* β†’ **Cipla**
84
+
85
+ ---
86
+
87
+ ### 🚫 Out-of-Scope Use
88
+
89
+ This dataset is **not suitable** for:
90
+ - ❌ Surveillance or personal identification
91
+ - ❌ Medical or safety-critical decision making
92
+ - ❌ Fine-grained industrial inspection
93
+ - ❌ Non-household object classification
94
+
95
+ ---
96
+
97
+ ## 🧱 Dataset Structure
98
+
99
+ Each data sample contains:
100
+
101
+ | Field | Description |
102
+ |------|------------|
103
+ | πŸ†” `id` | Unique sample identifier |
104
+ | πŸ–ΌοΈ `image_name` | Image file name |
105
+ | ❓ `question` | Natural-language question |
106
+ | βœ… `answer` | Ground-truth answer |
107
+ | πŸ–ΌοΈ `image` | Household object image |
108
+
109
+ ### πŸ“Š Dataset Split
110
+
111
+ - 🟒 **Training set:** 800 images
112
+ - πŸ”΅ **Test set:** 200 images
113
+ - πŸ“¦ **Total images:** 1000
114
+
115
+ ---
116
+
117
+ ## πŸ› οΈ Dataset Creation
118
+
119
+ ### 🎯 Curation Rationale
120
+
121
+ The dataset was created to address the lack of **household-object-centric VQA benchmarks**, especially for evaluating how well modern VLMs understand **everyday objects** encountered in real-world domestic environments.
122
+
123
+ ---
124
+
125
+ ### πŸ“₯ Source Data
126
+
127
+ #### πŸ”„ Data Collection and Processing
128
+
129
+ - πŸ“Έ Images captured manually using consumer-grade cameras
130
+ - 🧹 Quality filtering to remove blurred or ambiguous images
131
+ - ✍️ Manual question-answer creation
132
+ - πŸ” Verification for correctness and consistency
133
+
134
+ ---
135
+
136
+ #### πŸ‘₯ Who are the source data producers?
137
+
138
+ The data was collected and annotated by undergraduate students under academic supervision as part of a research initiative.
139
+
140
+ ---
141
+
142
+ ## 🏷️ Annotations
143
+
144
+ ### ✏️ Annotation Process
145
+
146
+ - πŸ‘οΈ Manual visual inspection of each image
147
+ - 🧠 Question design targeting object identity, material, and brand
148
+ - πŸ“‹ Answer verification by multiple contributors
149
+
150
+ ---
151
+
152
+ ### πŸ‘€ Annotators
153
+ πŸ‘©β€πŸ’» **Dr.B.Chandra Mohan** (Prof, ECE Dept, Bapatla Engineering College, Bapatla-522102)
154
+ πŸ“§ chandrabhuma@gmail.com
155
+
156
+ πŸ‘©β€πŸ’» **Sri K.Sriharsha** (Asst.Prof, ECE Dept, Bapatla Engineering College, Bapatla-522102)
157
+ πŸ“§ sriharsha4b2@gmail.com
158
+
159
+ - πŸ‘©β€πŸ’» **Naralasetty Mounika** (UG Student , ECE Dept, Bapatla Engineering College, Bapatla-522102)
160
+ πŸ“§ naralasettymounika@gmail.com
161
+
162
+ - πŸ‘©β€πŸ’» **Koneti Surya Mounika** (UG Student, ECE Dept, Bapatla Engineering College, Bapatla-522102)
163
+ πŸ“§ mounikasurya860@gmail.com
164
+
165
+ - πŸ‘¨β€πŸ’» **Medisetti Harsha Vardhan** (UG Student, ECE Dept, Bapatla Engineering College, Bapatla-522102)
166
+ πŸ“§ medisettiharshavardhan19@gmail.com
167
+
168
+ - πŸ‘¨β€πŸ’» **Kurmala Siva Kumar** (UG Student, ECE Dept, Bapatla Engineering College, Bapatla-522102)
169
+ πŸ“§ kumarsiva3951@gmail.com
170
+
171
+ ---
172
+
173
+ ### πŸ” Personal and Sensitive Information
174
+
175
+ 🚫 The dataset **does not contain**:
176
+ - Personal identities
177
+ - Faces
178
+ - Private locations
179
+ - Sensitive or confidential information
180
+
181
+ All images depict **non-personal household objects only**.
182
+
183
+ ---
184
+
185
+ ## ⚠️ Bias, Risks, and Limitations
186
+
187
+ - βš–οΈ Limited to household objects available in local environments
188
+ - 🌍 Cultural and regional object bias may exist
189
+ - 🧠 Brand recognition depends on visual clarity
190
+
191
+ ---
192
+
193
+ ### πŸ“ Recommendations
194
+
195
+ Users should:
196
+ - Combine this dataset with other object-centric datasets for generalization
197
+ - Avoid over-interpreting brand-recognition results
198
+ - Treat this dataset as an **evaluation benchmark**, not exhaustive coverage
199
+
200
+ ---
201
+
202
+ ## πŸ“š Citation
203
+
204
+ ### πŸ“Œ BibTeX
205
+
206
+ ```bibtex
207
+ @dataset{houseobj_vqa_2025,
208
+ title={HouseObj\_VQA: A Household Object Visual Question Answering Dataset},
209
+ author={Chandra mohan bhuma, sri harsha k, Naralasetty, Mounika and Koneti, Surya Mounika and Medisetti, Harsha Vardhan and Kurmala, Siva Kumar},
210
+ year={2025},
211
+ publisher={Hugging Face}
212
+ }