paper-with-me

Papers

Enhancing Visual Classification using Comparative Descriptors

2024-11-08 · Hankyeol Lee, Gawon Seo, Wonseok Choi, Geunyoung Jung, Kyungwoo Song, Jiyoung Jung

The performance of vision-language models (VLMs), such as CLIP, in visual classification tasks, has been enhanced by leveraging semantic knowledge from large language models (LLMs), including GPT. Recent studies have shown that in zero-shot classification tasks, descriptors incorporating additional cues, high-level concepts, or even random characters often outperform those using only the category name. In many classification tasks, while the top-1 accuracy may be relatively low, the top-5 accuracy is often significantly higher. This gap implies that most misclassifications occur among a few similar classes, highlighting the model's difficulty in distinguishing between classes with subtle differences. To address this challenge, we introduce a novel concept of comparative descriptors. These descriptors emphasize the unique features of a target class against its most similar classes, enhancing differentiation. By generating and integrating these comparative descriptors into the classification framework, we refine the semantic focus and improve classification accuracy. An additional filtering process ensures that these descriptors are closer to the image embeddings in the CLIP space, further enhancing performance. Our approach demonstrates improved accuracy and robustness in visual classification tasks by addressing the specific challenge of subtle inter-class differences.

📄 PDF Abstract BibTeX arXiv:2411.05357

Code (1)

hk1ee/comparative-clip 공식 구현 pytorch

Tasks

Classificationzero-shot-classificationZero-Shot Learning

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 &…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Adam 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Comparative survey of visual object classifiers

2018-06-17 · Hiliwi Leake Kidane

Classification of Visual Object Classes represents one of the most elaborated areas of interest in Computer Vision. It is always challenging to get one specific detector, descriptor or classifier that provides the expect…

ClassificationGeneral ClassificationObjectSurvey

Automated Classification of Cell Shapes: A Comparative Evaluation of Shape Descriptors

2024-11-01 · Valentina Vadori, Antonella Peruffo, Jean-Marie Graïc, Livio Finos 외

This study addresses the challenge of classifying cell shapes from noisy contours, such as those obtained through cell instance segmentation of histological images. We assess the performance of various features for shape…

Instance SegmentationSemantic Segmentation

A comparative evaluation of learned feature descriptors on hybrid monocular visual SLAM methods

2021-03-31 · Hudson M. S. Bruno, Esther L. Colombini

Classical Visual Simultaneous Localization and Mapping (VSLAM) algorithms can be easily induced to fail when either the robot's motion or the environment is too challenging. The use of Deep Neural Networks to enhance VSL…

Simultaneous Localization and Mapping

Adding Cues to Binary Feature Descriptors for Visual Place Recognition

2018-09-18 · Dominik Schlegel, Giorgio Grisetti

In this paper we propose an approach to embed continuous and selector cues in binary feature descriptors used for visual place recognition. The embedding is achieved by extending each feature descriptor with a binary str…

Image RetrievalRetrievalVisual Place Recognition

Semantic Softmax Loss for Zero-Shot Learning

2017-05-22 · Zhong Ji, Yunxin Sun, Yulong Yu, Jichang Guo 외

A typical pipeline for Zero-Shot Learning (ZSL) is to integrate the visual features and the class semantic descriptors into a multimodal framework with a linear or bilinear model. However, the visual features and the cla…

ClassificationGeneral ClassificationMulti-class ClassificationRetrieval+2