option
Home
News
AI Annotation Challenges: The Myth of Automated Labeling

AI Annotation Challenges: The Myth of Automated Labeling

August 21, 2025
193

Machine learning research often assumes AI can enhance dataset annotations, especially image captions for vision-language models (VLMs), to cut costs and reduce human supervision burdens.

This echoes the early 2000s 'download more RAM' meme, mocking the idea that software can fix hardware limits.

Yet, annotation quality is often overlooked, dwarfed by the buzz around new AI models, despite its critical role in machine learning pipelines.

The ability of AI to identify and replicate patterns hinges on high-quality, consistent human annotations—labels and descriptions crafted by people making subjective calls in imperfect settings.

Systems aiming to mimic annotator behavior to replace humans and scale accurate labeling struggle when faced with data not included in human-provided examples. Similarity doesn’t equate to equivalence, and cross-domain consistency remains elusive in computer vision.

Ultimately, human judgment defines the data that shapes AI systems.

RAG Solutions

Until recently, errors in dataset annotations were tolerated as minor trade-offs given the imperfect but marketable outputs of generative AI.

A 2025 Singapore study found hallucinations—AI generating false outputs—are inherent to these systems’ designs.

RAG-based agents, which verify facts via internet searches, are gaining traction in research and commercial applications but increase resource costs and query delays. New information applied to trained models lacks the depth of native model connections.

Flawed annotations undermine model performance, and improving their quality, though imperfect due to human subjectivity, is critical.

RePOPE Insights

A German study exposes flaws in older datasets, focusing on image caption accuracy in benchmarks like MSCOCO. It reveals how label errors distort hallucination assessments in vision-language models.

From the new paper, some examples where the original captions failed to correctly identify objects in the MSCOCO dataset of images. The researchers' manual revision of the POPE benchmark dataset addresses these shortcomings, demonstrating the cost of saving money on annotation curation. Source: https://arxiv.org/pdf/2504.15707

Examples from a recent study showing incorrect object identification in MSCOCO dataset captions. Manual revisions to the POPE benchmark highlight the pitfalls of cost-cutting in annotation curation. Source: https://arxiv.org/pdf/2504.15707

Consider an AI evaluating a street scene image for a bicycle. If the model says yes but the dataset claims no, it’s marked wrong. Yet, if a bicycle is visibly present but missed in annotation, the model is correct, and the dataset is flawed. Such errors skew model accuracy and hallucination metrics.

Incorrect or vague annotations can make accurate models seem error-prone or faulty ones appear reliable, complicating hallucination diagnosis and model ranking.

The study revisits the Polling-based Object Probing Evaluation (POPE) benchmark, which tests vision-language models’ ability to identify objects in images using MSCOCO labels.

POPE reframes hallucination as a yes/no classification task, asking models if specific objects appear in images, using prompts like “Is there a in the image?”

Examples of object hallucination in vision-language models. Bolded labels indicate objects marked as present in the original annotations, while red labels show objects hallucinated by the models. The left example reflects a traditional instruction-based evaluation, while the three examples on the right are drawn from different POPE benchmark variants.. Source: https://aclanthology.org/2023.emnlp-main.20.pdf

Examples of object hallucination in vision-language models. Bold labels mark objects in original annotations; red labels highlight model-hallucinated objects. The left example uses traditional evaluation, while the right three come from POPE variants. Source: https://aclanthology.org/2023.emnlp-main.20.pdf

Ground-truth objects (answer: Yes) are paired with non-existent objects (answer: No), selected randomly, frequently, or based on co-occurrence. This enables stable, prompt-independent hallucination evaluation without complex caption analysis.

The study, RePOPE: Impact of Annotation Errors on the POPE Benchmark, rechecks MSCOCO labels and finds many errors or ambiguities.

Examples from the 2014 MSCOCO dataset. Source: https://arxiv.org/pdf/1405.0312

Images from the 2014 MSCOCO dataset. Source: https://arxiv.org/pdf/1405.0312

These errors alter model rankings, with some top performers dropping when evaluated against corrected labels.

Tests on open-weight vision-language models using the original POPE and the re-labeled RePOPE show significant ranking shifts, especially in F1 scores, with several models falling in performance.

The study argues that annotation errors hide true model hallucination, presenting RePOPE as a more accurate evaluation tool.

In another example from the new paper, we see how the original POPE captions fail to discern subtle objects, such as a person sitting beside the cabin of a tram in the rightmost photo, or the chair obscured by the tennis player in the second photo from the left.

