paper-with-me

홈 › Papers

Predicting is not Understanding: Recognizing and Addressing Underspecification in Machine Learning

2022-07-06 · Damien Teney, Maxime Peyrard, Ehsan Abbasnejad

Machine learning (ML) models are typically optimized for their accuracy on a given dataset. However, this predictive criterion rarely captures all desirable properties of a model, in particular how well it matches a domain expert's understanding of a task. Underspecification refers to the existence of multiple models that are indistinguishable in their in-domain accuracy, even though they differ in other desirable properties such as out-of-distribution (OOD) performance. Identifying these situations is critical for assessing the reliability of ML models. We formalize the concept of underspecification and propose a method to identify and partially address it. We train multiple models with an independence constraint that forces them to implement different functions. They discover predictive features that are otherwise ignored by standard empirical risk minimization (ERM), which we then distill into a global model with superior OOD performance. Importantly, we constrain the models to align with the data manifold to ensure that they discover meaningful features. We demonstrate the method on multiple datasets in computer vision (collages, WILDS-Camelyon17, GQA) and discuss general implications of underspecification. Most notably, in-domain performance cannot serve for OOD model selection without additional assumptions.

📄 PDF Abstract BibTeX arXiv:2207.02598

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningModel Selection

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Underspecification in Scene Description-to-Depiction Tasks

2022-10-11 · Ben Hutchinson, Jason Baldridge, Vinodkumar Prabhakaran

Questions regarding implicitness, ambiguity and underspecification are crucial for understanding the task validity and ethical concerns of multimodal image+text systems, yet have received little attention to date. This p…

Position

A neural anisotropic view of underspecification in deep learning

2021-04-29 · Guillermo Ortiz-Jimenez, Itamar Franco Salazar-Reque, Apostolos Modas, Seyed-Mohsen Moosavi-Dezfooli 외

The underspecification of most machine learning pipelines means that we cannot rely solely on validation performance to assess the robustness of deep learning systems to naturally occurring distribution shifts. Instead, …

Deep LearningFairnessInductive Bias

Consistent Explanations in the Face of Model Indeterminacy via Ensembling

2023-06-09 · Dan Ley, Leonard Tang, Matthew Nazari, Hongjin Lin 외

This work addresses the challenge of providing consistent explanations for predictive models in the presence of model indeterminacy, which arises due to the existence of multiple (nearly) equally well-performing models f…

Underspecification in Natural Language Understanding for Dialog Automation

2017-09-01 · RANLP 2017 9 · John Chen, Srinivas Bangalore

With the increasing number of communication platforms that offer variety of ways of connecting two interlocutors, there is a resurgence of chat-based dialog systems. These systems, typically known as \textit{chatbots} ha…

Natural Language UnderstandingSpeech Recognition

Underspecification Presents Challenges for Credibility in Modern Machine Learning

2020-11-06 · Alexander D'Amour, Katherine Heller, Dan Moldovan, Ben Adlam 외

ML models often exhibit unexpectedly poor behavior when they are deployed in real-world domains. We identify underspecification as a key reason for these failures. An ML pipeline is underspecified when it can return many…

BIG-bench Machine Learning