paper-with-me

Papers

CountCLIP -- [Re] Teaching CLIP to Count to Ten

2024-06-05 · Harshvardhan Mestha, Tejas Agrawal, Karan Bania, Shreyas V, Yash Bhisikar

Large vision-language models (VLMs) are shown to learn rich joint image-text representations enabling high performances in relevant downstream tasks. However, they fail to showcase their quantitative understanding of objects, and they lack good counting-aware representation. This paper conducts a reproducibility study of 'Teaching CLIP to Count to Ten' (Paiss et al., 2023), which presents a method to finetune a CLIP model (Radford et al., 2021) to improve zero-shot counting accuracy in an image while maintaining the performance for zero-shot classification by introducing a counting-contrastive loss term. We improve the model's performance on a smaller subset of their training data with lower computational resources. We verify these claims by reproducing their study with our own code. The implementation can be found at https://github.com/SforAiDl/CountCLIP.

📄 PDF Abstract BibTeX arXiv:2406.03586

Code (1)

SforAiDl/CountCLIP 공식 구현 pytorch

Tasks

zero-shot-classificationZero-Shot CountingZero-Shot 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…

Similar Papers 제목 키워드 기반

TeachCLIP: Multi-Grained Teaching for Efficient Text-to-Video Retrieval

2023-08-02 · Kaibin Tian, Ruixiang Zhao, Hu Hu, Runquan Xie 외

For text-to-video retrieval (T2VR), which aims to retrieve unlabeled videos by ad-hoc textual queries, CLIP-based methods are dominating. Compared to CLIP4Clip which is efficient and compact, the state-of-the-art models …

Retrievaltext similarityText to Video RetrievalVideo Retrieval

Teaching CLIP to Count to Ten

2023-02-23 · ICCV 2023 1 · Roni Paiss, Ariel Ephrat, Omer Tov, Shiran Zada 외

Large vision-language models (VLMs), such as CLIP, learn rich joint image-text representations, facilitating advances in numerous downstream tasks, including zero-shot classification and text-to-image generation. Neverth…

counterfactualImage GenerationImage RetrievalObject Counting+5

Long-Short Temporal Co-Teaching for Weakly Supervised Video Anomaly Detection

2023-03-31 · Shengyang Sun, Xiaojin Gong

Weakly supervised video anomaly detection (WS-VAD) is a challenging problem that aims to learn VAD models only with video-level annotations. In this work, we propose a Long-Short Temporal Co-teaching (LSTC) method to add…

Anomaly DetectionMultiple Instance LearningVideo Anomaly Detection

Is the Lecture Engaging for Learning? Lecture Voice Sentiment Analysis for Knowledge Graph-Supported Intelligent Lecturing Assistant (ILA) System

2024-08-20 · Yuan An, Samarth Kolanupaka, Jacob An, Matthew Ma 외

This paper introduces an intelligent lecturing assistant (ILA) system that utilizes a knowledge graph to represent course content and optimal pedagogical strategies. The system is designed to support instructors in enhan…

Sentiment Analysis

Expediting Contrastive Language-Image Pretraining via Self-distilled Encoders

2023-12-19 · Bumsoo Kim, Jinhyung Kim, Yeonsik Jo, Seung Hwan Kim

Recent advances in vision language pretraining (VLP) have been largely attributed to the large-scale data collected from the web. However, uncurated dataset contains weakly correlated image-text pairs, causing data ineff…

Knowledge Distillation