The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Universal toxicity detectors miss roughly a third of disability-specific harms in AI-generated images; targeted guidelines and lightweight model adaptation help, but remain well short of the accuracy achieved on general toxicity detection.

Harm is not Universal: Community-Specific Toxicity Detection is Urgently Needed
Xinnuo Xu, Anja Thieme, Daniela Massiceti, Ioana Tanase, Rita Marques, Melanie Fernandez Pradier, Martin Grayson, Camilla Longden, Cecily Morrison · July 27, 2026
arxiv descriptive medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Xinnuo Xu unresolved corpus identity
  2. Anja Thieme unresolved corpus identity
  3. Daniela Massiceti unresolved corpus identity
  4. Ioana Tanase unresolved corpus identity
  5. Rita Marques unresolved corpus identity
  6. Melanie Fernandez Pradier unresolved corpus identity
  7. Martin Grayson unresolved corpus identity
  8. Camilla Longden unresolved corpus identity
  9. Cecily Morrison unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Xinnuo Xu provider ID
  2. Anja Thieme provider ID
  3. Daniela Massiceti provider ID
  4. Ioana Tănase provider ID
  5. R. Marques provider ID
  6. Melanie Fernandez Pradier provider ID
  7. Martin Grayson provider ID
  8. Camilla Longden provider ID
  9. C. Morrison provider ID
Universal toxicity detectors systematically miss community-specific representational harms in T2I images—about one-third of images labeled safe by SoTA detectors are deemed harmful by disability experts—while prompt-based adaptation and parameter-efficient fine-tuning improve detection but do not reach general TD performance levels.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

State-of-the-art toxicity detectors for text-to-image generation adopt a one-size-fits-all approach: a single universal model applying fixed safety guidelines to all users. Our empirical evidence shows that these detectors fail to shield marginalized communities: approximately 35% of generated images labeled safe are considered harmful by disability communities. In this position paper, we argue for community-specific toxicity detection (CTD). To demonstrate its feasibility, we collaborate with disability experts to develop safety guidelines for two communities: dwarfism and blind/low vision. Using a dataset of 2,400 annotated T2I-generated images we demonstrate that both large vision-language models and existing general-purpose toxicity detectors catastrophically fail to recognize harmful content under these guidelines in zero-shot settings with F1 score lower than random guessing (F1 0.32 and 0.37). Promisingly, prompt-based adaptation methods (ICL, VQA) substantially improve harm detection performance (GPT-4o: F1 0.50 and 0.78), while parameter-efficient fine-tuning improves smaller models (0.5b-7b with best F1 0.48 and 0.59) with less than 100 demonstrations, but remains sensitive to evolving guidelines. Despite these gains, CTD performance remains far below F1 $\approx 0.9$ achieved for general-purpose toxicity detection, highlighting the challenge and the need for sustained research effort.

Summary

Main Finding

State-of-the-art, one-size-fits-all toxicity detectors and vision–language models systematically fail to detect community-specific representational harms in text-to-image (T2I) outputs. In two disability communities (blind/low vision and dwarfism), ~32–38% of images that general detectors mark “safe” are judged harmful by community experts. Community-specific adaptation (in-context prompting, VQA, or small-data fine-tuning) helps substantially but remains far below the performance achieved for general-purpose toxicity detection, highlighting both the urgency and difficulty of deploying inclusive safety systems.