Examples from the study showing POPE captions missing subtle objects, like a person near a tram cabin or a chair obscured by a tennis player.

Methodology and Testing

Researchers re-labeled MSCOCO annotations with two human reviewers per instance. Ambiguous cases, like those below, were excluded from testing.

Ambiguous cases, where labeling inconsistencies in POPE reflect unclear category boundaries. For instance, a teddy bear labeled as a bear, a motorcycle as a bicycle, or airport vehicles as cars. These cases are excluded from RePOPE due to the subjective nature of such classifications, as well as the inconsistencies in MSCOCO's original labels.

Ambiguous cases in POPE with unclear labels, like teddy bears as bears or motorcycles as bicycles, excluded from RePOPE due to subjective classifications and MSCOCO inconsistencies.

The paper notes:

“Original annotators overlooked people in backgrounds or behind glass, chairs obscured by a tennis player, or a faint carrot in coleslaw.”

“Inconsistent MSCOCO labels, like classifying a teddy bear as a bear or a motorcycle as a bicycle, stem from varying object definitions, marking such cases as ambiguous.”

Results of the re-annotation: the positive questions are shared across all three POPE variants. Among those labeled 'Yes' in POPE, 9.3 percent were found to be incorrect and 13.8 percent were classified as ambiguous. For the 'No' questions, 1.7 percent were mislabeled and 4.3 percent were ambiguous.

Re-annotation results: Across POPE variants, 9.3% of ‘Yes’ labels were incorrect, 13.8% ambiguous; 1.7% of ‘No’ labels were mislabeled, 4.3% ambiguous.

The team tested open-weight models, including InternVL2.5, LLaVA-NeXT, Vicuna, Mistral 7b, Llama, LLaVA-OneVision, Ovis2, PaliGemma-3B, and PaliGemma2, across POPE and RePOPE.

Initial results: the high error rate in the original positive labels leads to a sharp drop in true positives across all models. False positives vary across subsets, nearly doubling on the random subset, but remaining largely unchanged on the popular subset, and show a slight decrease on the adversarial subset. The relabeling has a major effect on F1-based rankings. Models like Ovis2-4B and Ovis2-8B, which performed well on the popular and adversarial splits in POPE, also rise to the top on the random subset under RePOPE.. Please refer to the source PDF for better resolution.

Results show original label errors caused a drop in true positives. False positives doubled on the random subset, stayed steady on the popular subset, and slightly decreased on the adversarial subset. Re-labeling shifted F1 rankings, with models like Ovis2-4B and -8B rising to the top.

Graphs show true positives dropped across models, as correct answers were often based on faulty labels, while false positives varied.

In POPE’s random subset, false positives nearly doubled, revealing objects present but missed in original annotations. In the adversarial subset, false positives dropped, as absent objects were often unlabeled but present.

Precision and recall were affected, but model rankings remained stable. F1 scores, POPE’s key metric, shifted significantly, with top models like InternVL2.5-8B dropping and Ovis2-4B and -8B climbing.

Accuracy scores were less reliable due to uneven positive and negative examples in the corrected dataset.

The study emphasizes the need for high-quality annotations and shares corrected labels on GitHub, noting that RePOPE alone doesn’t fully address benchmark saturation, as models still score above 90% in true positives and negatives. Additional benchmarks like DASH-B are recommended.

Conclusion

This study, feasible due to the small dataset, highlights challenges in scaling to hyperscale datasets, where isolating representative data is tough and may skew results.

Even if feasible, current methods point to the need for better, more extensive human annotation.

‘Better’ and ‘more’ pose distinct challenges. Low-cost platforms like Amazon Mechanical Turk risk poor-quality annotations, while outsourcing to different regions may misalign with the model’s intended use case.

This remains a core, unresolved issue in machine learning economics.

 

First published Wednesday, April 23, 2025

Related article
Slackbot Becomes an AI Agent Slackbot Becomes an AI Agent Slackbot, the automated assistant embedded in Salesforce’s corporate messaging platform Slack, is evolving into an AI agent. Salesforce CTO Parker Harris envisions it achieving viral status comparable to OpenAI’s ChatGPT.The cloud software giant laun
ByteDance Boosts Core AI Incentives as Doubao Surges 14.6% ByteDance Boosts Core AI Incentives as Doubao Surges 14.6% ByteDance recently convened a DouBao equity briefing to unveil fresh incentive policies for staff involved in the DouBao division. The strike price for DouBao shares has been lifted from $14.85 in June 2026 to $17.02, marking an approximate 14.6% inc
MiniMax Unveils 10x Team Program to Incentivize Global AI Experts MiniMax Unveils 10x Team Program to Incentivize Global AI Experts MiniMax (Xiyu Technology), the General Artificial Intelligence Lab, has officially launched "10x Team," a global talent collaboration initiative. This program aims to recruit top experts across industries to explore the deep application of large mode
Related Special Topic Recommendations
Education and Learning AI Study Tools for Homework and Exam Prep
AI Study Tools for Homework and Exam Prep

