paper-with-me

Papers

Active Bayesian Assessment for Black-Box Classifiers

2020-02-16 · Disi Ji, Robert L. Logan IV, Padhraic Smyth, Mark Steyvers

Recent advances in machine learning have led to increased deployment of black-box classifiers across a wide variety of applications. In many such situations there is a critical need to both reliably assess the performance of these pre-trained models and to perform this assessment in a label-efficient manner (given that labels may be scarce and costly to collect). In this paper, we introduce an active Bayesian approach for assessment of classifier performance to satisfy the desiderata of both reliability and label-efficiency. We begin by developing inference strategies to quantify uncertainty for common assessment metrics such as accuracy, misclassification cost, and calibration error. We then propose a general framework for active Bayesian assessment using inferred uncertainty to guide efficient selection of instances for labeling, enabling better performance assessment with fewer labels. We demonstrate significant gains from our proposed active Bayesian approach via a series of systematic empirical experiments assessing the performance of modern neural classifiers (e.g., ResNet and BERT) on several standard image and text classification datasets.

📄 PDF Abstract BibTeX arXiv:2002.06532

Code (1)

disiji/bayesian-blackbox 공식 구현 pytorch

Tasks

text-classificationText Classification

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Kaiming Initialization 설명 없음

Similar Papers 제목 키워드 기반

Defending Black-box Skeleton-based Human Activity Classifiers

2022-03-09 · He Wang, Yunfeng Diao, Zichang Tan, Guodong Guo

Skeletal motions have been heavily replied upon for human activity recognition (HAR). Recently, a universal vulnerability of skeleton-based HAR has been identified across a variety of classifiers and data, calling for mi…

Activity RecognitionHuman Activity RecognitionTime Series Analysis

A Symbolic Approach to Explaining Bayesian Network Classifiers

2018-05-09 · Andy Shih, Arthur Choi, Adnan Darwiche

We propose an approach for explaining Bayesian network classifiers, which is based on compiling such classifiers into decision functions that have a tractable and symbolic form. We introduce two types of explanations for…

General Classification

Query-limited Black-box Attacks to Classifiers

2017-12-23 · Fnu Suya, Yuan Tian, David Evans, Paolo Papotti

We study black-box attacks on machine learning classifiers where each query to the model incurs some cost or risk of detection to the adversary. We focus explicitly on minimizing the number of queries as a major objectiv…

Bayesian OptimizationBIG-bench Machine Learning

Bayesian active learning for optimization and uncertainty quantification in protein docking

2019-01-31 · Yue Cao, Yang shen

Motivation: Ab initio protein docking represents a major challenge for optimizing a noisy and costly "black box"-like function in a high-dimensional space. Despite progress in this field, there is no docking method avail…

Active LearningBinary ClassificationUncertainty Quantification

Modelling Human Active Search in Optimizing Black-box Functions

2020-03-09 · Antonio Candelieri, Riccardo Perego, Ilaria Giordani, Andrea Ponti 외

Modelling human function learning has been the subject of in-tense research in cognitive sciences. The topic is relevant in black-box optimization where information about the objective and/or constraints is not available…

Active LearningBayesian OptimizationGaussian Processes