paper-with-me

홈 › Papers

Accessing Vision Foundation Models at ImageNet-level Costs

2024-07-15 · Yitian Zhang, Xu Ma, Yue Bai, Huan Wang, Yun Fu

Vision foundation models are renowned for their generalization ability due to massive training data. Nevertheless, they demand tremendous training resources, and the training data is often inaccessible, e.g., CLIP, DINOv2, posing great challenges to developing derivatives that could advance research in this field. In this work, we offer a very simple and general solution, named Proteus, to distill foundation models into smaller equivalents on ImageNet-1K without access to the original training data. Specifically, we remove the designs from conventional knowledge distillation settings that result in dataset bias and present three levels of training objectives, i.e., token, patch, and feature, to maximize the efficacy of knowledge transfer. In this manner, Proteus is trained at ImageNet-level costs with surprising ability, facilitating the accessibility of training foundation models for the broader research community. Leveraging DINOv2-g/14 as the teacher, Proteus-L/14 matches the performance of the Oracle method DINOv2-L/14 (142M training data) across 15 benchmarks and outperforms other vision foundation models including CLIP-L/14 (400M), OpenCLIP-L/14 (400M/2B) and SynCLR-L/14 (600M).

📄 PDF Abstract BibTeX arXiv:2407.10366

Code (1)

bespontaneous/proteus-pytorch 공식 구현 pytorch

Tasks

Knowledge DistillationTransfer Learning

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

One Pass ImageNet

2021-11-03 · NeurIPS Workshop ImageNet_PPF 2021 12 · Huiyi Hu, Ang Li, Daniele Calandriello, Dilan Gorur

We present the One Pass ImageNet (OPIN) problem, which aims to study the effectiveness of deep learning in a streaming setting. ImageNet is a widely known benchmark dataset that has helped drive and evaluate recent advan…

Continual LearningDeep Learning

Foundation Models for Slide-level Cancer Subtyping in Digital Pathology

2024-10-21 · Pablo Meseguer, Rocío del Amor, Adrian colomer, Valery Naranjo

Since the emergence of the ImageNet dataset, the pretraining and fine-tuning approach has become widely adopted in computer vision due to the ability of ImageNet-pretrained models to learn a wide variety of visual featur…

Multiple Instance LearningPrognosis

PuriDefense: Randomized Local Implicit Adversarial Purification for Defending Black-box Query-based Attacks

2024-01-19 · Ping Guo, Xiang Li, Zhiyuan Yang, Xi Lin 외

Black-box query-based attacks constitute significant threats to Machine Learning as a Service (MLaaS) systems since they can generate adversarial examples without accessing the target model's architecture and parameters.…

Adversarial Purification

ImageNet3D: Towards General-Purpose Object-Level 3D Understanding

2024-06-13 · Wufei Ma, Guanning Zeng, Guofeng Zhang, Qihao Liu 외

A vision model with general-purpose object-level 3D understanding should be capable of inferring both 2D (e.g., class name and bounding box) and 3D information (e.g., 3D location and 3D viewpoint) for arbitrary rigid obj…

Image CaptioningLinear Probing Object-Level 3D AwarenessObjectPose Estimation

WPS-SAM: Towards Weakly-Supervised Part Segmentation with Foundation Models

2024-07-14 · Xinjian Wu, Ruisong Zhang, Jie Qin, Shijie Ma 외

Segmenting and recognizing diverse object parts is crucial in computer vision and robotics. Despite significant progress in object segmentation, part-level segmentation remains underexplored due to complex boundaries and…

SegmentationSemantic Segmentation