Research Papers 论文研究 1d ago Updated 21h ago 更新于 21小时前 43

NepOOC-M: Bilingual Nepali-English Benchmark and Comparative Analysis of Multimodal Architectures for OOC Detection NepOOC-M:多模态架构的尼泊尔语-英语双语基准及OOC检测比较分析

NepOOC is the first publicly available Nepali-dominant multilingual benchmark for out-of-context (OOC) misinformation detection, containing 1,090 image-caption pairs with high inter-annotator agreement (kappa = 0.84) OOC misinformation pairs authentic images with misleading captions, making detection a multimodal alignment problem rather than traditional image forensics A text-only mBERT model achieves 94.65±0.20% Macro-F1, statistically equivalent to the best multimodal system (ResNet-50+mBERT) 提出首个尼泊尔语主导的多语言OOC虚假信息检测基准NepOOC,包含1,090个图像-标题对(545真实/545 OOC),覆盖五种类型标注,标注者一致性kappa=0.84 系统评估五种多模态架构及纯文本/纯图像基线,发现纯文本mBERT达到94.65±0.20% Macro-F1,与最佳多模态系统(ResNet-50+mBERT)统计等效(McNemar p=1.000) 纯图像模型表现接近随机水平(33-50%),表明OOC检测本质是模态对齐问题而非图像取证问题 训练规模扩展实验显示,数据集扩充比架构复杂化或区域专业化更能直接推动性能提升

55
Hot 热度
72
Quality 质量
60
Impact 影响力

Analysis 深度分析

TL;DR

  • NepOOC is the first publicly available Nepali-dominant multilingual benchmark for out-of-context (OOC) misinformation detection, containing 1,090 image-caption pairs with high inter-annotator agreement (kappa = 0.84)
  • OOC misinformation pairs authentic images with misleading captions, making detection a multimodal alignment problem rather than traditional image forensics
  • A text-only mBERT model achieves 94.65±0.20% Macro-F1, statistically equivalent to the best multimodal system (ResNet-50+mBERT), indicating caption semantics alone are sufficient at current dataset scale
  • Image-only models perform near chance (33-50%), confirming that visual content alone cannot reliably detect OOC mismatches
  • Dataset expansion, not architectural sophistication or regional specialization, is identified as the most direct path to performance gains

Why It Matters

This work addresses a critical gap in misinformation research by providing the first benchmark for Nepali, a language with significant misinformation prevalence but no public evaluation resources. For AI practitioners, the finding that text-only models match multimodal systems challenges the assumption that more modalities always yield better detection, suggesting resource-efficient alternatives for low-resource language settings.

Technical Details

  • Benchmark composition: 1,090 image-caption pairs (545 pristine, 545 OOC) annotated across five typologies: fabricated, miscaptioned, temporal mismatch, geographic mismatch, and identity mismatch
  • Model evaluation: Five multimodal architectures tested alongside text-only and image-only baselines, with mBERT (multilingual BERT) as the text encoder and ResNet-50 as the visual encoder
  • Performance results: Text-only mBERT achieved 94.65±0.20% Macro-F1; best multimodal (ResNet-50+mBERT) matched at 94.65±0.20%; image-only models scored 33-50% (near chance)
  • Statistical validation: McNemar median test yielded p = 1.000, with 0/5 seeds showing significant differences at alpha = 0.05, confirming equivalence between text-only and multimodal approaches
  • Annotation quality: Inter-annotator agreement kappa = 0.84, indicating strong consistency in labeling

Industry Insight

  • Organizations combating misinformation in low-resource languages should prioritize dataset creation and expansion over investing in complex multimodal architectures, as text signals dominate detection capability
  • The near-chance performance of image-only models validates the conceptual framing of OOC detection as an alignment problem, redirecting research efforts toward cross-modal reasoning rather than visual forensics
  • This benchmark establishes a template for building multilingual misinformation datasets, suggesting that regional specialization may be less critical than scale and typology diversity in driving performance improvements

TL;DR

  • 提出首个尼泊尔语主导的多语言OOC虚假信息检测基准NepOOC,包含1,090个图像-标题对(545真实/545 OOC),覆盖五种类型标注,标注者一致性kappa=0.84
  • 系统评估五种多模态架构及纯文本/纯图像基线,发现纯文本mBERT达到94.65±0.20% Macro-F1,与最佳多模态系统(ResNet-50+mBERT)统计等效(McNemar p=1.000)
  • 纯图像模型表现接近随机水平(33-50%),表明OOC检测本质是模态对齐问题而非图像取证问题
  • 训练规模扩展实验显示,数据集扩充比架构复杂化或区域专业化更能直接推动性能提升

为什么值得看

该研究填补了尼泊尔语OOC虚假信息检测基准的空白,为低资源语言的多模态虚假信息检测提供了首个公开数据集。研究揭示了当前多模态架构在OOC检测任务中的局限性,为后续研究指明了数据驱动而非模型驱动的发展方向。

技术解析

  • 数据集构建:NepOOC包含1,090个图像-标题对,其中545个真实配对、545个OOC配对,按五种类型(fabricated、miscaptioned、temporal mismatch、geographic mismatch、identity mismatch)标注,采用双 annotator 标注确保质量
  • 模型评估:对比五种多模态架构(含ResNet-50+mBERT等)与纯文本mBERT、纯图像基线,使用Macro-F1作为主要评估指标,通过McNemar检验验证统计显著性
  • 关键发现:纯文本mBERT与最佳多模态系统性能完全一致(94.65%),图像信息在当前数据集规模下未提供额外增益,提示caption语义已蕴含足够判别信息
  • 扩展性分析:训练规模缩放实验表明,增加数据量比改进架构设计或引入区域特定优化更能有效提升检测性能

行业启示

  • OOC虚假信息检测应优先关注文本语义对齐能力而非图像取证技术,当前多模态融合策略在数据规模不足时可能无法发挥优势
  • 低资源语言的AI安全研究需要专用基准支撑,NepOOC为南亚语言虚假信息检测提供了可复用的数据基础设施
  • 数据集规模扩展是提升OOC检测性能的最直接路径,建议研究者将资源投入数据收集与标注而非过度优化模型架构

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Benchmark 基准测试 Dataset 数据集 Multimodal 多模态 Evaluation 评测 Research 科学研究