paper-with-me

홈 › Papers

To Find Waldo You Need Contextual Cues: Debiasing Who's Waldo

2022-03-30 · Yiran Luo, Pratyay Banerjee, Tejas Gokhale, Yezhou Yang, Chitta Baral

We present a debiased dataset for the Person-centric Visual Grounding (PCVG) task first proposed by Cui et al. (2021) in the Who's Waldo dataset. Given an image and a caption, PCVG requires pairing up a person's name mentioned in a caption with a bounding box that points to the person in the image. We find that the original Who's Waldo dataset compiled for this task contains a large number of biased samples that are solvable simply by heuristic methods; for instance, in many cases the first name in the sentence corresponds to the largest bounding box, or the sequence of names in the sentence corresponds to an exact left-to-right order in the image. Naturally, models trained on these biased data lead to over-estimation of performance on the benchmark. To enforce models being correct for the correct reasons, we design automated tools to filter and debias the original dataset by ruling out all examples of insufficient context, such as those with no verb or with a long chain of conjunct names in their captions. Our experiments show that our new sub-sampled dataset contains less bias with much lowered heuristic performances and widened gaps between heuristic and supervised methods. We also demonstrate the same benchmark model trained on our debiased training set outperforms that trained on the original biased (and larger) training set on our debiased test set. We argue our debiased dataset offers the PCVG task a more practical baseline for reliable benchmarking and future improvements.

📄 PDF Abstract BibTeX arXiv:2203.16682

Code (1)

fpsluozi/tofindwaldo 공식 구현 pytorch

Tasks

BenchmarkingPerson-centric Visual GroundingSentenceVisual Grounding

Similar Papers 제목 키워드 기반

To Find Waldo You Need Contextual Cues: Debiasing Who’s Waldo

2022-05-01 · ACL 2022 5 · Yiran Luo, Pratyay Banerjee, Tejas Gokhale, Yezhou Yang 외

We present a debiased dataset for the Person-centric Visual Grounding (PCVG) task first proposed by Cui et al. (2021) in the Who’s Waldo dataset. Given an image and a caption, PCVG requires pairing up a person’s name men…

BenchmarkingPerson-centric Visual GroundingSentenceVisual Grounding

Who's Waldo? Linking People Across Text and Images

2021-08-16 · ICCV 2021 10 · Claire Yuqing Cui, Apoorv Khandelwal, Yoav Artzi, Noah Snavely 외

We present a task and benchmark dataset for person-centric visual grounding, the problem of linking between people named in a caption and people pictured in an image. In contrast to prior work in visual grounding, which …

Person-centric Visual Grounding

Debiasing Pre-trained Contextualised Embeddings

2021-01-23 · EACL 2021 2 · Masahiro Kaneko, Danushka Bollegala

In comparison to the numerous debiasing methods proposed for the static non-contextualised word embeddings, the discriminative biases in contextualised embeddings have received relatively little attention. We propose a f…

SentenceWord Embeddings

How Bias Binds: Measuring Hidden Associations for Bias Control in Text-to-Image Compositions

2025-11-10 · Jeng-Lin Li, Ming-Ching Chang, Wei-Chao Chen arxiv

Text-to-image generative models often exhibit bias related to sensitive attributes. However, current research tends to focus narrowly on single-object prompts with limited contextual diversity. In reality, each object or…

Debiasing Without Protected Attributes: Latent Concept Erasure from Textual Profiles

2026-06-10 · Shun Shao, Zheng Zhao, Anna Korhonen, Yftah Ziser 외 arxiv

Most fairness research in NLP assumes direct access to protected attributes such as gender, race, or nationality. In practice, however, such information is often unavailable due to privacy constraints, missing metadata, …