← Search

Daniel Kyrollos

3 accepted papers

2026

Thicker and Quicker: The Jumbo Token for Fast Plain Vision Transformers

ICLR 2026poster

ViTs are general and accurate, and address many tasks, but ViTs are slow, and are not always practical when efficiency is key. Existing methods for faster ViTs design hybrid non-ViT architectures, losing generality, or shrink their tokens, sacrificing accuracy. While many non-ViT architectures are b…

Cited by 3SourcecodeScholar
2025

LookWhere? Efficient Visual Recognition by Learning Where to Look and What to See from Self-Supervision

NeurIPS 2025poster

Vision transformers are ever larger, more accurate, and more expensive to compute. At high resolution, the expense is even more extreme as the number of tokens grows quadratically in the image size. We turn to adaptive computation to cope with this cost by learning to predict where to compute. Our…

Cited by 0SourceScholar
2024

LookHere: Vision Transformers with Directed Attention Generalize and Extrapolate

NeurIPS 2024poster

High-resolution images offer more information about scenes that can improve model accuracy. However, the dominant model architecture in computer vision, the vision transformer (ViT), cannot effectively leverage larger images without finetuning — ViTs poorly extrapolate to more patches at test time,…