← Search

Yuxin Fang

7 accepted papers

2023

Corrupted Image Modeling for Self-Supervised Visual Pre-Training

ICLR 2023top-25%

We introduce Corrupted Image Modeling (CIM) for self-supervised visual pre-training. CIM uses an auxiliary generator with a small trainable BEiT to corrupt the input image instead of using artificial [MASK] tokens, where some patches are randomly selected and replaced with plausible alternatives sam…

Cited by 93SourcePDFScholar
2023

EVA: Exploring the Limits of Masked Visual Representation Learning at Scale

CVPR 2023highlight

We launch EVA, a vision-centric foundation model to explore the limits of visual representation at scale using only publicly accessible data. EVA is a vanilla ViT pre-trained to reconstruct the masked out image-text aligned vision features conditioned on visible image patches. Via this pretext task,…

2023

Unleashing Vanilla Vision Transformer with Masked Image Modeling for Object Detection

ICCV 2023poster

We present an approach to efficiently and effectively adapt a masked image modeling (MIM) pre-trained vanilla Vision Transformer (ViT) for object detection, which is based on our two novel observations: (i) A MIM pre-trained vanilla ViT encoder can work surprisingly well in the challenging object-le…

Cited by 69PDFcodeScholar
2022

Temporally Efficient Vision Transformer for Video Instance Segmentation

CVPR 2022oral

Recently vision transformer has achieved tremendous success on image-level visual recognition tasks. To effectively and efficiently model the crucial temporal information within a video clip, we propose a Temporally Efficient Vision Transformer (TeViT) for video instance segmentation (VIS). Differen…

Cited by 87PDFcodeScholar
2021

Crossover Learning for Fast Online Video Instance Segmentation

ICCV 2021poster

Modeling temporal visual context across frames is critical for video instance segmentation (VIS) and other video understanding tasks. In this paper, we propose a fast online VIS model termed CrossVIS. For temporal information modeling in VIS, we present a novel crossover learning scheme that uses th…

Cited by 137PDFcodeScholar
2021

You Only Look at One Sequence: Rethinking Transformer in Vision through Object Detection

NeurIPS 2021poster

Can Transformer perform $2\mathrm{D}$ object- and region-level recognition from a pure sequence-to-sequence perspective with minimal knowledge about the $2\mathrm{D}$ spatial structure? To answer this question, we present You Only Look at One Sequence (YOLOS), a series of object detection models bas…