The dataset viewer is not available for this dataset.
Error code: ConfigNamesError
Exception: TypeError
Message: list_() takes at least 1 positional argument (0 given)
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 67, in compute_config_names_response
config_names = get_dataset_config_names(
path=dataset,
token=hf_token,
)
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 161, in get_dataset_config_names
dataset_module = dataset_module_factory(
path,
...<4 lines>...
**download_kwargs,
)
File "/usr/local/lib/python3.14/site-packages/datasets/load.py", line 1217, in dataset_module_factory
raise e1 from None
File "/usr/local/lib/python3.14/site-packages/datasets/load.py", line 1192, in dataset_module_factory
).get_module()
~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/load.py", line 622, in get_module
dataset_infos = DatasetInfosDict.from_dataset_card_data(dataset_card_data)
File "/usr/local/lib/python3.14/site-packages/datasets/info.py", line 396, in from_dataset_card_data
dataset_info = DatasetInfo._from_yaml_dict(dataset_card_data["dataset_info"])
File "/usr/local/lib/python3.14/site-packages/datasets/info.py", line 317, in _from_yaml_dict
yaml_data["features"] = Features._from_yaml_list(yaml_data["features"])
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/features/features.py", line 2148, in _from_yaml_list
return cls.from_dict(from_yaml_inner(yaml_data))
~~~~~~~~~~~~~~~^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/features/features.py", line 2144, in from_yaml_inner
return {name: from_yaml_inner(_feature) for name, _feature in zip(names, obj)}
~~~~~~~~~~~~~~~^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/features/features.py", line 2133, in from_yaml_inner
Value(obj["dtype"])
~~~~~^^^^^^^^^^^^^^
File "<string>", line 5, in __init__
File "/usr/local/lib/python3.14/site-packages/datasets/features/features.py", line 553, in __post_init__
self.pa_type = string_to_arrow(self.dtype)
~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/features/features.py", line 157, in string_to_arrow
return pa.__dict__[datasets_dtype + "_"]()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "pyarrow/types.pxi", line 4951, in pyarrow.lib.list_
TypeError: list_() takes at least 1 positional argument (0 given)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.
Pinpoint-Bench: A Zero-Hint Evaluation Frontier for Active Visual Search
Project Page | Paper (PixelEyes)
Pinpoint-Bench is a specialized evaluation benchmark designed to assess the active visual search and reasoning capabilities of Multimodal Large Language Models (MLLMs) and active perception agents within ultra-high-resolution images. It explicitly addresses the saturation of traditional benchmarks, the lack of spatial annotations, and the vulnerability of models to text-guided shortcuts.
Dataset Summary
- Total Samples: 433 meticulously human-annotated samples.
- Image Resolution: Ultra-high-resolution images, with an average resolution of 5500x3516.
- Target ROI Ratio: Target objects are extremely tiny, accounting for an average of only 0.07% of the total image area (a genuine "needle-in-a-haystack" challenge).
- Annotation Types: Each target object is simultaneously annotated with both detailed Bounding Boxes and Instance Masks, enabling comprehensive root-cause analysis of multi-turn navigation errors (e.g., distinguishing between perception bottlenecks and reasoning failures).
Key Features
Strict Zero-Hint Protocol: All spatial location priors (e.g., "in the bottom left corner," "on the huge bridge") are entirely removed from the questions. Models must independently rely on autonomous, exhaustive visual search and regional zooming to uncover the critical evidence, which ranges from fine-grained property recognition and micro-OCR to spatial relationship reasoning.
Diagnostic Evaluation Metrics:
- LSR (Localization Success Rate): Decoupled from the final textual answer accuracy, a search trajectory is deemed successful if the model's multi-turn cropping history covers the ground-truth target mask at the pixel level. The discrepancy between LSR and Accuracy directly quantifies the "Inattentional Blindness" phenomenon—where a model successfully locates the target region but fails to correctly output the final answer due to weak reasoning or long-context degradation.
- TAE (Turn-to-Answer Efficiency): Balances model performance against interactive costs, formulated as $\text{TAE} = \frac{\text{Accuracy}}{\text{AvgTurns}}$. Higher TAE signifies that an agent can accurately pinpoint answers using fewer interactive turns.
Robust Multi-Alias Scoring: To accommodate natural language ambiguities arising from extremely subtle visual attributes (e.g., describing a "beige" backpack as "white" or "light brown"), each question is equipped with an exhaustive set of alternative answer aliases. This is combined with an LLM-as-a-Judge grading pipeline to ensure robust and fair scoring.
Citation
If you find this dataset helpful in your research, please cite our paper:
@misc{gong2026pixeleyesdecouplingperceptionreasoning,
title={PixelEyes: Decoupling Perception and Reasoning for Pinpoint Visual Evidence Seeking},
author={Dengxian Gong and Yuanzheng Wu and Haobo Yuan and Zhengdong Hu and Tao Zhang and Yikang Zhou and Shihao Chen and Quanzhu Niu and Kai Wang and Jason Li and Haochen Wang and Lu Qi and Shunping Ji and Ming-Hsuan Yang},
year={2026},
eprint={2607.00115},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2607.00115},
}
- Downloads last month
- 3