paper-with-me

홈 › Papers

REST: REtrieve & Self-Train for generative action recognition

2022-09-29 · Adrian Bulat, Enrique Sanchez, Brais Martinez, Georgios Tzimiropoulos

This work is on training a generative action/video recognition model whose output is a free-form action-specific caption describing the video (rather than an action class label). A generative approach has practical advantages like producing more fine-grained and human-readable output, and being naturally open-world. To this end, we propose to adapt a pre-trained generative Vision & Language (V&L) Foundation Model for video/action recognition. While recently there have been a few attempts to adapt V&L models trained with contrastive learning (e.g. CLIP) for video/action, to the best of our knowledge, we propose the very first method that sets outs to accomplish this goal for a generative model. We firstly show that direct fine-tuning of a generative model to produce action classes suffers from severe overfitting. To alleviate this, we introduce REST, a training framework consisting of two key components: an unsupervised method for adapting the generative model to action/video by means of pseudo-caption generation and Self-training, i.e. without using any action-specific labels; (b) a Retrieval approach based on CLIP for discovering a diverse set of pseudo-captions for each video to train the model. Importantly, we show that both components are necessary to obtain high accuracy. We evaluate REST on the problem of zero-shot action recognition where we show that our approach is very competitive when compared to contrastive learning-based methods. Code will be made available.

📄 PDF Abstract BibTeX arXiv:2209.15000

Code (0)

등록된 구현이 없습니다.

Tasks

Action RecognitionCaption GenerationContrastive LearningRetrievalTemporal Action LocalizationVideo RecognitionZero-Shot Action Recognition

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
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 제목 키워드 기반

RealRAG: Retrieval-augmented Realistic Image Generation via Self-reflective Contrastive Learning

2025-02-02 · Yuanhuiyi Lyu, Xu Zheng, Lutao Jiang, Yibo Yan 외

Recent text-to-image generative models, e.g., Stable Diffusion V3 and Flux, have achieved notable progress. However, these models are strongly restricted to their limited knowledge, a.k.a., their own fixed parameters, th…

Contrastive LearningImage GenerationObjectRAG+2

Generative Subgraph Retrieval for Knowledge Graph-Grounded Dialog Generation

2024-10-12 · Jinyoung Park, Minseok Joo, Joo-Kyung Kim, Hyunwoo J. Kim

Knowledge graph-grounded dialog generation requires retrieving a dialog-relevant subgraph from the given knowledge base graph and integrating it with the dialog history. Previous works typically represent the graph using…

InformativenessRetrievalvalid

Localizing Unseen Activities in Video via Image Query

2019-06-28 · Zhu Zhang, Zhou Zhao, Zhijie Lin, Jingkuan Song 외

Action localization in untrimmed videos is an important topic in the field of video understanding. However, existing action localization methods are restricted to a pre-defined set of actions and cannot localize unseen a…

Action LocalizationVideo Understanding

An Integrated Approach for Keyphrase Generation via Exploring the Power of Retrieval and Extraction

2019-04-06 · NAACL 2019 6 · Wang Chen, Hou Pong Chan, Piji Li, Lidong Bing 외

In this paper, we present a novel integrated approach for keyphrase generation (KG). Unlike previous works which are purely extractive or generative, we first propose a new multi-task learning framework that jointly lear…

Keyphrase GenerationMulti-Task LearningRetrieval

A Bayesian Network Model for Interesting Itemsets

2015-10-14 · Jaroslav Fowkes, Charles Sutton

Mining itemsets that are the most interesting under a statistical model of the underlying data is a commonly used and well-studied technique for exploratory data analysis, with the most recent interestingness models exhi…

model