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

ZeroR@CHiPSAL 2026: Two-Stage Vision-Language Adaptation with Contrastive Learning for Nepali Meme Classification ZeroR@CHiPSAL 2026:基于对比学习的两阶段视觉-语言适配与尼泊尔语模因分类

Two-stage vision-language adaptation pipeline using Qwen3-VL-8B-Instruct for Nepali meme classification, combining generative and contrastive learning approaches First stage uses LoRA fine-tuning with an MLP projection head for generative classification; second stage applies contrastive backbone fine-tuning with supervised InfoNCE loss Class imbalance addressed through minority oversampling, image augmentation, and focal loss, with ensemble inference combining token probabilities and classifier 提出两阶段视觉-语言适配方法,用于尼泊尔语迷因的仇恨言论检测和情感分析 基于Qwen3-VL-8B-Instruct模型,利用其原生天城文支持,避免OCR和翻译管道的误差传播 采用LoRA微调+MLP投影头进行生成式分类,结合对比学习骨干微调与InfoNCE损失 通过少数类过采样、图像增强和focal loss处理类别不平衡问题 在CHiPSAL 2026共享任务中获得仇恨言论检测第2名(F1: 0.797)和情感分析第4名(F1: 0.518)

55
Hot 热度
68
Quality 质量
58
Impact 影响力

Analysis 深度分析

TL;DR

  • Two-stage vision-language adaptation pipeline using Qwen3-VL-8B-Instruct for Nepali meme classification, combining generative and contrastive learning approaches
  • First stage uses LoRA fine-tuning with an MLP projection head for generative classification; second stage applies contrastive backbone fine-tuning with supervised InfoNCE loss
  • Class imbalance addressed through minority oversampling, image augmentation, and focal loss, with ensemble inference combining token probabilities and classifier scores
  • Achieved 2nd place on hate speech detection (F1: 0.797) and 4th place on sentiment analysis (F1: 0.518) in the CHiPSAL 2026 shared task
  • End-to-end approach eliminates error propagation from separate OCR and translation pipelines by leveraging native Devanagari script support

Why It Matters

This work demonstrates a practical framework for adapting large vision-language models to low-resource South Asian languages, addressing a critical gap in multimodal NLP for underrepresented languages. The two-stage approach combining generative and contrastive learning offers a replicable blueprint for multimodal classification tasks beyond hate speech detection. For practitioners working with Devanagari-script languages, the native script support eliminates the compounding errors typical of OCR-translation-classification pipelines.

Technical Details

  • Base Model: Qwen3-VL-8B-Instruct, a vision-language model with native Devanagari support, eliminating the need for separate OCR and translation components
  • Two-Stage Training Pipeline: Stage 1 applies LoRA fine-tuning with an MLP projection head for generative classification; Stage 2 performs contrastive backbone fine-tuning using supervised InfoNCE loss to improve representation learning
  • Imbalance Mitigation: Combines minority class oversampling, image augmentation techniques, and focal loss to address class imbalance in both hate speech and sentiment analysis tasks
  • Ensemble Inference: Integrates Stage 1 token probabilities with Stage 2 classifier scores using validation-tuned weights to optimize final predictions
  • Benchmark Results: 2nd place on hate speech detection (F1: 0.797) and 4th place on three-class sentiment analysis (F1: 0.518) in the CHiPSAL 2026 shared task

Industry Insight

  • The native Devanagari support in modern VLMs represents a strategic shift away from fragile multi-component pipelines (OCR → translation → classification), reducing error accumulation and simplifying deployment for South Asian language applications
  • The two-stage generative-contrastive paradigm can be generalized to other low-resource multimodal tasks, particularly where labeled data is scarce and class imbalance is prevalent
  • Sentiment analysis performance (F1: 0.518) lagging behind hate speech detection suggests that nuanced sentiment classification in low-resource languages remains an open challenge, warranting further investigation into fine-grained annotation strategies and data augmentation techniques

TL;DR

  • 提出两阶段视觉-语言适配方法,用于尼泊尔语迷因的仇恨言论检测和情感分析
  • 基于Qwen3-VL-8B-Instruct模型,利用其原生天城文支持,避免OCR和翻译管道的误差传播
  • 采用LoRA微调+MLP投影头进行生成式分类,结合对比学习骨干微调与InfoNCE损失
  • 通过少数类过采样、图像增强和focal loss处理类别不平衡问题
  • 在CHiPSAL 2026共享任务中获得仇恨言论检测第2名(F1: 0.797)和情感分析第4名(F1: 0.518)

为什么值得看

本文展示了如何将大型视觉语言模型高效适配到低资源南亚语言的多模态任务中,为低资源语言处理提供了实用方案。其两阶段训练策略和端到端方法对类似的多模态内容安全任务具有重要参考价值。

技术解析

  • 模型基础:基于RA-HMD框架,采用Qwen3-VL-8B-Instruct作为核心模型,该模型原生支持天城文(Devanagari)书写系统,可直接理解尼泊尔语文本
  • 两阶段训练管道:第一阶段使用LoRA微调配合MLP投影头进行生成式分类;第二阶段进行对比学习骨干微调,采用监督InfoNCE损失函数优化特征表示
  • 类别不平衡处理:综合运用少数类过采样、图像数据增强和focal loss三种策略,有效缓解仇恨言论数据稀缺问题
  • 推理集成策略:在推理阶段将第一阶段的token概率与第二阶段的分类器得分进行加权集成,权重通过验证集调优确定
  • 任务定义:解决CHiPSAL 2026共享任务的两个子任务——二元仇恨言论分类和三分类情感分析

行业启示

  • 低资源语言处理新路径:利用支持多语言的大模型原生能力,可避免传统OCR+翻译方案的误差累积问题,为南亚语言等低资源语言的多模态任务提供可行方案
  • 两阶段适配范式:先生成式微调再进行对比学习微调的策略,为视觉语言模型的领域适配提供了有效范式,兼顾了生成能力和判别性能
  • 多模态内容安全:针对社交媒体迷因的仇恨言论检测需要深度融合视觉和文本信息,端到端方法比分离式管道更具鲁棒性

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

Multimodal 多模态 Research 科学研究 LLM 大模型 Fine-tuning 微调 Dataset 数据集