paper-with-me

Papers

ClipSitu: Effectively Leveraging CLIP for Conditional Predictions in Situation Recognition

2023-07-02 · IEEE WACV 2024 1 · Debaditya Roy, Dhruv Verma, Basura Fernando

Situation Recognition is the task of generating a structured summary of what is happening in an image using an activity verb and the semantic roles played by actors and objects. In this task, the same activity verb can describe a diverse set of situations as well as the same actor or object category can play a diverse set of semantic roles depending on the situation depicted in the image. Hence a situation recognition model needs to understand the context of the image and the visual-linguistic meaning of semantic roles. Therefore, we leverage the CLIP foundational model that has learned the context of images via language descriptions. We show that deeper-and-wider multi-layer perceptron (MLP) blocks obtain noteworthy results for the situation recognition task by using CLIP image and text embedding features and it even outperforms the state-of-the-art CoFormer, a Transformer-based model, thanks to the external implicit visual-linguistic knowledge encapsulated by CLIP and the expressive power of modern MLP block designs. Motivated by this, we design a cross-attention-based Transformer using CLIP visual tokens that model the relation between textual roles and visual entities. Our cross-attention-based Transformer known as ClipSitu XTF outperforms existing state-of-the-art by a large margin of 14.1\% on semantic role labelling (value) for top-1 accuracy using imSitu dataset. {Similarly, our ClipSitu XTF obtains state-of-the-art situation localization performance.} We will make the code publicly available.

📄 PDF Abstract BibTeX arXiv:2307.00586

Code (1)

LUNAProject22/CLIPSitu 공식 구현 pytorch

Tasks

Grounded Situation RecognitionSituation Recognition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Effectively Leveraging CLIP for Generating Situational Summaries of Images and Videos

2024-07-30 · Dhruv Verma, Debaditya Roy, Basura Fernando

Situation recognition refers to the ability of an agent to identify and understand various situations or contexts based on available information and sensory inputs. It involves the cognitive process of interpreting data …

Semantic Role LabelingVideo Captioning

On mitigating stability-plasticity dilemma in CLIP-guided image morphing via geodesic distillation loss

2024-01-19 · Yeongtak Oh, Saehyung Lee, Uiwon Hwang, Sungroh Yoon

Large-scale language-vision pre-training models, such as CLIP, have achieved remarkable text-guided image morphing results by leveraging several unconditional generative models. However, existing CLIP-guided image morphi…

Image Morphing

Classifier-guided CLIP Distillation for Unsupervised Multi-label Classification

2025-01-01 · CVPR 2025 1 · Dongseob Kim, Hyunjung Shim

Multi-label classification is crucial for comprehensive image understanding, yet acquiring accurate annotations is challenging and costly. To address this, a recent study suggests exploiting unsupervised multi-label …

ClassificationLanguage ModelingLanguage ModellingMulti-Label Classification+1

Enhancing Fine-Grained Image Classifications via Cascaded Vision Language Models

2024-05-18 · Canshi Wei

Fine-grained image classification, particularly in zero/few-shot scenarios, presents a significant challenge for vision-language models (VLMs), such as CLIP. These models often struggle with the nuanced task of distingui…

Fine-Grained Image Classificationimage-classificationImage Classification

Transductive CLIP with Class-Conditional Contrastive Learning

2022-06-13 · Junchu Huang, WeiJie Chen, Shicai Yang, Di Xie 외

Inspired by the remarkable zero-shot generalization capacity of vision-language pre-trained model, we seek to leverage the supervision from CLIP model to alleviate the burden of data labeling. However, such supervision i…

Contrastive LearningPseudo LabelZero-shot Generalization