Key Points

  • Scope and claim:
    • The paper introduces Community-Specific Toxicity Detection (CTD): detectors tailored to harms defined by particular communities rather than universal, aggregated safety taxonomies.
    • CTD targets representational harms (e.g., unrealistic assistive devices, infantilization, fantasy/entertainment tropes) that often do not appear in general toxicity datasets.
  • Empirical gap:
    • Using community-developed guidelines, 32.2% (BLV) and 37.5% (DWF) of T2I images labeled safe by SoTA detectors violate community-specific guidelines.
  • Models & zero-shot performance:
    • Dataset evaluated across multiple T2I models (GPT-Image-1, Imagen4-Ultra, Stable Diffusion 3.5) and many VLMs.
    • In zero-shot setting (models only given community guidelines at inference), most general-purpose VLMs and safety-specialized detectors score near-zero F1 on CTD (examples: many models F1 ≈ 0; GPT-4o F1 0.35 on BLV; GPT-4o-mini F1 0.51 on DWF; ShieldGemma2 F1 ~0.27–0.31).
    • Baselines: Random baseline F1 ≈ 0.321 (BLV) and 0.375 (DWF); retrieval (nearest neighbor CLIP) F1 ≈ 0.449 (BLV) and 0.695 (DWF).
  • Adaptation helps but is insufficient:
    • Prompt-based adaptation (in-context learning, VQA) using large VLMs (e.g., GPT-4o) improved F1 to ~0.50 (BLV) and ~0.78 (DWF).
    • Parameter-efficient fine-tuning (PEFT) on smaller VLMs (0.5B–7B) with <100 community-specific examples raised F1 to ~0.48 and ~0.59 (best cases).
    • Even after adaptation, CTD performance is well below ~0.9 F1 typical for general-purpose toxicity detection.
  • Practical challenges:
    • CTD requires community-specific guidelines that evolve as models change; detectors are sensitive to guideline shifts and may need frequent retraining.
    • Data scarcity: only small numbers of annotated generated images per community are typically available, so sample-efficient methods are essential.
    • Scaling: naive aggregation across communities is inappropriate because harms are particularistic; supporting many evolving, non-aggregable guidelines raises architecture and operational questions.
  • Research directions articulated:
    • Learning from scarcity; adapting to changing guidelines; system architectures for many evolving guidelines; infrastructures for distributed community–researcher collaboration and trust-building.

Data & Methods

  • Communities and guidelines:
    • Two disability communities: blind/low vision (BLV) and people with dwarfism (DWF).
    • Experts identified 6 representational-harm categories per community (e.g., non-anatomical distortions, inappropriate eye coverings, infantilization, portrayal as fantasy characters). Guidelines validated with advocacy organizations.
  • Dataset:
    • 400 community-authored prompts per community (reflecting authentic depictions).
    • For each prompt, images sampled from three T2I models → 1,200 images per community → total 2,400 images.
  • Annotation:
    • Five disability experts labeled images for all applicable harms; an image is unsafe if any harm present.
    • Inter-rater: Cohen’s kappa on a random sample (3 raters) = 0.65 (BLV) and 0.97 (DWF). Full dataset annotated at one expert per image after reliability checks.
  • Rationale-assisted pipeline:
    • GPT-4o used to generate and filter natural-language rationales; only examples where GPT-4o judgments aligned with human experts were retained for rationale pairing.
    • Training sets constructed to be balanced across harm categories: up to 10 single-harm examples per harm, producing 90 training examples for BLV and 40 for DWF (paired with GPT-4o rationales).
    • Validation: prompts shared with training but not same images; Test: remaining images (954 BLV, 1,067 DWF).
  • Models evaluated:
    • Closed-source large VLMs (GPT-5 series, GPT-4o, etc.), open-source VLMs (0.5B–11B param), and safety-specialized detectors trained on universal taxonomies (LlavaGuard, QwenGuard, ShieldGemma2).
  • Evaluation:
    • Binary safe/unsafe classification (unsafe = positive class); Precision, Recall, F1 reported.
    • Judgment–rationale consistency measured by extracting harms from model rationales using GPT-4o (extractor validated with >97% exact match).
  • Adaptation approaches:
    • Zero-shot (guidelines only at inference).
    • Prompt-based adaptation: in-context learning (ICL), VQA prompting (rationale + instruction).
    • Parameter-efficient fine-tuning with small (<100) community-specific datasets.
  • Key quantitative outcomes (representative):
    • Zero-shot: many VLMs F1 ≈ 0; GPT-4o F1 0.35 (BLV) / 0.19 (DWF); GPT-4o-mini 0.24 (BLV) / 0.51 (DWF).
    • Adaptation: GPT-4o with ICL/VQA reached F1 ≈ 0.50 (BLV) and 0.78 (DWF).
    • PEFT on smaller models (0.5–7B) achieved best F1 ≈ 0.48 (BLV) and 0.59 (DWF) with <100 examples.
    • SoTA general-purpose detection for mainstream harms: F1 ≈ 0.9 (benchmark for comparison).

