← Search

Simon Kornblith

31 accepted papers

2025

Objective drives the consistency of representational similarity across datasets

ICML 2025poster

The Platonic Representation Hypothesis claims that recent foundation models are converging to a shared representation space as a function of their downstream task performance, irrespective of the objectives and data modalities used to train these models (Huh et al., 2024). Representational similarit…

Cited by 3SourcePDFScholar
2024

Small-scale proxies for large-scale Transformer training instabilities

ICLR 2024oral

Teams that have trained large Transformer-based models have reported training instabilities at large scale that did not appear when training with the same hyperparameters at smaller scales. Although the causes of such instabilities are of scientific interest, the amount of resources required to repr…

Cited by 79SourcePDFScholar
2024

When does perceptual alignment benefit vision representations?

NeurIPS 2024poster

Humans judge perceptual similarity according to diverse visual attributes, including scene layout, subject location, and camera pose. Existing vision models understand a wide range of semantic abstractions but improperly weigh these attributes and thus make inferences misaligned with human perceptio…

Cited by 5SourcePDFScholar
2023

FlexiViT: One Model for All Patch Sizes

CVPR 2023poster

Vision Transformers convert images to sequences by slicing them into patches. The size of these patches controls a speed/accuracy tradeoff, with smaller patches leading to higher accuracy at greater computational cost, but changing the patch size typically requires retraining the model. In this pape…

2023

Human alignment of neural network representations

ICLR 2023poster

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…

2023

Hyperbolic Contrastive Learning for Visual Representations Beyond Objects

CVPR 2023poster

Although self-/un-supervised methods have led to rapid progress in visual representation learning, these methods generally treat objects and scenes using the same lens. In this paper, we focus on learning representations of objects and scenes that preserve the structure among them. Motivated by the…

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

On the Relationship Between Explanation and Prediction: A Causal View

ICML 2023poster

Being able to provide explanations for a model's decision has become a central requirement for the development, deployment, and adoption of machine learning models. However, we are yet to understand what explanation methods can and cannot do. How do upstream factors such as data, model prediction, h…

Cited by 21SourcePDFScholar
2022

Model soups: averaging weights of multiple fine-tuned models improves accuracy without increasing inference time

ICML 2022spotlight

The conventional recipe for maximizing model accuracy is to (1) train multiple models with various hyperparameters and (2) pick the individual model which performs best on a held-out validation set, discarding the remainder. In this paper, we revisit the second step of this procedure in the context…

2022

Patching open-vocabulary models by interpolating weights

NeurIPS 2022accept

Open-vocabulary models like CLIP achieve high accuracy across many image classification tasks. However, there are still settings where their zero-shot performance is far from optimal. We study model patching, where the goal is to improve accuracy on specific tasks without degrading accuracy on tasks…

2022

Robust Fine-Tuning of Zero-Shot Models

CVPR 2022oral

Large pre-trained models such as CLIP or ALIGN offer consistent accuracy across a range of data distributions when performing zero-shot inference (i.e., without fine-tuning on a specific dataset). Although existing fine-tuning methods substantially improve accuracy on a given target distribution, th…

Cited by 764PDFcodeScholar
2021

Big Self-Supervised Models Advance Medical Image Classification

ICCV 2021poster

Self-supervised pretraining followed by supervised fine-tuning has seen success in image recognition, especially when labeled examples are scarce, but has received limited attention in medical image analysis. This paper studies the effectiveness of self-supervised learning as a pretraining strategy…

Cited by 695PDFcodeScholar
2021

Do Vision Transformers See Like Convolutional Neural Networks?

NeurIPS 2021poster

Convolutional neural networks (CNNs) have so far been the de-facto model for visual data. Recent work has shown that (Vision) Transformer models (ViT) can achieve comparable or even superior performance on image classification tasks. This raises a central question: how are Vision Transformers solvin…

Cited by 1303SourcePDFScholar
2021

Do Wide and Deep Networks Learn the Same Things? Uncovering How Neural Network Representations Vary with Width and Depth

ICLR 2021poster

A key factor in the success of deep neural networks is the ability to scale models to improve performance by varying the architecture depth and width. This simple property of neural network design has resulted in highly effective architectures for a variety of tasks. Nevertheless, there is limited u…

2021

Generalised Lipschitz Regularisation Equals Distributional Robustness

ICML 2021spotlight

The problem of adversarial examples has highlighted the need for a theory of regularisation that is general enough to apply to exotic function classes, such as universal approximators. In response, we have been able to significantly sharpen existing results regarding the relationship between distrib…

2021

Generalized Shape Metrics on Neural Representations

NeurIPS 2021poster

Understanding the operation of biological and artificial networks remains a difficult and important challenge. To identify general principles, researchers are increasingly interested in surveying large collections of networks that are trained on, or biologically adapted to, similar tasks. A standard…

2021

MIST: Multiple Instance Spatial Transformer

CVPR 2021poster

We propose a deep network that can be trained to tackle image reconstruction and classification problems that involve detection of multiple object instances, without any supervision regarding their whereabouts. The network learns to extract the most significant top-K patches, and feeds these patches…

Cited by 15PDFcodeScholar
2021

Meta-learning to Improve Pre-training

NeurIPS 2021poster

Pre-training (PT) followed by fine-tuning (FT) is an effective method for training neural networks, and has led to significant performance improvements in many domains. PT can incorporate various design choices such as task and data reweighting strategies, augmentation policies, and noise models, a…

Cited by 39SourcePDFScholar
2021

Teaching with Commentaries

ICLR 2021poster

Effective training of deep neural networks can be challenging, and there remain many open questions on how to best learn these models. Recently developed methods to improve neural network training examine teaching: providing learned information during the training process to improve downstream model…

2021

Why Do Better Loss Functions Lead to Less Transferable Features?

NeurIPS 2021poster

Previous work has proposed many new loss functions and regularizers that improve test accuracy on image classification tasks. However, it is not clear whether these loss functions learn better representations for downstream tasks. This paper studies how the choice of training objective affects the t…

Cited by 115SourcePDFScholar
2020

A Simple Framework for Contrastive Learning of Visual Representations

ICML 2020poster

This paper presents SimCLR: a simple framework for contrastive learning of visual representations. We simplify recently proposed contrastive self-supervised learning algorithms without requiring specialized architectures or a memory bank. In order to understand what enables the contrastive predictio…

2020

Big Self-Supervised Models are Strong Semi-Supervised Learners

NeurIPS 2020poster

One paradigm for learning from few labeled examples while making best use of a large amount of unlabeled data is unsupervised pretraining followed by supervised fine-tuning. Although this paradigm uses unlabeled data in a task-agnostic way, in contrast to common approaches to semi-supervised learnin…

2020

Revisiting Spatial Invariance with Low-Rank Local Connectivity

ICML 2020poster

Convolutional neural networks are among the most successful architectures in deep learning with this success at least partially attributable to the efficacy of spatial invariance as an inductive bias. Locally connected layers, which differ from convolutional layers only in their lack of spatial inva…

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…

2019

Saccader: Improving Accuracy of Hard Attention Models for Vision

NeurIPS 2019poster

Although deep convolutional neural networks achieve state-of-the-art performance across nearly all image classification tasks, their decisions are difficult to interpret. One approach that offers some level of interpretability by design is \textit{hard attention}, which uses only relevant portions o…

2019

Similarity of Neural Network Representations Revisited

ICML 2019oral

Recent work has sought to understand the behavior of neural networks by comparing representations between layers and between different trained models. We examine methods for comparing neural network representations based on canonical correlation analysis (CCA). We show that CCA belongs to a family o…

Cited by 1704SourcePDFScholar