paper-with-me

Papers

Measuring Representational Robustness of Neural Networks Through Shared Invariances

2022-06-23 · Vedant Nanda, Till Speicher, Camila Kolling, John P. Dickerson, Krishna P. Gummadi, Adrian Weller

A major challenge in studying robustness in deep learning is defining the set of `meaningless'' perturbations to which a given Neural Network (NN) should be invariant. Most work on robustness implicitly uses a human as the reference model to define such perturbations. Our work offers a new view on robustness by using another reference NN to define the set of perturbations a given NN should be invariant to, thus generalizing the reliance on a reference `human NN'' to any NN. This makes measuring robustness equivalent to measuring the extent to which two NNs share invariances, for which we propose a measure called STIR. STIR re-purposes existing representation similarity measures to make them suitable for measuring shared invariances. Using our measure, we are able to gain insights into how shared invariances vary with changes in weight initialization, architecture, loss functions, and training dataset. Our implementation is available at: \url{https://github.com/nvedant07/STIR}.

📄 PDF Abstract BibTeX arXiv:2206.11939

Code (1)

nvedant07/stir 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Understanding Cross-Model Perceptual Invariances Through Ensemble Metamers

2025-04-02 · Lukas Boehm, Jonas Leo Mueller, Christoffer Loeffler, Leo Schwinn 외

Understanding the perceptual invariances of artificial neural networks is essential for improving explainability and aligning models with human vision. Metamers - stimuli that are physically distinct yet produce identica…

Do Invariances in Deep Neural Networks Align with Human Perception?

2021-11-29 · Vedant Nanda, Ayan Majumdar, Camila Kolling, John P. Dickerson 외

An evaluation criterion for safe and trustworthy deep learning is how well the invariances captured by representations of deep neural networks (DNNs) are shared with humans. We identify challenges in measuring these inva…

Data AugmentationSelf-Supervised Learning

Semantic Uncertainty: Linguistic Invariances for Uncertainty Estimation in Natural Language Generation

2023-02-19 · Lorenz Kuhn, Yarin Gal, Sebastian Farquhar

We introduce a method to measure uncertainty in large language models. For tasks like question answering, it is essential to know when we can trust the natural language outputs of foundation models. We show that measurin…

Question AnsweringText Generation

What Should Not Be Contrastive in Contrastive Learning

2020-08-13 · ICLR 2021 1 · Tete Xiao, Xiaolong Wang, Alexei A. Efros, Trevor Darrell

Recent self-supervised contrastive methods have been able to produce impressive transferable visual representations by learning to be invariant to different data augmentations. However, these methods implicitly assume a …

AllContrastive Learning

Learning Representational Invariances for Data-Efficient Action Recognition

2021-03-30 · Yuliang Zou, Jinwoo Choi, Qitong Wang, Jia-Bin Huang

Data augmentation is a ubiquitous technique for improving image classification when labeled data is scarce. Constraining the model predictions to be invariant to diverse data augmentations effectively injects the desired…

Action RecognitionData Augmentationimage-classificationImage Classification