SDGBiasBench: Benchmarking and Mitigating Vision--Language Models' Biases in Sustainable Development Goals
Summary
SDGBiasBench is a new large-scale benchmark suite designed to evaluate and mitigate biases in Vision-Language Models (VLMs) when assessing Sustainable Development Goals (SDGs). It comprises 500k expert-involved multiple-choice questions and 50k regression tasks, spanning three pillars: Health & Nutrition, Basic Services & Infrastructure, and Human Capital & Development. Evaluations reveal an intrinsic SDG bias in current VLMs, where predictions are frequently driven by SDG-specific priors rather than reliable multi-modal cues, leading to pillar-conditioned directional defaults and modality imbalance. To address this, CADE (Contrastive Adaptive Debias Ensemble) is proposed as a training-free, plug-and-play debiasing method. CADE yields significant gains, improving multiple-choice accuracy by up to 25% and reducing regression MAE by up to 12 points across various VLMs.
Key takeaway
For AI Scientists and ML Engineers developing or deploying VLMs for sustainable development applications, you must account for inherent SDG biases. Your models may exhibit pillar-conditioned defaults or under-utilize visual evidence. Implement CADE, a training-free debiasing method, to improve prediction accuracy by up to 25% and reduce errors by 12 points, ensuring more reliable and fair outcomes for critical SDG monitoring.
Key insights
VLMs exhibit intrinsic, pillar-conditioned SDG biases driven by priors, which SDGBiasBench benchmarks and CADE mitigates.
Principles
- VLM predictions often rely on SDG-specific priors over multi-modal evidence.
- Models under-weight visual evidence relative to textual cues.
- SDG bias manifests as pillar-conditioned directional defaults.
Method
CADE is a training-free, plug-and-play method. It uses confidence-gated thresholding and contrastive scoring to adaptively reweight outputs from image, context, and bias streams.
In practice
- Use SDGBiasBench to diagnose VLM biases in SDG applications.
- Apply CADE for training-free bias mitigation in VLMs.
Topics
- Sustainable Development Goals
- Vision-Language Models
- AI Bias
- Debiasing
- SDGBiasBench
- CADE
Best for: Computer Vision Engineer, Research Scientist, AI Scientist, AI Ethicist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.