DeepFashion (DF1) is a large-scale fashion image dataset designed for clothing recognition and retrieval research.
It reflects real-world conditions such as pose variation, deformation, occlusion, and lighting.
In this pipeline, the original DF1 dataset has been restructured into a normalized schema for use in the
FEL (Feature Evidence Layer or Knowledge-Graph-based Learning Layer).
image_uidsrc_file + row_index) for reproducibility➡️ This converts DF1’s heterogeneous formats into a standardized schema optimized for multimodal learning and graph-based analysis.
list_eval_partition.txt → Train / validation / test or query / gallery partitionlist_bbox_inshop.txtlist_bbox_consumer2shop.txtlist_bbox.txt → Clothing object locationlist_landmarks.txt → Keypoint coordinateslist_category_*list_attr_* → Taxonomy definitions and labelslist_description_inshop.json → Natural-language descriptionsEach benchmark is converted into:
benchmarks/ df1inshop/normalized/ df1consumer2shop/normalized/ df1capbcoarse/normalized/ df1capbfine/normalized/ df1_landmark/normalized/
eval_partition.csv.gzbbox.csv.gzlandmarks_raw.csv.gzcategory_labels.csv.gzattr_sparse.csv.gzretrieval_pairs.csv.gzdescriptions.csv.gzimage_sources.csv.gzcategory_terms.csv.gzattr_terms.csv.gzmanifest.csv / manifest.jsonlqc_summary.jsonimage_uidcategory_termsattr_termsdescriptionsImage ─hasbbox──────────▶ BBoxEvidence
Image ─haslandmark──────▶ LandmarkEvidence
Image ─hascategory──────▶ CategoryTerm
Image ─hasattribute────▶ AttributeTerm
Image ─has_description──▶ Text
Image(query) ─matches───▶ Image(gallery)
Single Join Key
All data linked via image_uid
Evidence Separation
Ontology / Labels / Evidence split
Provenance Preservation
src_file + row_index stored
Coarse: - Images: 289,222 - Categories: 50 - Attributes: 1,000
Fine: - Images: 20,000 - Attributes: 26
Original image files not included (metadata‑focused FEL design).
Images — anchor for all connections
ImageSources → Images (canonicalization)
CategoryTerms → CategoryLabels → Images
AttrTerms → AttrSparse → Images
ColorTerms → ColorLabels → Images
Manifest → artifact audit
QCSummary → pipeline validation
Click below to open the interactive graph in a new window:
Open DF1 Graph Interactive EditorThe normalized DF1 dataset:
➡️ Core input for FEL‑based clothing recognition, retrieval, and recommendation systems.