paper-with-me

홈 › Papers

SLANT: Spurious Logo ANalysis Toolkit

2024-06-03 · Maan Qraitem, Piotr Teterwak, Kate Saenko, Bryan A. Plummer

Online content is filled with logos, from ads and social media posts to website branding and product placements. Consequently, these logos are prevalent in the extensive web-scraped datasets used to pretrain Vision-Language Models, which are used for a wide array of tasks (content moderation, object classification). While these models have been shown to learn harmful correlations in various tasks, whether these correlations include logos remains understudied. Understanding this is especially important due to logos often being used by public-facing entities like brands and government agencies. To that end, we develop SLANT: A Spurious Logo ANalysis Toolkit. Our key finding is that some logos indeed lead to spurious incorrect predictions, for example, adding the Adidas logo to a photo of a person causes a model classify the person as greedy. SLANT contains a semi-automatic mechanism for mining such "spurious" logos. The mechanism consists of a comprehensive logo bank, CC12M-LogoBank, and an algorithm that searches the bank for logos that VLMs spuriously correlate with a user-provided downstream recognition target. We uncover various seemingly harmless logos that VL models correlate 1) with negative human adjectives 2) with the concept of `harmlessness'; causing models to misclassify harmful online content as harmless, and 3) with user-provided object concepts; causing lower recognition accuracy on ImageNet zero-shot classification. Furthermore, SLANT's logos can be seen as effective attacks against foundational models; an attacker could place a spurious logo on harmful content, causing the model to misclassify it as harmless. This threat is alarming considering the simplicity of logo attacks, increasing the attack surface of VL models. As a defense, we include in our Toolkit two effective mitigation strategies that seamlessly integrate with zero-shot inference of foundation models.

📄 PDF Abstract BibTeX arXiv:2406.01449

Code (0)

등록된 구현이 없습니다.

Tasks

zero-shot-classificationZero-Shot Learning

Similar Papers 제목 키워드 기반

A Toolkit for Detecting Spurious Correlations in Speech Datasets

2026-04-29 · Lara Gauder, Pablo Riera, Andrea Slachevsky, Gonzalo Forno 외 arxiv

We introduce a toolkit for uncovering spurious correlations between recording characteristics and target class in speech datasets. Spurious correlations may arise due to heterogeneous recording conditions, a common scena…

LogogramNLP: Comparing Visual and Textual Representations of Ancient Logographic Writing Systems for NLP

2024-08-08 · Danlu Chen, Freda Shi, Aditi Agarwal, Jacobo Myerston 외

Standard natural language processing (NLP) pipelines operate on symbolic representations of language, which typically consist of sequences of discrete tokens. However, creating an analogous representation for ancient log…

Text Characterization Toolkit

2022-10-04 · Daniel Simig, Tianlu Wang, Verna Dankers, Peter Henderson 외

In NLP, models are usually evaluated by reporting single-number performance scores on a number of readily available benchmarks, without much deeper analysis. Here, we argue that - especially given the well-known fact tha…

Media Slant is Contagious

2022-02-15 · Philine Widmer, Clémentine Abed Meraim, Sergio Galletta, Elliott Ash

This paper examines the diffusion of media slant. We document the influence of Fox News Channel (FNC) on the partisan slant of local newspapers in the U.S. over the years 1995-2008. We measure the political slant of loca…

Unsupervised Identification and Removal of Spurious Correlations During Fine-Tuning

2026-05-26 · Ciarán M. Gilligan-Lee, Joseph Egan, Yuchen Zhu, Michael O'Riordan arxiv

Fine-tuning a pretrained language model on a curated dataset can produce spurious correlations between the fine-tuning task and unintended latent factors -- such as misaligned personas or political slant -- that the cura…