Human alignment of neural network representations
Lukas Muttenthaler, Jonas Dippel, Lorenz Linhardt, Robert A. Vandermeulen, Simon Kornblith
TL;DR
The paper interrogates how neural-network representations align with human semantic concept spaces and finds that scaling and architecture have little impact, while training data and objectives are the primary drivers of alignment. It demonstrates that a linear transformation learned from human triplet judgments on one dataset can markedly improve cross-dataset alignment, and that image/text models and very large ViTs yield the strongest concept-level alignment, though some concepts remain poorly captured. The work introduces and leverages linear probing and RSA alongside the VICE human-concept space to reveal concept-specific gaps and the potential to recover human-like representations with supervised signals beyond scaling. Overall, achieving human-like conceptual representations likely requires richer supervision and diverse data beyond mere dataset expansion, with implications for transfer, retrieval, and alignment-driven AI applications.
Abstract
Today's computer vision models achieve human or near-human level performance across a wide variety of vision tasks. However, their architectures, data, and learning algorithms differ in numerous ways from those that give rise to human vision. In this paper, we investigate the factors that affect the alignment between the representations learned by neural networks and human mental representations inferred from behavioral responses. We find that model scale and architecture have essentially no effect on the alignment with human behavioral responses, whereas the training dataset and objective function both have a much larger impact. These findings are consistent across three datasets of human similarity judgments collected using two different tasks. Linear transformations of neural network representations learned from behavioral responses from one dataset substantially improve alignment with human similarity judgments on the other two datasets. In addition, we find that some human concepts such as food and animals are well-represented by neural networks whereas others such as royal or sports-related objects are not. Overall, although models trained on larger, more diverse datasets achieve better alignment with humans than models trained on ImageNet alone, our results indicate that scaling alone is unlikely to be sufficient to train neural networks with conceptual representations that match those used by humans.
