Update README.md
Browse files
README.md
CHANGED
|
@@ -13,13 +13,13 @@ dataset_info:
|
|
| 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,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 |
+
}
|