Implications for AI Economics

  • Externalities and welfare:
    • Missed representational harms impose non-trivial social and economic costs on marginalized groups (psychological harm, reputational damage, reduced access to opportunities). These externalities are currently not internalized by models and platforms using one-size-fits-all detectors.
  • Compliance, liability, and regulatory risk:
    • Regulators and civil-society stakeholders increasingly expect AI systems to mitigate harm to vulnerable groups. Failure to detect community-specific harms may raise legal and reputational risk for firms, prompting potentially costly remediation or sanctions.
  • Cost structure and scaling:
    • CTD requires ongoing community engagement, expert-labeled examples, and frequent adaptation as model behaviors and harm categories evolve. This introduces recurrent fixed and variable costs:
      • Labor costs: recruiting and compensating domain experts and advocacy organizations for guideline design, annotation, and validation.
      • Operational costs: storing/serving many community-specific models/guidelines or running prompt-based adapters at inference.
      • Retraining/updating costs: sensitivity to guideline changes implies repeated fine-tuning or frequent prompt engineering.
    • These costs can create market opportunities for specialized vendors or platform-level services offering managed CTD modules, but also raise entry barriers for smaller product teams.
  • Product design and segmentation:
    • Platforms may need to move from a single safety pipeline to configurable, per-user or per-community safety modes. This supports better user alignment but increases product complexity and may fragment moderation policies across jurisdictions and customer segments.
  • Market competition and value capture:
    • Firms that invest early in robust CTD (infrastructure, community partnerships, modular detectors) can differentiate on trust, compliance, and user safety—potentially monetizable through enterprise safety SLAs or API tiers.
    • Conversely, costs may push some providers to conservative content restrictions (overblocking), creating welfare losses (reduced utility) for users who want authentic depictions.
  • Policy and public good implications:
    • There is a role for shared, public-good resources (community-validated guideline repositories, shared annotated datasets, or funded partnerships) to reduce duplicated costs across firms and ensure equitable coverage across many small or under-resourced communities.
    • Subsidies or regulation encouraging open standards for CTD would lower coordination costs and help internalize externalities.
  • Strategic research & investment priorities:
    • Investing in sample-efficient adaptation methods, robust rationale-grounding, and modular architectures (supporting many evolving taxonomies without retraining full stacks) has high expected economic return given the regulatory and reputational stakes.
    • Funding long-term community partnerships is essential; technical fixes alone will not scale fairness or legitimacy.

Limitations noted by authors (relevant for economic assessment): - Study covers two disability communities; other communities may surface different harms and scaling challenges. - CTD performance improvements still lag general toxicity detection—continued R&D needed. - Effective CTD depends on trustable engagement with community representatives, which has non-trivial time and coordination costs.

