paper-with-me

홈 › Papers

Calibrating a Deep Neural Network with Its Predecessors

2023-02-13 · Linwei Tao, Minjing Dong, Daochang Liu, Changming Sun, Chang Xu

Confidence calibration - the process to calibrate the output probability distribution of neural networks - is essential for safety-critical applications of such networks. Recent works verify the link between mis-calibration and overfitting. However, early stopping, as a well-known technique to mitigate overfitting, fails to calibrate networks. In this work, we study the limitions of early stopping and comprehensively analyze the overfitting problem of a network considering each individual block. We then propose a novel regularization method, predecessor combination search (PCS), to improve calibration by searching a combination of best-fitting block predecessors, where block predecessors are the corresponding network blocks with weight parameters from earlier training stages. PCS achieves the state-of-the-art calibration performance on multiple datasets and architectures. In addition, PCS improves model robustness under dataset distribution shift.

📄 PDF Abstract BibTeX arXiv:2302.06245

Code (1)

linwei94/pcs 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…

Similar Papers 제목 키워드 기반

A Transferable and Automatic Tuning of Deep Reinforcement Learning for Cost Effective Phishing Detection

2022-09-19 · Orel Lavie, Asaf Shabtai, Gilad Katz

Many challenging real-world problems require the deployment of ensembles multiple complementary learning models to reach acceptable performance levels. While effective, applying the entire ensemble to every sample is cos…

Deep Reinforcement LearningReinforcement Learning (RL)

Mislearning from Censored Data: The Gambler's Fallacy and Other Correlational Mistakes in Optimal-Stopping Problems

2018-03-21 · Kevin He

I study endogenous learning dynamics for people who misperceive intertemporal correlations in random sequences. Biased agents face an optimal-stopping problem. They are uncertain about the underlying distribution and lea…

Prioritized Sweeping Neural DynaQ with Multiple Predecessors, and Hippocampal Replays

2018-02-15 · Lise Aubin, Mehdi Khamassi, Benoît Girard

During sleep and awake rest, the hippocampus replays sequences of place cells that have been activated during prior experiences. These have been interpreted as a memory consolidation process, but recent results suggest a…

HippocampusQ-Learningreinforcement-learningReinforcement Learning+1

An Experiment on Network Density and Sequential Learning

2019-09-05 · Krishna Dasaratha, Kevin He

We conduct a sequential social-learning experiment where subjects each guess a hidden state based on private signals and the guesses of a subset of their predecessors. A network determines the observable predecessors, an…

Hypothesis Testing in Feedforward Networks with Broadcast Failures

2012-11-19 · Zhenliang Zhang, Edwin K. P. Chong, Ali Pezeshki, William Moran

Consider a countably infinite set of nodes, which sequentially make decisions between two given hypotheses. Each node takes a measurement of the underlying truth, observes the decisions from some immediate predecessors, …

Two-sample testing