Pith. sign in

REVIEW 3 major objections 6 minor 1 cited by

The Evolution of Video Anomaly Detection: A Unified Framework from DNN to MLLM

T0 review · 3 major / 6 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read This paper claims that all video anomaly detection (VAD) methods, from classic DNN pipelines to MLLM/LLM systems, can be described and compared within one five-dimension framework built from task objective, task modality, video input…

desk verdict A useful survey with real overclaims: the five-dimension framework is a reasonable organizational tool, but it explicitly does not cover two of the seven task types it lists, and the 'first comprehensive survey' claim is undercut by a cited prior survey. read the letter →

arxiv 2507.21649 v1 pith:II7WVGPM submitted 2025-07-29 cs.CV

classification cs.CV
keywords videoanomalydetectionsurveyunifiedclassificationframeworklargelanguagemodelsmultimodaltraining-freeVADinstructiontuningopen-vocabulary
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper argues that video anomaly detection has entered a large-model era and that the field needs a common analytical language to describe both old and new methods. It proposes a five-dimension classification framework—task objective, task modality, video input, model architecture, and model optimization—intended to cover both traditional DNN-based VAD and newer VLM/LLM/MLLM-based systems. The paper claims that large-model methods shift anomaly detection from learning classification boundaries in visual feature space to reasoning in semantic space, which improves generalization and interpretability. It then uses that framework to review MLLM/LLM-driven VAD, including training-free and instruction-tuned paradigms, and to compare methods on standard benchmarks. If the framework holds, researchers gain a shared vocabulary for positioning any VAD method and for seeing which parts of the pipeline large models have transformed.

What carries the argument

The load-bearing object is the five-dimension framework tree (Fig. 5), which decomposes any VAD method into Task Objective, Task Modality, Video Input, Model Architecture, and Model Optimization. Task Objective splits into Video Anomaly Grounding (locating when and where anomalies occur) and Video Anomaly Understanding (classifying, describing, and explaining them), while the other dimensions record what signals the method consumes, what network carries it, and how it is optimized. The companion mechanism is the distinction between learning classification boundaries in visual feature space (traditional DNN methods) and in semantic space (VLM/LLM methods, which use pretrained knowledge and prompt-based interaction). That distinction is what lets the survey place methods such as LAVAD, SUVAD, VERA, and instruction-tuned systems as new paradigm branches while still putting them on the same tree.

What would settle it

Check whether the open-set and open-vocabulary methods reviewed in Sections X and XI can each be assigned a complete profile under the five dimensions in Fig. 5; the compatibility claim is falsified if any method's defining property, such as zero-shot querying by arbitrary text, has no corresponding node in the framework.

Watch

Extended reading notes

Core claim

The paper's central claim is that the apparent rupture between DNN-era and LLM-era VAD can be captured in one compatible classification system organized by five dimensions: Task Objective (anomaly grounding versus anomaly understanding, with understanding expanded to classification, question-answering, and causal analysis), Task Modality, Video Input, Model Architecture, and Model Optimization. Within this system, traditional methods are characterized by mapping annotation semantics into the visual feature space, while VLM/LLM methods construct classification boundaries directly in semantic space using pretrained knowledge and prompt interaction. The survey claims that this semantic-space shift is the driving force behind changes in data annotation, input modalities, model architecture, and task objectives, and that the resulting new categories—training-free VAD, instruction fine-tuning VAD, open-vocabulary VAD—can be compared with semi-supervised, weakly supervised, and unsupervised VAD under the same dimensions. It presents per-paradigm performance tables on benchmarks such as Ped2, Avenue, ShanghaiTech, UCF-Crime, and XD-Violence to support the compatibility claim.

Load-bearing premise

The load-bearing premise is that every VAD method, including open-set and open-vocabulary ones, can be fully described by the five dimensions, so the framework is genuinely unified rather than a taxonomy for only the DNN and LLM methods the survey chooses to categorize.

Editorial extensions

If this is right

  • Every VAD method can be positioned and compared along five shared dimensions, so future papers can state their contribution by specifying which dimension or node they change.
  • The shift to semantic-space classification means anomaly detection systems can offer explanations, answer questions, and adapt to new scenes without retraining, functions that traditional DNN methods did not provide.
  • Training-free VAD and instruction-tuned VAD become first-class paradigms, so benchmarks and baselines should expand to include zero-shot and text-guided settings rather than only frame-level AUC.
  • The survey's performance tables indicate that conventional DNN methods are saturating on simpler datasets, while MLLM/LLM methods are opening new task objectives such as causal analysis and anomaly question-answering.
  • Future progress will concentrate on the bottlenecks the paper lists: multimodal dataset scale, hallucination suppression, computational efficiency, generalization to unseen scenarios, and intrinsic anomaly reasoning in large models.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • An implication the paper leaves implicit is that the five dimensions could be applied to neighboring video-understanding tasks, such as temporal action localization or video question-answering, where the same task-objective and task-modality split appears.
  • The paper describes open-set and open-vocabulary VAD outside its five-dimension taxonomy, so a testable retrofit would be to formally map those methods onto the framework; success would confirm the unified claim, while failure would imply a sixth dimension is needed for open semantics.
  • If the semantic-space thesis is correct, performance on classic closed-set benchmarks will become a weaker signal, and zero-shot or open-vocabulary benchmarks will be the settings that actually discriminate between methods.
  • The framework could support a quantitative transformation map: annotate each surveyed method with its five-dimension profile and measure which dimensions large models actually change, turning a qualitative survey into a structured dataset.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 6 minor

Summary. This survey reviews video anomaly detection (VAD) from traditional DNN-based methods to modern LLM/MLLM-based approaches. It proposes a 'unified analytical framework' with five dimensions—Task Objective, Task Modality, Video Input, Model Architecture, and Model Optimization (Section IV-A, Fig. 5)—claimed to be compatible with all existing types of VAD tasks. The paper enumerates seven VAD task types under different supervision settings (Section III-B), surveys datasets and metrics, and then reviews methods for each task type, with dedicated emphasis on training-free and instruction-tuned large-model paradigms, comparative performance tables, challenges, and future research directions.

Significance. If the five-dimension framework were consistently instantiated, it could provide the field with a common analytical language for positioning and comparing both classical and LLM-based VAD methods. The survey's coverage of recent MLLM/LLM VAD works is timely and useful, and the inclusion of performance tables and a comparison of prior surveys (Table I) adds practical value. However, the central claim of framework compatibility is currently undermined by internal contradictions and a lack of demonstrated application, so the contribution is promising but not yet fully realized.

major comments (3)
  1. [§IV-A vs §X and §XI] The central claim in Section IV-A that the five-dimension framework is 'compatible with all existing types of VAD tasks' (Fig. 5) is directly contradicted by Sections X and XI. Both sections explicitly state that the few existing OSVAD and OVVAD methods are described 'rather than categorizing them according to the framework proposed earlier.' Since OSVAD and OVVAD are enumerated as two of the seven task types in Section III-B and are included in the Conclusion's coverage statement, the framework as presented is not exhaustive. Please either apply the five-dimension analysis to these sections, for example by adding a table that maps representative OSVAD/OVVAD methods onto the five dimensions, or revise the claim to state that the framework covers closed-set and semantically grounded DNN/LLM methods, leaving open-set and open-vocabulary paradigms as boundary cases.
  2. [§IV-A and §§V-IX] The framework is asserted but not operationalized. Section IV-A claims that the framework establishes a 'unified analytical system,' but the subsequent method sections do not provide an explicit per-method mapping onto the five dimensions. For example, Section V includes subsections for Video Input, Model Architecture, and Model Optimization, but the 'Task Objective' and 'Task Modality' dimensions are not systematically coded for the surveyed methods, and no worked example or summary table places representative methods into the five-dimensional space. Without such a demonstration, the framework's practical value as a common analytical language remains unsubstantiated; please add a mapping for at least a representative subset of methods.
  3. [§I, Figs. 1-2] The quantitative trend claims in Fig. 1 (increasing proportion of MLLM/LLM-based publications) and Fig. 2 (performance saturation of DNN methods) are not accompanied by a description of the search strategy, databases, inclusion criteria, or the selection of representative methods and benchmarks. The text mentions only that papers were collected from Google Scholar (Section I), which is insufficient for verification. Please specify the methodology behind these figures or soften the claims to clearly indicate that they are illustrative rather than systematic measurements.
minor comments (6)
  1. [§IV-A] There is a grammatical error: 'we proposes' should be 'we propose.'
  2. [§III-C and elsewhere] The spacing between 'V' and 'AD' is inconsistent throughout the manuscript (e.g., 'V AD' vs. 'VAD'); please unify the notation.
  3. [Table III] The method name 'Nomral-Pose V AD' appears to be a typo for 'Normal-Pose VAD'.
  4. [§III-C] The metric definitions contain formatting artifacts such as 'B Regiongt' and 'B Trackgt'; these should be cleaned up.
  5. [§VIII-D] The text refers to 'AnomalyRule' while the cited method is 'AnomalyRuler'; please ensure consistent naming.
  6. [Abstract and Introduction] The claim of being the 'first comprehensive survey' of MLLM/LLM-based VAD should be reconciled with the prior work denoted as [24], which is listed in Table I as covering LLMs/VLMs in VAD; the distinction in scope and depth should be stated explicitly.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the survey's taxonomy is self-contained and its self-citations are illustrative, not load-bearing.

full rationale

This is a review/taxonomy paper, not a derivation. The proposed five-dimension framework (Task Objective, Task Modality, Video Input, Model Architecture, Model Optimization; Section IV-A, Fig. 5) is constructed as an organizational schema from categories already used in the VAD literature; it is not derived from a fitted parameter or from the authors' prior results. The equations in the paper (e.g., Eqs. 1-5, 15-20, 21-26) restate standard training objectives, AUC/AP definitions, and optimization losses; none of them is used to predict a quantity that was used as input. The authors cite their own works, SUVAD [38] and Gao et al. [125], but only as concrete examples of specific VAD methods (e.g., Section II: 'some training-free methods based on VLMs/LLMs (e.g., LAVAD [34] and SUVAD [38])'; Section V-C: 'For example, Gao et al. [125] utilizes CLIP...'). These citations do not justify the framework or supply any load-bearing assumption; removing them would not affect the taxonomy's structure. The paper does state in Sections X and XI that OSVAD and OVVAD methods are described 'rather than categorizing them according to the framework proposed earlier,' which conflicts with the Section IV-A claim that the framework is 'compatible with all existing types of VAD tasks.' That is an internal-consistency or scope weakness, not circular reasoning: the excluded methods are not used to define or fit the framework's dimensions. No self-definitional reduction, fitted-input prediction, or self-citation chain is present, so the appropriate finding is no significant circularity.

Assumptions & free parameters 0 free parameters · 3 assumptions · 0 invented entities

The survey introduces no fitted constants or new physical or conceptual entities. Its load-bearing assumptions are the exhaustiveness of the proposed task decomposition and the completeness of the five-dimension framework, both of which are asserted rather than proven and partially contradicted by the paper's own organization.

assumptions (3)
  • domain assumption The VAD task decomposes exhaustively into Video Anomaly Grounding (VTG) and Video Anomaly Understanding (VAU).
    Used to structure the entire survey in Section III-A; no proof is offered that all VAD tasks fall into exactly these two branches.
  • domain assumption The seven supervision-based categories (semi-, weakly, unsupervised, open-set, open-vocabulary, training-free, instruction-tuned) form a complete partition of VAD methods.
    Sections III-B and V-XI organize all methods on this basis, but exhaustiveness is asserted rather than demonstrated.
  • ad hoc to paper The five framework dimensions (Task Objective, Task Modality, Video Input, Model Architecture, Model Optimization) are sufficient to characterize every VAD method.
    Proposed in Section IV-A as a 'unified analytical system', but contradicted by Sections X-XI where OSVAD and OVVAD are described outside the framework.

