paper-with-me

Papers

Deep Learning under Privileged Information Using Heteroscedastic Dropout

2018-05-29 · CVPR 2018 6 · John Lambert, Ozan Sener, Silvio Savarese

Unlike machines, humans learn through rapid, abstract model-building. The role of a teacher is not simply to hammer home right or wrong answers, but rather to provide intuitive comments, comparisons, and explanations to a pupil. This is what the Learning Under Privileged Information (LUPI) paradigm endeavors to model by utilizing extra knowledge only available during training. We propose a new LUPI algorithm specifically designed for Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs). We propose to use a heteroscedastic dropout (i.e. dropout with a varying variance) and make the variance of the dropout a function of privileged information. Intuitively, this corresponds to using the privileged information to control the uncertainty of the model output. We perform experiments using CNNs and RNNs for the tasks of image classification and machine translation. Our method significantly increases the sample efficiency during learning, resulting in higher accuracy with a large margin when the number of training examples is limited. We also theoretically justify the gains in sample efficiency by providing a generalization error bound decreasing with $O(\frac{1}{n})$, where $n$ is the number of training examples, in an oracle case.

📄 PDF Abstract BibTeX arXiv:1805.11614

Code (1)

johnwlambert/dlupi-heteroscedastic-dropout 공식 구현 pytorch

Tasks

Deep Learningimage-classificationImage ClassificationMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Privileged Information Dropout in Reinforcement Learning

2020-05-19 · Pierre-Alexandre Kamienny, Kai Arulkumaran, Feryal Behbahani, Wendelin Boehmer 외

Using privileged information during training can improve the sample efficiency and performance of machine learning systems. This paradigm has been applied to reinforcement learning (RL), primarily in the form of distilla…

Formreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Batch Inverse-Variance Weighting: Deep Heteroscedastic Regression using Privileged Information

2021-01-01 · Vincent Mai, Waleed Khamies, Liam Paull

In model learning, when the training dataset on which the parameters are optimized and the testing dataset on which the model is evaluated are not sampled from identical distributions, we say that the datasets are misali…

regression

On the Capacity Limits of Privileged ERM

2023-03-05 · Michal Sharoni, Sivan Sabato

We study the supervised learning paradigm called Learning Using Privileged Information, first suggested by Vapnik and Vashist (2009). In this paradigm, in addition to the examples and labels, additional (privileged) info…

Object Localization based on Structural SVM using Privileged Information

2014-12-01 · NeurIPS 2014 12 · Jan Feyereisl, Suha Kwak, Jeany Son, Bohyung Han

We propose a structured prediction algorithm for object localization based on Support Vector Machines (SVMs) using privileged information. Privileged information provides useful high-level knowledge for image understandi…

ObjectObject LocalizationStructured Prediction

PULSE: Privileged Knowledge Transfer from Rich to Deployable Sensors for Embodied Multi-Sensory Learning

2025-10-28 · Zihan Zhao, Kaushik Pendiyala, Masood Mortazavi, Ning Yan arxiv

Multi-sensory systems for embodied intelligence, from wearable body-sensor networks to instrumented robotic platforms, routinely face a sensor-asymmetry problem: the richest modality available during laboratory data coll…