## Flowchart: Automated Dress Attribute Labeling Pipeline
### Overview
The image depicts a five-stage technical pipeline for automated dress attribute labeling, combining computer vision, natural language processing, and quality control. The process flows left-to-right, integrating data collection, attribute extraction, question-based analysis, multi-model voting, and human verification.
### Components/Axes
1. **Source & Deduplication**
- Target website screenshot with three dresses (blue, red, blue)
- Text: "Collect Dress Images", "Deduplicate Products"
- Position: Top-left quadrant
2. **Attribute Discovery & Normalization**
- Documents (white/yellow/blue) feeding into LLM (brain icon)
- Text: "Aggregate & Normalize Attributes"
- Position: Center-left quadrant
3. **Binary Question Templates**
- Three dress-related questions in speech bubbles:
- "Does the dress have a wrap-style front?"
- "Does the dress feature a wrap-front design?"
- "Is the dress styled with a wrap front?"
- Position: Center-right quadrant
4. **VLM-Based Labeling**
- Three dress images with resolution labels:
- High Res (left)
- Medium Res (center)
- Low Res (right)
- Three VLMs (A/B/C) with green checkmarks (✓) and red Xs (✗)
- Position: Right-center quadrant
5. **Ensembled Voting & Quality Control**
- Green checkmarks (✓) and red Xs (✗) with "Majority Vote" arrow
- Final Attribute Label (green checkmark)
- Manual Audit (magnifying glass icon)
- Position: Bottom-right quadrant
### Detailed Analysis
- **Flow Direction**: Left-to-right progression through stages
- **Voting Matrix**:
| VLM | Votes |
|-----|----------------|
| A | ✓, ✗, ✓ |
| B | ✗, ✓, ✗ |
| C | ✓, ✗, ✓ |
- **Resolution Analysis**: Explicit differentiation between high/medium/low resolution inputs
- **Quality Control**: Dual verification through automated voting and manual audit
### Key Observations
1. **Attribute Ambiguity**: Three nearly identical questions suggest nuanced attribute definitions
2. **Resolution Sensitivity**: Explicit handling of image quality variations
3. **Ensemble Approach**: Combines multiple VLMs with human oversight
4. **Deduplication Emphasis**: Early-stage focus on data cleanliness
### Interpretation
This pipeline demonstrates a sophisticated approach to fashion attribute labeling that:
1. **Addresses Data Quality**: Early deduplication and resolution-aware processing
2. **Leverages Multiple Models**: Uses three VLMs to capture different perspectives
3. **Implements Quality Gates**: Combines automated voting with human verification
4. **Handles Ambiguity**: Multiple question templates for similar attributes suggest nuanced definitions
The system appears designed for high-stakes fashion e-commerce where accurate attribute labeling is critical for searchability and customer satisfaction. The manual audit step indicates awareness of potential model limitations, particularly with low-resolution images.