how reviews work

0 comments
Cite this review

Pith. "Pith review of The Evolution of Video Anomaly Detection: A Unified Framework from DNN to MLLM." pith.science (2026). https://pith.science/paper/II7WVGPM

@misc{pith2026250721649,
  author       = {Pith},
  title        = {Pith review of: The Evolution of Video Anomaly Detection: A Unified Framework from DNN to MLLM},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/II7WVGPM}},
  note         = {Machine review of arXiv:2507.21649}
}
read the original abstract

Video anomaly detection (VAD) aims to identify and ground anomalous behaviors or events in videos, serving as a core technology in the fields of intelligent surveillance and public safety. With the advancement of deep learning, the continuous evolution of deep model architectures has driven innovation in VAD methodologies, significantly enhancing feature representation and scene adaptability, thereby improving algorithm generalization and expanding application boundaries. More importantly, the rapid development of multi-modal large language (MLLMs) and large language models (LLMs) has introduced new opportunities and challenges to the VAD field. Under the support of MLLMs and LLMs, VAD has undergone significant transformations in terms of data annotation, input modalities, model architectures, and task objectives. The surge in publications and the evolution of tasks have created an urgent need for systematic reviews of recent advancements. This paper presents the first comprehensive survey analyzing VAD methods based on MLLMs and LLMs, providing an in-depth discussion of the changes occurring in the VAD field in the era of large models and their underlying causes. Additionally, this paper proposes a unified framework that encompasses both deep neural network (DNN)-based and LLM-based VAD methods, offering a thorough analysis of the new VAD paradigms empowered by LLMs, constructing a classification system, and comparing their strengths and weaknesses. Building on this foundation, this paper focuses on current VAD methods based on MLLMs/LLMs. Finally, based on the trajectory of technological advancements and existing bottlenecks, this paper distills key challenges and outlines future research directions, offering guidance for the VAD community.

Figures

Figures reproduced from arXiv: 2507.21649 by the authors.

