Papers › Partial Scene Text Retrieval

Partial Scene Text Retrieval

15 Nov 2024arXiv:2411.10261archive 2025-07-28

Hao Wang, Minghui Liao, Zhouyi Xie, Wenyu Liu, Xiang Bai

The task of partial scene text retrieval involves localizing and searching for text instances that are the same or similar to a given query text from an image gallery. However, existing methods can only handle text-line instances, leaving the problem of searching for partial patches within these text-line instances unsolved due to a lack of patch annotations in the training data. To address this issue, we propose a network that can simultaneously retrieve both text-line instances and their partial patches. Our method embeds the two types of data (query text and scene text instances) into a shared feature space and measures their cross-modal similarities. To handle partial patches, our proposed approach adopts a Multiple Instance Learning (MIL) approach to learn their similarities with query text, without requiring extra annotations. However, constructing bags, which is a standard step of conventional MIL approaches, can introduce numerous noisy samples for training, and lower inference speed. To address this issue, we propose a Ranking MIL (RankMIL) approach to adaptively filter those noisy samples. Additionally, we present a Dynamic Partial Match Algorithm (DPMA) that can directly search for the target partial patch from a text-line instance during the inference stage, without requiring bags. This greatly improves the search efficiency and the performance of retrieving partial patches. The source code and dataset are available at https://github.com/lanfeng4659/PSTR.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2411.10261")

Code

Syntology Ran 0 of 15 code samples harvested from 1 repository linked to this paper; 15 have no recorded run.

By repository: official repository: 15 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

lanfeng4659/pstr officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 0 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

15unverified

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from lanfeng4659/pstr. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

approx_area_of_intersection lanfeng4659/pstr/evaluation/polygon_fast.py official repository unverified no licence file found · pointer only · 2c41f40dcf40fa02 · report
char2num lanfeng4659/pstr/evaluation/process_rec.py official repository unverified no licence file found · pointer only · 56eaf62e18d2cac8 · report
detection_filtering lanfeng4659/pstr/evaluation/deteval.py official repository unverified no licence file found · pointer only · 8d0d7973386cd953 · report
ed_delect_cost lanfeng4659/pstr/evaluation/process_rec.py official repository unverified no licence file found · pointer only · 5f2658b400db211b · report
ed_insert_cost lanfeng4659/pstr/evaluation/process_rec.py official repository unverified no licence file found · pointer only · 5d972fd5d08227d1 · report
get_jump_retrieval_y_trues lanfeng4659/pstr/eval_recs_retrieval/read_labels.py official repository unverified no licence file found · pointer only · 707481deb5babbd5 · report
get_jump_retrieval_y_trues_rects_lsvt lanfeng4659/pstr/eval_recs_retrieval/read_labels.py official repository unverified no licence file found · pointer only · d49ddceb2cfa23d1 · report
get_words lanfeng4659/pstr/eval_recs_retrieval/read_labels.py official repository unverified no licence file found · pointer only · bfd34462bb1b19ee · report
gt_reading_mod lanfeng4659/pstr/evaluation/deteval.py official repository unverified no licence file found · pointer only · e85f29b607bc7b3e · report
input_reading_mod lanfeng4659/pstr/evaluation/deteval.py official repository unverified no licence file found · pointer only · 9c6a129ad0100308 · report
isChinese lanfeng4659/pstr/data_static/chars.py official repository unverified no licence file found · pointer only · c5020d02b7e99dd0 · report
read_file_lsvt lanfeng4659/pstr/data_static/chars.py official repository unverified no licence file found · pointer only · df75a8bebb9def21 · report
read_file_lsvt_and_rects lanfeng4659/pstr/data_static/static.py official repository unverified no licence file found · pointer only · 49fa3d4b552f1d82 · report
read_file_rects lanfeng4659/pstr/data_static/chars.py official repository unverified no licence file found · pointer only · e44a25146d233885 · report
transcription_match lanfeng4659/pstr/evaluation/Pascal_VOC.py official repository unverified no licence file found · pointer only · 9cf3185c5ae4ffac · report

Tasks

Multiple Instance LearningRetrievalText Retrieval

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections