REVIEW 2 major objections 5 minor 50 references
Foundation Models for Anomaly Detection: Vision and Challenges
T0 review · 2 major / 5 minor · reviewed 2026-08-08 · deepseek-v4-flash
Pith's one-line read A taxonomy of three roles—encoder, detector, interpreter—organizes foundation-model anomaly detection.
desk verdict A useful survey whose encoder/detector/interpreter taxonomy organizes the field well, but the 'first comprehensive review' claim is asserted without a systematic search protocol or a serious comparison with prior surveys. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the three-role taxonomy itself, which assigns a foundation model to one of three functional slots in the anomaly detection pipeline: encoder, detector, or interpreter. Because each slot has a distinct interface to the rest of the system—an embedding vector, a prompted prediction, or an explanation text—the taxonomy can organize methods that otherwise look unrelated. The survey also supplies sub-branches for each role, so the scheme is fine-grained enough to separate, for example, embeddings produced solely by an FM from embeddings fused with a graph neural network.
What would settle it
A literature search covering 2023–2025 that finds an earlier survey already using the encoder/detector/interpreter split would refute the 'first comprehensive review' claim. Likewise, finding a published FM-based anomaly detection system whose function is none of encoding, detecting, or interpreting would show the taxonomy is not exhaustive.
Extended reading notes
Core claim
The paper claims that foundation-model-based anomaly detection has reached a stage where a structured map is necessary and possible. It proposes that FMs take exactly three roles in the pipeline: as encoders, where they produce embeddings that downstream classifiers consume; as detectors, where they directly classify or localize anomalies from serialized or encoded input; and as interpreters, where they explain or verify anomaly reports. Within each role the survey distinguishes two subfamilies—FM-based versus hybrid embedding, serialization-based versus encoding-based detection, and detection-based versus verification-based explanation. The authors claim this taxonomy is the first tailored specifically to how FMs are applied to anomaly detection, and they argue that it brings the field's open challenges into view: efficiency, bias, explainability, and multimodality.
Load-bearing premise
The taxonomy's value depends on the literature search being complete, and on no earlier review already dividing FM-based anomaly detection into the same three roles.
Editorial extensions
If this is right
- Any proposed method can be placed in the scheme by asking what the FM contributes—representations, decisions, or explanations—giving newcomers and reviewers a shared vocabulary.
- The inventory shows that zero-shot and few-shot anomaly detection are already feasible across images, video, time series, logs, and finance without per-dataset retraining, with explanations delivered in natural language.
- The open-challenge list points to concrete bottlenecks: model efficiency for real-time use, inherited bias, prompt-dependent interpretability, and the lack of genuinely multimodal anomaly detectors.
- Because several surveyed systems use more than one FM or one FM in more than one role, the taxonomy implies that composite designs are common and that forcing every method into a single category would misrepresent the field.
Reading between the lines
- A reader could push the taxonomy further by treating the three roles as composable building blocks and asking which role assignment is optimal for a given data modality; the survey itself does not rank role choices.
- The taxonomy suggests a benchmarking program: fix the FM and vary its role on the same datasets to isolate where the value actually comes from—representations, decisions, or explanations.
- If the taxonomy is right, progress in the field will look less like new architectures and more like better interfaces around existing FMs: prompt serialization, embedding fusion, and explanation verification.
- The 'first comprehensive review' claim could be tested by checking whether later work adopts the encoder/detector/interpreter vocabulary; adoption would be evidence that the map is useful.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This survey reviews recent work on using foundation models (FMs) for anomaly detection (AD). It proposes a taxonomy that classifies FM usage into three roles—encoder, detector, and interpreter—and surveys roughly twenty recent methods across image, video, time-series, log, tabular, and graph data. The paper also discusses open challenges (efficiency, bias, explainability, multimodality) and outlines future research directions. The central claims are that this is the first comprehensive review of FM-based AD and that the three-role taxonomy is novel and organizes the field.
Significance. If the taxonomy is adopted, it provides a clear mental model for researchers entering the area and helps position new work. The survey covers a broad selection of recent methods and includes a useful summary table with model, FM type, fine-tuning, prompting, data domain, and code availability. The challenges section is sensible and well-grounded. The main weakness is that the 'first comprehensive' and 'novel taxonomy' claims are not substantiated by a transparent search protocol or a detailed comparison with existing surveys (Su et al. [39], Xu et al. [40]); the paper's value is still real, but the presentation overstates its novelty.
major comments (2)
- [Abstract and Introduction] The paper asserts that it presents 'the first comprehensive review' of FM-based anomaly detection and a 'novel taxonomy,' but no systematic literature search protocol is reported (e.g., databases, query strings, inclusion/exclusion criteria, or a PRISMA-style flow), and the differentiation from prior surveys Su et al. [39] and Xu et al. [40] is limited to a few sentences without a structured comparison table. Since comprehensiveness and non-redundancy are the central value claims of a survey, please add a transparent search protocol and a comparison with existing surveys, or temper the claims to be explicitly scoped (e.g., 'a review focusing on the encoder/detector/interpreter roles').
- [Proposed Taxonomy and Table 1] The taxonomy is presented as classifying current FM-based anomaly detection methods into three categories, but the paper admits several boundary cases: LogiCode [46], AnomalyRuler [41], and Audit-LLM [38] are placed in an 'Others' category, and AnomalyLLM [21] is described as a special case where the FM is not the encoder. This is honest but weakens the exhaustiveness implied by the 'novel taxonomy' claim. The authors should either extend the taxonomy with an explicit fourth role (e.g., 'assistant' or 'code generator') to accommodate these works, or clearly state that the three-role taxonomy covers the majority but not all works, and adjust the wording accordingly.
minor comments (5)
- [Introduction] The phrase 'notable examples including include GPT-4' contains a redundant 'including include' and should be corrected.
- [FM as Encoder, Eq. (3)] Equation (3) and the surrounding text contain notation errors: 'ϕGN N(·)' and 'ϕF M(cdot)' should be written with proper subscripts, e.g., 'ϕ_GNN(·)' and 'ϕ_FM(·)'.
- [Table 1] The 'FM type' column is inconsistent: rows [3] and [24] list 'Transformer' as a specific FM, although 'Transformer' is an architecture rather than a specific open-sourced model; row [16] lists 'ChatGPT' as an LVLM, but ChatGPT is typically an LLM. Please verify and correct these entries.
- [FM as Detector, Discussion] The statement that FMs 'cannot be directly applied as an anomaly detector without prompt learning and fine-tuning strategy' is too strong given the paper's own descriptions of LAVAD [42] and SIGLLM [1] as training-free or zero-shot methods; please qualify the claim (e.g., 'often require' or 'in many cases').
- [FM as Interpreter] The word 'human-understanable' in the Discussions paragraph is a typo and should be 'human-understandable'.
Circularity Check
No circularity: the survey's taxonomy is a classification scheme, not a derived result, and self-citations are background only.
full rationale
This paper is a literature survey. Its central contributions — the encoder/detector/interpreter taxonomy and the 'first comprehensive review' claim — are organizational and bibliographic statements, not predictions or fitted quantities. The taxonomy is introduced by definition in the 'Proposed Taxonomy' section, and the subsequent sections classify existing works according to that definition; no equation is derived from data, and no evaluation result is generated from a fitted parameter. The formal-looking equations (1)-(10) are generic templates describing how FM-based methods in each category process inputs; they are illustrative, not derivations. The authors' own prior works [22, 25, 33, 34] appear as background citations for anomaly detection and self-supervised learning; none of them supplies the taxonomy, and the taxonomy's novelty is asserted rather than derived from those papers. The absence of a systematic search protocol and a structured comparison with prior surveys [39, 40] is a rigor and verifiability concern about the 'first comprehensive' wording, but it is not a circular step under the stated criteria: the claim is not made true by the paper's own definitions or by self-citation. No specific circular reduction can be exhibited, so the circularity score is 0.
Assumptions & free parameters
assumptions (3)
- domain assumption The three-role taxonomy (encoder, detector, interpreter) is a meaningful and sufficiently non-overlapping classification of foundation-model usage in anomaly detection.
- domain assumption The surveyed set of approximately thirty papers is representative of the state of the art in FM-based anomaly detection.
- domain assumption The cited papers' reported performance and roles are accurately represented.
Cite this review
Pith. "Pith review of Foundation Models for Anomaly Detection: Vision and Challenges." pith.science (2026). https://pith.science/paper/U3JLJRFF
@misc{pith2026250206911,
author = {Pith},
title = {Pith review of: Foundation Models for Anomaly Detection: Vision and Challenges},
year = {2026},
howpublished = {\url{https://pith.science/paper/U3JLJRFF}},
note = {Machine review of arXiv:2502.06911}
}
read the original abstract
As data continues to grow in volume and complexity across domains such as finance, manufacturing, and healthcare, effective anomaly detection is essential for identifying irregular patterns that may signal critical issues. Recently, foundation models (FMs) have emerged as a powerful tool for advancing anomaly detection. They have demonstrated unprecedented capabilities in enhancing anomaly identification, generating detailed data descriptions, and providing visual explanations. This survey presents the first comprehensive review of recent advancements in FM-based anomaly detection. We propose a novel taxonomy that classifies FMs into three categories based on their roles in anomaly detection tasks, i.e., as encoders, detectors, or interpreters. We provide a systematic analysis of state-of-the-art methods and discuss key challenges in leveraging FMs for improved anomaly detection. We also outline future research directions in this rapidly evolving field.
Figures
Figures from the paper (1 more)
Reference graph
Works this paper leans on
-
[39]
Large language models for forecasting and anomaly detection: A systematic literature review
Jing Su, Chufeng Jiang, Xin Jin, Yuxin Qiao, Tingsong Xiao, Hongda Ma, Rong Wei, Zhi Jing, Jiajun Xu, and Junhong Lin. Large language models for forecasting and anomaly detection: A systematic literature review. arXiv preprint arXiv:2402.10350, 2024
arXiv 2024
-
[40]
Large language models for anomaly and out-of-distribution detection: A survey
Ruiyao Xu and Kaize Ding. Large language models for anomaly and out-of-distribution detection: A survey. arXiv preprint arXiv:2409.01980, 2024
arXiv 2024
-
[46]
Logicode: an llm-driven framework for logical anomaly detection
Yiheng Zhang, Yunkang Cao, Xiaohao Xu, and Weim- ing Shen. Logicode: an llm-driven framework for logical anomaly detection. IEEE Transactions on Automation Science and Engineering, 2024
work page 2024
-
[41]
Follow the rules: reasoning for video anomaly detection with large language mod- els
Yuchen Yang, Kwonjoon Lee, Behzad Dariush, Yinzhi Cao, and Shao-Yuan Lo. Follow the rules: reasoning for video anomaly detection with large language mod- els. In European Conference on Computer Vision, pages 304–322. Springer, 2025
work page 2025
-
[38]
Audit-llm: Multi-agent collaboration for log-based insider threat detection
Chengyu Song, Linru Ma, Jianming Zheng, Jinzhi Liao, Hongyu Kuang, and Lin Yang. Audit-llm: Multi-agent collaboration for log-based insider threat detection. arXiv preprint arXiv:2408.08902, 2024
arXiv 2024
-
[21]
Large language model guided knowl- edge distillation for time series anomaly detection
Chen Liu, Shibo He, Qihang Zhou, Shizhong Li, and Wenchao Meng. Large language model guided knowl- edge distillation for time series anomaly detection. In Proceedings of the Thirty-Third International Joint Conference on Artificial Intelligence, pages 2162–2170, 2024
work page 2024
-
[1]
Sarah Alnegheimish, Linh Nguyen, Laure Berti-Equille, and Kalyan Veeramachaneni. Large language mod- els can be zero-shot anomaly detectors for time series? arXiv preprint arXiv:2405.14755, 2024
arXiv 2024
-
[2]
Gpt-lad: Leveraging large multimodal models for logical anomaly detection
Yoojin An and Dongyeon Kang. Gpt-lad: Leveraging large multimodal models for logical anomaly detection. 10 AI MAGAZINE In ICASSP 2025-2025 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages 1–5. IEEE, 2025
work page 2025
Show all 50 references
-
[3]
Advancing anomaly detection: Non-semantic financial data encoding with llms
Alexander Bakumenko, Kate ˇrina Hlav´aˇckov´a-Schindler, Claudia Plant, and Nina C Hubig. Advancing anomaly detection: Non-semantic financial data encoding with llms. arXiv preprint arXiv:2406.03614, 2024
2024
-
[4]
On the opportunities and risks of foundation models
Rishi Bommasani, Drew A Hudson, Ehsan Adeli, Russ Altman, Simran Arora, Sydney von Arx, Michael S Bernstein, Jeannette Bohg, Antoine Bosselut, Emma Brunskill, et al. On the opportunities and risks of foundation models. arXiv preprint arXiv:2108.07258 , 2021
2021 arXiv
-
[5]
Domain-controlled prompt learn- ing
Qinglong Cao, Zhengqin Xu, Yuntian Chen, Chao Ma, and Xiaokang Yang. Domain-controlled prompt learn- ing. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 38, pages 936–944, 2024
2024
-
[6]
Spiced: Syntactical bug and trojan pattern identification in a/ms circuits using llm-enhanced detection
Jayeeta Chaudhuri, Dhruv Thapar, Arjun Chaudhuri, Farshad Firouzi, and Krishnendu Chakrabarty. Spiced: Syntactical bug and trojan pattern identification in a/ms circuits using llm-enhanced detection. In 2024 IEEE Physical Assurance and Inspection of Electronics (PAINE), pages ...
2024
-
[7]
Can llms serve as time series anomaly detectors? arXiv preprint arXiv:2408.03475, 2024
Manqing Dong, Hao Huang, and Longbing Cao. Can llms serve as time series anomaly detectors? arXiv preprint arXiv:2408.03475, 2024
2024 arXiv
-
[8]
Llm-botguard: A novel framework for detecting llm-driven bots with mixture of experts and graph neural networks
Jinglong Duan, Weihua Li, Quan Bai, Minh Nguyen, Xiaodan Wang, and Jianhua Jiang. Llm-botguard: A novel framework for detecting llm-driven bots with mixture of experts and graph neural networks. IEEE Transactions on Computational Social Systems, 2025
2025
-
[9]
Semantic anomaly detection with large language mod- els
Amine Elhafsi, Rohan Sinha, Christopher Agia, Edward Schmerling, Issa AD Nesnas, and Marco Pavone. Semantic anomaly detection with large language mod- els. Autonomous Robots, 47(8):1035–1055, 2023
2023
-
[10]
Anomalygpt: Detecting industrial anomalies using large vision-language mod- els
Zhaopeng Gu, Bingke Zhu, Guibo Zhu, Yingying Chen, Ming Tang, and Jinqiao Wang. Anomalygpt: Detecting industrial anomalies using large vision-language mod- els. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 38, pages 1932–1940, 2024
1932
-
[11]
Dabl: Detecting semantic anomalies in business processes using large language models
Wei Guan, Jian Cao, Jianqi Gao, Haiyan Zhao, and Shiyou Qian. Dabl: Detecting semantic anomalies in business processes using large language models. In Proceedings of the AAAI Conference on Artificial Intel- ligence, volume 39, pages 11735–11744, 2025
2025
-
[12]
Anomaly detection on unstable logs with gpt models
Fatemeh Hadadi, Qinghua Xu, Domenico Bianculli, and Lionel Briand. Anomaly detection on unstable logs with gpt models. arXiv preprint arXiv:2406.07467, 2024
2024
-
[13]
Adapting visual-language models for generalizable anomaly detection in medical images
Chaoqin Huang, Aofan Jiang, Jinghao Feng, Ya Zhang, Xinchao Wang, and Yanfeng Wang. Adapting visual-language models for generalizable anomaly detection in medical images. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 11375–11385, 2024
2024
-
[14]
Win- clip: Zero-/few-shot anomaly classification and segmen- tation
Jongheon Jeong, Yang Zou, Taewan Kim, Dongqing Zhang, Avinash Ravichandran, and Onkar Dabeer. Win- clip: Zero-/few-shot anomaly classification and segmen- tation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 19606–19616, 2023
2023
-
[15]
Logicad: Explainable anomaly detection via vlm-based text feature extraction
Er Jin, Qihui Feng, Yongli Mou, Gerhard Lakemeyer, Stefan Decker, Oliver Simons, and Johannes Stegmaier. Logicad: Explainable anomaly detection via vlm-based text feature extraction. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 39, pages 4129–4137, 2025
2025
-
[16]
Unsupervised video anomaly detection based on similarity with predefined text descriptions
Jaehyun Kim, Seongwook Yoon, Taehyeon Choi, and Sanghoon Sull. Unsupervised video anomaly detection based on similarity with predefined text descriptions. Sensors, 23(14):6256, 2023
2023
-
[17]
The power of scale for parameter-efficient prompt tuning
Brian Lester, Rami Al-Rfou, and Noah Constant. The power of scale for parameter-efficient prompt tuning. In Proceedings of the 2021 Conference on Empirical Meth- ods in Natural Language Processing, pages 3045–3059, 2021
2021
-
[18]
Anomaly detection of tabular data using llms
Aodong Li, Yunhan Zhao, Chen Qiu, Marius Kloft, Padhraic Smyth, Maja Rudolph, and Stephan Mandt. Anomaly detection of tabular data using llms. arXiv preprint arXiv:2406.16308, 2024
2024 arXiv
-
[19]
Myriad: Large multimodal model by applying vision experts for industrial anomaly detec- tion
Yuanze Li, Haolin Wang, Shihao Yuan, Ming Liu, Debin Zhao, Yiwen Guo, Chen Xu, Guangming Shi, and Wangmeng Zuo. Myriad: Large multimodal model by applying vision experts for industrial anomaly detec- tion. arXiv preprint arXiv:2310.19070, 2023
-
[20]
A survey of graph meets large language model: Progress and future direc- tions
Yuhan Li, Zhixun Li, Peisong Wang, Jia Li, Xiangguo Sun, Hong Cheng, and Jeffrey Xu Yu. A survey of graph meets large language model: Progress and future direc- tions. In International Joint Conference on Artificial Intelligence (IJCAI), 2024
2024
-
[22]
Deep graph learning for anomalous citation detec- tion
Jiaying Liu, Feng Xia, Xu Feng, Jing Ren, and Huan Liu. Deep graph learning for anomalous citation detec- tion. IEEE Transactions on Neural Networks and Learning Systems, 33(6):2543–2557, 2022
2022
-
[23]
Large language models can deliver accurate and interpretable time series anomaly detection
Jun Liu, Chaoyun Zhang, Jiaxu Qian, Minghua Ma, Si Qin, Chetan Bansal, Qingwei Lin, Saravan Rajmo- han, and Dongmei Zhang. Large language models can deliver accurate and interpretable time series anomaly detection. arXiv preprint arXiv:2405.15370, 2024
2024 arXiv
-
[24]
Anoma- lyllm: Few-shot anomaly edge detection for dynamic graphs using large language models
Shuo Liu, Di Yao, Lanting Fang, Zhetao Li, Wenbin Li, Kaiyu Feng, XiaoWen Ji, and Jingping Bi. Anoma- lyllm: Few-shot anomaly edge detection for dynamic graphs using large language models. arXiv preprint arXiv:2405.07626, 2024
2024 arXiv
-
[25]
Graph self-supervised learn- ing: A survey
Yixin Liu, Ming Jin, Shirui Pan, Chuan Zhou, Yu Zheng, Feng Xia, and S Yu Philip. Graph self-supervised learn- ing: A survey. IEEE transactions on knowledge and data engineering, 35(6):5879–5900, 2022
2022
-
[26]
Unified-io: A uni- fied model for vision, language, and multi-modal tasks
Jiasen Lu, Christopher Clark, Rowan Zellers, Roozbeh Mottaghi, and Aniruddha Kembhavi. Unified-io: A uni- fied model for vision, language, and multi-modal tasks. In The Eleventh International Conference on Learning Representations, 2022
2022
-
[27]
Video anomaly detection and explanation via large language models
Hui Lv and Qianru Sun. Video anomaly detection and explanation via large language models. arXiv preprint arXiv:2401.05702, 2024. AI MAGAZINE 11
2024 arXiv
-
[28]
Foundation models for generalist medical artificial intelligence
Michael Moor, Oishi Banerjee, Zahra Shakeri Hos- sein Abad, Harlan M Krumholz, Jure Leskovec, Eric J Topol, and Pranav Rajpurkar. Foundation models for generalist medical artificial intelligence. Nature, 616(7956):259–265, 2023
2023
-
[29]
A decade survey of transfer learning (2010–2020)
Shuteng Niu, Yongxin Liu, Jian Wang, and Houb- ing Song. A decade survey of transfer learning (2010–2020). IEEE Transactions on Artificial Intelli- gence, 1(2):151–166, 2020
2010
-
[30]
Enhancing anomaly detection in finan- cial markets with an llm-based multi-agent framework
Taejin Park. Enhancing anomaly detection in finan- cial markets with an llm-based multi-agent framework. arXiv preprint arXiv:2403.19735, 2024
2024 arXiv
-
[31]
Learning transferable visual models from natural lan- guage supervision
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sas- try, Amanda Askell, Pamela Mishkin, Jack Clark, et al. Learning transferable visual models from natural lan- guage supervision. In International conference on machine learning...
2021
-
[32]
Scott E. Reed, Konrad Zolna, Emilio Parisotto, Ser- gio G ´omez Colmenarejo, Alexander Novikov, Gabriel Barth-Maron, Mai Gimenez, Yury Sulsky, Jackie Kay, Jost Tobias Springenberg, Tom Eccles, Jake Bruce, Ali Razavi, Ashley Edwards, Nicolas Heess, Yutian Chen, Raia Hadsell, Or...
2022
-
[33]
Graph learning for anomaly ana- lytics: Algorithms, applications, and challenges
Jing Ren, Feng Xia, Ivan Lee, Azadeh Noori Hoshyar, and Charu Aggarwal. Graph learning for anomaly ana- lytics: Algorithms, applications, and challenges. ACM Transactions on Intelligent Systems and Technology , 14(2), February 2023
2023
-
[34]
Deep video anomaly detection: Opportunities and challenges
Jing Ren, Feng Xia, Yemeng Liu, and Ivan Lee. Deep video anomaly detection: Opportunities and challenges. In International Conference on Data Mining Workshops (ICDMW), pages 959–966, 2021
2021
-
[35]
Aad-llm: Adaptive anomaly detec- tion using large language models
Alicia Russell-Gilbert, Alexander Sommers, Andrew Thompson, Logan Cummins, Sudip Mittal, Shahram Rahimi, Maria Seale, Joseph Jaboure, Thomas Arnold, and Joshua Church. Aad-llm: Adaptive anomaly detec- tion using large language models. In 2024 IEEE International Conference on B...
2024
-
[36]
Face it yourselves: An llm-based two-stage strategy to localize configuration errors via logs
Shiwen Shan, Yintong Huo, Yuxin Su, Yichen Li, Dan Li, and Zibin Zheng. Face it yourselves: An llm-based two-stage strategy to localize configuration errors via logs. In Proceedings of the 33rd ACM SIGSOFT Inter- national Symposium on Software Testing and Analysis , pages 13–25, 2024
2024
-
[37]
Real-time anomaly detection and reactive plan- ning with large language models
Rohan Sinha, Amine Elhafsi, Christopher Agia, Matthew Foutter, Edward Schmerling, and Marco Pavone. Real-time anomaly detection and reactive plan- ning with large language models. In Proceedings of Robotics: Science and Systems, 2024
2024
-
[42]
Harnessing large lan- guage models for training-free video anomaly detec- tion
Luca Zanella, Willi Menapace, Massimiliano Mancini, Yiming Wang, and Elisa Ricci. Harnessing large lan- guage models for training-free video anomaly detec- tion. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 18527–18536, 2024
2024
-
[43]
Holmes-vad: Towards unbiased and explainable video anomaly detection via multi-modal llm
Huaxin Zhang, Xiaohao Xu, Xiang Wang, Jialong Zuo, Chuchu Han, Xiaonan Huang, Changxin Gao, Yue- huan Wang, and Nong Sang. Holmes-vad: Towards unbiased and explainable video anomaly detection via multi-modal llm. arXiv preprint arXiv:2406.12235 , 2024
2024 arXiv
-
[44]
Transfer adaptation learn- ing: A decade survey
Lei Zhang and Xinbo Gao. Transfer adaptation learn- ing: A decade survey. IEEE Transactions on Neural Networks and Learning Systems, 2022
2022
-
[45]
Scalalog: Scalable log-based failure diagnosis using llm
Lingzhe Zhang, Tong Jia, Mengxi Jia, Yifan Wu, Hongyi Liu, and Ying Li. Scalalog: Scalable log-based failure diagnosis using llm. In ICASSP 2025-2025 IEEE International Conference on Acoustics, Speech and Sig- nal Processing (ICASSP), pages 1–5. IEEE, 2025
2025
-
[47]
A comprehensive survey on pre- trained foundation models: A history from bert to chat- gpt
Ce Zhou, Qian Li, Chen Li, Jun Yu, Yixin Liu, Guangjing Wang, Kai Zhang, Cheng Ji, Qiben Yan, Lifang He, et al. A comprehensive survey on pre- trained foundation models: A history from bert to chat- gpt. International Journal of Machine Learning and Cybernetics, pages 1–65, 2024
2024
-
[48]
Anomalyclip: Object-agnostic prompt learning for zero-shot anomaly detection
Qihang Zhou, Guansong Pang, Yu Tian, Shibo He, and Jiming Chen. Anomalyclip: Object-agnostic prompt learning for zero-shot anomaly detection. InThe Twelfth International Conference on Learning Representations, 2024
2024
-
[49]
Do llms understand visual anoma- lies? uncovering llm’s capabilities in zero-shot anomaly detection
Jiaqi Zhu, Shaofeng Cai, Fang Deng, Beng Chin Ooi, and Junran Wu. Do llms understand visual anoma- lies? uncovering llm’s capabilities in zero-shot anomaly detection. In Proceedings of the 32nd ACM Interna- tional Conference on Multimedia, pages 48–57, 2024
2024
-
[50]
Toward general- ist anomaly detection via in-context residual learning with few-shot sample prompts
Jiawen Zhu and Guansong Pang. Toward general- ist anomaly detection via in-context residual learning with few-shot sample prompts. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 17826–17836, 2024
2024
Reviewed August 8, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.