2026 Latest Best AI Study Tools for Homework and Exam Prep! XIX.AI curates a top-rated list of powerful, game-changing tools that help students boost productivity, streamline homework completion, and ace exams through real-world tests. Get a free vs paid comparison, detailed rankings, and must-try options to unlock your AI edge. Explore now!

10 tools
xix.ai
Music composition AI Vocal Demo Tools for Songwriters, Hooks, Toplines, and Multilingual Draft Sessions
AI Vocal Demo Tools for Songwriters, Hooks, Toplines, and Multilingual Draft Sessions

2026 Latest Best AI Vocal Demo Tools for Songwriters, Hook Creators, and Multi-Language Content Teams! XIX.AI has curated a top-rated list of powerful game-changing tools that go through rigorous real-world tests. You’ll find detailed free vs paid comparison data, comprehensive rankings, and must-try options to help you boost writing efficiency and unlock your creative potential. Explore now to discover your perfect tool for all your content needs!

9 tools
xix.ai
Business Best AI Competitive Research Tools for Small Businesses
Best AI Competitive Research Tools for Small Businesses

2026 Latest Best Top-rated AI Competitive Research Tools for Small Businesses! XIX.AI has curated a highly powerful game-changing collection, updated weekly with rigorous real-world tests and detailed rankings. You can find a comprehensive free vs paid comparison to help you identify the must-try tools that boost your productivity and give you a competitive edge. Explore now to discover your perfect tool!

9 tools
xix.ai
Image editing Photoshop AI Retouch Tools for Ecommerce Apparel, Skin Cleanup, and Color Consistency
Photoshop AI Retouch Tools for Ecommerce Apparel, Skin Cleanup, and Color Consistency

2026 Latest Best Photoshop AI retouch tools for ecommerce apparel, skin cleanup, and color consistency! This top-rated curated list features powerful game-changing solutions that help you boost writing efficiency, streamline content creation, and achieve perfect visual results effortlessly. Each tool has undergone real-world tests through weekly updated rankings, complete with free vs paid comparison details. Backed by XIX.AI, it’s the must-try guide for anyone aiming to unlock your AI edge. Explore now!

10 tools
xix.ai
Prompt Best AI Prompt Libraries for ChatGPT Workflows
Best AI Prompt Libraries for ChatGPT Workflows

2026 Latest Best Top-Rated AI Prompt Libraries for optimizing all types of ChatGPT workflows. XIX.AI has curated a powerful, game-changing collection that goes through rigorous real-world tests to ensure top performance. You can find detailed free vs paid comparisons and expert rankings to help you choose the must-try tools that boost your productivity and unlock your AI edge. Explore now!

11 tools
xix.ai
Education and Learning AI Quiz Builder Platforms for Teachers, Tutors, and Cohort-Based Learning Programs
AI Quiz Builder Platforms for Teachers, Tutors, and Cohort-Based Learning Programs

2026 Latest Best AI Quiz Builder Platforms for Teachers, Tutors, and Cohort-Based Learning Programs! XIX.AI has curated a top-rated list of powerful game-changing tools that go through real-world tests to deliver accurate rankings. These must-try platforms help boost writing efficiency, streamline content creation, and simplify quiz design across all learning scenarios. Explore now to discover your perfect tool for unlocking your AI edge in teaching!

13 tools
xix.ai
Comments (2)
0/500
RaymondWalker
RaymondWalker October 22, 2025 at 2:31:17 AM EDT

Qué interesante plantean esto de la anotación automatizada. A veces da la sensación de que solo queremos reemplazar el trabajo humano sin pensar en las consecuencias... ¿Realmente es más preciso dejarle todo a la IA? 🤔 Me pregunto si esto no terminará generando más problemas de los que resuelve.

KeithSanchez
KeithSanchez August 27, 2025 at 9:01:29 PM EDT

L'article sur les défis de l'annotation par IA est super intéressant ! 😊 J'avais jamais réalisé à quel point l'étiquetage automatique pouvait être un casse-tête. Ça me fait penser : est-ce qu'on surestime trop les capacités de l'IA dans ce domaine ?