Multi-Query Text Retrieval (MQTR)
收藏资源简介:
MQTR数据集是首个用于评估多查询场景文本检索模型能力的基准数据集,包括四种查询类型和16,000张图像。该数据集由华中科技大学的研究团队构建,旨在解决现有场景文本检索方法对边界框标注依赖的问题,并支持多样化查询。MQTR数据集的构建过程采用了多个已标注的公开数据集和来自Google Image Search的图像,旨在满足实际应用中的多样化需求。该数据集在场景文本检索领域具有广泛的应用前景,有助于提高模型的检索性能和准确性。
The MQTR dataset is the first benchmark dataset for evaluating the performance of multi-query scene text retrieval models, which includes four query types and 16,000 images. Constructed by the research team from Huazhong University of Science and Technology, this dataset aims to address the dependency on bounding box annotations of existing scene text retrieval methods while supporting diverse queries. The construction of the MQTR dataset adopts multiple annotated public datasets and images sourced from Google Image Search, with the goal of meeting the diverse requirements in real-world applications. This dataset has broad application prospects in the field of scene text retrieval, and helps to improve the retrieval performance and accuracy of models.
MSTAR数据集概述
数据集基本信息
- 数据集名称:MSTAR (Box-free Multi-query Scene Text Retrieval with Attention Recycling)
- 官方实现:该数据集为论文《Box-free Multi-query Scene Text Retrieval with Attention Recycling》的官方实现
数据集组成
- 主要数据集来源:
- SynthText_900KDict数据集(https://github.com/lluisgomez/single-shot-str)
- MLT-5K数据集(https://github.com/lanfeng4659/STR-TDSL)
- 支持评估的数据集:
- SVT
- STR
- CTR
- Total-Text
- CTW
- ICDAR15
- PSTR
- MQTR
性能表现
六个单词检索公共数据集的评估
- 最佳平均准确率(MAP%):84.18 (MSTAR +rerank)
- 参与比较的方法包括:
- 基于框的方法:Mishra et al., Jaderberg et al., Gomez et al., Mafla et al., TDSL, Wang et al., Wen et al., FDP-RN50×16
- 无框方法:BLIP2 (FT), MSTAR
与主流场景文本识别方法的比较
- 最佳平均准确率(MAP%):84.18 (MSTAR +rerank)
- 参与比较的方法包括:
- 基于框的方法:ABCNet, MaskTextspotterV3, Deepsolo, TG-Bridge
- 无框方法:SPTSv2, MSTAR
PSTR数据集评估
- 最佳准确率:95.71 (MSTAR)
- 参与比较的方法:BLIP2, TDSL, SigLIP, FDP
MQTR数据集评估
- 最佳平均准确率(MAP%):66.78 (MSTAR)
- 参与比较的方法包括:
- 基于框的方法:ABCNet, MaskTextSpotter, TDSL, Deepsolo, TG-Bridge
- 无框方法:SPTSv2, BLIP2, SigLIP, BLIP2 (FT)
训练与评估
- 训练步骤:
- 准备SynthText_900KDict和MLT-5K数据集
- 提取图像到"images"文件夹
- 运行
bash run_scripts/eval/eval_mstar.sh
- 评估步骤:
- 将预训练权重放入"pretrained"文件夹
- 将数据集放入"datasets"文件夹
- 运行相应评估脚本




