← Search

Katherine Hermann

8 accepted papers

2024

Understanding Visual Feature Reliance through the Lens of Complexity

NeurIPS 2024poster

Recent studies suggest that deep learning models' inductive bias towards favoring simpler features may be an origin of shortcut learning. Yet, there has been limited focus on understanding the complexities of the myriad features that models learn. In this work, we introduce a new metric for quantify…

Cited by 5SourcePDFScholar
2023

Improving neural network representations using human similarity judgments

NeurIPS 2023poster

Deep neural networks have reached human-level performance on many computer vision tasks. However, the objectives used to train these networks enforce only that similar images are embedded at similar locations in the representation space, and do not directly constrain the global structure of the resu…

Cited by 42SourcePDFScholar
2023

Learning in temporally structured environments

ICLR 2023poster

Natural environments have temporal structure at multiple timescales. This property is reflected in biological learning and memory but typically not in machine learning systems. We advance a multiscale learning method in which each weight in a neural network is decomposed as a sum of subweights with…

Cited by 6SourcePDFScholar
2023

Self-Refine: Iterative Refinement with Self-Feedback

NeurIPS 2023poster

Like humans, large language models (LLMs) do not always generate the best output on their first try. Motivated by how humans refine their written text, we introduce Self-Refine, an approach for improving initial outputs from LLMs through iterative feedback and refinement. The main idea is to generat…

Cited by 1546SourcePDFScholar
2023

What Makes Chain-of-Thought Prompting Effective? A Counterfactual Study

EMNLP 2023long findings

The effectiveness of Chain-of-thought prompting (CoT) has been widely recognized, but the underlying mechanisms behind its success, the reason why it just works for a wide range of tasks, remains an open question. To investigate this, we employ a counterfactual prompting approach, systematically man…

Cited by 49SourceScholar
2020

The Origins and Prevalence of Texture Bias in Convolutional Neural Networks

NeurIPS 2020oral

Recent work has indicated that, unlike humans, ImageNet-trained CNNs tend to classify images by texture rather than by shape. How pervasive is this bias, and where does it come from? We find that, when trained on datasets of images with conflicting shape and texture, CNNs learn to classify by shape…

2020

What shapes feature representations? Exploring datasets, architectures, and training

NeurIPS 2020poster

In naturalistic learning problems, a model's input contains a wide range of features, some useful for the task at hand, and others not. Of the useful features, which ones does the model use? Of the task-irrelevant features, which ones does the model represent? Answers to these questions are importan…