paper-with-me

홈 › Papers

Pre-training Vision Transformers with Very Limited Synthesized Images

2023-07-27 · ICCV 2023 1 · Ryo Nakamura, Hirokatsu Kataoka, Sora Takashima, Edgar Josafat Martinez Noriega, Rio Yokota, Nakamasa Inoue

Formula-driven supervised learning (FDSL) is a pre-training method that relies on synthetic images generated from mathematical formulae such as fractals. Prior work on FDSL has shown that pre-training vision transformers on such synthetic datasets can yield competitive accuracy on a wide range of downstream tasks. These synthetic images are categorized according to the parameters in the mathematical formula that generate them. In the present work, we hypothesize that the process for generating different instances for the same category in FDSL, can be viewed as a form of data augmentation. We validate this hypothesis by replacing the instances with data augmentation, which means we only need a single image per category. Our experiments shows that this one-instance fractal database (OFDB) performs better than the original dataset where instances were explicitly generated. We further scale up OFDB to 21,000 categories and show that it matches, or even surpasses, the model pre-trained on ImageNet-21k in ImageNet-1k fine-tuning. The number of images in OFDB is 21k, whereas ImageNet-21k has 14M. This opens new possibilities for pre-training vision transformers with much smaller datasets.

📄 PDF Abstract BibTeX arXiv:2307.14710

Code (1)

ryoo-nakamura/ofdb 공식 구현 pytorch

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

More for Less: Compact Convolutional Transformers Enable Robust Medical Image Classification with Limited Data

2023-07-01 · Andrew Kean Gao

Transformers are very powerful tools for a variety of tasks across domains, from text generation to image captioning. However, transformers require substantial amounts of training data, which is often a challenge in biom…

Image Captioningimage-classificationImage ClassificationMedical Image Classification+1

Approximate Nullspace Augmented Finetuning for Robust Vision Transformers

2024-03-15 · Haoyang Liu, Aditya Singh, Yijiang Li, Haohan Wang

Enhancing the robustness of deep learning models, particularly in the realm of vision transformers (ViTs), is crucial for their real-world deployment. In this work, we provide a finetuning approach to enhance the robustn…

DeepVecFont-v2: Exploiting Transformers to Synthesize Vector Fonts with Higher Quality

2023-03-25 · CVPR 2023 1 · Yuqing Wang, Yizhi Wang, Longhui Yu, Yuesheng Zhu 외

Vector font synthesis is a challenging and ongoing problem in the fields of Computer Vision and Computer Graphics. The recently-proposed DeepVecFont achieved state-of-the-art performance by exploiting information of both…

DecoderVector Graphics

SRTransGAN: Image Super-Resolution using Transformer based Generative Adversarial Network

2023-12-04 · Neeraj Baghel, Shiv Ram Dubey, Satish Kumar Singh

Image super-resolution aims to synthesize high-resolution image from a low-resolution image. It is an active area to overcome the resolution limitations in several applications like low-resolution object-recognition, med…

Binary ClassificationDecoderGenerative Adversarial NetworkImage Enhancement+5

Optimizing Vision Transformers with Data-Free Knowledge Transfer

2024-08-12 · Gousia Habib, Damandeep Singh, Ishfaq Ahmad Malik, Brejesh lall

The groundbreaking performance of transformers in Natural Language Processing (NLP) tasks has led to their replacement of traditional Convolutional Neural Networks (CNNs), owing to the efficiency and accuracy achieved th…

Knowledge Distillationobject-detectionObject DetectionTransfer Learning