paper-with-me

Papers

Delving into CLIP latent space for Video Anomaly Recognition

2023-10-04 · Luca Zanella, Benedetta Liberatori, Willi Menapace, Fabio Poiesi, Yiming Wang, Elisa Ricci

We tackle the complex problem of detecting and recognising anomalies in surveillance videos at the frame level, utilising only video-level supervision. We introduce the novel method AnomalyCLIP, the first to combine Large Language and Vision (LLV) models, such as CLIP, with multiple instance learning for joint video anomaly detection and classification. Our approach specifically involves manipulating the latent CLIP feature space to identify the normal event subspace, which in turn allows us to effectively learn text-driven directions for abnormal events. When anomalous frames are projected onto these directions, they exhibit a large feature magnitude if they belong to a particular class. We also introduce a computationally efficient Transformer architecture to model short- and long-term temporal dependencies between frames, ultimately producing the final anomaly score and class prediction probabilities. We compare AnomalyCLIP against state-of-the-art methods considering three major anomaly detection benchmarks, i.e. ShanghaiTech, UCF-Crime, and XD-Violence, and empirically show that it outperforms baselines in recognising video anomalies.

📄 PDF Abstract BibTeX arXiv:2310.02835

Code (1)

luca-zanella-dvl/AnomalyCLIP 공식 구현 pytorch

Tasks

Anomaly DetectionMultiple Instance LearningVideo Anomaly Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
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 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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
Attention 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

Delving into Latent Spectral Biasing of Video VAEs for Superior Diffusability

2025-12-05 · Shizhan Liu, Xinran Deng, Zhuoyi Yang, Jiayan Teng 외 arxiv

Latent diffusion models pair VAEs with diffusion backbones, and the structure of VAE latents strongly influences the difficulty of diffusion training. However, existing video VAEs typically focus on reconstruction fideli…

Text-to-Video Generation

MagicVideo: Efficient Video Generation With Latent Diffusion Models

2022-11-20 · Daquan Zhou, Weimin WANG, Hanshu Yan, Weiwei Lv 외

We present an efficient text-to-video generation framework based on latent diffusion models, termed MagicVideo. MagicVideo can generate smooth video clips that are concordant with the given text descriptions. Due to a no…

GPUText-to-Video GenerationVideo Generation

SignCLIP: Connecting Text and Sign Language by Contrastive Learning

2024-07-01 · Zifan Jiang, Gerard Sant, Amit Moryossef, Mathias Müller 외

We present SignCLIP, which re-purposes CLIP (Contrastive Language-Image Pretraining) to project spoken language text and sign language videos, two classes of natural languages of distinct modalities, into the same space.…

Contrastive LearningRetrievalSign Language RecognitionText Retrieval+1

STEVE-Audio: Expanding the Goal Conditioning Modalities of Embodied Agents in Minecraft

2024-12-01 · Nicholas Lenzen, Amogh Raut, Andrew Melnik

Recently, the STEVE-1 approach has been introduced as a method for training generative agents to follow instructions in the form of latent CLIP embeddings. In this work, we present a methodology to extend the control mod…

Decision MakingMinecraftSequential Decision Making

Sound-Guided Semantic Video Generation

2022-04-20 · Seung Hyun Lee, Gyeongrok Oh, Wonmin Byeon, Chanyoung Kim 외

The recent success in StyleGAN demonstrates that pre-trained StyleGAN latent space is useful for realistic video generation. However, the generated motion in the video is usually not semantically meaningful due to the di…

Video EditingVideo Generation