← Search

James Gabriel

4 accepted papers

2025

FastVLM: Efficient Vision Encoding for Vision Language Models

CVPR 2025poster

Vision Language Models (VLMs) like LLaVA encode images into tokens aligned to the word embedding space of the LLM decoder. Scaling input image resolution is essential for improving performance, especially in text-rich image understanding tasks. However, popular visual encoders such as CLIP-pretraine…

2024

HUGS: Human Gaussian Splats

CVPR 2024poster

Recent advances in neural rendering have improved both training and rendering times by orders of magnitude. While these methods demonstrate state-of-the-art quality and speed they are designed for photogrammetry of static scenes and do not generalize well to freely moving humans in the environment.…

2023

FastViT: A Fast Hybrid Vision Transformer Using Structural Reparameterization

ICCV 2023poster

The recent amalgamation of transformer and convolutional designs has led to steady improvements in accuracy and efficiency of the models. In this work, we introduce FastViT, a hybrid vision transformer architecture that obtains the state-of-the-art latency-accuracy trade-off. To this end, we intro…

Cited by 231PDFcodeScholar
2023

MobileOne: An Improved One Millisecond Mobile Backbone

CVPR 2023poster

Efficient neural network backbones for mobile devices are often optimized for metrics such as FLOPs or parameter count. However, these metrics may not correlate well with latency of the network when deployed on a mobile device. Therefore, we perform extensive analysis of different metrics by deployi…