%Aigaion2 BibTeX export from Idiap Publications
%Tuesday 30 April 2024 03:08:09 PM

@INPROCEEDINGS{Katharopoulos_ICML_2018,
         author = {Katharopoulos, Angelos and Fleuret, Francois},
       projects = {Idiap},
          title = {Not All Samples Are Created Equal: Deep Learning with Importance Sampling},
      booktitle = {Proceedings of International Conference on Machine Learning},
           year = {2018},
       crossref = {Katharopoulos_Idiap-RR-12-2018},
            pdf = {https://publications.idiap.ch/attachments/papers/2018/Katharopoulos_ICML_2018.pdf}
}



crossreferenced publications: 
@TECHREPORT{Katharopoulos_Idiap-RR-12-2018,
         author = {Katharopoulos, Angelos and Fleuret, Francois},
       projects = {Idiap},
          month = {7},
          title = {Not All Samples Are Created Equal: Deep Learning with Importance Sampling},
           type = {Idiap-RR},
         number = {Idiap-RR-12-2018},
           year = {2018},
    institution = {Idiap},
       abstract = {Deep neural network training spends most of the computation on
examples that are properly handled, and could be ignored.

We propose to mitigate this phenomenon with a principled importance
sampling scheme that focuses computation on "informative" examples,
and reduces the variance of the stochastic gradients during
training. Our contribution is twofold: first, we derive a tractable
upper bound to the per-sample gradient norm, and second we derive an
estimator of the variance reduction achieved with importance sampling,
which enables us to switch it on when it will result in an actual
speedup.

The resulting scheme can be used by changing a few lines of code in a standard
SGD procedure, and we demonstrate experimentally, on image classification, CNN
fine-tuning, and RNN training, that for a fixed wall-clock time budget, it
provides a reduction of the train losses of up to an order of magnitude and a
relative improvement of test errors between 5\% and 17\%.},
            pdf = {https://publications.idiap.ch/attachments/reports/2018/Katharopoulos_Idiap-RR-12-2018.pdf}
}