paper-with-me

홈 › Papers

Classification Done Right for Vision-Language Pre-Training

2024-11-05 · Zilong Huang, Qinghao Ye, Bingyi Kang, Jiashi Feng, Haoqi Fan

We introduce SuperClass, a super simple classification method for vision-language pre-training on image-text data. Unlike its contrastive counterpart CLIP who contrast with a text encoder, SuperClass directly utilizes tokenized raw text as supervised classification labels, without the need for additional text filtering or selection. Due to the absence of the text encoding as contrastive target, SuperClass does not require a text encoder and does not need to maintain a large batch size as CLIP does. SuperClass demonstrated superior performance on various downstream tasks, including classic computer vision benchmarks and vision language downstream tasks. We further explored the scaling behavior of SuperClass on model size, training length, or data size, and reported encouraging results and comparisons to CLIP. https://github.com/x-cls/superclass

📄 PDF Abstract BibTeX arXiv:2411.03313

Code (1)

x-cls/superclass 공식 구현 pytorch

Tasks

Classification

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…

Similar Papers 제목 키워드 기반

Domain-Specific Language Model Post-Training for Indonesian Financial NLP

2023-10-15 · Ni Putu Intan Maharani, Yoga Yustiawan, Fauzy Caesar Rochim, Ayu Purwarianti

BERT and IndoBERT have achieved impressive performance in several NLP tasks. There has been several investigation on its adaption in specialized domains especially for English language. We focus on financial domain and I…

Language ModelingLanguage ModellingSentiment AnalysisTopic Classification

GRPO, Dr. GRPO, and DAPO Are Three Operations on One Number: The Group-Standard-Deviation Identity

2026-06-30 · Yong Yi Bay, Kathleen A. Yearick hf

Three of the most popular methods for training language models to reason look like three different tricks. They are not. All three adjust a single number: standard deviation, reflecting how much a prompt's sampled answer…

Arithmetic Pedagogy for Language Models

2026-06-03 · Andhika Bernard Lumbantobing, Hokky Situngkir arxiv

We investigate whether methods of human mathematics pedagogy can guide the training of language models toward arithmetic reasoning. Building on the GASING method -- an Indonesian pedagogy that solves basic arithmetic thr…

Reinforcement LearningArithmetic Reasoning

WaveMix: Multi-Resolution Token Mixing for Images

2021-09-29 · Pranav Jeevan P, Amit Sethi

Even though vision transformers (ViTs) have provided state-of-the-art results on image classification, their requirements of large data, model size, and GPU usage have put them out of reach of most practitioners of compu…

GPUimage-classificationImage ClassificationInductive Bias

XAI for time-series classification leveraging image highlight methods

2023-11-28 · Georgios Makridis, Georgios Fatouros, Vasileios Koukos, Dimitrios Kotios 외

Although much work has been done on explainability in the computer vision and natural language processing (NLP) fields, there is still much work to be done to explain methods applied to time series as time series by natu…

Time SeriesTime Series Classification