Abstract: The rapid advancement of Large Vision-Language Models (VLMs), both general-domain models and those specifically tailored for remote sensing, has demonstrated exceptional perception and reasoning capabilities in Earth observation tasks. However, a benchmark for systematically evaluating their capabilities in this domain is still lacking. To bridge this gap, we propose CHOICE, an extensive benchmark designed to objectively evaluate the hierarchical remote sensing capabilities of VLMs. Focusing on 2 primary capability dimensions essential to remote sensing: perception and reasoning, we further categorize 6 secondary dimensions and 23 leaf tasks to ensure a well-rounded assessment coverage. CHOICE guarantees the quality of a total of 10,507 problems through a rigorous process of data collection from 50 globally distributed cities, question construction and quality control. The newly curated data and the format of multiple-choice questions with definitive answers allow for an objective and straightforward performance assessment. Our evaluation of 3 proprietary and 21 open-source VLMs highlights their critical limitations within this specialized context. We hope that CHOICE will serve as a valuable resource and offer deeper insights into the challenges and potential of VLMs in the field of remote sensing.
CHOICE is organized according to the three-tier hierarchical dimension taxonomy, structured as follows:
perception
βββ cross_instance_discerment
β βββ attribute_comparison
β β βββ images
β β βββ metadata.jsonl
β β βββ attribute_comparison.json
β βββ change_detection
β β βββ images
β β βββ metadata.jsonl
β β βββ change_detection.json
β βββ referring_expression_segmentation
β β βββ images
β β βββ masks
β β βββ metadata.jsonl
β β βββ referring_expression_segmentation.json
β βββ spatial_relationship
β βββ images
β βββ metadata.jsonl
β βββ spatial_relationship.json
βββ image_level_comprehension
β βββ image_caption
β β βββ images
β β βββ metadata.jsonl
β β βββ image_caption.json
β βββ image_modality
β β βββ images
β β βββ metadata.jsonl
β β βββ image_modality.json
β βββ image_quality
β β βββ images
β β βββ metadata.jsonl
β β βββ image_quality.json
β βββ map_recognition
β β βββ images
β β βββ metadata.jsonl
β β βββ map_recognition.json
β βββ scene_classification
β βββ images
β βββ metadata.jsonl
β βββ scene_classification.json
βββ single_instance_identification
βββ attribute_recognition
β βββ images
β βββ metadata.jsonl
β βββ attribute_recognition.json
βββ hallucination_detection
β βββ images
β βββ metadata.jsonl
β βββ hallucination_detection.json
βββ landmark_recognition
β βββ images
β βββ metadata.jsonl
β βββ landmark_recognition.json
βββ object_counting
β βββ images
β βββ metadata.jsonl
β βββ object_counting.json
βββ object_localization
β βββ images
β βββ metadata.jsonl
β βββ object_localization.json
βββ object_presence
β βββ images
β βββ metadata.jsonl
β βββ object_presence.json
βββ visual_grounding
βββ images
βββ metadata.jsonl
βββ visual_grounding.json
reasoning
βββ assessment_reasoning
β βββ environmental_assessment
β β βββ images
β β βββ metadata.jsonl
β β βββ environmental_assessment.json
β βββ resource_assessment
β βββ images
β βββ metadata.jsonl
β βββ resource_assessment.json
βββ ......
An example of the Multiple-Choice Question (MCQ) is as follows:
{
"id": "ef8777ba-27ee-4828-aab5-63214daf340d",
"image_path": "perception/single_instance_identification/object_counting/images/1.png",
"question": "Count the number of airplane present in this image.\nA.2\nB.1\nC.4\nD.3",
"answer": "A"
}
7 commits
Abstract: The rapid advancement of Large Vision-Language Models (VLMs), both general-domain models and those specifically tailored for remote sensing, has demonstrated exceptional perception and reasoning capabilities in Earth observation tasks. However, a benchmark for systematically evaluating their capabilities in this domain is still lacking. To bridge this gap, we propose CHOICE, an extensive benchmark designed to objectively evaluate the hierarchical remote sensing capabilities of VLMs. Focusing on 2 primary capability dimensions essential to remote sensing: perception and reasoning, we further categorize 6 secondary dimensions and 23 leaf tasks to ensure a well-rounded assessment coverage. CHOICE guarantees the quality of a total of 10,507 problems through a rigorous process of data collection from 50 globally distributed cities, question construction and quality control. The newly curated data and the format of multiple-choice questions with definitive answers allow for an objective and straightforward performance assessment. Our evaluation of 3 proprietary and 21 open-source VLMs highlights their critical limitations within this specialized context. We hope that CHOICE will serve as a valuable resource and offer deeper insights into the challenges and potential of VLMs in the field of remote sensing.
CHOICE is organized according to the three-tier hierarchical dimension taxonomy, structured as follows:
perception
βββ cross_instance_discerment
β βββ attribute_comparison
β β βββ images
β β βββ metadata.jsonl
β β βββ attribute_comparison.json
β βββ change_detection
β β βββ images
β β βββ metadata.jsonl
β β βββ change_detection.json
β βββ referring_expression_segmentation
β β βββ images
β β βββ masks
β β βββ metadata.jsonl
β β βββ referring_expression_segmentation.json
β βββ spatial_relationship
β βββ images
β βββ metadata.jsonl
β βββ spatial_relationship.json
βββ image_level_comprehension
β βββ image_caption
β β βββ images
β β βββ metadata.jsonl
β β βββ image_caption.json
β βββ image_modality
β β βββ images
β β βββ metadata.jsonl
β β βββ image_modality.json
β βββ image_quality
β β βββ images
β β βββ metadata.jsonl
β β βββ image_quality.json
β βββ map_recognition
β β βββ images
β β βββ metadata.jsonl
β β βββ map_recognition.json
β βββ scene_classification
β βββ images
β βββ metadata.jsonl
β βββ scene_classification.json
βββ single_instance_identification
βββ attribute_recognition
β βββ images
β βββ metadata.jsonl
β βββ attribute_recognition.json
βββ hallucination_detection
β βββ images
β βββ metadata.jsonl
β βββ hallucination_detection.json
βββ landmark_recognition
β βββ images
β βββ metadata.jsonl
β βββ landmark_recognition.json
βββ object_counting
β βββ images
β βββ metadata.jsonl
β βββ object_counting.json
βββ object_localization
β βββ images
β βββ metadata.jsonl
β βββ object_localization.json
βββ object_presence
β βββ images
β βββ metadata.jsonl
β βββ object_presence.json
βββ visual_grounding
βββ images
βββ metadata.jsonl
βββ visual_grounding.json
reasoning
βββ assessment_reasoning
β βββ environmental_assessment
β β βββ images
β β βββ metadata.jsonl
β β βββ environmental_assessment.json
β βββ resource_assessment
β βββ images
β βββ metadata.jsonl
β βββ resource_assessment.json
βββ ......
An example of the Multiple-Choice Question (MCQ) is as follows:
{
"id": "ef8777ba-27ee-4828-aab5-63214daf340d",
"image_path": "perception/single_instance_identification/object_counting/images/1.png",
"question": "Count the number of airplane present in this image.\nA.2\nB.1\nC.4\nD.3",
"answer": "A"
}
7 commits