← Search

Jacob Roll

3 accepted papers

2026

QUEST: A robust attention formulation using query-modulated spherical attention

ICLR 2026poster

The Transformer model architecture has become one of the most widely used in deep learning and the attention mechanism is at its core. The standard attention formulation uses a softmax operation applied to a scaled dot product between query and key vectors. We explore the role played by norms of the…

Cited by 0SourcecodeScholar
2019

Evaluating model calibration in classification

AISTATS 2019poster

Probabilistic classifiers output a probability distribution on target classes rather than just a class prediction. Besides providing a clear separation of prediction and decision making, the main advantage of probabilistic models is their ability to represent uncertainty about predictions. In safety…