← Search

Suzanne Petryk

7 accepted papers

2025

Interpreting and Editing Vision-Language Representations to Mitigate Hallucinations

ICLR 2025poster

We investigate the internal representations of vision-language models (VLMs) to address hallucinations, a persistent challenge despite advances in model size and training. We project VLMs’ internal image representations to their language vocabulary and observe more confident output probabilities on…

2024

ALOHa: A New Measure for Hallucination in Captioning Models

NAACL 2024short

Despite recent advances in multimodal pre-training for visual description, state-of-the-art models still produce captions containing errors, such as hallucinating objects not present in a scene. The existing prominent metric for object hallucination, CHAIR, is limited to a fixed set of MS COCO objec…

Cited by 12SourcePDFScholar
2023

CLAIR: Evaluating Image Captions with Large Language Models

EMNLP 2023short main

The evaluation of machine-generated image captions poses an interesting yet persistent challenge. Effective evaluation measures must consider numerous dimensions of similarity, including semantic relevance, visual structure, object interactions, caption diversity, and specificity. Existing highly-en…

Cited by 0SourceScholar
2022

On Guiding Visual Attention With Language Specification

CVPR 2022poster

While real world challenges typically define visual categories with language words or phrases, most visual classification methods define categories with numerical indicies. However, the language specification of the classes provides an especially useful prior for biased and noisy datasets, where it…

Cited by 30PDFcodeScholar
2022

Reliable Visual Question Answering: Abstain Rather Than Answer Incorrectly

ECCV 2022poster

"Machine learning has advanced dramatically, narrowing the accuracy gap to humans in multimodal tasks like visual question answering (VQA). However, while humans can say ""I don’t know"" when they are uncertain (i.e., abstain from answering a question), such ability has been largely neglected in mul…

2021

NBDT: Neural-Backed Decision Tree

ICLR 2021poster

Machine learning applications such as finance and medicine demand accurate and justifiable predictions, barring most deep learning methods from use. In response, previous work combines decision trees with deep learning, yielding models that (1) sacrifice interpretability for accuracy or (2) sacrific…

2021

Remembering for the Right Reasons: Explanations Reduce Catastrophic Forgetting

ICLR 2021poster

The goal of continual learning (CL) is to learn a sequence of tasks without suffering from the phenomenon of catastrophic forgetting. Previous work has shown that leveraging memory in the form of a replay buffer can reduce performance degradation on prior tasks. We hypothesize that forgetting can be…