paper-with-me

홈 › Papers

Hidden Clones: Exposing and Fixing Family Bias in Vision-Language Model Ensembles

2026-03-17 · Zacharie Bugaud arxiv

Ensembling Vision-Language Models (VLMs) from different providers maximizes benchmark accuracy, yet models from the same architectural family share correlated errors that standard voting ignores. We study this structure across 17 VLMs from 8 families on VQAv2, TextVQA, and GQA. Family-correlated errors reduce effective ensemble dimensionality to 2.5-3.6 independent voters and create a Misleading tier (1.5-6.5% of questions) where correlated majority errors destroy accuracy to 0% despite the best model being correct. We propose three family-aware methods. Hierarchical Family Voting (HFV) aggregates within families before voting across them, recovering +18-26 pp on the Misleading tier. QualRCCV, a training-free method weighting models by calibration, family quality, and inverse family size, is the first to beat calibrated voting on all three benchmarks (p<0.05). Learned Candidate Scoring (LCS) trains a cross-validated classifier to re-rank candidate answers using support breadth, family diversity, and model quality, achieving the largest gains: +0.68% VQAv2, +0.61% TextVQA, +2.45% GQA -- all significant -- and is the only learned method that never degrades any benchmark. On VQAv2 test-standard (EvalAI), LCS reaches 87.83% with 12 models, confirming generalization.

📄 PDF Abstract BibTeX arXiv:2603.17111

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Twin-Finder: Integrated Reasoning Engine for Pointer-related Code Clone Detection

2019-11-01 · Hongfa Xue, Yongsheng Mei, Kailash Gogineni, Guru Venkataramani 외

Detecting code clones is crucial in various software engineering tasks. In particular, code clone detection can have significant uses in the context of analyzing and fixing bugs in large scale applications. However, prio…

BIG-bench Machine LearningClone Detection

Unraveling Code Clone Dynamics in Deep Learning Frameworks

2024-04-25 · Maram Assi, Safwat Hassan, Ying Zou

Deep Learning (DL) frameworks play a critical role in advancing artificial intelligence, and their rapid growth underscores the need for a comprehensive understanding of software quality and maintainability. DL framework…

Bug fixingDeep Learning

Is Synthetic Data all We Need? Benchmarking the Robustness of Models Trained with Synthetic Images

2024-05-30 · Krishnakant Singh, Thanush Navaratnam, Jannik Holmer, Simone Schaub-Meyer 외

A long-standing challenge in developing machine learning approaches has been the lack of high-quality labeled data. Recently, models trained with purely synthetic data, here termed synthetic clones, generated using large…

AllBenchmarking

Can GPT-O1 Kill All Bugs? An Evaluation of GPT-Family LLMs on QuixBugs

2024-09-16 · Haichuan Hu, Ye Shang, Guolin Xu, Congqing He 외

LLMs have long demonstrated remarkable effectiveness in automatic program repair (APR), with OpenAI's ChatGPT being one of the most widely used models in this domain. Through continuous iterations and upgrades of GPT-fam…

AllProgram Repair

Distill to Detect: Exposing Stealth Biases in LLMs through Cartridge Distillation

2026-07-01 · Shayan Talaei, Abhinav Chinta, Devvrit Khatri, Amin Karbasi 외 arxiv

Language models deployed in high-stakes roles can potentially favor certain entities, brands, or viewpoints, steering user decisions at scale. Such preferential biases can be introduced by any actor in the model's supply…