paper-with-me

홈 › Papers

Waffling around for Performance: Visual Classification with Random Words and Broad Concepts

2023-06-12 · ICCV 2023 1 · Karsten Roth, Jae Myung Kim, A. Sophia Koepke, Oriol Vinyals, Cordelia Schmid, Zeynep Akata

The visual classification performance of vision-language models such as CLIP has been shown to benefit from additional semantic knowledge from large language models (LLMs) such as GPT-3. In particular, averaging over LLM-generated class descriptors, e.g. "waffle, which has a round shape", can notably improve generalization performance. In this work, we critically study this behavior and propose WaffleCLIP, a framework for zero-shot visual classification which simply replaces LLM-generated descriptors with random character and word descriptors. Without querying external models, we achieve comparable performance gains on a large number of visual classification tasks. This allows WaffleCLIP to both serve as a low-cost alternative, as well as a sanity check for any future LLM-based vision-language model extensions. We conduct an extensive experimental study on the impact and shortcomings of additional semantics introduced with LLM-generated descriptors, and showcase how - if available - semantic context is better leveraged by querying LLMs for high-level concepts, which we show can be done to jointly resolve potential class name ambiguities. Code is available here: https://github.com/ExplainableML/WaffleCLIP.

📄 PDF Abstract BibTeX arXiv:2306.07282

Code (2)

explainableml/waffleclip 공식 구현 pytorch
hk1ee/comparative-clip pytorch

Tasks

ClassificationLanguage ModelingLanguage ModellingRetrieval

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…

Similar Papers 제목 키워드 기반

Learning Multi-Domain Convolutional Neural Networks for Visual Tracking

2015-10-27 · CVPR 2016 6 · Hyeonseob Nam, Bohyung Han

We propose a novel visual tracking algorithm based on the representations from a discriminatively trained Convolutional Neural Network (CNN). Our algorithm pretrains a CNN using a large set of videos with tracking ground…

Binary ClassificationGeneral ClassificationVisual Tracking

Vowel-based Meeteilon dialect identification using a Random Forest classifier

2021-07-26 · Thangjam Clarinda Devi, Kabita Thaoroijam

This paper presents a vowel-based dialect identification system for Meeteilon. For this work, a vowel dataset is created by using Meeteilon Speech Corpora available at Linguistic Data Consortium for Indian Languages (LDC…

ClassificationDialect Identification

Feature Selection with the Boruta Package

2010-09-01 · Journal of Statistical Software 2010 2010 9 · Miron B. Kursa, Witold R. Rudnicki

This article describes a R package Boruta, implementing a novel feature selection algorithm for finding all relevant variables. The algorithm is designed as a wrapper around a Random Forest classification algorithm. It i…

feature selectionGeneral Classification

VRIQ: Benchmarking and Analyzing Visual-Reasoning IQ of VLMs

2026-02-05 · Tina Khezresmaeilzadeh, Jike Zhong, Konstantinos Psounis arxiv

Recent progress in Vision Language Models (VLMs) has raised the question of whether they can reliably perform nonverbal reasoning. To this end, we introduce VRIQ (Visual Reasoning IQ), a novel benchmark designed to asses…

Visual Reasoning

Label Ranker: Self-Aware Preference for Classification Label Position in Visual Masked Self-Supervised Pre-Trained Model

2025-03-03 · Preprints.org 2025 3 · Peihao Xiang, Kaida Wu, Ou Bai

This paper investigates the impact of randomly initialized unique encoding of classification label position on the visual masked self-supervised pre-trained model when fine-tuning downstream classification tasks. Our fin…

ClassificationDimensionality ReductionHuman Activity RecognitionImage Classification+3