Datasets:
The dataset viewer is not available for this dataset.
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
π₯ FruitBench: A Multimodal Benchmark for Fruit Growth Understanding
Paper: *FruitBench: A Multimodal Benchmark for Comprehensive Fruit Growth Understanding *
π Dataset Summary
FruitBench is the large-scale multimodal benchmark designed to evaluate vision-language models on real-world agricultural understanding. It focuses on fruit growth modeling, supporting:
- π Fruit Type Classification
- π± Growth Stage Recognition (
unripe,pest-damaged,mature,rotten) - πΎ Agricultural Action Recommendation (
keep for further growth,picking it,try to recover it,discard it) - π½οΈ Consumer Score Prediction (1β100)
The dataset contains 32000 high-quality expert-annotated images covering 16 fruit categories, each across 4 growth stages. For ease of review and download, 10% of the dataset has been uploaded; please contact the authors if access to the full dataset is required.
π Tasks
- Type Classification
- Growth Stage Identification
- Action Recommendation
- Consumer Score Prediction
All tasks are evaluated under both zero-shot and one-shot settings using multimodal large language models (MLLMs).
π Data Structure
The dataset is organized as follow:
FruitBench/
βββ Data/
β βββ Apple/
β β βββ Mature/
βββ0001.png
βββ0002.png
βββ0003.png
βββ...
βββ00500.png
β β βββ Unripe/
β β βββ Rotten/
β β βββ Pest-damage/
β βββ Banana/
β βββ Mango/
β βββ ...
βββ label/
β βββ Apple_dataset.parquet
β βββ Banana_dataset.parquet
β βββ Mango_dataset.parquet
β βββ ...
βββ json/
β βββ Apple.json
β βββ Banana.json
β βββ ...
Evaluation
We evaluate a total of 15 multimodal models of different types and sizes, covering diverse model architectures, parameter scales, and vision-language capabilities. The evaluated models include:
- CogVLM2-Llama3-Chat
- DeepSeek-VL-Chat
- DeepSeek-VL2
- InternVL2_5
- Janus-Pro
- Mantis-siglip-llama3
- Mantis-Idefics2
- MiniCPM-Llama3-V2_5
- MiniCPM-o-2.6
- mPLUG-OWL3
- Qwen2.5-VL-Instruct
- Yi-VL
(15 models in total, with various types and sizes)
βοΈ Environment Setup
We provide both conda and pip setup options (Python 3.11 recommended).
β Option A: Conda (Recommended)
conda env create -f environment.yml
conda activate fruitbench
β Option B: pip
pip install -r requirements.txt
π Usage
1. Clone the Repository
git lfs install
git clone https://huggingface.co/datasets/TJIET/FruitBench
3. Evaluate Models
As an example, the evaluation command for CogVLM2-Llama3-Chat is:
python scripts/CogVLM2-0-shot.py
π Benchmark Details
- β 32000 annotated fruit images
- π¦ 16 fruit types: strawberry, tomato, guava, dragon fruit, orange, pear, lychee, mango, kiwi, papaya, apple, grape, pomegranate, peach, banana, pomelo
- π± 4 growth stages: unripe, pest-damaged, mature, rotten
- π§βπΎ Expert action labels: keep for growth / pick it / recover / discard
- π― Consumer scores: average of 30 human ratings (range: 1β100)
- Downloads last month
- 36