paper-with-me

홈 › Papers

SELECT: Detecting Label Errors in Real-world Scene Text Data

2025-12-16 · Wenjun Liu, Qian Wu, Yifeng Hu, Yuke Li arxiv

We introduce SELECT (Scene tExt Label Errors deteCTion), a novel approach that leverages multi-modal training to detect label errors in real-world scene text datasets. Utilizing an image-text encoder and a character-level tokenizer, SELECT addresses the issues of variable-length sequence labels, label sequence misalignment, and character-level errors, outperforming existing methods in accuracy and practical utility. In addition, we introduce Similarity-based Sequence Label Corruption (SSLC), a process that intentionally introduces errors into the training labels to mimic real-world error scenarios during training. SSLC not only can cause a change in the sequence length but also takes into account the visual similarity between characters during corruption. Our method is the first to detect label errors in real-world scene text datasets successfully accounting for variable-length labels. Experimental results demonstrate the effectiveness of SELECT in detecting label errors and improving STR accuracy on real-world text datasets, showcasing its practical utility.

📄 PDF Abstract BibTeX arXiv:2512.14050

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Detecting Label Errors in Token Classification Data

2022-10-08 · Wei-Chen Wang, Jonas Mueller

Mislabeled examples are a common issue in real-world data, particularly for tasks like token classification where many labels must be chosen on a fine-grained basis. Here we consider the task of finding sentences that co…

General ClassificationToken Classification

Learning to Detect Label Errors by Making Them: A Method for Segmentation and Object Detection Datasets

2025-08-25 · Sarina Penquitt, Tobias Riedlinger, Timo Heller, Markus Reischl 외 arxiv

Recently, detection of label errors and improvement of label quality in datasets for supervised learning tasks has become an increasingly important goal in both research and industry. The consequences of incorrectly anno…

Semantic SegmentationInstance SegmentationLabel Error DetectionObject Detection

Benchmarking noisy label detection methods

2025-10-17 · Henrique Pickler, Jorge K. S. Kamassury, Danilo Silva arxiv

Label noise is a common problem in real-world datasets, affecting both model training and validation. Clean data are essential for achieving strong performance and ensuring reliable evaluation. While various techniques h…

Loss Knows Best: Detecting Annotation Errors in Videos via Loss Trajectories

2026-02-16 · Praditha Alwis, Soumyadeep Chandra, Deepak Ravikumar, Kaushik Roy arxiv

High-quality video datasets are foundational for training robust models in tasks like action recognition, phase detection, and event segmentation. However, many real-world video datasets suffer from annotation errors suc…

Event SegmentationAction RecognitionVideo Segmentation

LLM-Enhanced Reinforcement Learning for Time Series Anomaly Detection

2026-01-05 · Bahareh Golchin, Banafsheh Rekabdar, Danielle Justo arxiv

Detecting anomalies in time series data is crucial for finance, healthcare, sensor networks, and industrial monitoring applications. However, time series anomaly detection often suffers from sparse labels, complex tempor…

Time Series Anomaly DetectionReinforcement LearningActive Learning