← Search

Tomer Levinboim

5 accepted papers

2024

CausalLM is not optimal for in-context learning

ICLR 2024poster

Recent empirical evidence indicates that transformer based in-context learning performs better when using a prefix language model (prefixLM), in which in-context samples can all attend to each other, compared to causal language models (causalLM), which use auto-regressive attention that prohibits in…

2023

Improving Robust Generalization by Direct PAC-Bayesian Bound Minimization

CVPR 2023highlight

Recent research in robust optimization has shown an overfitting-like phenomenon in which models trained against adversarial attacks exhibit higher robustness on the training set compared to the test set. Although previous work provided theoretical explanations for this phenomenon using a robust PAC-…

Cited by 8SourcePDFScholar
2022

PACTran: PAC-Bayesian Metrics for Estimating the Transferability of Pretrained Models to Classification Tasks

ECCV 2022poster

"With the increasing abundance of pretrained models in recent years, the problem of selecting the best pretrained checkpoint for a particular downstream classification task has been gaining increased attention. Although several methods have recently been proposed to tackle the selection problem (e.g…

2021

Bridging the Gap Between Practice and PAC-Bayes Theory in Few-Shot Meta-Learning

NeurIPS 2021poster

Despite recent advances in its theoretical understanding, there still remains a significant gap in the ability of existing PAC-Bayesian theories on meta-learning to explain performance improvements in the few-shot learning setting, where the number of training examples in the target tasks is severel…

Cited by 35SourcePDFScholar
2021

Quality Estimation for Image Captions Based on Large-scale Human Evaluations

NAACL 2021long

Automatic image captioning has improved significantly over the last few years, but the problem is far from being solved, with state of the art models still often producing low quality captions when used in the wild. In this paper, we focus on the task of Quality Estimation (QE) for image captions, w…