paper-with-me

Papers

Towards Realistic Predictors

2018-09-01 · ECCV 2018 9 · Pei Wang, Nuno Vasconcelos

A new class of predictors, denoted realistic predictors, is defined. These are predictors that, like humans, assess the difficulty of examples, reject to work on those that are deemed too hard, but guarantee good performance on the ones they operate on. In this paper, we talk about a particular case of it, realistic classifiers. The central problem in realistic classification, the design of an inductive predictor of hardness scores, is considered. It is argued that this should be a predictor independent of the classifier itself, but tuned to it, and learned without explicit supervision, so as to learn from its mistakes. A new architecture is proposed to accomplish these goals by complementing the classifier with an auxiliary hardness prediction network (HP-Net). Sharing the same inputs as classifiers, the HP-Net outputs the hardness scores to be fed to the classifier as loss weights. Alternatively, the output of classifiers is also fed to HP-Net in a new defined loss, variant of cross entropy loss. The two networks are trained jointly in an adversarial way where, as the classifier learns to improve its predictions, the HP-Net refines its hardness scores. Given the learned hardness predictor, a simple implementation of realistic classifiers is proposed by rejecting examples with large scores. Experimental results not only provide evidence in support of the effectiveness of the proposed architecture and the learned hardness predictor, but also show that the realistic classifier always improves performance on the examples that it accepts to classify, performing better on these examples than an equivalent nonrealistic classifier. All of these make it possible for realistic classifiers to guarantee a good performance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

P4P: Conflict-Aware Motion Prediction for Planning in Autonomous Driving

2022-11-03 · Qiao Sun, Xin Huang, Brian C. Williams, Hang Zhao

Motion prediction is crucial in enabling safe motion planning for autonomous vehicles in interactive scenarios. It allows the planner to identify potential conflicts with other traffic agents and generate safe plans. Exi…

Autonomous DrivingAutonomous VehiclesMotion Planningmotion prediction+2

Massive MIMO Channel Prediction: Kalman Filtering vs. Machine Learning

2020-09-21 · Hwanjin Kim, Sucheol Kim, Hyeongtaek Lee, Chulhee Jang 외

This paper focuses on channel prediction techniques for massive multiple-input multiple-output (MIMO) systems. Previous channel predictors are based on theoretical channel models, which would be deviated from realistic c…

BIG-bench Machine LearningPrediction

Machine-Learned Prediction Equilibrium for Dynamic Traffic Assignment

2021-09-14 · Lukas Graf, Tobias Harks, Kostas Kollias, Michael Markl

We study a dynamic traffic assignment model, where agents base their instantaneous routing decisions on real-time delay predictions. We formulate a mathematically concise model and define dynamic prediction equilibrium (…

Prediction

The Inner Sentiments of a Thought

2023-07-04 · Chris Gagne, Peter Dayan

Transformer-based large-scale language models (LLMs) are able to generate highly realistic text. They are duly able to express, and at least implicitly represent, a wide range of sentiments and color, from the obvious, s…

Optimistic Regret Bounds for Online Learning in Adversarial Markov Decision Processes

2024-05-03 · Sang Bin Moon, Abolfazl Hashemi

The Adversarial Markov Decision Process (AMDP) is a learning framework that deals with unknown and varying tasks in decision-making applications like robotics and recommendation systems. A major limitation of the AMDP fo…

Decision MakingRecommendation Systems