Takeaway for economists and decision-makers: universal safety detectors miss substantial, measurable harms for specific communities. Addressing these gaps requires ongoing investment (labor, annotation, infrastructure), new business models (specialized detection services, per-community safety tiers), and public-good coordination to contain costs and ensure inclusive mitigation of model-driven externalities.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper provides substantial empirical evidence (2,400 T2I-generated images, expert-developed community guidelines, and multiple model evaluations) showing that state-of-the-art universal toxicity detectors miss a large share of community-specific harms; however, the evidence is limited to two disability communities, a fixed set of prompts and T2I models, and does not establish broader external validity. Methods Rigormedium — Strengths: careful co-design of community-specific guidelines with experts, inter-rater reliability checks, balanced training/validation/test splits, multiple baselines and model families, and transparent metrics (precision/recall/F1, consistency). Limitations: reliance on GPT-4o for rationale generation and filtering (potential circularity and selection bias), small per-harm training sample sizes, single-expert annotation for most images after initial reliability checks, and evaluation restricted to two disability communities and three T2I model families. SampleDataset of 2,400 text-to-image (T2I) generated images: 1,200 per community (blind/low vision and dwarfism), produced from 400 community-written prompts per community with one image per prompt from each of three T2I models (GPT-Image-1, Imagen4-Ultra, Stable Diffusion 3.5 Large Turbo); five disability experts developed safety guidelines and annotated images (inter-rater reliability checked on a random subset); experiments evaluate multiple closed-source and open-source vision-language models plus existing toxicity detectors. Themesgovernance inequality GeneralizabilityLimited to two disability communities (blind/low vision and dwarfism); findings may not transfer to other marginalized groups or cultural contexts., Images drawn from three T2I model families and 400 prompts per community — may not reflect the full diversity of prompts, models, or deployment settings., Annotations reflect expert judgments and community-defined harms, which are appropriate for this task but differ from general-population labels and may be culturally/contextually specific., Use of GPT-4o for rationale filtering and augmentation could bias training data and evaluation (potential leakage/circularity) and may affect replication with different LLMs., Small per-harm training sets and synthetic-image focus limit robustness and long-run performance as models and harms evolve.

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Among images labeled safe by state-of-the-art toxicity detectors, 32.2% of BLV-community images and 37.5% of dwarfism-community images violated community-specific safety guidelines. Ai Safety And Ethics negative Detection of community-specific representational harms
Reading fidelity high
Study strength medium
n=2400
32.2% for BLV and 37.5% for DWF
0.18
General-purpose vision-language models perform poorly at detecting disability-community-specific harms when given only the relevant guidelines at inference time. Ai Safety And Ethics negative F1 score for community-specific harm detection
Reading fidelity high
Study strength medium
n=2021
6 out of 10 models achieved F1 scores near zero
0.18
In zero-shot testing, the evaluated general-purpose VLMs achieved F1 scores ranging from 0.00 to 0.35 for BLV and from 0.00 to 0.57 for DWF. Ai Safety And Ethics negative Zero-shot F1 score for community-specific toxicity detection
Reading fidelity high
Study strength medium
n=2021
F1 0.35 for BLV and F1 0.57 for DWF at the highest reported values
0.18
Safety-specialized toxicity detectors trained on general-public safety guidelines also perform poorly on disability-community-specific harms in zero-shot evaluation. Ai Safety And Ethics negative F1 score for community-specific harm detection
Reading fidelity high
Study strength medium
n=2021
ShieldGemma2 F1 = 0.27–0.31; LlavaGuard and QwenGuard approximately 0
0.18
Providing community-specific guidelines through prompt-based adaptation substantially improves GPT-4o's community-specific harm detection, producing F1 scores of 0.50 and 0.78 across the two communities. Ai Safety And Ethics positive F1 score for community-specific toxicity detection
Reading fidelity high
Study strength medium
n=2021
GPT-4o F1 = 0.50 and 0.78
0.18
Parameter-efficient fine-tuning improves smaller vision-language models' community-specific harm detection, with best F1 scores of 0.48 and 0.59 using fewer than 100 demonstrations. Ai Safety And Ethics positive F1 score for community-specific harm detection
Reading fidelity high
Study strength medium
n=130
Best F1 = 0.48 and 0.59 with fewer than 100 demonstrations
0.18
Fine-tuned detectors are sensitive to changes in harm definitions in the safety guidelines at inference time. Ai Safety And Ethics negative Alignment and robustness of fine-tuned detectors to changing safety guidelines
Reading fidelity high
Study strength low
not reported
0.09
Community-specific toxicity detection remains substantially less effective than general-purpose toxicity detection, despite adaptation gains. Ai Safety And Ethics negative F1 score and comparative detection performance
Reading fidelity high
Study strength medium
n=2021
CTD F1 below approximately 0.9
0.18
The expert safety annotations showed substantial agreement for BLV images and near-perfect agreement for DWF images at the safety-label level. Ai Safety And Ethics positive Inter-rater reliability of safety labels
Reading fidelity high
Study strength medium
n=100
Cohen's Kappa = 0.65 for BLV and 0.97 for DWF
0.18

Notes