Paper deep dive
No Need For Real Anomaly: MLLM Empowered Zero-Shot Video Anomaly Detection
Zunkai Dai, Ke Li, Jiajia Liu, Jie Yang, Yuanyuan Qiao
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 91%
Last extracted: 7/20/2026, 8:19:23 PM
Summary
The paper introduces LAVIDA, an end-to-end zero-shot Video Anomaly Detection (VAD) framework that eliminates the need for real anomaly training data. It utilizes an Anomaly Exposure Sampler to transform segmentation datasets into pseudo-anomalies, integrates a Multimodal Large Language Model (MLLM) for deep semantic comprehension, and employs a reverse-attention-based token compression method to handle spatiotemporal sparsity. LAVIDA achieves state-of-the-art performance in both frame-level and pixel-level detection across four benchmark datasets.
Entities (11)
Relation Signals (10)
LAVIDA → uses → Anomaly Exposure Sampler
confidence 95% · LAVIDA employs an Anomaly Exposure Sampler that transforms segmented objects into pseudo-anomalies
LAVIDA → uses → Multimodal Large Language Model
confidence 95% · It further integrates a Multimodal Large Language Model (MLLM) to bolster semantic comprehension capabilities.
LAVIDA → achievessotaon → XD-Violence
confidence 90% · 90.62% AP on XD-Violence
LAVIDA → achievessotaon → UCSD Ped2
confidence 90% · 87.68% pixel-level AUC on UCSD Ped2
LAVIDA → achievessotaon → UBnormal
confidence 90% · 76.45% AUC on UBnormal
LAVIDA → achievessotaon → ShanghaiTech
confidence 90% · 85.28% AUC on ShanghaiTech
LAVIDA → achievessotaon → UCF-Crime
confidence 90% · 82.18% AUC on UCF-Crime
Token Compression → basedon → reverse attention
confidence 90% · token compression approach based on reverse attention
LAVIDA → uses → Token Compression
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:The collection and detection of video anomaly data has long been a challenging problem due to its rare occurrence and spatio-temporal scarcity. Existing video anomaly detection (VAD) methods under perform in open-world scenarios. Key contributing factors include limited dataset diversity, and inadequate understanding of context-dependent anomalous semantics. To address these issues, i) we propose LAVIDA, an end-to-end zero-shot video anomaly detection framework. ii) LAVIDA employs an Anomaly Exposure Sampler that transforms segmented objects into pseudo-anomalies to enhance model adaptability to unseen anomaly categories. It further integrates a Multimodal Large Language Model (MLLM) to bolster semantic comprehension capabilities. Additionally, iii) we design a token compression approach based on reverse attention to handle the spatio-temporal scarcity of anomalous patterns and decrease computational cost. The training process is conducted solely on pseudo anomalies without any VAD data. Evaluations across four benchmark VAD datasets demonstrate that LAVIDA achieves SOTA performance in both frame-level and pixel-level anomaly detection under the zero-shot setting. Our code is available in this https URL.
Tags
Links
- Source: https://arxiv.org/abs/2602.19248v4
- Canonical: https://arxiv.org/abs/2602.19248v4
Trouble viewing inline? Open PDF directly →
Full Text
46,793 characters extracted from source content.
Expand or collapse full text
No Need For Real Anomaly: MLLM Empowered Zero-Shot Video Anomaly Detection Zunkai Dai 1 ,Ke Li 1,† ,Jiajia Liu 2 ,Jie Yang 1 ,Yuanyuan Qiao 1,† 1 Beijing University of Posts and Telecommunications 2 Northwestern Polytechnical University daizk, like1990, janeyang, yyqiao@bupt.edu.cn, liujiajia@nwpu.edu.cn Anomaly:Falling, Running, Jumping... Train Scenario Anomaly: Riot, Explosion...Anomaly:Falling, Running... Traditional Model Novel Scenario Anomaly: Robbery, Shoot... EffectiveIneffective Traditional Solution Close-Set: Cannot Detect Unseen Anomaly/Scenario Anomaly: Falling, Running, Jumping... VAD Dataset Anomaly:Parrot, Elephant, Loading, Dancing... Multi-model LLMModel Our Solution Anomaly Types in a Single Scenario Zero-Shot VA D Anomaly Types: Fight / Jump / Run/ Injured... Anomaly Types:Anomalous Vehicle Behavior Open-World:Detect Any Anomaly in Divers Scenario Open-World Scenario Anomaly Exposure Dataset Anomaly:Fight, Jumping... VAD Evaluation Anomaly Types:Intentional Injury Anomaly Types: Explosion / Break/ Shoot/ Abuse... VAD Dataset “Intentional injury” ≈ “Butch intends to hurt Jerry” Deep Semantic Understanding Fig. 1. Motivation. Left: Existing VAD methods rely on training with anomaly data from single scenarios, resulting in poor generaliza- tion capability to novel anomaly types or unseen scenarios. Right: Our LAVIDA model leverages MLLM to understand deep anomaly semantics, enabling generalization to arbitrary anomaly types across diverse scenarios. The training data consists of pseudo anomaly data synthesized from external datasets, without incorporating any VAD data. Abstract The collection and detection of video anomaly data has long been a challenging problem due to its rare occurrence and spatio-temporal scarcity. Existing video anomaly de- tection (VAD) methods under perform in open-world sce- narios. Key contributing factors include limited dataset di- versity, and inadequate understanding of context-dependent anomalous semantics. To address these issues, i) we pro- pose LAVIDA, an end-to-end zero-shot video anomaly de- tection framework. i) LAVIDA employs an Anomaly Ex- posure Sampler that transforms segmented objects into pseudo-anomalies to enhance model adaptability to un- seen anomaly categories. It further integrates a Multi- modal Large Language Model (MLLM) to bolster seman- tic comprehension capabilities. Additionally, i) we de- sign a token compression approach based on reverse atten- tion to handle the spatio-temporal scarcity of anomalous patterns and decrease computational cost. The training † Corresponding author. process is conducted solely on pseudo anomalies without any VAD data. Evaluations across four benchmark VAD datasets demonstrate that LAVIDA achieves SOTA perfor- mance in both frame-level and pixel-level anomaly detec- tion under the zero-shot setting. Our code is available in https://github.com/VitaminCreed/LAVIDA. 1. Introduction Video Anomaly Detection (VAD) aims to identify behaviors that deviate from normal patterns or represent unexpected events in video sequences. Classical VAD methods assume static scenes, closed-set anomaly categories, and stationary data distributions, yet these assumptions fail in dynamic en- vironments where scenes evolve, behaviors shift, and dis- tributions drift continuously. Recent works have reconcep- tualized VAD in open-world settings, where systems must detect unseen anomalies, operate without predefined tax- onomies, and learn continuously. This capability is criti- cal for safety-critical applications, enabling world models arXiv:2602.19248v4 [cs.CV] 23 Mar 2026 to perceive and adapt to unexpected events. Recent open-set VAD [1, 8, 53] and open-vocabulary VAD [14, 34, 37] approaches have developed promising ca- pabilities for detecting previously unseen anomaly types. However, single-scene training limits their generalization to unseen scenarios. Some methods [2, 27, 39, 47] lever- age multimodal large language models (MLLMs) to obtain anomaly scores, achieving training-free detection. How- ever, they heavily rely on frame-wise or clip-wise text out- puts generated by MLLMs, which significantly limits their practical applicability. Improving the generalization performance of VAD mod- els faces three primary challenges: i) Limited diversity in available anomaly datasets: Existing VAD datasets con- tain limited scenarios and anomaly types, which restricts model learning capabilities and makes them inadequate for real open-world applications; i) Context-dependent seman- tic interpretations of anomalies: Anomaly semantics vary according to different scenarios, while current methods lack sufficient semantic understanding, failing to comprehend unseen scenarios and novel anomaly types, and struggle to adapt detection targets dynamically; and i) Spatiotempo- ral sparsity of anomalies: Anomalies often occupy minimal temporal or spatial regions. The abundance of redundant vi- sual information significantly increases computational cost. Moreover, detection models struggle to effectively leverage the coarse-grained (video-level) contextual semantic fea- tures generated by MLLMs, thereby overlooking localized anomalous patterns in spatiotemporal dimensions. To address these challenges, we propose LAVIDA (LLM-Assisted VIdeo Anomaly Detection Approach), an end-to-end VAD framework that leverages MLLMs and re- quires no real VAD data during training. To overcome the limited diversity of anomalies in existing datasets, we de- sign an Anomaly Exposure Sampler that transforms widely accessible semantic segmentation datasets that contain di- verse semantics into pseudo anomalies, thereby expand- ing VAD scenarios and anomaly types while eliminating the dependence of training on VAD data. To enhance se- mantic understanding, we employ an MLLM-integrated se- mantic feature extractor to capture clip-level semantic rep- resentations, utilizing MLLMs’ open-world understanding to significantly improve anomaly semantic comprehension and resolve context-dependency challenges. To enable the model to focus on local anomaly patterns, considering the spatiotemporal sparsity of anomalies, we apply a reverse- attention-based token compression method that substan- tially reduces irrelevant background visual information, and leverage learnable query tokens that simultaneously access clip-level context and frame-level details. At the end, we ex- ecute comprehensive anomaly detection at both frame and pixel granularities. LAVIDA demonstrates exceptional generalization capa- bilities, achieving state-of-the-art performance in zero-shot detection scenarios. After training on the Anomaly Expo- sure datasets (external segmentation datasets), evaluations on four unseen datasets yield: 76.45% AUC on UBnormal, 85.28% AUC on ShanghaiTech, 82.18% AUC on UCF- Crime (outperforming unsupervised methods), 90.62% AP on XD-Violence (surpassing weakly-supervised methods), and 87.68% pixel-level AUC on UCSD Ped2 (current state- of-the-art pixel-level zero-shot performance). In summary, our contributions are as follows: • We propose an end-to-end zero-shot VAD frame- work, LAVIDA, which leverages MLLMs to extract video anomaly semantic representations and enables frame/pixel-level open-world anomaly detection. • We introduce an Anomaly Exposure Sampler: a training strategy that repurposes segmentation targets as pseudo- anomalies, enabling training without VAD data and im- proving adaptability to diverse scenarios. • We design a token compression method for LLM-based VAD model, which mitigates background interference and reduces computational costs for LLMs. • Extensive experiments show that our method achieves state-of-the-art zero-shot performance, and achieves com- petitive results w.r.t. unsupervised VAD methods at the frame level, and competitive zero-shot performance at the pixel level. 2. Related Work 2.1. Traditional VAD Methods Traditional video anomaly detection can be categorized into unsupervised and weakly-supervised approaches. Unsuper- vised methods assume that only normal samples exist in the training set and learn normal patterns through one-class classification (OCC) [25, 26, 31, 33, 44] or self-supervised tasks [5, 7, 16, 24, 40, 50]. Weakly-supervised VAD (WS- VAD) detects anomalies using only video-level annotations without requiring precise temporal or spatial localization [15, 28, 30, 32, 45]. Recent advances leverage pre-trained models and vision-language models to enhance detection performance [11, 19, 35, 41]. However, unsupervised meth- ods struggle with unseen normal patterns and anomalous patterns similar to normal ones, and weakly-supervised methods can only recognize anomaly types present in the training set. 2.2. Open-World VAD Methods To improve model generalization capabilities for unknown anomaly types, researchers have proposed open-set VAD and open-vocabulary VAD approaches. Open-set VAD was first introduced by Acsintoae et al. [1] with a benchmark dataset and evaluation framework. Subsequent approaches have explored evidential deep learning with normalizing q Cross Attention k v Vision Backbone USER : Find the anomaly in this video/image. Anomaly types may contain fight, abuse, explosion... ASSITANT: Sure , it is <SEG>. Visual Encoder LoRA It is <SEG> CLIP Text Encoder Mask Decoder MLP q v k Cross Attention k v q MLP MLP v q k Self -attention Cross Attention Learnable queries *N Prompt Multi -Scale Semantic Projector Feature Encoding Anomaly Category Training Set Anomaly Exposure Dataset Anomaly Exposure Sampler Semantic Feature Extraction Frame-Level labels P ixel -Level labels Parrot Car ...... Dog Multi -level Mask Decoder Image Φ Video Frame LLM Token Compression Background Tokens Token Compression Reverse Attention Visual TokenReverse-Attn Weight z z Fig. 2. Overview of LAVIDA Framework. LAVIDA is trained solely on a comprehensive Anomaly Exposure datasets, and consists of five key components: a MLLM, a text encoder, a vision backbone, a SAM2 mask decoder, and a Multi-scale Semantic Projector. flows [53] and lightweight pose-based normalizing flows frameworks [8]. Open vocabulary VAD enhances anomaly categorization by leveraging vision-language models. Wu et al. [34] first introduce open-vocabulary video anomaly detection (OVVAD) using CLIP. Li et al. [14] leverages vi- sual and textual information with label relations to reduce detection ambiguity. Xu et al. [37] uses learnable prompts and graph attention networks. Nevertheless, these methods remain restricted to particular scenarios and cannot adap- tively adjust detection targets based on contextual changes, which prevents these methods from achieving truly open- world VAD capabilities. 2.3. LLM-based Video Anomaly Analysis Current applications of MLLMs in Video Anomaly De- tection (VAD) can be categorized into training-free VAD methods and Video Anomaly Understanding (VAU) ap- proaches. Training-free VAD methods utilize MLLMs to analyze video clips or frames, extracting anomaly scores from the generated textual outputs. Zanella et al. [47] extract and refine anomaly scores from frame-wise textual outputs. Yang et al. [39] derive anomaly detection rules from training datasets for inference. Ahn et al. [2] em- ploy CLIP to guide MLLMs toward anomalous regions for more accurate scoring. Shao et al. [27] integrate dynamic graphs to mine event boundaries, enabling MLLMs to fo- cus on event intervals. Despite eliminating training require- ments, these methods rely on frame-wise or clip-wise tex- tual outputs, incurring high temporal costs and limiting pre- diction granularity to frame or clip level, thus preventing spatial localization of anomalies. On the other hand, VAU methods focus on the semantic understanding capabilities of MLLMs to provide explanations for anomalies. Some studies [4, 29] construct interactive instruction data to de- liver video-level anomaly explanations. Yuan et al. [43] refines VAU precision to the clip level. Zhang et al. [49] combines detection and understanding by outputting ex- planations for high-probability anomalous regions. Xing et al. [36] deploys audio data to enhance the understand- ing of anomalies. However, these methods prioritize using MLLMs for explanation generation while overlooking the intrinsic capability to detect unseen anomaly types. 3. Methods 3.1. Preliminary The training dataset is an pseudo anomaly dataset D E = (x i ,y i ,c i ) N i=1 , where x i represents the input visual data encompassing both video and image modalities. For video samples, v i ∈R T×C×H×W where T , C, H , W denote the number of frames, channels, height, and width, respec- tively, while for image samples, I i ∈R C×H×W . And c i =c i,0 ,c i,1 ...,c i,K−1 indicates the anomaly categories to be detected, and y i = (y f i ,y p i ) denotes the correspond- ing anomaly labels with frame-level label y f i ∈ 0, 1 T and pixel-level label y p i ∈ 0, 1 T×H×W . During evalu- ation, the model is tested on unseen VAD datasetsD test = (v t ,y t ,c t ) M t=1 , where the anomaly categoriesc t and video scenarios are different from the training dataset. Our ob- jective is to predict y t inD test under zero-shot conditions, where the test videos v t and test anomaly categories c t are not observed during training. 3.2. Overview The LAVIDA framework comprises five key components, as illustrated in Fig. 2. First, an Anomaly Exposure Sampler reconstructs anomaly exposure dataset to form the training set. The input data then enters the Feature Encoding mod- ule, which encodes text, image, and video into feature vec- tors. Simultaneously, the Semantic Feature Extraction mod- ule encodes abnormal description prompts alongside vision data into a unified semantic feature via MLLM, with visual tokens being compressed by a token compression module. Thereafter, the Multi-Scale Semantic Projector fuses these semantic features with learnable query vectors and projects them into the mask decoder’s latent space. Ultimately, a Multi-Level Mask Decoder decodes these latent space fea- tures to output frame-level and pixel-level anomaly scores. 3.3. Anomaly Exposure Sampler Visual semantic segmentation datasets provide rich scene diversity and comprehensive semantic categories. However, these datasets cannot be directly applied to VAD tasks, since anomalies occur rarely in datasets. To address this prob- lem, we propose a two-step transformation of the anomaly exposure dataset, as illustrated in Fig. 3. We define the training dataset as D E = (x i ,y p i ,s i ) N i=1 , where s i rep- resents the text description of video clip v i , and y p i repre- sents pixel-level category labels. Our objective is to con- struct (c i ,y f i ) for each sample, thereby transformingD E = (x i ,y p i ,s i ) N i=1 intoD E =(x i ,y i ,c i ) N i=1 . For anomalous samples, only sparse anomaly events ex- ist within the video.This means that c i contains few content-relevant categories, with the majority being irrel- evant. To construct c i for each sample in D E , we intro- duce irrelevant categories from other samples within the same dataset, thereby requiring models to distinguish gen- uine anomaly categories from irrelevant ones. This can be represented as follows: S irr i = s j j ∼ Unif 1,...,n\i , |J| = K E − 1 (1) where S irr i represents the set of irrelevant categories for the i-th sample, constructed by uniformly sampled from other samples in D E . K E is the total number of categories. In practice, K E is set as a random parameter to enable the MLLM to handle arbitrary numbers of anomaly types. To model anomaly rarity, each sample is randomly la- beled as normal (probability 1−p) or anomaly (probability p). For anomalous samples, the category set c i combines genuine and irrelevant categories, with frame labels y f i set to positive. Normal samples contain only irrelevant cate- gories and are assigned negative labels. Such an operation is demonstrated as, (c i ,y f i ) = ( (S irr i ∪s i ,1 T ) with p (S irr i ,0 T )with 1− p (2) Parrot Elephant Rabbit Dog Car Anomaly Exposure Dataset Sample Genuine Category · Irrelevant Category Anomaly Case Normal Case Parrot Rabbit Dog Car · Dog Rabbit Car · Q: Find the anomaly in this video/image. Anomaly types may contain Dog, Rabbit, Parrot, Car... A: Sure, it is <SEG>. Q: Find the anomaly in this video/image. Anomaly types may contain Dog, Rabbit, Car... A: Sure, it is <SEG>. MLLM Prompt Fig. 3. Anomaly Exposure Sampler: We sample irrelevant cate- gories from other samples to create anomaly categories, randomly designate samples as anomalous or normal based on probability. where (c i ,y f i ) denotes the output category set and frame- level labels for the i-th sample, T represents the total num- ber of frames, and p controls the anomaly sampling proba- bility. 3.4. Visual Token Compression Anomaly objects typically constitute only a small fraction of visual data, while backgrounds constitute the vast major- ity. Excessive irrelevant background tokens degrade MLLM reasoning and incur substantial computational costs. We aim to deploy a training-free approach to compress back- ground tokens while retaining anomaly-relevant features. For VAD tasks, directly identifying anomalous tokens is difficult since the sparse spatial-temporal distribution of anomalous objects. However, background tokens are char- acterized by numerical predominance and high feature sim- ilarity, making them readily identifiable through density es- timation. After visual encoding, the token features are rep- resented as Z ∈R L z ×D z , where L z is the number of visual tokens and D z is the token dimensionality. We compute the local density within the KNN neighborhood N k (z i ) for each token z i as: ρ(z i ) = k P z k ∈N k (z i ) ∥z i − z k ∥ 2 (3) We select the top-L r tokens with the highest density to form the background reference set Z b ∈R L r ×D z . To iden- tify anomaly candidates, we employ a localized reverse at- tention mechanism [9]. Specifically, each token in Z is as- signed to its nearest neighbor in Z b based on the minimum Euclidean distance. For each background token Z b i , reverse attention is performed exclusively over its corresponding assigned tokens to highlight features most dissimilar to the background. This process is formulated as: Z ′ i = Softmax − Z b i Z T N i √ D z ! · Z N i (4) where N i = j | arg min k ∥Z j − Z b k ∥ 2 = i denotes the set of indices of tokens in Z that are closest to the i-th background token, and Z ′ ∈R L r ×D z represents the ag- gregated anomalous features. This mechanism effectively compresses visual tokens into a compact L r -length repre- sentation Z ′ . 3.5. Anomaly Semantics Extraction Existing VAD methods are constrained by limited semantic comprehension capabilities, failing to understand anomalies in unseen scenarios. To address this limitation, we lever- age MLLMs following previous work LISA [12] to extract rich anomaly semantic features that enable robust detection across diverse scenarios. We extend the MLLM’s vocabulary with a special token < SEG > to extract anomaly semantic features. Given a sample x i the corresponding anomaly category c i , we fill c i into several predefined templates to construct the text prompt for the MLLM. For example: USER: Find the anomaly in this video. Anomaly types may contain c i . ASSISTANT: Sure, it is < SEG >.”. The < SEG > token aggregates semantic information, and we extract its last-layer embedding as the anomaly semantic feature. Such an operation is demonstrated as: f sem = Φ MLLM (x,c)(5) where Φ MLLM is the MLLM, x is the input samples, c is the anomaly categories that are used to construct prompts, and f sem is the extracted anomaly semantic feature. 3.6. Feature Encoding For the input vision data x i and anomaly categories c i , we employ a vision backbone Φ v to extract visual features and a CLIP text encoder Φ t to extract textual features for anomaly categories: f v = Φ v (x i ), f c = Φ t (c i )(6) where f v ∈R T×N p ×D v represents vision feature. N p de- notes the number of patches within a single frame. f c ∈ R K×D t represents anomaly category feature. 3.7. Multi-Scale Semantic Projector While the MLLM effectively extracts semantic features for video anomalies, these representations remain at the video level without frame-specific granularity.To ad- dress this limitation, we propose a Multi-Scale Seman- tic Projector that integrates video-level semantic features with frame-level ones, generating frame-specific features f proj ∈R T×D m that are projected into the mask decoder to guide fine-grained detection in each frame. To extract frame-level local anomaly information from the video sequence, we employ cross-attention mechanisms between the anomaly category features and vision features, as demonstrated in the following formulation: f a = W o · CrossAttn (W c f c ,W v f v ,W v f v )(7) where f v ∈R T×L×D v is vision features. W c ∈R D c ×D l , W v ∈R D v ×D l , and W o ∈R D l ×D a are learnable projec- tion matrices. D l and D a represent the intermediate layer feature dimension of the output MLP and the hidden layer features of the multi-scale semantic projector, respectively. f a ∈R T×K×D a is the output frame-level semantic fea- tures, containing the anomaly target information for each frame. We expand f sem along the temporal dimension and ap- ply a mapping matrix W LLM . Then we concatenate it with f a . The combined features are projected into the latent space of the mask decoder via a Q-Former-like projector. Drawing inspiration from SAM, we formulate the projec- tor as a two-way transformer architecture, as illustrated in Fig. 2, to facilitate the mutual updating of both learnable queries and the extracted features f sem and f a : f proj = Φ proj ([W LLM f sem ,f a ])(8) where Φ proj is the projector and f proj ∈R T×D m repre- sents the projected feature, and D m is the latent dimension of Multi-Level Mask Decoder. 3.8. Multi-Level Mask Decoder Existing VAD models typically focus on frame-level anomaly scores, limiting their detection granularity. To ad- dress this, our approach introduces a Multi-Level Mask De- coder initialized from SAM to enable both frame-level and pixel-level anomaly detection. We feedf proj as the sparse prompt embedding of SAM2. After integrating the visual features f v , the mask decoder produces pixel-level scores and object score logits. The object score logits indicate the confidence of target object presence within the image or frame, which we leverage as the frame-level anomaly score. This process can be formu- lated as follows: ˆy f i , ˆy p i = Φ d (f proj ,f v )(9) where ˆy f i represents the frame-level score, ˆy p i denotes the pixel-level score, and Φ d is the mask decoder of SAM2. 3.9. Objective Function The objective function comprises two components: L txt andL seg . L = λ txt L txt + λ seg L seg (10) where λ txt and λ seg are loss weight, L txt represents the text generation loss of the MLLM, and L seg denotes the MethodsVenueTraining UBnormal ShanghaiTech UCF-Crime XD-Violence AUC (%)AUC (%)AUC (%)AP (%) MemAE [6]ICCV’19Unsupervised-71.2-- GODS [31]ICCV’19Unsupervised--70.461.56 MSMA [18]ICLR’21Unsupervised-76.764.5- GCL [46]CVPR’22Unsupervised-79.6274.2- FastAno [23]WACV’22Unsupervised-72.2-- FPDM [38]ICCV’23Unsupervised62.778.674.7- MULDE [21]CVPR’24Unsupervised72.881.378.5- AED-MAE [24]CVPR’24Unsupervised58.579.1-- MA-PDM [51]AAAI’25Unsupervised63.479.2-- CLIP-TSA [11]ICIP’23Weakly-Supervised--87.5882.19 TPWNG [41]CVPR’24Weakly-Supervised--87.7983.68 VadCLIP [35]AAAI’24Weakly-Supervised--88.0284.51 Holmes-VAU [49]CVPR’25Weakly-Supervised--87.6888.96 VERA [42]CVPR’25Weakly-Supervised--86.5556.27 PI-VAD [20]CVPR’25Weakly-Supervised--90.3385.37 Anomize [13]CVPR’25Weakly-Supervised--84.4969.31 AnomalyRuler [39]ECCV’24Few-Shot71.985.2-- LAVAD [47]CVPR’24Zero-Shot--80.8262.01 AnyAnomaly [2]WACV’26Zero-Shot74.579.780.7- EventVAD [27]ACM’25Zero-Shot--82.0364.04 Ours-Zero-Shot76.4585.2882.1890.62 Tab. 1. Frame-level zero-shot performance compared with state-of-the-art methods. We utilize AUC as the evaluation metric for UBnormal, ShanghaiTech and UCF-Crime datasets, and AP for the XD-Violence dataset. The best results are highlighted in bold. anomaly detection loss that encompasses both frame-level and pixel-level performance enhancement. To facilitate op- timization, we adopt SAM2’s training loss forL seg . 4. Experiment Our training dataset includes a diverse collection of seg- mentation datasets without any VAD datasets. Detailed in- formation regarding datasets, configurations, and additional results can be found in the supplementary material. 4.1. Qualitative Results 4.1.1. Frame-Level Zero-Shot Evaluation In Tab. 1, we present a comprehensive comparison of our proposed method against other SOTA approaches under zero-shot conditions across the UBnormal, ShanghaiTech, UCF-Crime, and XD-Violence datasets.The compared methods encompass four categories: unsupervised meth- ods, weakly-supervised methods, few-shot methods, and zero-shot methods. The experimental results demonstrate that our method attains 76.45%, 85.28% and 82.18% on the UBnormal, ShanghaiTech and UCF-Crime datasets, surpassing SOTA unsupervised, zero-shot and few-shot methods. On the XD- Violence dataset, our approach achieves 90.62%, outper- forming SOTA methods. These datasets vary in both scenar- ios and anomaly types. This superior performance demon- strates the effectiveness of our proposed method in handling both unseen scenarios and novel anomaly categories. Our method does not surpass weakly-supervised ap- proaches on UCF-Crime, which we attribute to the limita- tions of existing MLLMs in comprehending low-resolution videos. In contrast, UBnormal, ShanghaiTech, and XD- Violence are high-resolution datasets, where small abnor- mal targets remain distinguishable. 4.1.2. Pixel-Level Zero-Shot Evaluation We evaluate the zero-shot pixel-level performance of our method against SOTA approaches on the UCSD Ped2 dataset, as presented in Tab. 2. Our method achieves a pixel- level AUC of 87.68%, which represents a substantial im- provement of 12.57% over the current SOTA method. This significant enhancement demonstrates that our approach possesses strong zero-shot anomaly localization capability in the spatial dimension. 4.2. Quantitative Results Fig. 4 presents quantitative results for anomaly detection across six representative cases from different VAD datasets. For each case, the lower row displays frame-level anomaly scores over time with anomalous intervals highlighted in pink, and the upper row shows pixel-level detection results Running Explosion Vandalism Cycling Fighting Road Accident Score Score Score Score Score Score Time Step Time Step Time Step Time Step Time Step Time Step Fig. 4. Qualitative Results for Anomaly Detection. For each case, the first row presents pixel-level detection results whitch are masked by green. The second row displays frame-level anomaly scores, with temporal intervals of anomalous events marked in pink. MethodTrainingAUC(%) AdaCLIP [3]Finetune53.06 AnomalyCLIP [52]Finetune54.25 DDAD [22]Supervised.55.87 SimpleNet [17]Supervised52.49 DRAEM [48]Supervised69.58 TAO [10]Finetune75.11 ProposedZero-Shot87.68 Tab. 2. Pixel-level performance on UCSD Ped2. Anomaly: CarSure, it is:Anomaly: Playing FootballSure, it is: Anomaly: Dog Sure, it is: Anomaly: Man in Blue Sure, it is: Anomaly: Stop SignSure, it is: Anomaly:Fruit with different colorSure, it is: Fig. 5. Quantitative Visualizations for Open-World Scenarios. The left panel shows the original image, and the right panel high- lights detected anomalies with green masks. at corresponding time steps with anomaly targets masked in green. Higher scores in pink regions and lower scores else- where demonstrate effective frame-level detection. Results show our model accurately identifies anomalous frames in unseen scenarios and generates precise pixel-level scores that delineate anomaly boundaries. Fig. 5 presents open-world detection results. For each case, the target anomaly category is specified in the text. The left panel shows original images, while the right panel presents detection results with anomalies highlighted in green. Our method demonstrates robust performance and strong reasoning capabilities in identifying arbitrary anomaly types across diverse scenarios. 4.3. Ablation Studies 4.3.1. Analysis of the Anomaly Exposure Sampler max(K E ) ShanghaiTech UCF-Crime XD-Violence AUC (%)AUC (%)AP (%) 1073.3467.1155.44 2080.1380.0291.20 3085.0282.0690.30 4076.4177.9375.32 Tab. 3. Effect of the number of anomaly categories introduced in the anomaly exposure dataset. Tab. 3 shows the effect of anomaly category count K E in the anomaly exposure dataset. To enable MLLMs to com- prehend arbitrary anomaly types, we set K E as a random variable and evaluate the impact by controlling max(K E ). Results show that performance is poor when max(K E ) = 10, improves as the value increases, and reaches opti- mum around 30. Further increases beyond 30 cause per- formance degradation, which we attribute to excessively lengthy prompts that reduce the model’s focus on individual anomaly types. 4.3.2. Analysis of Token Compression Fig. 6 illustrates the token compression process. We lever- age local density to identify tokens with the highest den- sity values, which correspond closely to the background regions. During the reverse attention stage, tokens whose features are highly dissimilar to the background tokens are Original VideoLocal Density Reverse-Attn Weight Fig. 6. Token Compression Process. The first column shows the original video frames. The second column shows local density, and the third shows reverse attention weights. Warmer colors in- dicate higher values. (a) Compression ratio vs. model performance. (b) Compression ratio vs. GPU memory usage. Fig. 7. Impression of compression ratio. We normalize the frame size across all datasets to ensure a consistent number of total visual tokens. GPU memory usage is recorded during inference stage. aggregated via reverse attention weight. As shown in the third column of Fig. 6, the reverse attention weights concen- trate on regions that exhibit substantial dissimilarity from the background, which are typically anomaly-prone areas. Fig. 7a presents the variation of performance across datasets with respect to the token compression ratio. For compression ratios above 0.1, performance remains rel- atively stable, demonstrating effective background token reduction without compromising model capability.On high-resolution datasets (UBnormal, ShanghaiTech, XD- Violence), we observe slight improvements, as background suppression enables better focus on small anomaly targets. When the compression ratio drops below 0.1, a marked per- formance degradation occurs due to substantial information frame-levelpixel-level Adapter ShanghaiTech UCF-Crime XD-ViolencePed2 AUC (%)AUC (%)AP (%)AUC (%) MLP81.9979.9086.0977.09 Q-Former82.6375.5483.9371.85 Proposed85.2882.0690.6287.68 Tab. 4. Comparison among different adapters. number of queries ShanghaiTech UCF-Crime XD-Violence AUC (%)AUC (%)AP (%) 2458.8566.6350.14 3277.4177.9688.31 4880.6480.0690.30 6477.9667.1189.15 Tab. 5. Effect of the number of learnable queries. loss caused by excessive compression. UCF-Crime’s reso- lution is much lower than other datasets, making it the most susceptible to the visual compression. Fig. 7b shows the corresponding GPU memory utiliza- tion versus the compression ratio. As the number of in- put visual tokens decreases, GPU memory consumption ex- hibits a linear reduction. At a compression ratio of 0.2, GPU memory usage is reduced to 54.1% of the baseline, with no substantial performance loss (UBNormal: +2.44%, Shang- haiTech: +2.24%, XD-Violence: -0.32%, UCF-Crime: - 2.49%, Average: +0.47%). 4.3.3. Analysis of the Multi-Scale Semantic Projector To validate the effectiveness of our Multi-Scale Semantic Projector, we compared it against MLP and Q-Former at both frame-level and pixel-level. The experimental results are presented in Tab. 4. The improvements at frame-level demonstrate the capability to capture temporal anomaly cues, while the enhancements at pixel-level indicate the ability to detect spatially sparse anomalies. Tab. 5 presents the effect of learnable query count on zero-shot detection performance.With 24 queries, the model achieves suboptimal results due to limited represen- tational capacity. Performance improves as query count in- creases, reaching a peak before declining when queries be- come excessive, causing convergence difficulties. 5. Conclusion In this paper, we propose LAVIDA, an end-to-end zero-shot VAD approach that leverages MLLM and token compres- sion algorithm to extract semantic anomaly features and an anomaly exposure sampler to enable anomaly detection in open-world scenarios without training VAD data. Multi- scale semantic projector is employed to extract hierarchical cues for joint frame- and pixel-level prediction. Extensive experiments the effectiveness across multiple benchmarks. We hope our work inspires further researches in developing open-world video anomaly detection and understanding. Acknowledgement This work is supported in part by the National Natural Science Foundation of China (No. 62272057) and the Beijing Key Laboratory of Multimodal Data Intelligent Perception and Governance. References [1] AndraAcsintoae,AndreiFlorescu,Mariana-Iuliana Georgescu, Tudor Mare, Paul Sumedrea, Radu Tudor Ionescu, Fahad Shahbaz Khan, and Mubarak Shah. Ub- normal: New benchmark for supervised open-set video anomaly detection.In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 20143–20153, 2022. 2 [2] Sunghyun Ahn, Youngwan Jo, Kijung Lee, Sein Kwon, In- pyo Hong, and Sanghyun Park. Anyanomaly: Zero-shot cus- tomizable video anomaly detection with lvlm. arXiv preprint arXiv:2503.04504, 2025. 2, 3, 6 [3] Yunkang Cao, Jiangning Zhang, Luca Frittoli, Yuqi Cheng, Weiming Shen, and Giacomo Boracchi. Adaclip: Adapting clip with hybrid learnable prompts for zero-shot anomaly de- tection. In European Conference on Computer Vision, pages 55–72. Springer, 2024. 7 [4] Hang Du, Sicheng Zhang, Binzhu Xie, Guoshun Nan, Ji- ayang Zhang, Junrui Xu, Hangyu Liu, Sicong Leng, Jiang- ming Liu, Hehe Fan, et al. Uncovering what why and how: A comprehensive benchmark for causation understanding of video anomaly. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 18793– 18803, 2024. 3 [5] Xinyang Feng, Dongjin Song, Yuncong Chen, Zhengzhang Chen, Jingchao Ni, and Haifeng Chen. Convolutional trans- former based dual discriminator generative adversarial net- works for video anomaly detection. In Proceedings of the 29th ACM international conference on multimedia, pages 5546–5554, 2021. 2 [6] Dong Gong, Lingqiao Liu, Vuong Le, Budhaditya Saha, Moussa Reda Mansour, Svetha Venkatesh, and Anton van den Hengel. Memorizing normality to detect anomaly: Memory-augmented deep autoencoder for unsupervised anomaly detection, 2019. 6 [7] Yi Hao, Jie Li, Nannan Wang, Xiaoyu Wang, and Xinbo Gao.Spatiotemporal consistency-enhanced network for video anomaly detection. Pattern Recognition, 121:108232, 2022. 2 [8] Or Hirschorn and Shai Avidan. Normalizing flows for human pose anomaly detection. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 13545– 13554, 2023. 2, 3 [9] Qin Huang, Chunyang Xia, Chihao Wu, Siyang Li, Ye Wang, Yuhang Song, and C. C. Jay Kuo. Semantic segmentation with reverse attention, 2017. 4 [10] Yuzhi Huang, Chenxin Li, Haitao Zhang, Zixu Lin, Yun- long Lin, Hengyu Liu, Wuyang Li, Xinyu Liu, Jiechao Gao, Yue Huang, et al. Track any anomalous object: A granu- lar video anomaly detection pipeline. In Proceedings of the Computer Vision and Pattern Recognition Conference, pages 8689–8699, 2025. 7 [11] Hyekang Kevin Joo, Khoa Vo, Kashu Yamazaki, and Ngan Le.Clip-tsa: Clip-assisted temporal self-attention for weakly-supervised video anomaly detection. In 2023 IEEE International Conference on Image Processing (ICIP), pages 3230–3234. IEEE, 2023. 2, 6 [12] Xin Lai, Zhuotao Tian, Yukang Chen, Yanwei Li, Yuhui Yuan, Shu Liu, and Jiaya Jia. Lisa: Reasoning segmentation via large language model. arXiv preprint arXiv:2308.00692, 2023. 5 [13] Fei Li, Wenxuan Liu, Jingjing Chen, Ruixu Zhang, Yuran Wang, Xian Zhong, and Zheng Wang. Anomize: Better open vocabulary video anomaly detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pat- tern Recognition (CVPR), pages 29203–29212, 2025. 6 [14] Fei Li, Wenxuan Liu, Jingjing Chen, Ruixu Zhang, Yuran Wang, Xian Zhong, and Zheng Wang. Anomize: Better open vocabulary video anomaly detection. In Proceedings of the Computer Vision and Pattern Recognition Conference, pages 29203–29212, 2025. 2, 3 [15] Shuo Li, Fang Liu, and Licheng Jiao. Self-training multi- sequence learning with transformer for weakly supervised video anomaly detection. In Proceedings of the AAAI Con- ference on Artificial Intelligence, pages 1395–1403, 2022. 2 [16] Zhian Liu, Yongwei Nie, Chengjiang Long, Qing Zhang, and Guiqing Li. A hybrid video anomaly detection framework via memory-augmented flow reconstruction and flow-guided frame prediction. In Proceedings of the IEEE/CVF interna- tional conference on computer vision, pages 13588–13597, 2021. 2 [17] Zhikang Liu, Yiming Zhou, Yuansheng Xu, and Zilei Wang. Simplenet: A simple network for image anomaly detection and localization.In Proceedings of the IEEE/CVF con- ference on computer vision and pattern recognition, pages 20402–20411, 2023. 7 [18] Ahsan Mahmood, Junier Oliva, and Martin Styner. Multi- scale score matching for out-of-distribution detection. arXiv preprint arXiv:2010.13132, 2020. 6 [19] Snehashis Majhi,Giacomo D’Amicantonio,Antitza Dantcheva, Quan Kong, Lorenzo Garattoni, Gianpiero Francesca, Egor Bondarev, and Francois Bremond.Just dance with pi! a poly-modal inductor for weakly-supervised video anomaly detection. In Proceedings of the Computer Vision and Pattern Recognition Conference (CVPR), pages 24265–24274, 2025. 2 [20] Snehashis Majhi,Giacomo D’Amicantonio,Antitza Dantcheva, Quan Kong, Lorenzo Garattoni, Gianpiero Francesca, Egor Bondarev, and Franc ̧ois Br ́ emond.Just dance with pi! a poly-modal inductor for weakly-supervised video anomaly detection.In Proceedings of the Com- puter Vision and Pattern Recognition Conference, pages 24265–24274, 2025. 6 [21] Jakub Micorek, Horst Possegger, Dominik Narnhofer, Horst Bischof, and Mateusz Kozinski. Mulde: Multiscale log- density estimation via denoising score matching for video anomaly detection. In Proceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition, pages 18868–18877, 2024. 6 [22] Arian Mousakhan, Thomas Brox, and Jawad Tayyub. Anomaly detection with conditioned denoising diffusion models. In DAGM German Conference on Pattern Recog- nition, pages 181–195. Springer, 2024. 7 [23] Chaewon Park, MyeongAh Cho, Minhyeok Lee, and Sangy- oun Lee.Fastano: Fast anomaly detection via spatio- temporal patch transformation.In Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, pages 2249–2259, 2022. 6 [24] Nicolae-C Ristea, Florinel-Alin Croitoru, Radu Tudor Ionescu, Marius Popescu, Fahad Shahbaz Khan, Mubarak Shah, et al. Self-distilled masked auto-encoders are efficient video anomaly detectors. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 15984–15995, 2024. 2, 6 [25] Mohammad Sabokrou, Mohammad Khalooei, Mahmood Fathy, and Ehsan Adeli. Adversarially learned one-class classifier for novelty detection.In Proceedings of the IEEE conference on computer vision and pattern recogni- tion, pages 3379–3388, 2018. 2 [26] Bernhard Sch ̈ olkopf, Robert C Williamson, Alex Smola, John Shawe-Taylor, and John Platt. Support vector method for novelty detection. Advances in neural information pro- cessing systems, 12, 1999. 2 [27] Yihua Shao, Haojin He, Sijie Li, Siyu Chen, Xinwei Long, Fanhu Zeng, Yuxuan Fan, Muyang Zhang, Ziyang Yan, Ao Ma, et al. Eventvad: Training-free event-aware video anomaly detection. arXiv preprint arXiv:2504.13092, 2025. 2, 3, 6 [28] Waqas Sultani, Chen Chen, and Mubarak Shah. Real-world anomaly detection in surveillance videos. In Proceedings of the IEEE conference on computer vision and pattern recog- nition, pages 6479–6488, 2018. 2 [29] Jiaqi Tang, Hao Lu, Ruizheng Wu, Xiaogang Xu, Ke Ma, Cheng Fang, Bin Guo, Jiangbo Lu, Qifeng Chen, and Ying- cong Chen. Hawk: Learning to understand open-world video anomalies. Advances in Neural Information Processing Sys- tems, 37:139751–139785, 2024. 3 [30] Yu Tian, Guansong Pang, Yuanhong Chen, Rajvinder Singh, Johan W Verjans, and Gustavo Carneiro. Weakly-supervised video anomaly detection with robust temporal feature magni- tude learning. In Proceedings of the IEEE/CVF international conference on computer vision, pages 4975–4986, 2021. 2 [31] Jue Wang and Anoop Cherian. Gods: Generalized one-class discriminative subspaces for anomaly detection. In Proceed- ings of the IEEE/CVF International Conference on Com- puter Vision, pages 8201–8211, 2019. 2, 6 [32] Peng Wu and Jing Liu. Learning causal temporal relation and feature discrimination for anomaly detection. IEEE Transac- tions on Image Processing, 30:3513–3527, 2021. 2 [33] Peng Wu, Jing Liu, and Fang Shen. A deep one-class neural network for anomalous event detection in complex scenes. IEEE transactions on neural networks and learning systems, 31(7):2609–2622, 2019. 2 [34] Peng Wu, Xuerong Zhou, Guansong Pang, Yujia Sun, Jing Liu, Peng Wang, and Yanning Zhang.Open-vocabulary video anomaly detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 18297–18307, 2024. 2, 3 [35] Peng Wu, Xuerong Zhou, Guansong Pang, Lingru Zhou, Qingsen Yan, Peng Wang, and Yanning Zhang. Vadclip: Adapting vision-language models for weakly supervised video anomaly detection. In Proceedings of the AAAI Con- ference on Artificial Intelligence, pages 6074–6082, 2024. 2, 6 [36] Zhenghao Xing, Hao Chen, Binzhu Xie, Jiaqi Xu, Ziyu Guo, Xuemiao Xu, Jianye Hao, Chi-Wing Fu, Xiaowei Hu, and Pheng-Ann Heng. Echotraffic: Enhancing traffic anomaly understanding with audio-visual insights. In Proceedings of the Computer Vision and Pattern Recognition Conference (CVPR), pages 19098–19108, 2025. 3 [37] Chenting Xu, Ke Xu, Xinghao Jiang, and Tanfeng Sun. Plo- vad: Prompting vision-language models for open vocabulary video anomaly detection. IEEE Transactions on Circuits and Systems for Video Technology, 2025. 2, 3 [38] Cheng Yan, Shiyu Zhang, Yang Liu, Guansong Pang, and Wenjun Wang. Feature prediction diffusion model for video anomaly detection. In Proceedings of the IEEE/CVF inter- national conference on computer vision, pages 5527–5537, 2023. 6 [39] Yuchen Yang, Kwonjoon Lee, Behzad Dariush, Yinzhi Cao, and Shao-Yuan Lo. Follow the rules: Reasoning for video anomaly detection with large language models. In European Conference on Computer Vision, pages 304–322. Springer, 2024. 2, 3, 6 [40] Zhiwei Yang, Jing Liu, Zhaoyang Wu, Peng Wu, and Xiaotao Liu. Video event restoration based on keyframes for video anomaly detection. In Proceedings of the IEEE/CVF con- ference on computer vision and pattern recognition, pages 14592–14601, 2023. 2 [41] Zhiwei Yang, Jing Liu, and Peng Wu. Text prompt with nor- mality guidance for weakly supervised video anomaly detec- tion. In Proceedings of the IEEE/CVF conference on com- puter vision and pattern recognition, pages 18899–18908, 2024. 2, 6 [42] Muchao Ye, Weiyang Liu, and Pan He. Vera: Explainable video anomaly detection via verbalized learning of vision- language models, 2024. 6 [43] Tongtong Yuan, Xuange Zhang, Kun Liu, Bo Liu, Chen Chen, Jian Jin, and Zhenzhen Jiao. Towards surveillance video-and-language understanding: New dataset baselines and challenges. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 22052– 22061, 2024. 3 [44] Muhammad Zaigham Zaheer, Jin-ha Lee, Marcella Astrid, and Seung-Ik Lee. Old is gold: Redefining the adversarially learned one-class classifier training paradigm. In Proceed- ings of the IEEE/CVF conference on computer vision and pattern recognition, pages 14183–14193, 2020. 2 [45] Muhammad Zaigham Zaheer, Arif Mahmood, Marcella Astrid, and Seung-Ik Lee. Claws: Clustering assisted weakly supervised learning with normalcy suppression for anoma- lous event detection. In European Conference on Computer Vision, pages 358–376. Springer, 2020. 2 [46] M Zaigham Zaheer, Arif Mahmood, M Haris Khan, Mattia Segu, Fisher Yu, and Seung-Ik Lee. Generative cooperative learning for unsupervised video anomaly detection. In Pro- ceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 14744–14754, 2022. 6 [47] Luca Zanella, Willi Menapace, Massimiliano Mancini, Yim- ing Wang, and Elisa Ricci. Harnessing large language mod- els for training-free video anomaly detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pat- tern Recognition, pages 18527–18536, 2024. 2, 3, 6 [48] Vitjan Zavrtanik, Matej Kristan, and Danijel Sko ˇ caj. Draem- a discriminatively trained reconstruction embedding for sur- face anomaly detection. In Proceedings of the IEEE/CVF international conference on computer vision, pages 8330– 8339, 2021. 7 [49] Huaxin Zhang, Xiaohao Xu, Xiang Wang, Jialong Zuo, Xi- aonan Huang, Changxin Gao, Shanjun Zhang, Li Yu, and Nong Sang. Holmes-vau: Towards long-term video anomaly understanding at any granularity. In Proceedings of the Com- puter Vision and Pattern Recognition Conference (CVPR), pages 13843–13853, 2025. 3, 6 [50] Yuanhong Zhong, Xia Chen, Jinyang Jiang, and Fan Ren. A cascade reconstruction model with generalization ability evaluation for anomaly detection in videos. Pattern Recog- nition, 122:108336, 2022. 2 [51] Hang Zhou, Jiale Cai, Yuteng Ye, Yonghui Feng, Chenxing Gao, Junqing Yu, Zikai Song, and Wei Yang. Video anomaly detection with motion and appearance guided patch diffusion model. In Proceedings of the AAAI Conference on Artificial Intelligence, pages 10761–10769, 2025. 6 [52] Qihang Zhou, Guansong Pang, Yu Tian, Shibo He, and Jiming Chen. Anomalyclip: Object-agnostic prompt learn- ing for zero-shot anomaly detection.arXiv preprint arXiv:2310.18961, 2023. 7 [53] Yuansheng Zhu, Wentao Bao, and Qi Yu. Towards open set video anomaly detection. In European Conference on Com- puter Vision, pages 395–412. Springer, 2022. 2, 3