paper-with-me

홈 › Papers

Intersection of Parallels as an Early Stopping Criterion

2022-08-19 · Ali Vardasbi, Maarten de Rijke, Mostafa Dehghani

A common way to avoid overfitting in supervised learning is early stopping, where a held-out set is used for iterative evaluation during training to find a sweet spot in the number of training steps that gives maximum generalization. However, such a method requires a disjoint validation set, thus part of the labeled data from the training set is usually left out for this purpose, which is not ideal when training data is scarce. Furthermore, when the training labels are noisy, the performance of the model over a validation set may not be an accurate proxy for generalization. In this paper, we propose a method to spot an early stopping point in the training iterations without the need for a validation set. We first show that in the overparameterized regime the randomly initialized weights of a linear model converge to the same direction during training. Using this result, we propose to train two parallel instances of a linear model, initialized with different random seeds, and use their intersection as a signal to detect overfitting. In order to detect intersection, we use the cosine distance between the weights of the parallel models during training iterations. Noticing that the final layer of a NN is a linear map of pre-last layer activations to output logits, we build on our criterion for linear models and propose an extension to multi-layer networks, using the new notion of counterfactual weights. We conduct experiments on two areas that early stopping has noticeable impact on preventing overfitting of a NN: (i) learning from noisy labels; and (ii) learning to rank in IR. Our experiments on four widely used datasets confirm the effectiveness of our method for generalization. For a wide range of learning rates, our method, called Cosine-Distance Criterion (CDC), leads to better generalization on average than all the methods that we compare against in almost all of the tested cases.

📄 PDF Abstract BibTeX arXiv:2208.09529

Code (1)

alivard/cdc-early-stopping 공식 구현 pytorch

Tasks

counterfactualLearning-To-Rank

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 제목 키워드 기반

Boosting Frequent Itemset Mining via Early Stopping Intersections

2019-01-23 · Nguyen Huu Hiep

Mining frequent itemsets from a transaction database has emerged as a fundamental problem in data mining and committed itself as a building block for many pattern mining tasks. In this paper, we present a general techniq…

Comments on A New Parity Check Stopping Criterion for Turbo Decoding

2020-03-26

A parity-check stopping (PCS) criterion for turbo decoding is proposed in [1], which shows its priority compared with the stopping criteria of Sign Change Ratio (SCR), Sign Difference Ratio (SDR), Cross Entropy (CE) and …

Early Stopping Based on Repeated Significance

2024-08-01 · Eric Bax, Arundhyoti Sarkar, Alex Shtoff

For a bucket test with a single criterion for success and a fixed number of samples or testing period, requiring a $p$-value less than a specified value of $\alpha$ for the success criterion produces statistical confiden…

Don't stop me now: Rethinking Validation Criteria for Model Parameter Selection

2026-02-25 · Andrea Apicella, Francesco Isgrò, Andrea Pollastro, Roberto Prevete arxiv

Despite the extensive literature on training loss functions, the evaluation of generalization on the validation set remains underexplored. In this work, we conduct a systematic empirical and statistical study of how the …

Compute Less to Get More: Using ORC to Improve Sparse Filtering

2014-09-16 · Johannes Lederer, Sergio Guadarrama

Sparse Filtering is a popular feature learning algorithm for image classification pipelines. In this paper, we connect the performance of Sparse Filtering with spectral properties of the corresponding feature matrices. T…

ClassificationGeneral Classificationimage-classificationImage Classification