← Search

Bor-Chun Chen

6 accepted papers

2024

Object Recognition as Next Token Prediction

CVPR 2024highlight

We present an approach to pose object recognition as next token prediction. The idea is to apply a language decoder that auto-regressively predicts the text tokens from image embeddings to form labels. To ground this prediction process in auto-regression we customize a non-causal attention mask for…

2024

uCAP: An Unsupervised Prompting Method for Vision-Language Models

ECCV 2024oral

"This paper addresses a significant limitation that prevents Contrastive Language-Image Pretrained Models (CLIP) from achieving optimal performance on downstream image classification tasks. The key problem with CLIP-style zero-shot classification is that it requires domain-specific context in the fo…

Cited by 0SourcePDFScholar
2022

AdaViT: Adaptive Vision Transformers for Efficient Image Recognition

CVPR 2022poster

Built on top of self-attention mechanisms, vision transformers have demonstrated remarkable performance on a variety of vision tasks recently. While achieving excellent performance, they still require relatively intensive computational cost that scales up drastically as the numbers of patches, self-…

Cited by 301PDFcodeScholar
2022

Visual Prompt Tuning

ECCV 2022poster

"The current modus operandi in adapting pre-trained models involves updating all the backbone parameters, i.e. full fine-tuning. This paper introduces Visual Prompt Tuning (VPT) as an efficient and effective alternative to full fine-tuning for large-scale Transformer models in vision. Taking inspira…