Figure 1
Figure 1. Annual distribution of VAD publications by methodology type. [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Performance evolution of representative DNN-based VAD methods [PITH_FULL_IMAGE:figures/full_fig_p002_2.png] view at source ↗
Figure 3
Figure 3. Comparison of different approaches for anomaly detection: (1) [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗
Figures from the paper (9 more)
Figure 4
Figure 4. Figure 4: Illustration of the differences in training and testing setups among various VAD tasks under different supervision paradigms. Each supervision type [PITH_FULL_IMAGE:figures/full_fig_p005_4.png]
Figure 5
Figure 5. Figure 5: The framework tree we proposed that can be compatible with all existing types of VAD tasks. We break down VAD tasks into five components: Task [PITH_FULL_IMAGE:figures/full_fig_p009_5.png]
Figure 6
Figure 6. Figure 6: Fig (a) illustrates the reconstruction paradigm with synthetic pseudo [PITH_FULL_IMAGE:figures/full_fig_p013_6.png]
Figure 7
Figure 7. Figure 7: Fig (a) illustrates the one stage MIL paradigm (DeepMIL [9]), while [PITH_FULL_IMAGE:figures/full_fig_p016_7.png]
Figure 8
Figure 8. Figure 8: Fig (a) illustrates the method inspired by the OCC paradigm [PITH_FULL_IMAGE:figures/full_fig_p017_8.png]
Figure 9
Figure 9. Figure 9: Fig (a) illustrates the TVAD method adopts the paradigm of segmented [PITH_FULL_IMAGE:figures/full_fig_p019_9.png]
Figure 10
Figure 10. Figure 10: Fig (a) illustrates the frozen LLM/MLLM & efficient module tuning [PITH_FULL_IMAGE:figures/full_fig_p022_10.png]
Figure 11
Figure 11. Figure 11: Fig (a) illustrates the classic method of OSVAD (Zhu et al. [237]), [PITH_FULL_IMAGE:figures/full_fig_p023_11.png]
Figure 12
Figure 12. Figure 12: Fig (a) illustrates the flowchart of the first method proposed for the [PITH_FULL_IMAGE:figures/full_fig_p024_12.png]

Discussion (0). Sign in to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Can Multimodal Large Language Models Truly Understand Small Objects?

    cs.CV 2026-04 unverdicted novelty 7.0 of 10

    Current MLLMs show weak performance on small object understanding tasks, but fine-tuning with the new SOU-Train dataset measurably improves their capabilities.

Reference graph

Works this paper leans on

241 extracted references · 53 canonical work pages · cited by 1 Pith paper

  1. [24]

    Video Anomaly Detection in 10 Years: A Survey and Outlook

    M. Abdalla, S. Javed, M. A. Radi, A. Ulhaq, and N. Werghi, “Video anomaly detection in 10 years: A survey and outlook,” arXiv preprint arXiv:2405.19387, 2024

  2. [2]

    Applications of outlier analysis,

    C. C. Aggarwal, “Applications of outlier analysis,” in Outlier analysis. Springer, 2012, pp. 373–400

  3. [3]

    Weakly supervised anomaly detection: A survey,

    M. Jiang, C. Hou, A. Zheng, X. Hu, S. Han, H. Huang, X. He, P. S. Yu, and Y . Zhao, “Weakly supervised anomaly detection: A survey,” arXiv preprint arXiv:2302.04549 , 2023

  4. [4]

    Deep learning for anomaly detection: A review,

    G. Pang, C. Shen, L. Cao, and A. V . D. Hengel, “Deep learning for anomaly detection: A review,” ACM computing surveys (CSUR) , vol. 54, no. 2, pp. 1–38, 2021

  5. [5]

    Dota: Unsupervised detection of traffic anomaly in driving videos,

    Y . Yao, X. Wang, M. Xu, Z. Pu, Y . Wang, E. Atkins, and D. J. Crandall, “Dota: Unsupervised detection of traffic anomaly in driving videos,” IEEE transactions on pattern analysis and machine intelli- gence, vol. 45, no. 1, pp. 444–459, 2022

  6. [6]

    Sparse reconstruction cost for abnormal event detection,

    Y . Cong, J. Yuan, and J. Liu, “Sparse reconstruction cost for abnormal event detection,” in CVPR 2011. IEEE, 2011, pp. 3449–3456

  7. [7]

    Learning temporal regularity in video sequences,

    M. Hasan, J. Choi, J. Neumann, A. K. Roy-Chowdhury, and L. S. Davis, “Learning temporal regularity in video sequences,” in Pro- ceedings of the IEEE conference on computer vision and pattern recognition, 2016, pp. 733–742

  8. [8]

    Future frame prediction for anomaly detection–a new baseline,

    W. Liu, W. Luo, D. Lian, and S. Gao, “Future frame prediction for anomaly detection–a new baseline,” in Proceedings of the IEEE conference on computer vision and pattern recognition , 2018, pp. 6536–6545

Show all 241 references
  1. [10]

    Uncovering what why and how: A compre- hensive benchmark for causation understanding of video anomaly,

    H. Du, S. Zhang, B. Xie, G. Nan, J. Zhang, J. Xu, H. Liu, S. Leng, J. Liu, H. Fan et al. , “Uncovering what why and how: A compre- hensive benchmark for causation understanding of video anomaly,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognit...

  2. [11]

    Hawk: Learning to understand open-world video anomalies,

    J. Tang, H. Lu, R. Wu, X. Xu, K. Ma, C. Fang, B. Guo, J. Lu, Q. Chen, and Y . Chen, “Hawk: Learning to understand open-world video anomalies,” Advances in Neural Information Processing Systems, vol. 37, pp. 139 751–139 785, 2024

  3. [12]

    Vera: Explainable video anomaly detection via verbalized learning of vision-language models,

    M. Ye, W. Liu, and P. He, “Vera: Explainable video anomaly detection via verbalized learning of vision-language models,” in Proceedings of the Computer Vision and Pattern Recognition Conference , 2025, pp. 8679–8688

  4. [13]

    Holmes-vau: Towards long-term video anomaly understanding at any granularity,

    H. Zhang, X. Xu, X. Wang, J. Zuo, X. Huang, C. Gao, S. Zhang, L. Yu, and N. Sang, “Holmes-vau: Towards long-term video anomaly understanding at any granularity,” in Proceedings of the Computer Vision and Pattern Recognition Conference , 2025, pp. 13 843–13 853

  5. [14]

    Abnormal event detection at 150 fps in matlab,

    C. Lu, J. Shi, and J. Jia, “Abnormal event detection at 150 fps in matlab,” in Proceedings of the IEEE international conference on computer vision, 2013, pp. 2720–2727

  6. [15]

    Anomaly detection and localization in crowded scenes,

    W. Li, V . Mahadevan, and N. Vasconcelos, “Anomaly detection and localization in crowded scenes,” IEEE transactions on pattern analysis and machine intelligence , vol. 36, no. 1, pp. 18–32, 2013

  7. [16]

    Real-world anomaly detection in surveillance videos,

    W. Sultani, C. Chen, and M. Shah, “Real-world anomaly detection in surveillance videos,” in Proceedings of the IEEE conference on computer vision and pattern recognition , 2018, pp. 6479–6488

  8. [19]

    A survey of single- scene video anomaly detection,

    B. Ramachandra, M. J. Jones, and R. R. Vatsavai, “A survey of single- scene video anomaly detection,” IEEE transactions on pattern analysis and machine intelligence , vol. 44, no. 5, pp. 2293–2312, 2020

  9. [20]

    A comprehensive review on deep learning-based methods for video anomaly detection,

    R. Nayak, U. C. Pati, and S. K. Das, “A comprehensive review on deep learning-based methods for video anomaly detection,” Image and Vision Computing, vol. 106, p. 104078, 2021

  10. [21]

    Anomaly analysis in images and videos: A comprehensive review,

    T. M. Tran, T. N. Vu, N. D. V o, T. V . Nguyen, and K. Nguyen, “Anomaly analysis in images and videos: A comprehensive review,” ACM Computing Surveys , vol. 55, no. 7, pp. 1–37, 2022

  11. [22]

    Generalized video anomaly event detection: Systematic taxonomy and comparison of deep models,

    Y . Liu, D. Yang, Y . Wang, J. Liu, J. Liu, A. Boukerche, P. Sun, and L. Song, “Generalized video anomaly event detection: Systematic taxonomy and comparison of deep models,” ACM Computing Surveys, vol. 56, no. 7, pp. 1–38, 2024

  12. [23]

    Deep learning for video anomaly detection: A review,

    P. Wu, C. Pan, Y . Yan, G. Pang, P. Wang, and Y . Zhang, “Deep learning for video anomaly detection: A review,” arXiv preprint arXiv:2409.05383, 2024. 26

  13. [25]

    Quo vadis, anomaly detection? llms and vlms in the spotlight,

    X. Ding and L. Wang, “Quo vadis, anomaly detection? llms and vlms in the spotlight,” arXiv preprint arXiv:2412.18298 , 2024

  14. [26]

    Networking systems for video anomaly detection: A tutorial and survey,

    J. Liu, Y . Liu, J. Lin, J. Li, L. Cao, P. Sun, B. Hu, L. Song, A. Boukerche, and V . C. Leung, “Networking systems for video anomaly detection: A tutorial and survey,” ACM Computing Surveys , vol. 57, no. 10, pp. 1–37, 2025

  15. [27]

    Learning not to reconstruct anomalies,

    M. Astrid, M. Z. Zaheer, J.-Y . Lee, and S.-I. Lee, “Learning not to reconstruct anomalies,” arXiv preprint arXiv:2110.09742 , 2021

  16. [28]

    Making reconstruction-based method great again for video anomaly detection,

    Y . Wang, C. Qin, Y . Bai, Y . Xu, X. Ma, and Y . Fu, “Making reconstruction-based method great again for video anomaly detection,” in 2022 IEEE International Conference on Data Mining (ICDM) . IEEE, 2022, pp. 1215–1220

  17. [30]

    Pedestrian spatio-temporal information fusion for video anomaly detection,

    C. Hu and L. Zhu, “Pedestrian spatio-temporal information fusion for video anomaly detection,” arXiv preprint arXiv:2211.10052 , 2022

  18. [31]

    Motion-aware feature for improved video anomaly detection,

    Y . Zhu and S. Newsam, “Motion-aware feature for improved video anomaly detection,” arXiv preprint arXiv:1907.10211 , 2019

  19. [32]

    Temporal convolutional network with complementary inner bag loss for weakly supervised anomaly detec- tion,

    J. Zhang, L. Qing, and J. Miao, “Temporal convolutional network with complementary inner bag loss for weakly supervised anomaly detec- tion,” in 2019 IEEE International Conference on Image Processing (ICIP). IEEE, 2019, pp. 4030–4034

  20. [33]

    Collaborative normality learning framework for weakly supervised video anomaly detection,

    Y . Liu, J. Liu, M. Zhao, S. Li, and L. Song, “Collaborative normality learning framework for weakly supervised video anomaly detection,” IEEE Transactions on Circuits and Systems II: Express Briefs , vol. 69, no. 5, pp. 2508–2512, 2022

  21. [34]

    Vadclip: Adapting vision-language models for weakly supervised video anomaly detection,

    P. Wu, X. Zhou, G. Pang, L. Zhou, Q. Yan, P. Wang, and Y . Zhang, “Vadclip: Adapting vision-language models for weakly supervised video anomaly detection,” in Proceedings of the AAAI Conference on Artificial Intelligence, vol. 38, no. 6, 2024, pp. 6074–6082

  22. [35]

    Harnessing large language models for training-free video anomaly detection,

    L. Zanella, W. Menapace, M. Mancini, Y . Wang, and E. Ricci, “Harnessing large language models for training-free video anomaly detection,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2024, pp. 18 527–18 536

  23. [36]

    Follow the rules: reasoning for video anomaly detection with large language models,

    Y . Yang, K. Lee, B. Dariush, Y . Cao, and S.-Y . Lo, “Follow the rules: reasoning for video anomaly detection with large language models,” in European Conference on Computer Vision . Springer, 2024, pp. 304–322

  24. [37]

    Llama: Open and efficient foundation language models,

    H. Touvron, T. Lavril, G. Izacard, X. Martinet, M.-A. Lachaux, T. Lacroix, B. Rozi `ere, N. Goyal, E. Hambro, F. Azhar et al., “Llama: Open and efficient foundation language models,” arXiv preprint arXiv:2302.13971, 2023

  25. [38]

    Internvl: Scaling up vision foundation models and aligning for generic visual-linguistic tasks,

    Z. Chen, J. Wu, W. Wang, W. Su, G. Chen, S. Xing, M. Zhong, Q. Zhang, X. Zhu, L. Lu et al., “Internvl: Scaling up vision foundation models and aligning for generic visual-linguistic tasks,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recogni- tion,...

  26. [39]

    Suvad: Semantic understanding based video anomaly detection using mllm,

    S. Gao, P. Yang, and L. Huang, “Suvad: Semantic understanding based video anomaly detection using mllm,” in ICASSP 2025-2025 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). IEEE, 2025, pp. 1–5

  27. [40]

    Robust real-time unusual event detection using multiple fixed-location monitors,

    A. Adam, E. Rivlin, I. Shimshoni, and D. Reinitz, “Robust real-time unusual event detection using multiple fixed-location monitors,” IEEE transactions on pattern analysis and machine intelligence , vol. 30, no. 3, pp. 555–560, 2008

  28. [41]

    Abnormal crowd behavior detection using social force model,

    R. Mehran, A. Oyama, and M. Shah, “Abnormal crowd behavior detection using social force model,” in 2009 IEEE conference on computer vision and pattern recognition . IEEE, 2009, pp. 935–942

  29. [42]

    Street scene: A new dataset and evaluation protocol for video anomaly detection,

    B. Ramachandra and M. Jones, “Street scene: A new dataset and evaluation protocol for video anomaly detection,” in Proceedings of the IEEE/CVF winter conference on applications of computer vision , 2020, pp. 2569–2578

  30. [43]

    A new comprehensive bench- mark for semi-supervised video anomaly detection and anticipation,

    C. Cao, Y . Lu, P. Wang, and Y . Zhang, “A new comprehensive bench- mark for semi-supervised video anomaly detection and anticipation,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2023, pp. 20 392–20 401

  31. [44]

    A revisit of sparse coding based anomaly detection in stacked rnn framework,

    W. Luo, W. Liu, and S. Gao, “A revisit of sparse coding based anomaly detection in stacked rnn framework,” in Proceedings of the IEEE international conference on computer vision , 2017, pp. 341–349

  32. [45]

    Adnet: Temporal anomaly detection in surveillance videos,

    H. I. ¨Ozt¨urk and A. B. Can, “Adnet: Temporal anomaly detection in surveillance videos,” in Pattern Recognition. ICPR International Workshops and Challenges: Virtual Event, January 10–15, 2021, Pro- ceedings, Part IV. Springer, 2021, pp. 88–101

  33. [46]

    Tad: A large-scale benchmark for traffic accidents detection from video surveillance,

    Y . Xu, H. Hu, C. Huang, Y . Nan, Y . Liu, K. Wang, Z. Liu, and S. Lian, “Tad: A large-scale benchmark for traffic accidents detection from video surveillance,” IEEE Access, 2024

  34. [47]

    People detection and pose classification inside a moving train using computer vision,

    S. A. Velastin and D. A. G ´omez-Lira, “People detection and pose classification inside a moving train using computer vision,” inAdvances in Visual Informatics: 5th International Visual Informatics Conference, IVIC 2017, Bangi, Malaysia, November 28–30, 2017, Proceedings 5 . S...

  35. [48]

    Camnuvem: A robbery dataset for video anomaly detection,

    D. D. de Paula, D. H. Salvadeo, and D. M. de Araujo, “Camnuvem: A robbery dataset for video anomaly detection,” Sensors, vol. 22, no. 24, p. 10016, 2022

  36. [49]

    A benchmark for crime surveillance video analysis with large models,

    H. Chen, D. Yi, M. Cao, C. Huang, G. Zhu, and J. Wang, “A benchmark for crime surveillance video analysis with large models,” arXiv preprint arXiv:2502.09325, 2025

  37. [50]

    When, where, and what? a new dataset for anomaly detection in driving videos,

    Y . Yao, X. Wang, M. Xu, Z. Pu, E. Atkins, and D. Crandall, “When, where, and what? a new dataset for anomaly detection in driving videos,” arXiv preprint arXiv:2004.03044 , 2020

  38. [51]

    Ubnormal: New benchmark for supervised open-set video anomaly detection,

    A. Acsintoae, A. Florescu, M.-I. Georgescu, T. Mare, P. Sumedrea, R. T. Ionescu, F. S. Khan, and M. Shah, “Ubnormal: New benchmark for supervised open-set video anomaly detection,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2022, pp....

  39. [52]

    Exploring what why and how: A multifaceted benchmark for causation understanding of video anomaly,

    H. Du, G. Nan, J. Qian, W. Wu, W. Deng, H. Mu, Z. Chen, P. Mao, X. Tao, and J. Liu, “Exploring what why and how: A multifaceted benchmark for causation understanding of video anomaly,” arXiv preprint arXiv:2412.07183, 2024

  40. [53]

    Vane- bench: Video anomaly evaluation benchmark for conversational lmms,

    R. Bharadwaj, H. Gani, M. Naseer, F. S. Khan, and S. Khan, “Vane- bench: Video anomaly evaluation benchmark for conversational lmms,” arXiv preprint arXiv:2406.10326 , 2024

  41. [55]

    Towards surveillance video-and-language understanding: New dataset baselines and challenges,

    T. Yuan, X. Zhang, K. Liu, B. Liu, C. Chen, J. Jin, and Z. 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, 2024, pp. 22 052–22 061

  42. [56]

    Two-person interaction detection using body-pose features and mul- tiple instance learning,

    K. Yun, J. Honorio, D. Chattopadhyay, T. L. Berg, and D. Samaras, “Two-person interaction detection using body-pose features and mul- tiple instance learning,” in 2012 IEEE computer society conference on computer vision and pattern recognition workshops . IEEE, 2012, pp. 28–35

  43. [57]

    Bleu: a method for automatic evaluation of machine translation,

    K. Papineni, S. Roukos, T. Ward, and W.-J. Zhu, “Bleu: a method for automatic evaluation of machine translation,” in Proceedings of the 40th annual meeting of the Association for Computational Linguistics , 2002, pp. 311–318

  44. [58]

    Rouge: A package for automatic evaluation of summaries,

    C.-Y . Lin, “Rouge: A package for automatic evaluation of summaries,” in Text summarization branches out , 2004, pp. 74–81

  45. [59]

    Meteor: An automatic metric for mt evalua- tion with improved correlation with human judgments,

    S. Banerjee and A. Lavie, “Meteor: An automatic metric for mt evalua- tion with improved correlation with human judgments,” in Proceedings of the acl workshop on intrinsic and extrinsic evaluation measures for machine translation and/or summarization , 2005, pp. 65–72

  46. [60]

    Self- supervised sparse representation for video anomaly detection,

    J.-C. Wu, H.-Y . Hsieh, D.-J. Chen, C.-S. Fuh, and T.-L. Liu, “Self- supervised sparse representation for video anomaly detection,” in European Conference on Computer Vision . Springer, 2022, pp. 729– 745

  47. [61]

    Self-training multi-sequence learning with transformer for weakly supervised video anomaly detection,

    S. Li, F. Liu, and L. Jiao, “Self-training multi-sequence learning with transformer for weakly supervised video anomaly detection,” in Proceedings of the AAAI Conference on Artificial Intelligence , vol. 36, no. 2, 2022, pp. 1395–1403

  48. [62]

    Exploiting completeness and uncertainty of pseudo labels for weakly supervised video anomaly detection,

    C. Zhang, G. Li, Y . Qi, S. Wang, L. Qing, Q. Huang, and M.-H. Yang, “Exploiting completeness and uncertainty of pseudo labels for weakly supervised video anomaly detection,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2023, pp. 16 271–16 280

  49. [63]

    Learning causal temporal relation and feature discrimination for anomaly detection,

    P. Wu and J. Liu, “Learning causal temporal relation and feature discrimination for anomaly detection,” IEEE Transactions on Image Processing, vol. 30, pp. 3513–3527, 2021

  50. [64]

    Weakly-supervised video anomaly detection with robust temporal feature magnitude learning,

    Y . Tian, G. Pang, Y . Chen, R. Singh, J. W. Verjans, and G. Carneiro, “Weakly-supervised video anomaly detection with robust temporal feature magnitude learning,” in Proceedings of the IEEE/CVF inter- national conference on computer vision , 2021, pp. 4975–4986

  51. [65]

    Look around for anomalies: Weakly-supervised anomaly detection via context- motion relational learning,

    M. Cho, M. Kim, S. Hwang, C. Park, K. Lee, and S. Lee, “Look around for anomalies: Weakly-supervised anomaly detection via context- motion relational learning,” in Proceedings of the IEEE/CVF confer- ence on computer vision and pattern recognition , 2023, pp. 12 137– 12 146. 27

  52. [66]

    Mgfn: Magnitude-contrastive glance-and-focus network for weakly- supervised video anomaly detection,

    Y . Chen, Z. Liu, B. Zhang, W. Fok, X. Qi, and Y .-C. Wu, “Mgfn: Magnitude-contrastive glance-and-focus network for weakly- supervised video anomaly detection,” in Proceedings of the AAAI conference on artificial intelligence, vol. 37, no. 1, 2023, pp. 387–395

  53. [67]

    Quo vadis, action recognition? a new model and the kinetics dataset,

    J. Carreira and A. Zisserman, “Quo vadis, action recognition? a new model and the kinetics dataset,” in proceedings of the IEEE Conference on Computer Vision and Pattern Recognition , 2017, pp. 6299–6308

  54. [68]

    Video swin transformer,

    Z. Liu, J. Ning, Y . Cao, Y . Wei, Z. Zhang, S. Lin, and H. Hu, “Video swin transformer,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2022, pp. 3202–3211

  55. [69]

    Text prompt with normality guidance for weakly supervised video anomaly detection,

    Z. Yang, J. Liu, and P. Wu, “Text prompt with normality guidance for weakly supervised video anomaly detection,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2024, pp. 18 899–18 908

  56. [70]

    Unbiased multi- ple instance learning for weakly supervised video anomaly detection,

    H. Lv, Z. Yue, Q. Sun, B. Luo, Z. Cui, and H. Zhang, “Unbiased multi- ple instance learning for weakly supervised video anomaly detection,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2023, pp. 8022–8031

  57. [71]

    Weakly supervised video anomaly detection and localization with spatio-temporal prompts,

    P. Wu, X. Zhou, G. Pang, Z. Yang, Q. Yan, P. Wang, and Y . Zhang, “Weakly supervised video anomaly detection and localization with spatio-temporal prompts,” in Proceedings of the 32nd ACM Interna- tional Conference on Multimedia , 2024, pp. 9301–9310

  58. [72]

    Vision-language models assisted unsupervised video anomaly detection,

    Y . Jiang and L. Mao, “Vision-language models assisted unsupervised video anomaly detection,” arXiv preprint arXiv:2409.14109 , 2024

  59. [73]

    Video anomaly detection and explanation via large language models,

    H. Lv and Q. Sun, “Video anomaly detection and explanation via large language models,” arXiv preprint arXiv:2401.05702 , 2024

  60. [74]

    Mist: Multi-modal iterative spatial-temporal transformer for long-form video question answering,

    D. Gao, L. Zhou, L. Ji, L. Zhu, Y . Yang, and M. Z. Shou, “Mist: Multi-modal iterative spatial-temporal transformer for long-form video question answering,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2023, pp. 14 773–14 783

  61. [75]

    Object- centric auto-encoders and dummy anomalies for abnormal event detec- tion in video,

    R. T. Ionescu, F. S. Khan, M.-I. Georgescu, and L. Shao, “Object- centric auto-encoders and dummy anomalies for abnormal event detec- tion in video,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2019, pp. 7842–7851

  62. [77]

    A background-agnostic framework with adversarial training for abnor- mal event detection in video,

    M. I. Georgescu, R. T. Ionescu, F. S. Khan, M. Popescu, and M. Shah, “A background-agnostic framework with adversarial training for abnor- mal event detection in video,” IEEE transactions on pattern analysis and machine intelligence , vol. 44, no. 9, pp. 4505–4523, 2021

  63. [78]

    Anomaly detection in video se- quence with appearance-motion correspondence,

    T.-N. Nguyen and J. Meunier, “Anomaly detection in video se- quence with appearance-motion correspondence,” in Proceedings of the IEEE/CVF international conference on computer vision , 2019, pp. 1273–1283

  64. [79]

    Generative neural networks for anomaly detection in crowded scenes,

    T. Wang, M. Qiao, Z. Lin, C. Li, H. Snoussi, Z. Liu, and C. Choi, “Generative neural networks for anomaly detection in crowded scenes,” IEEE Transactions on Information Forensics and Security , vol. 14, no. 5, pp. 1390–1399, 2018

  65. [80]

    Regularity learning via explicit distribution modeling for skeletal video anomaly detection,

    S. Yu, Z. Zhao, H. Fang, A. Deng, H. Su, D. Wang, W. Gan, C. Lu, and W. Wu, “Regularity learning via explicit distribution modeling for skeletal video anomaly detection,” IEEE Transactions on Circuits and Systems for Video Technology, 2023

  66. [81]

    Clustering driven deep autoencoder for video anomaly detection,

    Y . Chang, Z. Tu, W. Xie, and J. Yuan, “Clustering driven deep autoencoder for video anomaly detection,” in Computer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Proceedings, Part XV 16 . Springer, 2020, pp. 329–345

  67. [82]

    Anomaly detection with bidirectional consistency in videos,

    Z. Fang, J. Liang, J. T. Zhou, Y . Xiao, and F. Yang, “Anomaly detection with bidirectional consistency in videos,” IEEE transactions on neural networks and learning systems , vol. 33, no. 3, pp. 1079–1092, 2020

  68. [83]

    Self-supervision-augmented deep autoencoder for unsupervised visual anomaly detection,

    C. Huang, Z. Yang, J. Wen, Y . Xu, Q. Jiang, J. Yang, and Y . Wang, “Self-supervision-augmented deep autoencoder for unsupervised visual anomaly detection,” IEEE Transactions on Cybernetics, vol. 52, no. 12, pp. 13 834–13 847, 2021

  69. [84]

    Remembering history with convolutional lstm for anomaly detection,

    W. Luo, W. Liu, and S. Gao, “Remembering history with convolutional lstm for anomaly detection,” in 2017 IEEE International conference on multimedia and expo (ICME) . IEEE, 2017, pp. 439–444

  70. [85]

    A hybrid video anomaly detection framework via memory-augmented flow reconstruction and flow-guided frame prediction,

    Z. Liu, Y . Nie, C. Long, Q. Zhang, and G. Li, “A hybrid video anomaly detection framework via memory-augmented flow reconstruction and flow-guided frame prediction,” in Proceedings of the IEEE/CVF inter- national conference on computer vision , 2021, pp. 13 588–13 597

  71. [86]

    Appearance-motion memory consistency network for video anomaly detection,

    R. Cai, H. Zhang, W. Liu, S. Gao, and Z. Hao, “Appearance-motion memory consistency network for video anomaly detection,” inProceed- ings of the AAAI conference on artificial intelligence , vol. 35, no. 2, 2021, pp. 938–946

  72. [87]

    Hierarchical graph embedded pose regularity learning via spatio- temporal transformer for abnormal behavior detection,

    C. Huang, Y . Liu, Z. Zhang, C. Liu, J. Wen, Y . Xu, and Y . Wang, “Hierarchical graph embedded pose regularity learning via spatio- temporal transformer for abnormal behavior detection,” in Proceedings of the 30th ACM international conference on multimedia , 2022, pp. 307–315

  73. [88]

    Attention- driven loss for anomaly detection in video surveillance,

    J. T. Zhou, L. Zhang, Z. Fang, J. Du, X. Peng, and Y . Xiao, “Attention- driven loss for anomaly detection in video surveillance,” IEEE trans- actions on circuits and systems for video technology , vol. 30, no. 12, pp. 4639–4647, 2019

  74. [89]

    Normality learning in multispace for video anomaly detection,

    Y . Zhang, X. Nie, R. He, M. Chen, and Y . Yin, “Normality learning in multispace for video anomaly detection,” IEEE Transactions on Circuits and Systems for Video Technology , vol. 31, no. 9, pp. 3694– 3706, 2020

  75. [90]

    Robust unsupervised video anomaly detection by multipath frame prediction,

    X. Wang, Z. Che, B. Jiang, N. Xiao, K. Yang, J. Tang, J. Ye, J. Wang, and Q. Qi, “Robust unsupervised video anomaly detection by multipath frame prediction,” IEEE transactions on neural networks and learning systems, vol. 33, no. 6, pp. 2301–2312, 2021

  76. [91]

    Abnormal event detection and localization via adversarial event prediction,

    J. Yu, Y . Lee, K. C. Yow, M. Jeon, and W. Pedrycz, “Abnormal event detection and localization via adversarial event prediction,” IEEE transactions on neural networks and learning systems , vol. 33, no. 8, pp. 3572–3586, 2021

  77. [92]

    Object-guided and motion-refined atten- tion network for video anomaly detection,

    W. Zhou, Y . Li, and C. Zhao, “Object-guided and motion-refined atten- tion network for video anomaly detection,” in 2022 IEEE International Conference on Multimedia and Expo (ICME) . IEEE, 2022, pp. 1–6

  78. [93]

    Spatial- temporal graph convolutional network boosted flow-frame prediction for video anomaly detection,

    K. Cheng, X. Zeng, Y . Liu, M. Zhao, C. Pang, and X. Hu, “Spatial- temporal graph convolutional network boosted flow-frame prediction for video anomaly detection,” in ICASSP 2023-2023 IEEE Inter- national Conference on Acoustics, Speech and Signal Processing (ICASSP). IEEE, 20...

  79. [94]

    Amp-net: Appearance-motion prototype network assisted automatic video anomaly detection system,

    Y . Liu, J. Liu, K. Yang, B. Ju, S. Liu, Y . Wang, D. Yang, P. Sun, and L. Song, “Amp-net: Appearance-motion prototype network assisted automatic video anomaly detection system,” IEEE Transactions on Industrial Informatics, vol. 20, no. 2, pp. 2843–2855, 2023

  80. [95]

    Cloze test helps: Effective video anomaly detection via learning to complete video events,

    G. Yu, S. Wang, Z. Cai, E. Zhu, C. Xu, J. Yin, and M. Kloft, “Cloze test helps: Effective video anomaly detection via learning to complete video events,” inProceedings of the 28th ACM international conference on multimedia, 2020, pp. 583–591

  81. [96]

    Video event restoration based on keyframes for video anomaly detection,

    Z. Yang, J. Liu, Z. Wu, P. Wu, and X. Liu, “Video event restoration based on keyframes for video anomaly detection,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2023, pp. 14 592–14 601

  82. [97]

    Video anomaly detection via visual cloze tests,

    G. Yu, S. Wang, Z. Cai, X. Liu, E. Zhu, and J. Yin, “Video anomaly detection via visual cloze tests,” IEEE Transactions on Information Forensics and Security, vol. 18, pp. 4955–4969, 2023

  83. [98]

    Video anomaly detection by solving decoupled spatio-temporal jigsaw puzzles,

    G. Wang, Y . Wang, J. Qin, D. Zhang, X. Bao, and D. Huang, “Video anomaly detection by solving decoupled spatio-temporal jigsaw puzzles,” in European Conference on Computer Vision . Springer, 2022, pp. 494–511

  84. [99]

    Video anomaly detection via sequentially learning multiple pretext tasks,

    C. Shi, C. Sun, Y . Wu, and Y . Jia, “Video anomaly detection via sequentially learning multiple pretext tasks,” in Proceedings of the IEEE/CVF International Conference on Computer Vision , 2023, pp. 10 330–10 340

  85. [100]

    Ssmtl++: Revisiting self-supervised multi-task learning for video anomaly detection,

    A. Barbalau, R. T. Ionescu, M.-I. Georgescu, J. Dueholm, B. Ra- machandra, K. Nasrollahi, F. S. Khan, T. B. Moeslund, and M. Shah, “Ssmtl++: Revisiting self-supervised multi-task learning for video anomaly detection,” Computer Vision and Image Understanding , vol. 229, p. 103656, 2023

  86. [101]

    Abnormal event detection using deep contrastive learning for intelligent video surveillance system,

    C. Huang, Z. Wu, J. Wen, Y . Xu, Q. Jiang, and Y . Wang, “Abnormal event detection using deep contrastive learning for intelligent video surveillance system,” IEEE Transactions on Industrial Informatics , vol. 18, no. 8, pp. 5171–5179, 2021

  87. [102]

    Cluster attention contrast for video anomaly detection,

    Z. Wang, Y . Zou, and Z. Zhang, “Cluster attention contrast for video anomaly detection,” in Proceedings of the 28th ACM international conference on multimedia , 2020, pp. 2463–2471

  88. [103]

    Learnable locality-sensitive hashing for video anomaly detection,

    Y . Lu, C. Cao, Y . Zhang, and Y . Zhang, “Learnable locality-sensitive hashing for video anomaly detection,” IEEE Transactions on Circuits and Systems for Video Technology , vol. 33, no. 2, pp. 963–976, 2022

  89. [104]

    Multimodal motion conditioned diffusion model for skeleton-based video anomaly detection,

    A. Flaborea, L. Collorone, G. M. D. Di Melendugno, S. D’Arrigo, B. Prenkaj, and F. Galasso, “Multimodal motion conditioned diffusion model for skeleton-based video anomaly detection,” in Proceedings of the IEEE/CVF international conference on computer vision , 2023, pp. 10 318–10 329

  90. [105]

    Adversarial 3d convolutional auto- encoder for abnormal event detection in videos,

    C. Sun, Y . Jia, H. Song, and Y . Wu, “Adversarial 3d convolutional auto- encoder for abnormal event detection in videos,” IEEE Transactions on Multimedia, vol. 23, pp. 3292–3305, 2020. 28

  91. [106]

    Nm-gan: Noise- modulated generative adversarial network for video anomaly detec- tion,

    D. Chen, L. Yue, X. Chang, M. Xu, and T. Jia, “Nm-gan: Noise- modulated generative adversarial network for video anomaly detec- tion,” Pattern Recognition, vol. 116, p. 107969, 2021

  92. [107]

    Spatio- temporal autoencoder for video anomaly detection,

    Y . Zhao, B. Deng, C. Shen, Y . Liu, H. Lu, and X.-S. Hua, “Spatio- temporal autoencoder for video anomaly detection,” in Proceedings of the 25th ACM international conference on Multimedia , 2017, pp. 1933–1941

  93. [108]

    Hierarchical scene normality-binding modeling for anomaly detection in surveillance videos,

    Q. Bao, F. Liu, Y . Liu, L. Jiao, X. Liu, and L. Li, “Hierarchical scene normality-binding modeling for anomaly detection in surveillance videos,” in Proceedings of the 30th ACM international conference on multimedia, 2022, pp. 6103–6112

  94. [109]

    Learning regularity in skeleton trajectories for anomaly detection in videos,

    R. Morais, V . Le, T. Tran, B. Saha, M. Mansour, and S. Venkatesh, “Learning regularity in skeleton trajectories for anomaly detection in videos,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2019, pp. 11 996–12 004

  95. [110]

    Anopcn: Video anomaly detection via deep predictive coding network,

    M. Ye, X. Peng, W. Gan, W. Wu, and Y . Qiao, “Anopcn: Video anomaly detection via deep predictive coding network,” in Proceedings of the 27th ACM international conference on multimedia , 2019, pp. 1805– 1813

  96. [111]

    Appearance-motion united auto-encoder framework for video anomaly detection,

    Y . Liu, J. Liu, J. Lin, M. Zhao, and L. Song, “Appearance-motion united auto-encoder framework for video anomaly detection,” IEEE Transactions on Circuits and Systems II: Express Briefs , vol. 69, no. 5, pp. 2498–2502, 2022

  97. [112]

    Learning appearance-motion normality for video anomaly detection,

    Y . Liu, J. Liu, M. Zhao, D. Yang, X. Zhu, and L. Song, “Learning appearance-motion normality for video anomaly detection,” in 2022 IEEE International conference on multimedia and expo (ICME). IEEE, 2022, pp. 1–6

  98. [113]

    Self-supervised attentive generative adversarial networks for video anomaly detection,

    C. Huang, J. Wen, Y . Xu, Q. Jiang, J. Yang, Y . Wang, and D. Zhang, “Self-supervised attentive generative adversarial networks for video anomaly detection,” IEEE transactions on neural networks and learn- ing systems, vol. 34, no. 11, pp. 9389–9403, 2022

  99. [114]

    Multi-scale video anomaly detection by multi-grained spatio- temporal representation learning,

    M. Zhang, J. Wang, Q. Qi, H. Sun, Z. Zhuang, P. Ren, R. Ma, and J. Liao, “Multi-scale video anomaly detection by multi-grained spatio- temporal representation learning,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2024, pp. 17 385–17 394

  100. [115]

    Deep-cascade: Cascading 3d deep neural networks for fast anomaly detection and lo- calization in crowded scenes,

    M. Sabokrou, M. Fayyaz, M. Fathy, and R. Klette, “Deep-cascade: Cascading 3d deep neural networks for fast anomaly detection and lo- calization in crowded scenes,” IEEE Transactions on Image Processing, vol. 26, no. 4, pp. 1992–2004, 2017

  101. [116]

    Video anomaly detection and localization via gaussian mixture fully convo- lutional variational autoencoder,

    Y . Fan, G. Wen, D. Li, S. Qiu, M. D. Levine, and F. Xiao, “Video anomaly detection and localization via gaussian mixture fully convo- lutional variational autoencoder,” Computer Vision and Image Under- standing, vol. 195, p. 102920, 2020

  102. [117]

    Deep- anomaly: Fully convolutional neural network for fast anomaly detection in crowded scenes,

    M. Sabokrou, M. Fayyaz, M. Fathy, Z. Moayed, and R. Klette, “Deep- anomaly: Fully convolutional neural network for fast anomaly detection in crowded scenes,” Computer Vision and Image Understanding , vol. 172, pp. 88–97, 2018

  103. [118]

    Old is gold: Redefin- ing the adversarially learned one-class classifier training paradigm,

    M. Z. Zaheer, J.-h. Lee, M. Astrid, and S.-I. Lee, “Old is gold: Redefin- ing the adversarially learned one-class classifier training paradigm,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2020, pp. 14 183–14 193

  104. [119]

    Stabilizing adversarially learned one-class novelty detection using pseudo anomalies,

    M. Z. Zaheer, J.-H. Lee, A. Mahmood, M. Astrid, and S.-I. Lee, “Stabilizing adversarially learned one-class novelty detection using pseudo anomalies,” IEEE Transactions on Image Processing , vol. 31, pp. 5963–5975, 2022

  105. [120]

    Estimating the support of a high-dimensional distribu- tion,

    B. Sch ¨olkopf, J. C. Platt, J. Shawe-Taylor, A. J. Smola, and R. C. Williamson, “Estimating the support of a high-dimensional distribu- tion,” Neural computation, vol. 13, no. 7, pp. 1443–1471, 2001

  106. [121]

    Support vector data description,

    D. M. Tax and R. P. Duin, “Support vector data description,” Machine learning, vol. 54, pp. 45–66, 2004

  107. [123]

    Deep one-class classification,

    L. Ruff, R. Vandermeulen, N. Goernitz, L. Deecke, S. A. Siddiqui, A. Binder, E. M ¨uller, and M. Kloft, “Deep one-class classification,” in International conference on machine learning . PMLR, 2018, pp. 4393–4402

  108. [124]

    Explainable deep one-class classification,

    P. Liznerski, L. Ruff, R. A. Vandermeulen, B. J. Franks, M. Kloft, and K.-R. M ¨uller, “Explainable deep one-class classification,” arXiv preprint arXiv:2007.01760, 2020

  109. [125]

    Learning deep repre- sentations of appearance and motion for anomalous event detection,

    D. Xu, E. Ricci, Y . Yan, J. Song, and N. Sebe, “Learning deep repre- sentations of appearance and motion for anomalous event detection,” arXiv preprint arXiv:1510.01553 , 2015

  110. [126]

    Scene-adaptive svad based on multi- modal action-based feature extraction,

    S. Gao, P. Yang, and L. Huang, “Scene-adaptive svad based on multi- modal action-based feature extraction,” in Proceedings of the Asian Conference on Computer Vision , 2024, pp. 2471–2488

  111. [127]

    Towards interpretable video anomaly de- tection,

    K. Doshi and Y . Yilmaz, “Towards interpretable video anomaly de- tection,” in Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , 2023, pp. 2655–2664

  112. [128]

    Abnormal event detection in videos using generative adversarial nets,

    M. Ravanbakhsh, M. Nabi, E. Sangineto, L. Marcenaro, C. Regazzoni, and N. Sebe, “Abnormal event detection in videos using generative adversarial nets,” in 2017 IEEE international conference on image processing (ICIP). IEEE, 2017, pp. 1577–1581

  113. [129]

    Detecting anomalous events in videos by learning deep representations of appearance and motion,

    D. Xu, Y . Yan, E. Ricci, and N. Sebe, “Detecting anomalous events in videos by learning deep representations of appearance and motion,” Computer Vision and Image Understanding , vol. 156, pp. 117–127, 2017

  114. [130]

    Joint detection and recounting of abnormal events by learning deep generic knowledge,

    R. Hinami, T. Mei, and S. Satoh, “Joint detection and recounting of abnormal events by learning deep generic knowledge,” in Proceedings of the IEEE international conference on computer vision , 2017, pp. 3619–3627

  115. [131]

    Comprehensive regularization in a bi-directional predictive network for video anomaly detection,

    C. Chen, Y . Xie, S. Lin, A. Yao, G. Jiang, W. Zhang, Y . Qu, R. Qiao, B. Ren, and L. Ma, “Comprehensive regularization in a bi-directional predictive network for video anomaly detection,” in Proceedings of the AAAI conference on artificial intelligence , vol. 36, no. 1, 2022,...

  116. [132]

    Evidential reasoning for video anomaly detection,

    C. Sun, Y . Jia, and Y . Wu, “Evidential reasoning for video anomaly detection,” in Proceedings of the 30th ACM International Conference on Multimedia, 2022, pp. 2106–2114

  117. [133]

    Hierarchical semantic contrast for scene-aware video anomaly detection,

    S. Sun and X. Gong, “Hierarchical semantic contrast for scene-aware video anomaly detection,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2023, pp. 22 846–22 856

  118. [134]

    Future frame prediction network for video anomaly detection,

    W. Luo, W. Liu, D. Lian, and S. Gao, “Future frame prediction network for video anomaly detection,” IEEE transactions on pattern analysis and machine intelligence , vol. 44, no. 11, pp. 7505–7520, 2021

  119. [135]

    Fast sparse coding networks for anomaly detection in videos,

    P. Wu, J. Liu, M. Li, Y . Sun, and F. Shen, “Fast sparse coding networks for anomaly detection in videos,” Pattern Recognition , vol. 107, p. 107515, 2020

  120. [136]

    Spatial-temporal cascade autoencoder for video anomaly detection in crowded scenes,

    N. Li, F. Chang, and C. Liu, “Spatial-temporal cascade autoencoder for video anomaly detection in crowded scenes,” IEEE Transactions on Multimedia, vol. 23, pp. 203–215, 2020

  121. [137]

    Learning a distance function with a siamese network to localize anomalies in videos,

    B. Ramachandra, M. Jones, and R. Vatsavai, “Learning a distance function with a siamese network to localize anomalies in videos,” in Proceedings of the IEEE/CVF winter conference on applications of computer vision, 2020, pp. 2598–2607

  122. [138]

    A video anomaly detection framework based on appearance-motion semantics representation consistency,

    X. Huang, C. Zhao, and Z. Wu, “A video anomaly detection framework based on appearance-motion semantics representation consistency,” in ICASSP 2023-2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) . IEEE, 2023, pp. 1–5

  123. [139]

    Attribute-based representations for ac- curate and interpretable video anomaly detection,

    T. Reiss and Y . Hoshen, “Attribute-based representations for ac- curate and interpretable video anomaly detection,” arXiv preprint arXiv:2212.00789, 2022

  124. [140]

    Multi- timescale trajectory prediction for abnormal human activity detection,

    R. Rodrigues, N. Bhargava, R. Velmurugan, and S. Chaudhuri, “Multi- timescale trajectory prediction for abnormal human activity detection,” in Proceedings of the IEEE/CVF winter conference on applications of computer vision, 2020, pp. 2626–2634

  125. [141]

    Normal graph: Spatial temporal graph convolutional networks based prediction network for skeleton based video anomaly detection,

    W. Luo, W. Liu, and S. Gao, “Normal graph: Spatial temporal graph convolutional networks based prediction network for skeleton based video anomaly detection,” Neurocomputing, vol. 444, pp. 332–337, 2021

  126. [142]

    A hierarchical spatio-temporal graph convolutional neural network for anomaly detec- tion in videos,

    X. Zeng, Y . Jiang, W. Ding, H. Li, Y . Hao, and Z. Qiu, “A hierarchical spatio-temporal graph convolutional neural network for anomaly detec- tion in videos,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 33, no. 1, pp. 200–212, 2021

  127. [143]

    A two-stream information fusion approach to abnormal event detection in video,

    Y . Yang, Z. Fu, and S. M. Naqvi, “A two-stream information fusion approach to abnormal event detection in video,” in ICASSP 2022- 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). IEEE, 2022, pp. 5787–5791

  128. [144]

    Human-related anomalous event detection via spatial-temporal graph convolutional autoencoder with embedded long short-term memory network,

    N. Li, F. Chang, and C. Liu, “Human-related anomalous event detection via spatial-temporal graph convolutional autoencoder with embedded long short-term memory network,” Neurocomputing, vol. 490, pp. 482– 494, 2022

  129. [145]

    Holistic representation learning for multitask trajectory anomaly detection,

    A. Stergiou, B. De Weerdt, and N. Deligiannis, “Holistic representation learning for multitask trajectory anomaly detection,” in Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , 2024, pp. 6729–6739

  130. [146]

    Eogt: Video anomaly detection with enhanced object information and global temporal dependency,

    R. Pi, P. Wu, X. He, and Y . Peng, “Eogt: Video anomaly detection with enhanced object information and global temporal dependency,” ACM Transactions on Multimedia Computing, Communications and Applications, vol. 20, no. 10, pp. 1–21, 2024

  131. [147]

    Self-distilled masked auto-encoders are efficient video 29 anomaly detectors,

    N.-C. Ristea, F.-A. Croitoru, R. T. Ionescu, M. Popescu, F. S. Khan, M. Shah et al., “Self-distilled masked auto-encoders are efficient video 29 anomaly detectors,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2024, pp. 15 984–15 995

  132. [148]

    Video anomaly detection with sparse coding inspired deep neural networks,

    W. Luo, W. Liu, D. Lian, J. Tang, L. Duan, X. Peng, and S. Gao, “Video anomaly detection with sparse coding inspired deep neural networks,” IEEE transactions on pattern analysis and machine intelli- gence, vol. 43, no. 3, pp. 1070–1084, 2019

  133. [149]

    Anomaly detection in video using predictive convolutional long short-term memory networks,

    J. R. Medel and A. Savakis, “Anomaly detection in video using predictive convolutional long short-term memory networks,” arXiv preprint arXiv:1612.00390, 2016

  134. [150]

    Training adversarial discriminators for cross-channel abnormal event detection in crowds,

    M. Ravanbakhsh, E. Sangineto, M. Nabi, and N. Sebe, “Training adversarial discriminators for cross-channel abnormal event detection in crowds,” in 2019 IEEE Winter Conference on Applications of Computer Vision (WACV). IEEE, 2019, pp. 1896–1904

  135. [151]

    Convolutional transformer based dual discriminator generative adversarial networks for video anomaly detection,

    X. Feng, D. Song, Y . Chen, Z. Chen, J. Ni, and H. Chen, “Convolutional transformer based dual discriminator generative adversarial networks for video anomaly detection,” in Proceedings of the 29th ACM Inter- national Conference on Multimedia , 2021, pp. 5546–5554

  136. [152]

    Adversarially learned one-class classifier for novelty detection,

    M. Sabokrou, M. Khalooei, M. Fathy, and E. Adeli, “Adversarially learned one-class classifier for novelty detection,” in Proceedings of the IEEE conference on computer vision and pattern recognition, 2018, pp. 3379–3388

  137. [153]

    Feature prediction diffusion model for video anomaly detection,

    C. Yan, S. Zhang, Y . Liu, G. Pang, and W. Wang, “Feature prediction diffusion model for video anomaly detection,” in Proceedings of the IEEE/CVF international conference on computer vision , 2023, pp. 5527–5537

  138. [154]

    Learning transferable visual models from natural language supervision,

    A. Radford, J. W. Kim, C. Hallacy, A. Ramesh, G. Goh, S. Agarwal, G. Sastry, A. Askell, P. Mishkin, J. Clark et al., “Learning transferable visual models from natural language supervision,” in International conference on machine learning . PmLR, 2021, pp. 8748–8763

  139. [155]

    Dss-net: Dynamic self-supervised network for video anomaly detection,

    P. Wu, W. Wang, F. Chang, C. Liu, and B. Wang, “Dss-net: Dynamic self-supervised network for video anomaly detection,” IEEE Transac- tions on Multimedia , vol. 26, pp. 2124–2136, 2023

  140. [156]

    Limiting reconstruction capability of autoencoders using moving backward pseudo anomalies,

    M. Astrid, M. Z. Zaheer, and S.-I. Lee, “Limiting reconstruction capability of autoencoders using moving backward pseudo anomalies,” in 2022 19th international conference on ubiquitous robots (UR) . IEEE, 2022, pp. 248–251

  141. [157]

    Pseudobound: Limiting the anomaly reconstruction capabil- ity of one-class classifiers using pseudo anomalies,

    ——, “Pseudobound: Limiting the anomaly reconstruction capabil- ity of one-class classifiers using pseudo anomalies,” arXiv preprint arXiv:2303.10704, 2023

  142. [158]

    G2d: Generate to detect anomaly,

    M. Pourreza, B. Mohammadi, M. Khaki, S. Bouindour, H. Snoussi, and M. Sabokrou, “G2d: Generate to detect anomaly,” in Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , 2021, pp. 2003–2012

  143. [159]

    Generating anomalies for video anomaly detection with prompt-based feature mapping,

    Z. Liu, X.-M. Wu, D. Zheng, K.-Y . Lin, and W.-S. Zheng, “Generating anomalies for video anomaly detection with prompt-based feature mapping,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2023, pp. 24 500–24 510

  144. [160]

    Anomaly warning: Learning and memorizing future semantic patterns for unsupervised ex-ante potential anomaly prediction,

    J. Leng, M. Tan, X. Gao, W. Lu, and Z. Xu, “Anomaly warning: Learning and memorizing future semantic patterns for unsupervised ex-ante potential anomaly prediction,” in Proceedings of the 30th ACM International Conference on Multimedia , 2022, pp. 6746–6754

  145. [161]

    Effective video abnormal event detection by learning a consistency-aware high-level feature extractor,

    G. Yu, S. Wang, Z. Cai, X. Liu, and C. Wu, “Effective video abnormal event detection by learning a consistency-aware high-level feature extractor,” in Proceedings of the 30th ACM International Conference on Multimedia, 2022, pp. 6337–6346

  146. [162]

    Diversity-measurable anomaly detection,

    W. Liu, H. Chang, B. Ma, S. Shan, and X. Chen, “Diversity-measurable anomaly detection,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2023, pp. 12 147–12 156

  147. [163]

    Stochastic video normality network for abnormal event detection in surveillance videos,

    Y . Liu, D. Yang, G. Fang, Y . Wang, D. Wei, M. Zhao, K. Cheng, J. Liu, and L. Song, “Stochastic video normality network for abnormal event detection in surveillance videos,” Knowledge-Based Systems, vol. 280, p. 110986, 2023

  148. [164]

    Memory-augmented appearance-motion network for video anomaly detection,

    L. Wang, J. Tian, S. Zhou, H. Shi, and G. Hua, “Memory-augmented appearance-motion network for video anomaly detection,” Pattern Recognition, vol. 138, p. 109335, 2023

  149. [165]

    Learning normal dynamics in videos with meta prototype network,

    H. Lv, C. Chen, Z. Cui, C. Xu, Y . Li, and J. Yang, “Learning normal dynamics in videos with meta prototype network,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2021, pp. 15 425–15 434

  150. [166]

    Dynamic local aggregation network with adaptive clusterer for anomaly detection,

    Z. Yang, P. Wu, J. Liu, and X. Liu, “Dynamic local aggregation network with adaptive clusterer for anomaly detection,” in European Conference on Computer Vision . Springer, 2022, pp. 404–421

  151. [167]

    Context recovery and knowledge retrieval: A novel two-stream framework for video anomaly detection,

    C. Cao, Y . Lu, and Y . Zhang, “Context recovery and knowledge retrieval: A novel two-stream framework for video anomaly detection,” IEEE Transactions on Image Processing , 2024

  152. [168]

    Bman: Bidirectional multi-scale aggregation networks for abnormal event detection,

    S. Lee, H. G. Kim, and Y . M. Ro, “Bman: Bidirectional multi-scale aggregation networks for abnormal event detection,”IEEE Transactions on Image Processing , vol. 29, pp. 2395–2408, 2019

  153. [169]

    Memorizing normality to detect anomaly: Memory- augmented deep autoencoder for unsupervised anomaly detection,

    D. Gong, L. Liu, V . Le, B. Saha, M. R. Mansour, S. Venkatesh, and A. v. d. Hengel, “Memorizing normality to detect anomaly: Memory- augmented deep autoencoder for unsupervised anomaly detection,” in Proceedings of the IEEE/CVF international conference on computer vision, 2019...

  154. [170]

    Learning memory-guided normality for anomaly detection,

    H. Park, J. Noh, and B. Ham, “Learning memory-guided normality for anomaly detection,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2020, pp. 14 372–14 381

  155. [171]

    Anomaly detection in video via self-supervised and multi-task learning,

    M.-I. Georgescu, A. Barbalau, R. T. Ionescu, F. S. Khan, M. Popescu, and M. Shah, “Anomaly detection in video via self-supervised and multi-task learning,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2021, pp. 12 742–12 752

  156. [172]

    Learning event-relevant factors for video anomaly detection,

    C. Sun, C. Shi, Y . Jia, and Y . Wu, “Learning event-relevant factors for video anomaly detection,” in Proceedings of the AAAI Conference on Artificial Intelligence, vol. 37, no. 2, 2023, pp. 2384–2392

  157. [173]

    Normalizing flows for human pose anomaly detection,

    O. Hirschorn and S. Avidan, “Normalizing flows for human pose anomaly detection,” in Proceedings of the IEEE/CVF International Conference on Computer Vision , 2023, pp. 13 545–13 554

  158. [174]

    Frequency-guided diffusion model with perturbation training for skeleton-based video anomaly detection,

    X. Tan, H. Wang, X. Geng, and L. Wang, “Frequency-guided diffusion model with perturbation training for skeleton-based video anomaly detection,” arXiv preprint arXiv:2412.03044 , 2024

  159. [175]

    Vadmamba: Exploring state space models for fast video anomaly detection,

    J. Lyu, M. Zhao, J. Hu, X. Huang, Y . Chen, and S. Du, “Vadmamba: Exploring state space models for fast video anomaly detection,” arXiv preprint arXiv:2503.21169, 2025

  160. [176]

    Video anomaly detection with motion and appearance guided patch diffusion model,

    H. Zhou, J. Cai, Y . Ye, Y . Feng, C. Gao, J. Yu, Z. Song, and W. Yang, “Video anomaly detection with motion and appearance guided patch diffusion model,” in Proceedings of the AAAI Conference on Artificial Intelligence, vol. 39, no. 10, 2025, pp. 10 761–10 769

  161. [177]

    Learning prompt-enhanced context features for weakly-supervised video anomaly detection,

    Y . Pu, X. Wu, L. Yang, and S. Wang, “Learning prompt-enhanced context features for weakly-supervised video anomaly detection,” IEEE Transactions on Image Processing , 2024

  162. [178]

    Delving into clip latent space for video anomaly recognition,

    L. Zanella, B. Liberatori, W. Menapace, F. Poiesi, Y . Wang, and E. Ricci, “Delving into clip latent space for video anomaly recognition,” Computer Vision and Image Understanding, vol. 249, p. 104163, 2024

  163. [179]

    Learn suspected anomalies from event prompts for video anomaly detection,

    C. Tao, X. Peng, C. Wang, J. Wu, P. Zhao, J. Wang, and J. Qian, “Learn suspected anomalies from event prompts for video anomaly detection,” arXiv preprint arXiv:2403.01169 , 2024

  164. [180]

    Graph convolutional label noise cleaner: Train a plug-and-play action classifier for anomaly detection,

    J.-X. Zhong, N. Li, W. Kong, S. Liu, T. H. Li, and G. Li, “Graph convolutional label noise cleaner: Train a plug-and-play action classifier for anomaly detection,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2019, pp. 1237–1246

  165. [181]

    Mist: Multiple instance self- training framework for video anomaly detection,

    J.-C. Feng, F.-T. Hong, and W.-S. Zheng, “Mist: Multiple instance self- training framework for video anomaly detection,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2021, pp. 14 009–14 018

  166. [182]

    Learning spatiotemporal features with 3d convolutional networks,

    D. Tran, L. Bourdev, R. Fergus, L. Torresani, and M. Paluri, “Learning spatiotemporal features with 3d convolutional networks,” in Proceed- ings of the IEEE international conference on computer vision , 2015, pp. 4489–4497

  167. [183]

    Claws: Clus- tering assisted weakly supervised learning with normalcy suppression for anomalous event detection,

    M. Z. Zaheer, A. Mahmood, M. Astrid, and S.-I. Lee, “Claws: Clus- tering assisted weakly supervised learning with normalcy suppression for anomalous event detection,” in Computer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Proceedings, Part XXI...

  168. [184]

    Batchnorm- based weakly supervised video anomaly detection,

    Y . Zhou, Y . Qu, X. Xu, F. Shen, J. Song, and H. T. Shen, “Batchnorm- based weakly supervised video anomaly detection,” IEEE Transactions on Circuits and Systems for Video Technology , 2024

  169. [185]

    A multi-head ap- proach with shuffled segments for weakly-supervised video anomaly detection,

    S. AlMarri, M. Z. Zaheer, and K. Nandakumar, “A multi-head ap- proach with shuffled segments for weakly-supervised video anomaly detection,” in Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , 2024, pp. 132–142

  170. [186]

    Can spatiotemporal 3d cnns retrace the history of 2d cnns and imagenet?

    K. Hara, H. Kataoka, and Y . Satoh, “Can spatiotemporal 3d cnns retrace the history of 2d cnns and imagenet?” in Proceedings of the IEEE conference on Computer Vision and Pattern Recognition , 2018, pp. 6546–6555

  171. [187]

    Long-short temporal co-teaching for weakly supervised video anomaly detection,

    S. Sun and X. Gong, “Long-short temporal co-teaching for weakly supervised video anomaly detection,” in 2023 IEEE International Conference on Multimedia and Expo (ICME) . IEEE, 2023, pp. 2711– 2716

  172. [188]

    Weakly-supervised anomaly detection in video surveillance via graph convolutional label noise cleaning,

    N. Li, J.-X. Zhong, X. Shu, and H. Guo, “Weakly-supervised anomaly detection in video surveillance via graph convolutional label noise cleaning,” Neurocomputing, vol. 481, pp. 154–167, 2022. 30

  173. [189]

    Violence detection in videos based on fusing visual and audio information,

    W.-F. Pang, Q.-H. He, Y .-j. Hu, and Y .-X. Li, “Violence detection in videos based on fusing visual and audio information,” in ICASSP 2021- 2021 IEEE international conference on acoustics, speech and signal processing (ICASSP). IEEE, 2021, pp. 2260–2264

  174. [190]

    Learn- ing weakly supervised audio-visual violence detection in hyperbolic space,

    X. Peng, H. Wen, Y . Luo, X. Zhou, K. Yu, P. Yang, and Z. Wu, “Learn- ing weakly supervised audio-visual violence detection in hyperbolic space,” arXiv preprint arXiv:2305.18797 , 2023

  175. [191]

    Weakly supervised video anomaly detection via center-guided discriminative learning,

    B. Wan, Y . Fang, X. Xia, and J. Mei, “Weakly supervised video anomaly detection via center-guided discriminative learning,” in 2020 IEEE international conference on multimedia and expo (ICME). IEEE, 2020, pp. 1–6

  176. [192]

    Look, listen and pay more attention: Fusing multi-modal information for video violence detection,

    D.-L. Wei, C.-G. Liu, Y . Liu, J. Liu, X.-G. Zhu, and X.-H. Zeng, “Look, listen and pay more attention: Fusing multi-modal information for video violence detection,” inICASSP 2022-2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) . IEEE, 20...

  177. [193]

    Modality-aware con- trastive instance learning with self-distillation for weakly-supervised audio-visual violence detection,

    J. Yu, J. Liu, Y . Cheng, R. Feng, and Y . Zhang, “Modality-aware con- trastive instance learning with self-distillation for weakly-supervised audio-visual violence detection,” in Proceedings of the 30th ACM international conference on multimedia , 2022, pp. 6278–6287

  178. [194]

    Weakly supervised audio-visual violence detection,

    P. Wu, X. Liu, and J. Liu, “Weakly supervised audio-visual violence detection,” IEEE Transactions on Multimedia, vol. 25, pp. 1674–1685, 2022

  179. [195]

    Weakly supervised video anomaly detection via self-guided temporal discriminative transformer,

    C. Huang, C. Liu, J. Wen, L. Wu, Y . Xu, Q. Jiang, and Y . Wang, “Weakly supervised video anomaly detection via self-guided temporal discriminative transformer,”IEEE Transactions on Cybernetics, vol. 54, no. 5, pp. 3197–3210, 2022

  180. [196]

    Weakly supervised anomaly detection in videos considering the openness of events,

    C. Zhang, G. Li, Q. Xu, X. Zhang, L. Su, and Q. Huang, “Weakly supervised anomaly detection in videos considering the openness of events,” IEEE transactions on intelligent transportation systems , vol. 23, no. 11, pp. 21 687–21 699, 2022

  181. [197]

    Dual memory units with uncertainty regulation for weakly supervised video anomaly detection,

    H. Zhou, J. Yu, and W. Yang, “Dual memory units with uncertainty regulation for weakly supervised video anomaly detection,” in Proceed- ings of the AAAI Conference on Artificial Intelligence , vol. 37, no. 3, 2023, pp. 3769–3777

  182. [198]

    Clip-tsa: Clip-assisted tem- poral self-attention for weakly-supervised video anomaly detection,

    H. K. Joo, K. V o, K. Yamazaki, and N. Le, “Clip-tsa: Clip-assisted tem- poral self-attention for weakly-supervised video anomaly detection,” in 2023 IEEE International Conference on Image Processing (ICIP) . IEEE, 2023, pp. 3230–3234

  183. [199]

    Not only look, but also listen: Learning multimodal violence detection under weak supervision,

    P. Wu, J. Liu, Y . Shi, Y . Sun, F. Shao, Z. Wu, and Z. Yang, “Not only look, but also listen: Learning multimodal violence detection under weak supervision,” in Computer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Proceedings, Part XXX

  184. [200]

    Springer, 2020, pp. 322–339

  185. [201]

    Decouple and resolve: transformer-based models for online anomaly detection from weakly labeled videos,

    T. Liu, C. Zhang, K.-M. Lam, and J. Kong, “Decouple and resolve: transformer-based models for online anomaly detection from weakly labeled videos,” IEEE Transactions on Information Forensics and Security, vol. 18, pp. 15–28, 2022

  186. [202]

    Contrastive attention for video anomaly detection,

    S. Chang, Y . Li, S. Shen, J. Feng, and Z. Zhou, “Contrastive attention for video anomaly detection,” IEEE Transactions on Multimedia , vol. 24, pp. 4067–4076, 2021

  187. [203]

    Dance with self-attention: A new look of conditional random fields on anomaly detection in videos,

    D. Purwanto, Y .-T. Chen, and W.-H. Fang, “Dance with self-attention: A new look of conditional random fields on anomaly detection in videos,” in Proceedings of the IEEE/CVF International Conference on Computer Vision, 2021, pp. 173–183

  188. [204]

    Distilling privileged knowledge for anomalous event detection from weakly labeled videos,

    T. Liu, K.-M. Lam, and J. Kong, “Distilling privileged knowledge for anomalous event detection from weakly labeled videos,” IEEE Transactions on Neural Networks and Learning Systems , 2023

  189. [205]

    Ted-spad: Temporal distinctiveness for self-supervised privacy-preservation for video anomaly detection,

    J. Fioresi, I. R. Dave, and M. Shah, “Ted-spad: Temporal distinctiveness for self-supervised privacy-preservation for video anomaly detection,” in Proceedings of the IEEE/CVF international conference on computer vision, 2023, pp. 13 598–13 609

  190. [206]

    Clustering aided weakly supervised training to detect anomalous events in surveillance videos,

    M. Z. Zaheer, A. Mahmood, M. Astrid, and S.-I. Lee, “Clustering aided weakly supervised training to detect anomalous events in surveillance videos,” IEEE Transactions on Neural Networks and Learning Systems, 2023

  191. [207]

    Cross-modal fusion and attention mechanism for weakly supervised video anomaly detection,

    A. Ghadiya, P. Kar, V . Chudasama, and P. Wasnik, “Cross-modal fusion and attention mechanism for weakly supervised video anomaly detection,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2024, pp. 1965–1974

  192. [208]

    Un- masking the abnormal events in video,

    R. Tudor Ionescu, S. Smeureanu, B. Alexe, and M. Popescu, “Un- masking the abnormal events in video,” in Proceedings of the IEEE international conference on computer vision , 2017, pp. 2895–2903

  193. [209]

    Classifier two sample test for video anomaly detections

    Y . Liu, C.-L. Li, and B. P ´oczos, “Classifier two sample test for video anomaly detections.” in BMVC, 2018, p. 71

  194. [210]

    A causal inference look at unsupervised video anomaly detection,

    X. Lin, Y . Chen, G. Li, and Y . Yu, “A causal inference look at unsupervised video anomaly detection,” in Proceedings of the AAAI Conference on Artificial Intelligence , vol. 36, no. 2, 2022, pp. 1620– 1629

  195. [211]

    Detecting abnormality without knowing normality: A two-stage approach for unsupervised video abnormal event detection,

    S. Wang, Y . Zeng, Q. Liu, C. Zhu, E. Zhu, and J. Yin, “Detecting abnormality without knowing normality: A two-stage approach for unsupervised video abnormal event detection,” in Proceedings of the 26th ACM international conference on Multimedia, 2018, pp. 636–644

  196. [212]

    Detecting anomalous events from unlabeled videos via temporal masked auto- encoding,

    J. Hu, G. Yu, S. Wang, E. Zhu, Z. Cai, and X. Zhu, “Detecting anomalous events from unlabeled videos via temporal masked auto- encoding,” in 2022 IEEE International Conference on Multimedia and Expo (ICME). IEEE, 2022, pp. 1–6

  197. [213]

    Deep anomaly discovery from unlabeled videos via normality advantage and self- paced refinement,

    G. Yu, S. Wang, Z. Cai, X. Liu, C. Xu, and C. Wu, “Deep anomaly discovery from unlabeled videos via normality advantage and self- paced refinement,” in Proceedings of the IEEE/CVF Conference on computer vision and pattern recognition , 2022, pp. 13 987–13 998

  198. [214]

    Deep unsupervised anomaly detection,

    T. Li, Z. Wang, S. Liu, and W.-Y . Lin, “Deep unsupervised anomaly detection,” in Proceedings of the IEEE/CVF winter conference on applications of computer vision , 2021, pp. 3636–3645

  199. [215]

    Generative cooperative learning for unsupervised video anomaly detection,

    M. Z. Zaheer, A. Mahmood, M. H. Khan, M. Segu, F. Yu, and S.-I. Lee, “Generative cooperative learning for unsupervised video anomaly detection,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2022, pp. 14 744–14 754

  200. [216]

    Self-trained deep ordinal regression for end-to-end video anomaly detection,

    G. Pang, C. Yan, C. Shen, A. v. d. Hengel, and X. Bai, “Self-trained deep ordinal regression for end-to-end video anomaly detection,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2020, pp. 12 173–12 182

  201. [217]

    A coarse-to-fine pseudo-labeling (c2fpl) framework for unsupervised video anomaly detection,

    A. Al-Lahham, N. Tastan, M. Z. Zaheer, and K. Nandakumar, “A coarse-to-fine pseudo-labeling (c2fpl) framework for unsupervised video anomaly detection,” in Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, 2024, pp. 6793–6802

  202. [218]

    Collabo- rative learning of anomalies with privacy (clap) for unsupervised video anomaly detection: A new baseline,

    A. Al-Lahham, M. Z. Zaheer, N. Tastan, and K. Nandakumar, “Collabo- rative learning of anomalies with privacy (clap) for unsupervised video anomaly detection: A new baseline,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2024, pp. 12 4...

  203. [219]

    Cknn: Cleansed k-nearest neighbor for unsu- pervised video anomaly detection,

    J. Yi and S. Yoon, “Cknn: Cleansed k-nearest neighbor for unsu- pervised video anomaly detection,” in Proceedings of the 33rd ACM International Conference on Information and Knowledge Management, 2024, pp. 3002–3011

  204. [220]

    Interleaving one-class and weakly-supervised models with adaptive thresholding for unsupervised video anomaly detection,

    Y . Nie, H. Huang, C. Long, Q. Zhang, P. Maji, and H. Cai, “Interleaving one-class and weakly-supervised models with adaptive thresholding for unsupervised video anomaly detection,” in European Conference on Computer Vision. Springer, 2024, pp. 449–467

  205. [221]

    Video anomaly detection with structured keywords,

    T. Foltz, “Video anomaly detection with structured keywords,” arXiv preprint arXiv:2503.10653, 2025

  206. [222]

    Mcanet: Multimodal caption aware training-free video anomaly detection via large language model,

    P. P. Dev, R. Hazari, and P. Das, “Mcanet: Multimodal caption aware training-free video anomaly detection via large language model,” in International Conference on Pattern Recognition. Springer, 2024, pp. 362–379

  207. [223]

    Anyanomaly: Zero-shot customizable video anomaly detection with lvlm,

    S. Ahn, Y . Jo, K. Lee, S. Kwon, I. Hong, and S. Park, “Anyanomaly: Zero-shot customizable video anomaly detection with lvlm,” arXiv preprint arXiv:2503.04504, 2025

  208. [224]

    Blip-2: Bootstrapping language- image pre-training with frozen image encoders and large language models,

    J. Li, D. Li, S. Savarese, and S. Hoi, “Blip-2: Bootstrapping language- image pre-training with frozen image encoders and large language models,” in International conference on machine learning . PMLR, 2023, pp. 19 730–19 742

  209. [225]

    Llama 2: Open foundation and fine-tuned chat models,

    H. Touvron, L. Martin, K. Stone, P. Albert, A. Almahairi, Y . Babaei, N. Bashlykov, S. Batra, P. Bhargava, S. Bhosale et al. , “Llama 2: Open foundation and fine-tuned chat models,” arXiv preprint arXiv:2307.09288, 2023

  210. [226]

    Chatglm: A family of large language models from glm-130b to glm-4 all tools,

    T. GLM, A. Zeng, B. Xu, B. Wang, C. Zhang, D. Yin, D. Zhang, D. Rojas, G. Feng, H. Zhao et al. , “Chatglm: A family of large language models from glm-130b to glm-4 all tools,” arXiv preprint arXiv:2406.12793, 2024

  211. [227]

    The llama 3 herd of models,

    A. Grattafiori, A. Dubey, A. Jauhri, A. Pandey, A. Kadian, A. Al-Dahle, A. Letman, A. Mathur, A. Schelten, A. Vaughan et al., “The llama 3 herd of models,” arXiv preprint arXiv:2407.21783 , 2024

  212. [228]

    Qwen2-vl: Enhancing vision-language model’s perception of the world at any resolution,

    P. Wang, S. Bai, S. Tan, S. Wang, Z. Fan, J. Bai, K. Chen, X. Liu, J. Wang, W. Ge et al., “Qwen2-vl: Enhancing vision-language model’s perception of the world at any resolution,” arXiv preprint arXiv:2409.12191, 2024

  213. [229]

    Video-chatgpt: Towards detailed video understanding via large vision and language models,

    M. Maaz, H. Rasheed, S. Khan, and F. S. Khan, “Video-chatgpt: Towards detailed video understanding via large vision and language models,” arXiv preprint arXiv:2306.05424 , 2023

  214. [230]

    Vtimellm: Em- power llm to grasp video moments,

    B. Huang, X. Wang, H. Chen, Z. Song, and W. Zhu, “Vtimellm: Em- power llm to grasp video moments,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2024, pp. 14 271–14 280. 31

  215. [231]

    Qwen2. 5-vl technical report,

    S. Bai, K. Chen, X. Liu, J. Wang, W. Ge, S. Song, K. Dang, P. Wang, S. Wang, J. Tang et al., “Qwen2. 5-vl technical report,” arXiv preprint arXiv:2502.13923, 2025

  216. [232]

    Timechat: A time-sensitive multimodal large language model for long video understanding,

    S. Ren, L. Yao, S. Li, X. Sun, and L. Hou, “Timechat: A time-sensitive multimodal large language model for long video understanding,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024, pp. 14 313–14 323

  217. [233]

    Llava-onevision: Easy visual task transfer,

    B. Li, Y . Zhang, D. Guo, R. Zhang, F. Li, H. Zhang, K. Zhang, P. Zhang, Y . Li, Z. Liu et al. , “Llava-onevision: Easy visual task transfer,” arXiv preprint arXiv:2408.03326 , 2024

  218. [234]

    Assistpda: An online video surveillance assistant for video anomaly prediction, detection, and analysis,

    Z. Yang, C. Gao, J. Liu, P. Wu, G. Pang, and M. Z. Shou, “Assistpda: An online video surveillance assistant for video anomaly prediction, detection, and analysis,” arXiv preprint arXiv:2503.21904 , 2025

  219. [235]

    Slowfastvad: Video anomaly detection via integrating sim- ple detector and rag-enhanced vision-language model,

    Z. Ding, H. Zhang, P. Wu, G. Pang, Z. Yang, P. Wang, and Y . Zhang, “Slowfastvad: Video anomaly detection via integrating sim- ple detector and rag-enhanced vision-language model,” arXiv preprint arXiv:2504.10320, 2025

  220. [236]

    Missiongnn: Hierarchical multimodal gnn-based weakly supervised video anomaly recognition with mission-specific knowledge graph generation,

    S. Yun, R. Masukawa, M. Na, and M. Imani, “Missiongnn: Hierarchical multimodal gnn-based weakly supervised video anomaly recognition with mission-specific knowledge graph generation,” in 2025 IEEE/CVF Winter Conference on Applications of Computer Vision (WACV) . IEEE, 2025, pp...

  221. [237]

    Eva-clip: Improved training techniques for clip at scale,

    Q. Sun, Y . Fang, L. Wu, X. Wang, and Y . Cao, “Eva-clip: Improved training techniques for clip at scale,” arXiv preprint arXiv:2303.15389, 2023

  222. [238]

    Margin learning em- bedded prediction for video anomaly detection with a few anomalies

    W. Liu, W. Luo, Z. Li, P. Zhao, S. Gao et al. , “Margin learning em- bedded prediction for video anomaly detection with a few anomalies.” in IJCAI, vol. 3, 2019, pp. 023–3

  223. [239]

    Towards open set video anomaly detection,

    Y . Zhu, W. Bao, and Q. Yu, “Towards open set video anomaly detection,” in European Conference on Computer Vision . Springer, 2022, pp. 395–412

  224. [240]

    Catching both gray and black swans: Open-set supervised anomaly detection,

    C. Ding, G. Pang, and C. Shen, “Catching both gray and black swans: Open-set supervised anomaly detection,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2022, pp. 7388–7398

  225. [241]

    Anomaly heterogeneity learning for open-set supervised anomaly detection,

    J. Zhu, C. Ding, Y . Tian, and G. Pang, “Anomaly heterogeneity learning for open-set supervised anomaly detection,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2024, pp. 17 616–17 626

  226. [242]

    Few-shot scene-adaptive anomaly detection,

    Y . Lu, F. Yu, M. K. K. Reddy, and Y . Wang, “Few-shot scene-adaptive anomaly detection,” in Computer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Proceedings, Part V

  227. [243]

    Springer, 2020, pp. 125–141

  228. [244]

    Adaptive anomaly detection network for unseen scene without fine-tuning,

    Y . Hu, X. Huang, and X. Luo, “Adaptive anomaly detection network for unseen scene without fine-tuning,” in Pattern Recognition and Computer Vision: 4th Chinese Conference, PRCV 2021, Beijing, China, October 29–November 1, 2021, Proceedings, Part II 4. Springer, 2021, pp. 311–323

  229. [245]

    Boosting variational inference with margin learning for few-shot scene-adaptive anomaly detection,

    X. Huang, Y . Hu, X. Luo, J. Han, B. Zhang, and X. Cao, “Boosting variational inference with margin learning for few-shot scene-adaptive anomaly detection,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 33, no. 6, pp. 2813–2825, 2022

  230. [246]

    Cross-domain video anomaly detection without target domain adaptation,

    A. Aich, K.-C. Peng, and A. K. Roy-Chowdhury, “Cross-domain video anomaly detection without target domain adaptation,” in Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , 2023, pp. 2579–2591

  231. [247]

    Open- vocabulary video anomaly detection,

    P. Wu, X. Zhou, G. Pang, Y . Sun, J. Liu, P. Wang, and Y . Zhang, “Open- vocabulary video anomaly detection,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2024, pp. 18 297–18 307

  232. [248]

    Language-guided open- world video anomaly detection,

    Z. Liu, X. Wu, J. Wu, X. Wang, and L. Yang, “Language-guided open- world video anomaly detection,” arXiv preprint arXiv:2503.13160 , 2025

  233. [249]

    Detecting contextual anomalies by discover- ing consistent spatial regions,

    Z. Yang and R. J. Radke, “Detecting contextual anomalies by discover- ing consistent spatial regions,” arXiv preprint arXiv:2501.08470, 2025

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.