Next Article in Journal
A Neural Network-Enhanced Kalman Filter for Time Series Anomaly Detection in Cyber-Physical Systems
Previous Article in Journal
Quantum System for Generating Random Phase-Manipulated Emissions with a Controllable Electromagnetic Center
Previous Article in Special Issue
Systematic Evaluation of Machine Learning and Deep Learning Models for IoT Malware Detection Across Ransomware, Rootkit, Spyware, Trojan, Botnet, Worm, Virus, and Keylogger
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Review

Agentic and LLM-Based Multimodal Anomaly Detection: Architectures, Challenges, and Prospects

by
Mohammed Ayalew Belay
1,*,
Amirshayan Haghipour
1,
Adil Rasheed
2 and
Pierluigi Salvo Rossi
1
1
Department of Electronic Systems, Norwegian University of Science and Technology, 7034 Trondheim, Norway
2
Department of Engineering Cybernetics, Norwegian University of Science and Technology, 7034 Trondheim, Norway
*
Author to whom correspondence should be addressed.
Sensors 2026, 26(8), 2330; https://doi.org/10.3390/s26082330
Submission received: 22 February 2026 / Revised: 28 March 2026 / Accepted: 3 April 2026 / Published: 9 April 2026
(This article belongs to the Special Issue Intelligent Sensors for Security and Attack Detection)

Abstract

Anomaly detection is crucial in maintaining the safety, reliability, and optimal performance of complex systems across diverse domains, such as industrial manufacturing, cybersecurity, and autonomous systems. While conventional methods typically handle single data modalities, recently, there has been an increase in the application of multimodal detection in dynamic real-world environments. This paper presents a comprehensive review of recent research at the intersection of agentic artificial intelligence and large language-based multimodal anomaly detection. We systematically analyze and categorize existing studies based on the agent architecture, reasoning capabilities, tool integration, and modality scope. The main contribution of this work is a novel taxonomy that unifies agentic and multimodal anomaly detection methods, alongside benchmark datasets, evaluation methods, key challenges, and mitigation strategies. Furthermore, we identify major open issues, including data alignment, scalability, reliability, explainability, and evaluation standardization. Finally, we outline future research directions, with a particular emphasis on trustworthy autonomous agents, efficient multimodal fusion, human-in-the-loop systems, and real-world deployment in safety-critical applications.

1. Introduction

Anomaly detection is becoming increasingly crucial in ensuring the reliability, security, and optimal performance of complex systems across a wide range of domains. From industrial manufacturing [1,2] and financial services [3] to healthcare [4], cybersecurity [5,6,7,8,9], and autonomous systems [10], the early identification of abnormal patterns plays a vital role in preventing costly failures, supporting timely decision-making, and mitigating risks. At its core, anomaly detection involves identifying data patterns that deviate from expected or normal behavior [11,12]. These anomalies often signify critical events or faults; for instance, unusual network traffic may suggest a cyberattack [5,13], aberrant sensor readings could indicate impending equipment failure [14,15], and outlier financial transactions might reveal fraudulent activity [16,17]. Because anomalies typically represent rare but significant occurrences, anomaly detection has been extensively studied in the past few years [18,19,20].
Conventional anomaly detectors have typically modeled a single data modality and a fixed normal profile (e.g., via statistical thresholds, one-class SVMs, nearest neighbors, or density models). However, the rise in data complexity and volume has challenged these methods. Deep learning has become a dominant paradigm in recent years. Pang et al. [21] highlight that deep anomaly detection (using autoencoders, GANs, normalizing flows, etc.) has emerged as a critical direction with unique problem complexities [22]. These methods can learn rich representations of normal data, but most still assume a single input modality or sensor [23,24]. As a result, purely single-modal approaches may miss anomalies that only manifest when multiple data sources are considered together. To address this, multimodal anomaly detection has gained prominence. Modern systems often have heterogeneous sensors (e.g., image, audio, thermal, etc.), and fusing their information can improve robustness [25,26]. Lin et al. [27] present unsupervised industrial anomaly detection that integrates RGB images with 3D scans and yields much better performance than either alone. Similarly, Li et al. [28] introduce MulSen-AD, a multi-sensor anomaly dataset that unifies RGB cameras, laser scans, and infrared thermography. Other domains show analogous trends: in robotics, for example, anomaly detectors now combine proprioceptive signals (forces, motions) with visual language models to capture both mechanical and environmental failures [29]. In surveillance, the fusion of video and audio cues has been explored to capture anomalies that are invisible in vision alone. In general, modern anomaly detection increasingly relies on multimodal inputs to capture complex anomalies that single sensors might miss [28].
Another recent development is agentic AI—autonomous, goal-driven AI agents that can reason, plan, and use tools with minimal human intervention [30]. Agentic AI is designed to pursue complex goals with characteristics such as adaptability and decision-making under uncertainty [31]. Unlike conventional or purely generative AI, agentic systems are built to operate in uncontrolled environments, setting their own subgoals and using external tools or information as needed [32]. Many modern large language model (LLM) applications (e.g., AutoGPT, ReAct agents, and tool-augmented chatbots) fall under this paradigm. Agentic anomaly detection enables such systems to incorporate reasoning, context, and tool use into the detection process. For instance, LLM-based agents can utilize contextual knowledge, parse unstructured data (such as system logs or maintenance notes), and iteratively refine anomaly criteria. Recently, several agentic and multimodal anomaly detection methods have been proposed. Russell-Gilbert et al. [33] demonstrate the framing of time-series anomaly detection as a language task, using a pre-trained LLM to interpret sensor readings in context without retraining. Liu et al. [22] present a method that combines generative diffusion models with LLMs for human-interpretable anomaly explanations and contextual reasoning. In practice, agentic anomaly systems autonomously query multiple data sources (e.g., visual feeds, databases, knowledge graphs) and apply chain-of-thought reasoning to decide if an anomaly is significant.
Several recent works on anomaly detection provide extensive surveys of conventional and deep learning-based methods. Chandola et al. [11] established foundational taxonomies across multiple application domains. Chalapathy et al. [34] and Pang et al. [21] specifically addressed deep learning techniques, categorizing key neural architectures and methodological advances. Domain-specific reviews such as Cook et al. [35] target IoT-based systems, while Erhan et al. [36] focus on sensor-centric anomaly detection. Moreover, Choi et al. [37] and Garg et al. [38] provide practical guidelines, benchmarking methodologies, and comparative evaluations. However, despite this progress, no existing survey comprehensively focuses on the intersection of agentic and multimodal anomaly detection.
In this paper, we fill this gap by providing a comprehensive and up-to-date synthesis of recent advancements in anomaly detection that leverage both agentic AI systems (autonomous, reasoning-capable agents) and multimodal data integration frameworks. We present a unified taxonomy, compare key methods, identify prevailing trends, and outline open research challenges in this rapidly evolving field. Specifically, the contributions of this work are as follows:
  • We provide a structured survey of anomaly detection approaches that incorporate both agentic AI and multimodal data fusion.
  • We introduce a novel taxonomy to classify existing methods based on the agent architecture (single-agent vs. multi-agent), reasoning capabilities, tool integration, and modality scope.
  • We review recent benchmark datasets and evaluation methods for multimodal anomaly detection.
  • We present key challenges and summarize mitigation strategies and future directions in agentic and multimodal anomaly detection.
The remainder of the paper is organized as follows. Section 3 and Section 4 review multimodal anomaly detection methods and fusion techniques. Section 2 discusses agentic anomaly detection and classifies agent architectures and capabilities. Section 5 summarizes multimodal anomaly detection datasets and benchmarks. Section 6 highlights key challenges, mitigation strategies, and open research problems. Finally, Section 7 concludes the paper and outlines future research directions.

2. Agentic Anomaly Detection

Agentic anomaly detection (AAD) extends conventional anomaly detection paradigms by integrating autonomy, reasoning, and tool use into detection pipelines. These systems, often built upon large language models (LLMs) or reinforcement learning (RL) agents, enable the dynamic decomposition of complex tasks, the contextual interpretation of multimodal signals, and the adaptive orchestration of detection tools and models. In conventional anomaly detection, a scoring function s ( x ) is defined for input x and flags an anomaly if s ( x ) exceeds a threshold τ (or equivalently if the estimated probability of x being generated by a normal data distribution falls below some value α ). Unlike static detectors, agentic systems possess the ability to interact with external knowledge sources, communicate between agents, and iteratively refine their predictions based on observations and reasoning outcomes. Agentic systems transform the one-shot detection function into an interactive process that can incorporate external knowledge and multi-step reasoning to improve the accuracy and explainability. We categorize agentic AD methods along three principal paradigms: agent architecture, agent capabilities, and modality scope. Table 1 summarizes representative agentic AD frameworks and their attributes.

2.1. Architectures

Agentic anomaly detection frameworks can be broadly categorized into two architectural paradigms: single-agent systems and multi-agent systems. A single-agent system relies on one central intelligent agent (typically an LLM or a single RL policy), responsible for the end-to-end anomaly detection task. In contrast, a multi-agent system decomposes the detection pipeline into specialized components, each operated by a dedicated agent with clearly defined roles and responsibilities. Below, we discuss these architectures and their internal operation.

2.1.1. Single-Agent Systems

Single-agent AD frameworks operate with a single decision-making entity and often take on one of two roles: (i) a tool-augmented orchestrator or (ii) a reasoner. In the first setup, an LLM-based agent serves as a central controller that interfaces with external analytics tools, databases, or knowledge graphs to enrich its decision-making. The agent functions as an orchestrator that queries tools and synthesizes their results before making a final anomaly decision. For example, Timms et al. [43] introduce a GPT-4-based maritime anomaly detection system that augments LLM capabilities with access to sensor logs, environmental databases, and a domain-specific knowledge graph. In the second role, the agent utilizes the inferential and few-shot reasoning abilities of LLMs to derive human-interpretable rules or patterns from normal data and then uses these rules to detect anomalies in new data. Yang et al. [44] propose AnomalyRuler, a two-stage zero-shot AD framework for video streams using GPT-4V. The agent first induces behavioral rules from a few-shot set of normal videos and then applies these rules to detect and explain anomalies in unseen data. Similarly, Zhang and colleagues [45] introduce LogSAD, which combines the Generative Pre-Trained Transformer with Vision (GPT-4V), Contrastive Language–Image Pre-Training (CLIP), and the Segment Anything Model to form a rule-based vision language model (VLM). By generating compositional rules aligned with industrial visual anomalies, LogSAD detects structural defects beyond the reach of conventional pixel-level models without model fine-tuning.

2.1.2. Multi-Agent Systems

Multi-agent systems adopt a distributed approach where multiple specialized agents cooperate to accomplish the anomaly detection task. The agents may operate in sequence or in parallel and can even oversee each other’s performance. We distinguish two common patterns: collaborative pipelines, in which agents collectively execute different stages of a detection workflow, and oversight architectures, in which certain agents monitor or verify the actions of others to ensure reliability and coherence.
  • Collaborative Pipelines: In a collaborative multi-agent pipeline, each agent is assigned a specific subtask (data preprocessing, feature extraction, anomaly scoring, explanation, etc.), and the output of one agent feeds into the input of the next. If we label the agents A 1 , A 2 , , A N as they appear in the pipeline, the overall detection function can be viewed as a composite of their operations:
    y = A N A N 1 ( A 2 ( A 1 ( x ) ) ) ,
    where x is the initial input and y is the final anomaly decision or score. Each A i focuses on a delimited aspect of the task, and their coordination can be managed via an LLM-based planner. For example, Gu et al. [39] propose ARGOS, a multi-agent time-series AD framework that autonomously generates, validates, and refines detection rules using collaborative agents. Similarly, Yang et al. [40] introduce AD-AGENT, which employs a team of LLM agents to interactively build a complete anomaly detection pipeline from a high-level user instruction. Not all pipelines are strictly sequential; some agents might work in parallel on different data streams or features. For instance, Qin et al. [49] propose MAS-LSTM, where multiple LSTM-based detector agents each monitor a different subset of IIoT sensor streams, and anomalies are decided by voting or averaging their scores.
  • Oversight Agents: As agentic systems become more complex, ensuring reliability and consistency is essential. Oversight architectures introduce dedicated agents that monitor and verify the outputs of task-oriented agents, effectively performing anomaly detection on the multi-agent system itself. These agents catch logical inconsistencies, hallucinations, or coordination failures that could compromise anomaly decisions. Formally, let { o i } be a collection of observations or outputs from various agents during an investigation; the oversight agent computes a consistency score or logical coherence measure C ( o 1 , o 2 , , o k ) over these. If C falls below a threshold (indicating incoherence or inconsistency), the oversight agent flags a meta-anomaly and can intervene (e.g., by resetting certain agents or requesting additional information). This adds a layer of fault tolerance and accountability to the agentic AD pipeline. For example, He et al. [41] propose SentinelAgent, which deploys an LLM oversight agent to supervise a team of collaborating agents. Similarly, in the Audit-LLM framework for security logs [42], a critic agent reviews the decisions made by a detector agent and either approves them or asks for refinement, ensuring high-stakes anomaly alerts.

2.2. Agent Capabilities

The rapid development of autonomous agents has led to frameworks with varying depths of reasoning and autonomy. Plaat et al. [32] categorize agents by their abilities to reason, act, and interact, emphasizing how agents decompose tasks, use external tools, and collaborate towards goals. Building on this idea, we classify agentic anomaly detection systems by their functional capabilities, resulting in four major categories: detection-only agents, reasoning agents, tool-using agents, and planner agents, as shown in Figure 1. Table 2 summarizes these categories, including key examples, strengths, and limitations.

2.2.1. Detection-Only Agents

These agents operate similarly to traditional anomaly detectors, except that an LLM (or other foundation model) is used to directly produce anomaly labels or scores from the raw input, without performing explicit multi-step reasoning or tool use. In other words, the agent’s policy is essentially a single-step mapping f : x y . For instance, one can prompt a large language model to output whether an input is anomalous or not in a zero-shot approach:
y = L L M ( P r o m p t ( x ) ) ,
where the prompt might be a template converting x (which could be a time series, log message, etc.) into a descriptive question for the LLM, and y is the model prediction. Detection-only agents forego complex reasoning in favor of direct inference, making them straightforward to deploy and fast at runtime. Yang et al. [54] introduce AD-LLM, the first benchmark to evaluate the capabilities of LLMs for zero-shot anomaly detection, data augmentation, and model selection. Cao et al. [55] introduce TAD-Bench, a benchmark that uses state-of-the-art language model embeddings (from BERT, GPT, etc.) combined with classic anomaly detection algorithms (like isolation forests and autoencoders) for text anomalies. In the time-series domain, Alnegheimish et al. [53] propose SigLLM, a framework that serializes time-series data into textual descriptions and then uses an LLM (through prompting) to identify anomalies. Another line of work directly evaluates the zero-shot detection prowess of GPT-4 and similar models on various data. Dong et al. [52] tested GPT-4 on time-series anomaly detection by providing the model with sequences of values as input and asking it to highlight anomalies. Similarly, Derakhshan et al. [56] demonstrate that GPT-4o can effectively detect rework anomalies in business process event logs, achieving high accuracy across different anomaly distributions using zero-shot, one-shot, and few-shot prompting strategies. In general, detection-only agents benefit from the rich prior knowledge of foundation models and their ability to generalize from just a description of the task. They remain useful where low-latency or low-complexity anomaly flagging is required, especially for high-throughput tasks such as real-time sensor screening or log filtering. However, they are prone to the well-known pitfalls of LLMs, such as hallucination and limited transparency.

2.2.2. Reasoning Agents

Reasoning agents incorporate intermediate inference or rule induction into the anomaly detection process, enabling more interpretable and generalizable decisions. Instead of mapping input x directly to an output y, these agents construct a reasoning chain c 1 : T , which guides their final decision:
c 1 : T = π ( x ) , y = f ( x , c 1 : T ) ,
where c 1 : T represents a sequence of intermediate steps (e.g., logical inferences, verbalized rules, or structured descriptions), π is a reasoning policy, and f is a decision function that uses both the input and reasoning trace. These steps act as latent variables, often human-readable, providing explainability. For instance, Yang et al. [44] propose AnomalyRuler, a zero-shot video anomaly detection framework using GPT-4V. The agent first observes normal video clips to induce temporal and behavioral rules and then applies these rules to new data to detect anomalies via chain-of-thought reasoning. Zhang et al. [45] combine GPT-4V and CLIP/SAM to perform logical and structural reasoning over industrial images without any training. Reasoning agents are particularly valuable in domains where explainability or concept-level anomaly interpretation is critical (e.g., surveillance, medical imaging). However, they heavily rely on well-constructed prompts and representative normal examples. Long reasoning chains may also introduce error propagation.

2.2.3. Tool-Using Agents

Tool-using agents augment their own capabilities by calling external tools (knowledge graphs, search engines, anomaly scoring modules, or third-party APIs) during the anomaly detection process. These agents treat tool outputs as additional observations that inform their final decisions. We can describe a tool-using agent’s operation in two phases: (1) deciding which tool to use and what query to send and (2) integrating the tool’s result into anomaly inference. If q i is a query formulated by the agent and T 1 , T 2 , , T k denotes external tool functions, the final decision could be represented as
y = A x ; T 1 ( q 1 ) , T 2 ( q 2 ) , , T k ( q k ) ,
where x is the input data (or its derived features), A is the tool-using agent, and y is the output anomaly decision or score. The LLM agent A thus combines the raw input with tool outputs T i ( q i ) to produce a context-informed anomaly assessment. For example, Timms et al. [43] propose a GPT-4-based maritime anomaly detector that ingests real-time vessel sensor logs with queries from external maritime knowledge graphs and weather APIs. He et al. [41] propose SentinelAgent, a framework that uses a graph-based oversight model where agents query external APIs and maintain long-term tool states. He et al. [46] introduce VLM4TS, which reformulates time series into vision language representations and then uses GPT-4V and retrieval tools to reason about anomalies. Gu et al. [39] propose ARGOS, which integrates LLM-generated rules with classical rule-based methods for time-series anomaly detection in cloud infrastructure. Tool-using agents blend the power of LLMs with domain-grounded computation. They are suitable for hybrid setups such as industrial pipelines with structured anomaly detection.

2.2.4. Planner Agents

Planner agents orchestrate multi-step workflows for anomaly detection, combining reasoning, action selection, and coordination across tools or subagents. These agents are capable of decomposing high-level goals into executable plans, managing task dependencies, and adapting dynamically to intermediate outcomes. Formally, a planner seeks an optimal action sequence Π * from a space of possible action sequences S that maximizes some utility (e.g., detection accuracy or information gain):
Π * ( x ) = arg max Π S U Π ; x ,
where Π = [ a 1 , a 2 , , a n ] is a sequence of actions, such as invoking tools, querying subagents, or acquiring new data. In practice, planners often use heuristic or learned strategies rather than solving this optimization exactly, but the formulation emphasizes the agent’s need to anticipate consequences and coordinate across steps. A representative example is Audit-LLM [42], a framework for insider threat detection in audit logs. An LLM-based planner (coordinator) oversees three roles: a decomposer breaks down high-level questions into queries, an executor runs them on the log data, and a critic validates the results. The planner governs when to trigger deeper analysis or terminate the investigation, enabling adaptive depth. In the financial domain, Park et al. [3] design a multi-agent planner that coordinates tasks like searching external sources (e.g., news or market data), running anomaly checks, and synthesizing findings into a final report. ARGOS [39] also includes a planning component that iteratively refines anomaly detection rules by designing and validating experiments. This allows the system to not only detect but also improve its detection logic over time. Planner agents are best suited for real-world, multi-stage, and high-stakes AD scenarios where the detection task requires exploration, hypothesis testing, or intervention. However, their complexity presents challenges: debugging multi-step plans is difficult, coordination errors may arise, and latency increases with plan depth. Moreover, ensuring safe and reliable behavior in these agents remains an open problem.
Although reasoning agents and planner agents both go beyond simple detection by incorporating intermediate inference steps, they differ fundamentally in scope, control flow, and adaptivity. A reasoning agent performs a single-pass inference chain: given an input, it derives a sequence of logical steps (e.g., rule induction or chain-of-thought) and produces a final anomaly decision without revisiting earlier steps or invoking external actions. In contrast, a planner agent orchestrates a multi-step workflow that may include branching, looping, tool invocation, delegation to subagents, and dynamic replanning based on intermediate outcomes. Table 3 summarizes the key distinctions, and Figure 2 illustrates the contrasting processing pipelines through a concrete industrial anomaly detection scenario.

2.3. Modality Integration

Modern anomaly detection (AD) systems are increasingly required to handle diverse data sources from heterogeneous sensor streams or data sources. Agentic AD methods can therefore be distinguished by their modality scope. A unimodal agent specializes in a single data modality, whereas a multimodal agent is designed to fuse and reason over multiple modalities.

2.3.1. Unimodal Agentic Detectors

Unimodal agents specialize in one modality, such as vision, time series, or logs. These agents are particularly effective in domains where anomalies are confined to a single data type. For example, Dong et al. [52] treat GPT-4 as a time-series agent by prompting it with numeric sequences to identify abnormal patterns. Zhu et al. [48] introduce ALFA, a vision language model that performs zero-shot image anomaly detection by generating visual descriptions from image inputs and identifying deviations, effectively acting as a vision-centric unimodal agent. Audit-LLM [42], focused on event logs and metadata, operates entirely within the textual domain, making it a log/text unimodal agent. Unimodal agents provide simpler architectures, lower data alignment complexity, and efficient computation due to reduced input dimensionality. However, they are less effective when anomalies emerge from cross-modal interactions.

2.3.2. Multimodal Agentic Detectors

Multimodal agents process and reason over multiple data modalities, such as vision, time series, text, or structured metadata, to detect anomalies that are only apparent through their interaction. These agents must solve two core challenges: (i) fusing features from heterogeneous modalities and (ii) performing cross-modal reasoning to detect inconsistencies or correlations. These agents must align features across modalities and perform joint reasoning. A common solution is to extract features from each modality and combine them in a shared representation:
z ( i ) = ϕ i x ( i ) , z = [ z ( 1 ) , z ( 2 ) , , z ( M ) ] ,
where ϕ i is a modality-specific encoder and [ · ] denotes fusion (e.g., concatenation or attention). An anomaly score s ( z ) or decision function is then applied, often via an LLM or neural classifier. For example, SentinelAgent [41] fuses textual inter-agent messages with structured environment states to detect coordination failures. LogSAD [45] jointly analyzes industrial images and machine logs to detect visual–textual inconsistencies. VLM4TS [46] reformulates time series as image–text pairs and analyzes them using GPT-4V, effectively treating time-series anomalies as vision language problems. Similarly, the maritime anomaly detection system by Timms et al. [43] combines numeric sensor data with knowledge graph context to reason about situational normality. Multimodal agents are particularly useful in ambiguous or noisy settings, where cross-modal evidence reduces uncertainty. Mathematically, such agents implicitly learn the joint distribution P ( x ( 1 ) , x ( 2 ) , , x ( M ) ) , enabling them to detect anomalies in the co-occurrence structure. These agents also enhance explainability by pointing to complementary evidence. However, they come with added complexity: synchronization across modalities, higher model capacity, and potential complexity if one modality introduces noise.

3. Multimodal Anomaly Detection

Multimodal anomaly detection (MAD) methods detect anomalous patterns by jointly analyzing data from heterogeneous or multiple modalities, such as images, video, audio, text/logs, and sensor streams [27,57]. Traditional anomaly detection methods often operate within a single modality, but recent advances in deep learning and foundation models have enabled the fusion of heterogeneous sources, leveraging cross-modal context to improve robustness, interpretability, and generalization [58,59]. The emergence of large multimodal models (LMMs), vision language models (VLMs), and LLMs with reasoning capabilities has further accelerated this shift, enabling more powerful and generalizable anomaly detection pipelines. Recently, multimodal AD methods have been utilized in industrial inspection, video surveillance, autonomous systems, and more. In industrial quality control, multimodal AD often fuses visual (RGB camera) and 3D information (depth or point clouds) to detect manufacturing defects. Depth data can reveal surface anomalies or misalignments invisible in color images, significantly improving detection under varying lighting or textures [60]. In multimodal video AD systems, video frames and synchronized audio are combined so that visual cues capture physical actions, while audio can signal alarms [61]. In robotics and autonomous systems, heterogeneous modalities are fused to detect anomalies in robot behavior or environment interactions [29]. We categorize recent advances in MAD into three primary paradigms: foundation models, cross-modal fusion models, and multimodal augmentation and synthesis. Table 4 outlines representative recent methods, their modalities, and key innovations.

3.1. Foundation Models

Foundation models such as CLIP, GPT-4V, and MiniGPT-4 are increasingly being applied to MAD as unified encoders and interpretable reasoning agents. These models embed multimodal inputs into shared semantic spaces, enabling zero-shot or few-shot anomaly detection with natural language explanations [67]. Ren et al. [44] provide a taxonomy of foundation model anomaly detectors as encoders, detectors, or interpreters, highlighting their strengths in anomaly representation, direct detection, or explanation generation. In practice, foundation models enable the detection of anomalies across modalities with minimal supervision. However, pre-trained foundation models may lack domain-specific sensitivity or precision. Recent works demonstrate that specialized prompting and multimodal instruction tuning significantly improve both the detection accuracy and the interpretability of reasoning outputs relative to generic foundation models. For instance, Anomaly-OV [68] integrates GPT-4o with a look-twice feature matching mechanism to achieve strong zero-shot performance and reliable anomaly descriptions on manufacturing benchmarks (e.g., using Anomaly-Instruct-125k and datasets like VisA-D&R), significantly outperforming generic LLMs. Similarly, LogSAD uses a match-of-thought architecture with GPT-4V, CLIP, and SAM to detect both structural and logical defects in industrial images without any training, while also generating compositional rules and calibrated anomaly scores [45].
Beyond CLIP-based and GPT-based foundation models, recent visual large language models (VLLMs) have been specifically adapted for anomaly detection. Myriad [69] integrates a vision expert tokenizer into MiniGPT-4, embedding the segmentation outputs of specialized vision experts into tokens that the LLM can process. AnomalyCLIP [70] introduces object-agnostic prompt learning that captures generic normality and abnormality patterns across categories, achieving strong zero-shot transfer without per-class prompt tuning. VMAD [71] enhances anomaly localization through defect-sensitive structure learning and locality-enhanced token compression, delivering competitive zero-shot performance on MVTec AD and VisA without additional training. More recently, ADSeeker [72] constructed the first visual document knowledge base for industrial anomaly reasoning (SEEK-M&V) and employed a hierarchical sparse prompt mechanism with retrieval-augmented generation, surpassing most AD expert models in zero-shot image-level AUROC. FiLo [73] uses LLM-generated fine-grained anomaly descriptions with position-enhanced localization to achieve state-of-the-art performance.

3.2. Cross-Modal Fusion Models

Cross-modal fusion models effectively combine heterogeneous modalities, such as vision, audio, time series, and text during model training or inference to improve the anomaly detection performance. Peng et al. [74] introduce AVadCLIP, which fuses audio and visual inputs via CLIP embeddings, adaptive audiovisual prompts, and uncertainty-driven distillation to enhance detection under noise and occlusion. Ghadiya et al. [61] propose a cross-modal fusion adapter (CFA) with hyperbolic graph attention to dynamically balance audiovisual streams, yielding state-of-the-art weakly supervised video AD performance. Barusco et al. [75] adapt vision-based localization methods to spectrograms, enabling fine-grained temporal-frequency anomaly detection in audio with improved interpretability. Lee et al. [76] present CLIPFUSION, which combines CLIP’s global discriminative features with conditional diffusion-based reconstruction to jointly improve segmentation and classification on the MVTec-AD and VisA datasets. Meanwhile, Wang et al. [77] introduce STADNet, a dual-stream 3D-convolutional model with spatiotemporal attention that fuses RGB and motion for improved surveillance anomaly detection on benchmarks like UCSD Ped2. Finally, Qu et al. [78] propose MFGAN, which integrates temperature, vibration, and acoustic sensor data via attention-based autoencoders to enhance anomaly detection in industrial manufacturing, achieving higher F1 scores than unimodal baselines. These cross-modal fusion methods consistently demonstrate that leveraging complementary modalities significantly enhances anomaly detection performance in both controlled and real-world environments.

3.3. Multimodal Augmentation

Multimodal generative frameworks augment anomaly detection pipelines by simulating rare or hard-to-label anomalies using domain knowledge and conditional generation. For instance, key knowledge augmentation (KKA) [79] uses an LLM to synthesize plausible hard vs. easy anomalies based on domain knowledge, enriching the training data and improving classifier boundaries. In audio, FS-TWFR-GMM [80] leverages metadata (e.g., machine types) with diffusion-based generation to simulate anomalies in zero- or few-shot scenarios. Such approaches blur the line between generative modeling and anomaly detection, with LLMs or multimodal models serving both as data generators and reasoning engines. The agentic and multimodal paradigm also extends to more specialized domains. In robotic processes, context-sensitive visual anomaly detection is enabled by combining procedural text with visual inputs through hierarchical VLM prompting [81]. In medical imaging, masked diffusion models trained on healthy scans can detect subtle pathologies without labels [82], while vision language models promise even richer context-aware anomaly detection in future healthcare applications.

3.4. Diffusion-Based and Multi-Expert Models

Diffusion models have recently emerged as a powerful paradigm for anomaly detection, leveraging their abilities to learn complex data distributions and produce high-fidelity reconstructions of normal data [22]. A diffusion model trained exclusively on normal samples learns to progressively denoise corrupted inputs; when presented with an anomalous input, the model reconstructs a normal version, and the discrepancy serves as an anomaly score. Several architectures have advanced this paradigm significantly. DiAD [83] introduces a semantic-guided network within a latent diffusion framework for multi-class anomaly detection. MTDiff [84] constructs scale-specific diffusion branches and fuses their outputs to improve pattern coverage across anomalies of varying sizes, outperforming prior methods on diverse benchmarks. CDAD [85] addresses continual anomaly detection by combining a continual diffusion model with an anomaly-masked network, mitigating catastrophic forgetting across sequentially introduced object classes. AnomalyXFusion [86] enhances anomaly synthesis by jointly conditioning on image, text, and mask features within a diffusion framework, enabling more realistic multimodal anomaly generation for data augmentation.
A complementary line of work applies mixture-of-experts (MoE) architectures to anomaly detection, assigning specialized expert networks to handle distinct data distributions or anomaly types. MoEAD [87] incorporates MoE layers into a recursive ViT-based architecture, adaptively selecting feed-forward experts per input token to capture class-specific anomaly semantics while maintaining parameter efficiency. Adapted-MoE [88] uses a routing network to partition same-category samples into subclass-specific feature spaces, with independent expert models constructing separate decision boundaries and a test-time adaptation mechanism to handle distribution shifts. AnomalyMoE [89] dedicates three-level experts to patch, component, and global semantic levels, achieving comprehensive anomaly detection without relying on language guidance. MECAD [90] addresses continual anomaly detection with a multi-expert architecture that adaptively assigns new classes to experts based on feature similarity. These multi-expert approaches are particularly relevant for real-world industrial settings where normal samples exhibit significant intra-class variation and new product types are continuously introduced.

4. Multimodal Fusion Methods

In multimodal anomaly detection, fusion methods determine how data, features, or decisions from each modality are combined to produce an anomaly score or classification. As shown in Figure 3, fusion methods can be categorized based on when the modalities are combined (fusion level) and how they are combined (fusion operation).

4.1. Fusion Stages

Fusion stages can be broadly categorized into early (data-level), intermediate (feature-level), and late (decision-level) fusion, depending on the stage at which modalities are combined within the processing pipeline. Recent multimodal anomaly detection systems often combine multiple fusion levels for improved robustness. For example, a system might perform intermediate fusion between closely related modalities while also applying late fusion to incorporate a separate expert model decision. There are also hierarchical fusion architectures that integrate modalities at multiple stages (e.g., fusing some modalities early and fusing again at a higher feature level) to capture both low- and high-level cross-modal interactions. Additionally, multi-task or multi-tier fusion frameworks are emerging, where different fusion stages are optimized for different objectives (for instance, earlier layers fuse modalities for a representation learning task, while later layers fuse decisions for a specific anomaly classification task) [91]. In general, early fusion maximizes direct cross-modal interaction, late fusion maximizes modularity, and intermediate fusion seeks a balance; hybrid approaches leverage the benefits of each. Table 5 summarizes common fusion methods along with their advantages and drawbacks.

4.1.1. Early Fusion (Data Level)

Early fusion concatenates raw or low-level features from all modalities into a joint representation, allowing a single model to learn cross-modal correlations directly. For example, one might concatenate image pixels and depth values channel-wise to form a joint input or merge sensor readings into one feature vector before anomaly modeling. Costanzino et al. [60] propose mapping depth and RGB features via a lightweight cross-modal feature mapper during inference, detecting anomalies through inconsistencies between observed and mapped features. Beyond simple concatenation, some approaches fuse RGB frames with optical flow and depth in a unified tensor before passing through a single network [92]. In log-based monitoring, early fusion has also been applied by integrating multiple system log streams into one high-dimensional feature vector for end-to-end anomaly detection [93]. Early fusion captures direct correlations between modalities from the start but can be insufficient if modalities are not well aligned or if one modality has significantly higher dimensionality (it may dominate the representation) [61]. In practice, early fusion is simple but may force the model to learn a very complex mapping from heterogeneous raw data to anomalies.

4.1.2. Intermediate Fusion (Feature Level)

In feature-level fusion, each modality is first processed by a dedicated encoder to extract higher-level features, and fusion occurs at one or more intermediate layers of the network. For instance, a framework might include a CNN to encode images and an RNN to encode time-series sensor data; their latent feature representations h ( 1 ) and h ( 2 ) are then fused (e.g., concatenated or combined via attention) at a certain layer to produce a joint representation for anomaly detection. This approach allows each modality to contribute more distilled, modality-specific features to the fusion, often making the combined representation more informative [94,95]. The fusion point can be a single layer or multiple layers (multi-stage fusion). A common pattern is a dual-stream (or multi-stream) network that processes modalities separately up to a point and then merges their feature streams. Choosing the appropriate layer (or layers) at which to fuse is critical: fusing too early might mix noisy, incompatible raw signals, whereas fusing too late might fail to capture important cross-modal interactions that could be learned at intermediate levels [64]. Learnable fusion operations such as attention or gating can be inserted at the fusion layer to adaptively weight the contributions of each modality. Intermediate fusion thus aims to balance modality specialization with cross-modal learning.

4.1.3. Late Fusion (Decision Level)

Late fusion involves training separate models for each modality and combining their anomaly scores or decisions via methods such as weighted sums, majority voting, dynamic gating, or mixture-of-experts schemes [96]. This approach treats each modality expert independently up to the decision stage, offering straightforward implementation and modular explainability. It is particularly useful when modalities are largely independent or when safety-critical applications demand that any single modality alone can trigger an alert. However, because it relies on heuristics or separate reconciliation models, late fusion does not learn an integrated cross-modal representation and may struggle when modalities produce conflicting signals. Adaptive late fusion methods, such as mixture-of-experts, address this by learning confidence weights for each expert. For instance, Willibald et al. [29] propose a mixture-of-experts framework combining a Gaussian mixture regression detector on proprioceptive signals with a CLIP-based visual language model, dynamically selecting the most reliable expert at inference. Lin et al. [27] explore the dynamic weighting of video and audio anomaly scores based on environmental conditions.

4.2. Fusion Operations/Architectures

Fusion operations or architectures determine how modalities are combined. Formally, let h ( 1 ) and h ( 2 ) be feature representations from two modalities (these could be raw inputs in an early fusion setting or intermediate features in a mid-fusion setting). A fusion operation is a function F that combines these representations into a joint feature z:
z = F ( h ( 1 ) , h ( 2 ) )
There are many choices for F, ranging from simple arithmetic combinations to complex learned modules. Below, we describe several common fusion operations and modules, along with mathematical formulations and examples from the recent anomaly detection literature.

4.2.1. Concatenation

The simplest fusion operation is to concatenate the two feature vectors (denoted [ h ( 1 ) ; h ( 2 ) ] ) into one larger vector, which can then be processed by subsequent layers (often, a linear layer or MLP is applied to the concatenated vector to mix the features). For example, one can define
z = ϕ ( [ h ( 1 ) ; h ( 2 ) ] ) ,
where [ h ( 1 ) ; h ( 2 ) ] denotes the concatenation of h ( 1 ) and h ( 2 ) , and ϕ could be an identity function (direct concatenation) or a learnable transformation (a fully connected layer). Several multimodal networks use simple concatenation followed by feed-forward layers at the fusion stage [64]. Concatenation preserves all information from both modalities, but it assumes that the features are already aligned or comparable in scale, and the burden is on the subsequent layers to identify cross-modal relationships.

4.2.2. Element-Wise Addition or Weighted Sum

Another common fusion method is the element-wise addition of the feature vectors. If h ( 1 ) and h ( 2 ) are of the same dimensionality, one can fuse them by summing corresponding elements: z = h ( 1 ) + h ( 2 ) . More generally, a weighted sum allows the model to learn the contribution of each modality:
z = w 1 h ( 1 ) + w 2 h ( 2 ) ,
where w 1 and w 2 are scalar weights or weight vectors (learned or set by prior knowledge), and ⊙ denotes element-wise multiplication (scaling each feature). This operation effectively averages or emphasizes modalities in each feature dimension. Addition-based fusion is computationally cheap and treats the two feature sets symmetrically. For instance, some network architectures treat a secondary modality as an extra channel appended to the primary modality and use element-wise addition in intermediate layers to blend the information [60]. A variant of weighted sum fusion is to use a gating mechanism that dynamically adjusts weights based on the data. In a gating approach, a function (often a small neural network with a sigmoid activation) computes a gating factor α between 0 and 1 from the inputs:
α = σ W [ h ( 1 ) ; h ( 2 ) ] ,
where W is a learnable weight matrix and σ is the sigmoid function. Then, the fused output is
z = α h ( 1 ) + ( 1 α ) h ( 2 ) .
Here, α (which could be a single scalar or a vector of gating values for different feature dimensions) acts as an adaptive trade-off: if α is close to 1, modality 1 dominates, and, if α is close to 0, modality 2 dominates. This type of gating is used in some attention fusion modules; for example, the cross-modal feature attention (CFA) module in an audiovisual fusion model learns a dynamic weight to balance audio and video features for each time frame [61].

4.2.3. Multiplicative or Bilinear Fusion

Multiplicative fusion involves combining features by multiplication interactions rather than addition. The simplest form is element-wise multiplication:
z = h ( 1 ) h ( 2 ) ,
which yields a fused feature where each dimension z i = h i ( 1 ) · h i ( 2 ) . This operation can highlight feature dimensions that strongly agree across modalities (if both h i ( 1 ) and h i ( 2 ) are high) or dampen those that disagree in sign. Element-wise multiplication requires the two feature vectors to be the same size and implicitly assumes a one-to-one correspondence between their dimensions. A more general form is bilinear fusion, where each feature in one modality is multiplied by each feature in the other modality (an outer product), potentially with learnable weights. Bilinear fusion is defined as
z j k = h j ( 1 ) · h k ( 2 ) ,
which produces a matrix capturing all pairwise interactions between elements of h ( 1 ) and h ( 2 ) . This outer product can then be vectorized or passed through pooling layers to form the final fused representation. In practice, it is common to introduce a parameterized bilinear form to control the dimensionality, such as
z = h ( 1 ) T W h ( 2 ) ,
where W is a learned matrix or tensor. This yields each component of z as a weighted combination of pairwise products of h ( 1 ) and h ( 2 ) elements. Bilinear fusion can capture complex interactions between modalities and has been employed in some vision language models and multimodal classifiers [97,98]. However, it typically produces very high-dimensional representations (especially if we explicitly take an outer product) and can easily overfit without large amounts of data or proper regularization.

4.2.4. Attention-Based Fusion

Attention mechanisms adaptively fuse modalities by weighting relevant features from one modality using another. In a cross-attention setup, one modality’s features (the query set) are used to softly select or weight the features of another modality (the key and value set). Formally, given two sets of features H ( 1 ) = { h i ( 1 ) } and H ( 2 ) = { h j ( 2 ) } , attention-based fusion can compute, for each feature h i ( 1 ) , a weighted combination of the H ( 2 ) features,
Attn h i ( 1 ) , H ( 2 ) = j α i j h j ( 2 ) ,
where the attention weights α i j are given by
α i j = softmax j h i ( 1 ) W Q ( h j ( 2 ) W K ) T
in a typical formulation (with W Q , W K projection matrices for queries and keys, respectively). The result is that each element of one modality can attend to (i.e., extract information from) the elements of another modality that have high content similarity or relevance. The fused representation could be, for instance, the original H ( 1 ) features augmented with these attention outputs, or vice versa. To reduce the computational cost, attention bottlenecks introduce B learnable latent vectors b 1 , , b B as intermediaries [94]. Each modality attends to these bottlenecks (at most N × B interactions) and then reverse-attends back, enforcing a compact shared representation. This two-step bottleneck attention generalizes frameworks such as LB3M for RGB + 3D fusion in industrial anomaly detection [60], yielding efficient and effective cross-modal integration. Cross-attention is ideal when modalities align semantically (e.g., synchronized video–audio or image–text). For time-series anomaly detection, MST-GAT uses intra- and inter-modal graph attention to learn sensor correlations and improve anomaly scoring [57]. In video surveillance, stacked cross-attention layers fuse RGB, optical flow, and audio, dynamically weighting cues for superior detection [92,99].

4.2.5. Feature Mapping

Rather than fusing features through arithmetic or attention, this approach uses one modality to reconstruct or predict the features of another. A mapping function M is trained to translate from one modality to another, M : h ( 1 ) h ^ ( 2 ) , where h ^ ( 2 ) is the predicted counterpart of h ( 2 ) . During inference, the reconstruction error | h ^ ( 2 ) h ( 2 ) | serves as an anomaly score, i.e., large deviations indicate cross-modal inconsistency and potential anomalies. This method exploits the idea that, under normal conditions, modalities agree and can predict each other well. For example, Costanzino et al. map depth to RGB features and vice versa, detecting anomalies when predictions and observations diverge [60]. Beyond direct mapping, more advanced methods integrate contrastive learning and memory mechanisms. Wang et al. propose M3DM for RGB + 3D anomaly detection using patch-wise contrastive learning to align 3D point cloud and image features in a shared embedding space [63]. In general, these methods detect novelties by evaluating how well one modality can explain the other. A failure to do so suggests a modality-specific anomaly that would be missed in unimodal analysis.

4.2.6. Modality and Temporal Alignment

Effective fusion often requires aligning modalities spatially, semantically, and temporally before combining them. In spatial or feature-wise alignment, inputs x 1 , x 2 are transformed via f 1 ( x 1 ) and f 2 ( x 2 ) into a common space (e.g., projecting depth maps or point clouds onto the image plane so that each pixel’s depth and RGB correspond) [60]. Alternatively, contrastive or correlational objectives (e.g., contrastive loss) train feature extractors so that paired inputs yield embeddings h ( 1 ) and h ( 2 ) that coincide, while mismatches diverge. Temporally, modalities sampled at different rates or with offsets must be synchronized. A basic strategy resamples or buffers slower streams (e.g., holding the latest h ( 2 ) constant for multiple h ( 1 ) frames), creating aligned pairs ( h t ( 1 ) , h t / r ( 2 ) ) . More advanced methods employ temporal attention or sequence alignment when events lag across sensors, letting each feature at a time t attend over a window of the other modality timestamps.

4.2.7. Graph-Based Fusion

Graph-based fusion leverages graph neural networks (GNNs) to integrate multimodal information by modeling modalities or components as nodes in a graph, with edges capturing relationships—whether physical, functional, or learned. A GNN then propagates and aggregates information across this graph to produce fused node- or graph-level embeddings. In multimodal anomaly detection, each modality (sensor) can be treated as a node, with edges encoding inter-modality dependencies. Through message passing, each node updates its state by blending its own features with those of its neighbors:
h u ( l + 1 ) = σ W h u ( l ) + v N ( u ) Θ h v ( l ) ,
where h u ( l ) is the representation at layer l; N ( u ) are neighbors; W , Θ are learnable weights; and σ is an activation function. Ektefaie et al. apply this approach to sensor graphs, learning node embeddings that capture both individual and contextual information for anomaly detection [100]. Passos et al. extend this with CCA-GNN, which jointly optimizes GNN embeddings, and canonical correlation analysis to enforce cross-modal alignment, helping to detect anomalies that disrupt typical inter-modality correlations [101]. Xia et al. propose VLDFNet, which builds a view graph over 2D projections of 3D data and fuses image and point cloud features via a disentangled latent space [102]. The graph structure enables the modeling of both intra- and inter-modal relationships, enhancing robustness in anomaly detection. In general, graph-based fusion is well suited for scenarios where relations between multiple modalities are key to understanding anomalies. It flexibly encodes multimodal interactions by treating modality as another dimension of connectivity in the graph.

4.3. Fusion Design Principles and Trade-Offs

Designing effective multimodal fusion requires balancing integration and modularity: modalities should inform each other without allowing noise or irrelevant signals to degrade performance. Recent research suggests several key design principles.
  • Fuse at Multiple Levels: Combining mid-level feature fusion with late-stage score fusion enhances robustness. Early fusion may overlook modality-specific noise, while multi-scale fusion captures both structural and semantic information [64].
  • Selective Feature Fusion: Not all layers contribute equally to cross-modal alignment. Shallow or mid-level features often provide better spatial or temporal grounding across modalities than very early or late representations.
  • Learnable and Adaptive Fusion: Models that use attention, gating, or mixture-of-experts mechanisms dynamically adjust modality contributions, outperforming static fusion strategies. This adaptiveness is especially valuable in heterogeneous or noisy environments [61].
  • Efficiency: Fusing mid-level or compact embeddings is computationally efficient compared to raw input fusion. Techniques such as bottleneck layers and dimensionality reduction maintain informativeness while reducing overhead.
  • Domain-Specific Design: Fusion should be tailored to the task and data characteristics. For instance, if one modality is unreliable or frequently missing, late fusion provides robustness. If anomalies depend on fine-grained correlations across streams (e.g., visual flashes coinciding with audio spikes), then mid-level feature fusion is essential. Domain knowledge can guide initial architecture choices, with further refinement via ablation or architecture search.
In general, multimodal fusion is not a one-size-fits-all problem. The optimal strategy depends on the nature of the modalities, the anomaly types, and the computational constraints of the deployment scenario.

5. Multimodal Datasets and Benchmarks

Multimodal anomaly detection relies on rich datasets that align multiple sensor modalities such as vision, audio, LiDAR, and text, yet truly multimodal benchmarks remain relatively scarce. Recent progress, however, has led to important datasets featuring synchronized multimodal recordings with detailed ground truth annotations. These datasets typically combine modalities like RGB and LiDAR for driving scenarios, audio and video streams, RGB images with depth information, and multi-sensor industrial data. Existing benchmarks often lack standardized evaluation metrics and underrepresent certain modality combinations, such as vision–text fusion in industrial anomaly detection or sensor–metadata fusion in manufacturing. The MMAD dataset [103] marks progress toward multimodal language model evaluations, although it primarily emphasizes vision. Table 6 presents multimodal datasets and benchmarks, with details including the modality, size, anomaly types, and label information.

6. Challenges, Solutions, and Future Works

Although agentic and multimodal anomaly detection systems provide robust anomaly detection, their deployment faces challenges, including heterogeneous data fusion, data scarcity, and high inference costs [110]. LLM-based agentic pipelines compound these issues with added complexity surrounding agent coordination, trust, and security [41]. This section outlines key challenges, solutions, and future research directions. Table 7, presents a summary of main challenges in multimodal/agentic anomaly detection and prospective research directions.

6.1. Data Scarcity

Anomalies are inherently rare, leading to severe data imbalances and the scarcity of labeled examples for training. This scarcity impedes the learning of robust detectors and often biases models toward the abundant normal patterns. A promising solution to such a problem is synthetic anomaly generation using generative models. Early approaches employed GANs to perturb or reconstruct normal data, thereby creating pseudo-anomalies that enrich the training distribution [111]. More recently, diffusion models have shown the ability to produce high-fidelity synthetic anomalies [112,113].
In the multimodal setting, AnomalyXFusion [86] demonstrates that jointly conditioning on image, text, and mask features within a diffusion framework produces more realistic and diverse synthetic anomalies, while multi-expert diffusion architectures such as MTDiff [84] improve pattern coverage by operating at multiple scales. Despite progress, ensuring that synthetic anomalies truly reflect real-world outliers remains a challenge. Future research should refine generative processes using more advanced conditional generation (e.g., text- or class-conditioned prompts to specify the anomaly type) and hybrid GAN–diffusion pipelines.

6.2. Multimodal Representation and Alignment

Multimodal anomaly detection requires integrating multiple data modalities into a unified representation, typically leveraging contrastive learning and attention mechanisms to align heterogeneous features [114]. Despite recent advances, modality imbalance and naive feature fusion remain major challenges, often suppressing modality-specific anomalies or limiting subtle cross-modal interactions [114]. Methods such as AVadCLIP and adaptive cross-modal fusion adapters dynamically balance and align modalities by adaptively weighting features based on context [61,74]. Future research must further develop adaptive fusion methods and robust alignment techniques capable of effectively handling missing or noisy modalities.

6.3. Agentic Reasoning and LLM Limitations

LLM-based agents enhance interpretability and reasoning but are prone to hallucination and domain mismatches [115]. Misinterpretations in specialized domains highlight the need for domain-adapted LLMs and structured knowledge integration. Future work should enhance LLM factuality and reasoning alignment and develop benchmarks for the evaluation of agent reasoning fidelity.

6.4. Real-Time Inference and Scalability

For several practical applications (e.g., security monitoring, autonomous driving), anomaly detection must operate under strict latency and throughput constraints. Complex agent frameworks can be computationally expensive, limiting their real-time use. Recent work has highlighted that detectors often involve very large networks, which are not suitable for cost-effective real-time applications [116]. A promising future direction is model compression and efficiency enhancement. Techniques such as knowledge distillation have demonstrated the ability to transfer anomaly detection capabilities from a heavy teacher model to a lightweight student, achieving similar accuracy with dramatically fewer parameters. Future work should explore dynamic model cascades, online model adaptation for data streams, and hardware-friendly implementations (e.g., via model quantization or edge computing) to ensure scalability.

6.5. Interpretability

Interpretability remains a major challenge in anomaly detection, particularly in high-stakes scenarios. Current approaches focus on generating natural-language rationalizations or employing explainable rule-based reasoning to enhance transparency [115]. Additionally, agent traceability, where each decision or action is logged and auditable, is increasingly emphasized to validate anomaly detection processes. Future work should explore the development of intuitive interfaces for anomaly explanation, the effective communication of uncertainty, and methods ensuring the reliability and trustworthiness of explanations provided to end-users [115].

6.6. Evaluation and Benchmarking

Evaluation and benchmarking in multimodal and agentic anomaly detection face significant limitations due to the lack of standardized benchmarks and consistent metrics, resulting in difficulties in comparing methods across studies [115]. Recent efforts such as the MMAD [103] and AnoVox [104] datasets partially address these gaps but remain domain-specific. To progress, the field requires standardized anomaly taxonomies, evaluation protocols, and benchmarks that can handle complex multimodal and dynamic scenarios.

6.7. Theoretical Foundations

The theoretical underpinnings of agentic and multimodal anomaly detection remain insufficient, often relying on empirical heuristics. While progress has been made using graph-based anomaly detection for modeling agent interactions [41], there is a pressing need for rigorous theoretical frameworks that can characterize detector behavior under diverse conditions, establish formal performance bounds, and analyze the complex dynamics of multi-agent systems.

7. Conclusions

Anomaly detection is evolving rapidly to meet the demands of increasingly complex, heterogeneous, and dynamic real-world environments. As intelligent systems become more autonomous and multimodal by design, the integration of agentic reasoning with cross-modal perception is not only natural but necessary. This work has presented a comprehensive overview of recent advances at the intersection of multimodal and agentic anomaly detection—two emerging paradigms that enable more robust, interpretable, and context-aware detection systems. We review foundational work in anomaly detection and highlight the shift from unimodal, static methods to multimodal fusion frameworks and reasoning-capable agents. We introduce a taxonomy that classifies agentic anomaly detection systems by architecture, capability, and modality scope, and we examine recent benchmarks, tools, and datasets that are driving this research frontier. We also identify core challenges and discuss current mitigation strategies and promising research directions. Future research should prioritize adaptive fusion strategies, theory-grounded agent design, and secure, explainable deployments. We hope that this work serves as a foundation for researchers and practitioners seeking to develop next-generation anomaly detection systems that are both perceptually rich and autonomously intelligent.

Author Contributions

M.A.B. conducted the literature review, prepared the first draft of the manuscript, and edited the revised versions of the manuscript; A.H. reviewed the draft, edited the manuscript, suggested part of the data analysis, and finalized the modifications; A.R. and P.S.R. provided guidance for manuscript preparation and reviewed and edited the manuscript. All authors have read and agreed to the published version of the manuscript.

Funding

This work was partially supported by the Research Council of Norway under the project DIGITAL TWIN within the PETROMAKS2 framework (project nr. 318899).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study are available at the sources mentioned in the text.

Acknowledgments

During the preparation of this manuscript/study, the authors used Google AI studio (https://aistudio.google.com/welcome) for the purposes of collecting and summarizing related papers. The authors have reviewed and edited the output and take full responsibility for the content of this publication.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Yin, S.; Ding, S.X.; Xie, X.; Luo, H. A review on basic data-driven approaches for industrial process monitoring. IEEE Trans. Ind. Electron. 2014, 61, 6418–6428. [Google Scholar] [CrossRef]
  2. Nizam, H.; Zafar, S.; Lv, Z.; Wang, F.; Hu, X. Real-Time Deep Anomaly Detection Framework for Multivariate Time-Series Data in Industrial IoT. IEEE Sens. J. 2022, 22, 22836–22849. [Google Scholar] [CrossRef]
  3. Park, T. Enhancing Anomaly Detection in Financial Markets with an LLM-based Multi-Agent Framework. arXiv 2024, arXiv:2403.19735. [Google Scholar]
  4. Ukil, A.; Bandyoapdhyay, S.; Puri, C.; Pal, A. IoT healthcare analytics: The importance of anomaly detection. In Proceedings of the International Conference on Advanced Information Networking and Applications (AINA); Springer: Cham, Switzerland, 2016; pp. 994–997. [Google Scholar] [CrossRef]
  5. García-Teodoro, P.; Díaz-Verdejo, J.; Maciá-Fernández, G.; Vázquez, E. Anomaly-based network intrusion detection: Techniques, systems and challenges. Comput. Secur. 2009, 28, 18–28. [Google Scholar] [CrossRef]
  6. Bhuyan, M.H.; Bhattacharyya, D.K.; Kalita, J.K. Network anomaly detection: Methods, systems and tools. IEEE Commun. Surv. Tutor. 2014, 16, 303–336. [Google Scholar] [CrossRef]
  7. Belay, M.A.; Rasheed, A.; Salvo Rossi, P. Digital Twin-Based Federated Transfer Learning for Anomaly Detection in Industrial IoT. In Proceedings of the 2025 IEEE Symposium on Computational Intelligence on Engineering/Cyber Physical Systems (CIES); IEEE: New York, NY, USA, 2025. [Google Scholar] [CrossRef]
  8. Belay, M.A.; Rasheed, A.; Salvo Rossi, P. Digital Twin Knowledge Distillation for Federated Semi-Supervised Industrial IoT DDoS Detection. In Proceedings of the 2025 IEEE Symposium on Computational Intelligence in Security, Defence and Biometrics Companion (CISDB Companion); IEEE: New York, NY, USA, 2025; pp. 1–5. [Google Scholar] [CrossRef]
  9. Belay, M.A.; Rasheed, A.; Rossi, P.S. Digital Twin-Driven Communication-Efficient Federated Anomaly Detection for Industrial IoT. arXiv 2026, arXiv:2601.01701. [Google Scholar]
  10. Van Wyk, F.; Wang, Y.; Khojandi, A.; Masoud, N. Real-time sensor anomaly detection and identification in automated vehicles. IEEE Trans. Intell. Transp. Syst. 2020, 21, 1264–1276. [Google Scholar] [CrossRef]
  11. Chandola, V.; Banerjee, A.; Kumar, V. Anomaly detection: A survey. ACM Comput. Surv. 2009, 41, 15. [Google Scholar] [CrossRef]
  12. Belay, M.A.; Blakseth, S.S.; Rasheed, A.; Salvo Rossi, P. Unsupervised Anomaly Detection for IoT-Based Multivariate Time Series: Existing Solutions, Performance Analysis and Future Directions. Sensors 2023, 23, 2844. [Google Scholar] [CrossRef] [PubMed]
  13. Khraisat, A.; Gondal, I.; Vamplew, P.; Kamruzzaman, J. Survey of Intrusion Detection Systems: Techniques, Datasets and Challenges. Cybersecurity 2019, 2, 20. [Google Scholar] [CrossRef]
  14. Ran, Y.; Zhou, X.; Lin, P.; Wen, Y.; Deng, R. A Survey on Predictive Maintenance: Systems, Purposes and Approaches. arXiv 2019, arXiv:1911.10193. [Google Scholar]
  15. Carvalho, T.P.; Soares, F.A.A.M.N.; Vita, R.; Francisco, R.d.P.; Basto, J.P.; Alcalá, S.G.S. A Systematic Literature Review of Machine Learning Methods Applied to Predictive Maintenance. Comput. Ind. Eng. 2019, 137, 106024. [Google Scholar] [CrossRef]
  16. Ahmed, M.; Mahmood, A.N.; Islam, M.R. A Survey of Anomaly Detection Techniques in Financial Domain. Future Gener. Comput. Syst. 2016, 55, 278–288. [Google Scholar] [CrossRef]
  17. Hilal, W.; Gadsden, S.A.; Yawney, J. Financial Fraud: A Review of Anomaly Detection Techniques and Recent Advances. Expert Syst. Appl. 2022, 193, 116429. [Google Scholar] [CrossRef]
  18. Belay, M.A.; Rasheed, A.; Salvo Rossi, P. Sparse Non-Linear Vector Autoregressive Networks for Multivariate Time Series Anomaly Detection. IEEE Signal Process. Lett. 2025, 32, 331–335. [Google Scholar] [CrossRef]
  19. Belay, M.A.; Bernardino, L.F.; Blakseth, S.S.; Rasheed, A.; Montañés, R.M.; Salvo Rossi, P. Unsupervised Leak Detection for Heat Recovery Steam Generators in Combined-Cycle Gas and Steam Turbine Power Plants. IEEE Sens. J. 2026, 26, 652–664. [Google Scholar] [CrossRef]
  20. Belay, M.A.; Rasheed, A.; Salvo Rossi, P. Autoregressive Density Estimation Transformers for Multivariate Time Series Anomaly Detection. In Proceedings of the IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP); IEEE: New York, NY, USA, 2025. [Google Scholar] [CrossRef]
  21. Pang, G.; Shen, C.; Cao, L.; van den Hengel, A. Deep Learning for Anomaly Detection: A Review. ACM Comput. Surv. 2021, 54, 38. [Google Scholar] [CrossRef]
  22. Liu, J.; Ma, Z.; Wang, Z.; Zou, C.; Ren, J.; Wang, Z.; Song, L.; Hu, B.; Liu, Y.; Leung, V.C.M. A Survey on Diffusion Models for Anomaly Detection. arXiv 2025, arXiv:2501.11430. [Google Scholar] [CrossRef]
  23. Belay, M.A.; Rasheed, A.; Salvo Rossi, P. MTAD: Multiobjective Transformer Network for Unsupervised Multisensor Anomaly Detection. IEEE Sens. J. 2024, 24, 20254–20265. [Google Scholar] [CrossRef]
  24. Belay, M.A.; Rasheed, A.; Salvo Rossi, P. Self-Supervised Modular Architecture for Multi-Sensor Anomaly Detection and Localization. In Proceedings of the 2024 IEEE Conference on Artificial Intelligence (CAI); IEEE: New York, NY, USA, 2024; pp. 1278–1283. [Google Scholar] [CrossRef]
  25. Haghipour, A.; Tabella, G.; Stang, J.; Rossi, P.S. Sensor Validation in Carbon Capture and Storage Infrastructures. IEEE Sens. Lett. 2025, 9, 7005204. [Google Scholar] [CrossRef]
  26. Belay, M.A.; Rasheed, A.; Salvo Rossi, P. Multivariate Time Series Anomaly Detection via Low-Rank and Sparse Decomposition. IEEE Sens. J. 2024, 24, 34942–34952. [Google Scholar] [CrossRef]
  27. Lin, Y.; Chang, Y.; Tong, X.; Yu, J.; Liotta, A.; Huang, G.; Song, W.; Zeng, D.; Wu, Z.; Wang, Y.; et al. A Survey on RGB, 3D, and Multimodal Approaches for Unsupervised Industrial Image Anomaly Detection. arXiv 2025, arXiv:2410.21982. [Google Scholar] [CrossRef]
  28. Li, W.; Zheng, B.; Xu, X.; Gan, J.; Lu, F.; Li, X.; Ni, N.; Tian, Z.; Huang, X.; Gao, S.; et al. Multi-Sensor Object Anomaly Detection: Unifying Appearance, Geometry, and Internal Properties. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Nashville, TN, USA, 11–15 June 2025; pp. 9984–9993. [Google Scholar]
  29. Willibald, C.; Sliwowski, D.; Lee, D. Multimodal Anomaly Detection with a Mixture-of-Experts. arXiv 2025, arXiv:2506.19077. [Google Scholar] [CrossRef]
  30. Xi, Z.; Chen, W.; Guo, X.; He, W.; Ding, Y.; Hong, B.; Zhang, M.; Wang, J.; Jin, S.; Zhou, E.; et al. The Rise and Potential of Large Language Model Based Agents: A Survey. arXiv 2023, arXiv:2309.07864. [Google Scholar] [CrossRef]
  31. Acharya, D.B.; Kuppan, K.; Divya, B. Agentic AI: Autonomous Intelligence for Complex Goals—A Comprehensive Survey. IEEE Access 2025, 13, 18912–18936. [Google Scholar] [CrossRef]
  32. Plaat, A.; Van Duijn, M.; Van Stein, N.; Preuss, M.; Van Der, P.; Kees, P.; Batenburg, J. Agentic Large Language Models, a survey. arXiv 2025, arXiv:2503.23037. [Google Scholar] [CrossRef]
  33. Russell-Gilbert, A.; Sommers, A.; Thompson, A.; Cummins, L.; Mittal, S.; Rahimi, S.; Seale, M.; Jaboure, J.; Arnold, T.; Church, J. AAD-LLM: Adaptive Anomaly Detection Using Large Language Models. In Proceedings of the 2024 IEEE International Conference on Big Data (BigData); IEEE: New York, NY, USA, 2024; pp. 4194–4203. [Google Scholar] [CrossRef]
  34. Chalapathy, R.; Chawla, S. Deep Learning for Anomaly Detection: A Survey. arXiv 2019, arXiv:1901.03407. [Google Scholar] [CrossRef]
  35. Cook, A.A.; Misirli, G.; Fan, Z. Anomaly Detection for IoT Time-Series Data: A Survey. IEEE Internet Things J. 2020, 7, 6481–6494. [Google Scholar] [CrossRef]
  36. Erhan, L.; Ndubuaku, M.; Di Mauro, M.; Song, W.; Chen, M.; Fortino, G.; Bagdasar, O.; Liotta, A. Smart anomaly detection in sensor systems: A multi-perspective review. Inf. Fusion 2021, 67, 64–79. [Google Scholar] [CrossRef]
  37. Choi, K.; Yi, J.; Park, C.; Yoon, S. Deep Learning for Anomaly Detection in Time-Series Data: Review, Analysis, and Guidelines. IEEE Access 2021, 9, 120043–120065. [Google Scholar] [CrossRef]
  38. Garg, A.; Zhang, W.; Samaran, J.; Savitha, R.; Foo, C.S. An Evaluation of Anomaly Detection and Diagnosis in Multivariate Time Series. IEEE Trans. Neural Netw. Learn. Syst. 2022, 33, 2508–2517. [Google Scholar] [CrossRef]
  39. Gu, Y.; Xiong, Y.; Mace, J.; Jiang, Y.; Hu, Y.; Kasikci, B.; Cheng, P. Argos: Agentic Time-Series Anomaly Detection with Autonomous Rule Generation via Large Language Models. arXiv 2025, arXiv:2501.14170. [Google Scholar] [CrossRef]
  40. Yang, T.; Liu, J.; Siu, W.; Wang, J.; Qian, Z.; Song, C.; Cheng, C.; Hu, X.; Zhao, Y. AD-AGENT: A Multi-agent Framework for End-to-end Anomaly Detection. arXiv 2025, arXiv:2505.12594. [Google Scholar]
  41. He, X.; Wu, D.; Zhai, Y.; Sun, K. SentinelAgent: Graph-based Anomaly Detection in Multi-Agent Systems. arXiv 2025, arXiv:2505.24201. [Google Scholar]
  42. Song, C.; Ma, L.; Zheng, J.; Liao, J.; Kuang, H.; Yang, L. Audit-LLM: Multi-Agent Collaboration for Log-based Insider Threat Detection. arXiv 2024, arXiv:2408.08902. [Google Scholar]
  43. Timms, A.; Langbridge, A.; O’Donncha, F. Agentic Anomaly Detection for Shipping. In Proceedings of the NeurIPS 2024 Workshop on Open-World Agents, Vancouver, BC, Canada, 15 December 2024. [Google Scholar]
  44. Ren, J.; Tang, T.; Jia, H.; Xu, Z.; Fayek, H.; Li, X.; Ma, S.; Xu, X.; Xia, F. Foundation Models for Anomaly Detection: Vision and Challenges. arXiv 2025, arXiv:2502.06911. [Google Scholar] [CrossRef]
  45. Zhang, J.; Wang, G.; Jin, Y.; Huang, D. Towards Training-free Anomaly Detection with Vision and Language Foundation Models. arXiv 2025, arXiv:2503.18325. [Google Scholar] [CrossRef]
  46. He, Z.; Alnegheimish, S.; Reimherr, M. Harnessing Vision-Language Models for Time Series Anomaly Detection. arXiv 2025, arXiv:2506.06836. [Google Scholar] [CrossRef]
  47. Sinha, R.; Elhafsi, A.; Agia, C.; Foutter, M.; Schmerling, E.; Pavone, M. Real-Time Anomaly Detection and Reactive Planning with Large Language Models. arXiv 2024, arXiv:2407.08735. [Google Scholar] [CrossRef]
  48. Zhu, J.; Cai, S.; Deng, F.; Ooi, B.C.; Wu, J.; Ooi, C.; Wu, J. Do LLMs Understand Visual Anomalies? Uncovering LLM’s Capabilities in Zero-shot Anomaly Detection. In Proceedings of the ACM Multimedia Conference; Association for Computing Machinery: New York, NY, USA, 2024; p. 10. [Google Scholar] [CrossRef]
  49. Qin, Z.; Luo, Q.; Nong, X.; Chen, X.; Zhang, H.; Wong, C.U.I. MAS-LSTM: A Multi-Agent LSTM-Based Approach for Scalable Anomaly Detection in IIoT Networks. Processes 2025, 13, 753. [Google Scholar] [CrossRef]
  50. Kazari, K.; Shereen, E.; Dán, G. Decentralized Anomaly Detection in Cooperative Multi-Agent Reinforcement Learning. In Proceedings of the International Joint Conference on Artificial Intelligence (IJCAI), Macao, China, 19–25 August 2023; Volume 1, pp. 162–170. [Google Scholar] [CrossRef]
  51. Tellache, A.; Mokhtari, A.; Korba, A.A.; Ghamri-Doudane, Y. Multi-agent Reinforcement Learning-based Network Intrusion Detection System. arXiv 2024, arXiv:2407.05766. [Google Scholar]
  52. Dong, M.; Huang, H.; Cao, L. Can LLMs Serve as Time Series Anomaly Detectors? arXiv 2024, arXiv:2408.03475. [Google Scholar] [CrossRef]
  53. Alnegheimish, S.; Nguyen, L.; Berti-Equille, L.; Veeramachaneni, K. Large language models can be zero-shot anomaly detectors for time series? arXiv 2024, arXiv:2405.14755. [Google Scholar] [CrossRef]
  54. Yang, T.; Nian, Y.; Li, S.; Xu, R.; Li, Y.; Li, J.; Xiao, Z.; Hu, X.; Rossi, R.; Ding, K.; et al. AD-LLM: Benchmarking Large Language Models for Anomaly Detection. arXiv 2025, arXiv:2412.11142. [Google Scholar]
  55. Cao, Y.; Yang, S.; Li, C.; Xiang, H.; Qi, L.; Liu, B.; Li, R.; Liu, M. TAD-Bench: A Comprehensive Benchmark for Embedding-Based Text Anomaly Detection. arXiv 2025, arXiv:2501.11960. [Google Scholar]
  56. Derakhshan, M.; Ceravolo, P.; Mohammadi, F. Leveraging GPT-4o Efficiency for Detecting Rework Anomaly in Business Processes. arXiv 2025, arXiv:2502.06918. [Google Scholar] [CrossRef]
  57. Ding, C.; Sun, S.; Zhao, J. MST-GAT: A multimodal spatial–temporal graph attention network for time series anomaly detection. Inf. Fusion 2023, 89, 527–536. [Google Scholar] [CrossRef]
  58. Han, X.; Chen, S.; Fu, Z.; Feng, Z.; Fan, L.; An, D.; Wang, C.; Guo, L.; Meng, W.; Zhang, X.; et al. Multimodal Fusion and Vision-Language Models: A Survey for Robot Vision. arXiv 2025, arXiv:2504.02477. [Google Scholar] [CrossRef]
  59. Shangguan, W.; Wu, H.; Niu, Y.; Yin, H.; Yu, J.; Chen, B.; Huang, B. CPIR: Multimodal Industrial Anomaly Detection via Latent Bridged Cross-modal Prediction and Intra-modal Reconstruction. Adv. Eng. Inform. 2025, 65, 103240. [Google Scholar] [CrossRef]
  60. Costanzino, A.; Ramirez, P.Z.; Lisanti, G.; Di Stefano, L. Multimodal Industrial Anomaly Detection by Crossmodal Feature Mapping. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR); IEEE: New York, NY, USA, 2024. [Google Scholar] [CrossRef]
  61. Ghadiya, A.; Kar, P.; Chudasama, V.; Wasnik, P. Cross-Modal Fusion and Attention Mechanism for Weakly Supervised Video Anomaly Detection. arXiv 2024, arXiv:2412.20455. [Google Scholar] [CrossRef]
  62. Horwitz, E.; Hoshen, Y. Back to the Feature: Classical 3D Features are (Almost) All You Need for 3D Anomaly Detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW); IEEE: New York, NY, USA, 2023; pp. 2968–2977. [Google Scholar] [CrossRef]
  63. Wang, Y.; Peng, J.; Zhang, J.; Yi, R.; Wang, Y.; Wang, C. Multimodal Industrial Anomaly Detection via Hybrid Fusion. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR); IEEE: New York, NY, USA, 2023; pp. 8032–8041. [Google Scholar] [CrossRef]
  64. Long, K.; Xie, G.; Ma, L.; Liu, J.; Lu, Z. Revisiting Multimodal Fusion for 3D Anomaly Detection from an Architectural Perspective. arXiv 2024, arXiv:2412.17297. [Google Scholar] [CrossRef]
  65. Gu, Z.; Zhu, B.; Zhu, G.; Chen, Y.; Tang, M.; Wang, J. AnomalyGPT: Detecting Industrial Anomalies Using Large Vision-Language Models. In Proceedings of the AAAI Conference on Artificial Intelligence; AAAI Press: Washington, DC, USA, 2024; Volume 38, pp. 1932–1940. [Google Scholar] [CrossRef]
  66. Li, W.; Chu, G.; Chen, J.; Xie, G.S.; Shan, C.; Zhao, F. LAD-Reasoner: Tiny Multimodal Models are Good Reasoners for Logical Anomaly Detection. arXiv 2025, arXiv:2504.12749. [Google Scholar] [CrossRef]
  67. Xu, X.; Cao, Y.; Chen, Y.; Shen, W.; Huang, X. Customizing Visual-Language Foundation Models for Multi-modal Anomaly Detection and Reasoning. In Proceedings of the IEEE 28th International Conference on Computer Supported Cooperative Work in Design (CSCWD), Compiègne, France, 5–7 May 2025. [Google Scholar]
  68. Xu, J.; Lo, S.Y.; Safaei, B.; Patel, V.M.; Dwivedi, I. Towards Zero-Shot Anomaly Detection and Reasoning with Multimodal Large Language Models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR); IEEE: New York, NY, USA, 2025. [Google Scholar]
  69. Li, Y.; Wang, H.; Yuan, S.; Liu, M.; Zhao, D.; Guo, Y.; Xu, C.; Shi, G.; Zuo, W. Myriad: Large Multimodal Model by Applying Vision Experts for Industrial Anomaly Detection. arXiv 2023, arXiv:2310.19070. [Google Scholar] [CrossRef]
  70. Zhou, Q.; Pang, G.; Tian, Y.; He, S.; Chen, J. AnomalyCLIP: Object-Agnostic Prompt Learning for Zero-Shot Anomaly Detection. In Proceedings of the International Conference on Learning Representations (ICLR), Vienna, Austria, 7–11 May 2024. [Google Scholar]
  71. Deng, H.; Luo, H.; Zhai, W.; Cao, Y.; Kang, Y. VMAD: Visual-Enhanced Multimodal Large Language Model for Zero-Shot Anomaly Detection. arXiv 2024, arXiv:2409.20146. [Google Scholar] [CrossRef]
  72. Zhang, K.; Zhang, Z.; Sun, X.; Wang, A.; Nie, J.; Chen, Q.; Hao, H.; Guo, J.; Zhang, J. ADSeeker: A Knowledge-Infused Framework for Anomaly Detection and Reasoning. arXiv 2025, arXiv:2508.03088. [Google Scholar] [CrossRef]
  73. Gu, Z.; Zhu, B.; Zhu, G.; Chen, Y.; Li, H.; Tang, M.; Wang, J. FiLo: Zero-Shot Anomaly Detection by Fine-Grained Description and High-Quality Localization. arXiv 2024, arXiv:2404.13671. [Google Scholar]
  74. Wu, P.; Su, W.; Pang, G.; Sun, Y.; Yan, Q.; Wang, P.; Zhang, Y. AVadCLIP: Audio-Visual Collaboration for Robust Video Anomaly Detection. arXiv 2025, arXiv:2504.04495. [Google Scholar]
  75. Barusco, M.; Borsatti, F.; Pezze, D.D.; Paissan, F.; Farella, E.; Susto, G.A. From Vision to Sound: Advancing Audio Anomaly Detection with Vision-Based Algorithms. arXiv 2025, arXiv:2502.18328. [Google Scholar] [CrossRef]
  76. Lee, B.; Won, J.; Lee, S.; Shin, J. CLIP Meets Diffusion: A Synergistic Approach to Anomaly Detection. arXiv 2025, arXiv:2506.11772. [Google Scholar] [CrossRef]
  77. Wang, Y.; Zhao, Y.; Huo, Y.; Lu, Y. Multimodal anomaly detection in complex environments using video and audio fusion. Sci. Rep. 2025, 15, 16291. [Google Scholar] [CrossRef] [PubMed]
  78. Qu, X.; Liu, Z.; Wu, C.Q.; Hou, A.; Yin, X.; Chen, Z. MFGAN: Multimodal Fusion for Industrial Anomaly Detection Using Attention-Based Autoencoder and Generative Adversarial Network. Sensors 2024, 24, 637. [Google Scholar] [CrossRef]
  79. Chen, D.; Hu, Z.; Fan, P.; Zhuang, Y.; Li, Y.; Liu, Q.; Jiang, X.; Xu, M. KKA: Improving Vision Anomaly Detection through Anomaly-related Knowledge from Large Language Models. arXiv 2025, arXiv:2502.14880. [Google Scholar]
  80. Zhang, H.; Zhu, Q.; Guan, J.; Liu, H.; Xiao, F.; Tian, J.; Mei, X.; Liu, X.; Wang, W. First-Shot Unsupervised Anomalous Sound Detection With Unknown Anomalies Estimated by Metadata-Assisted Audio Generation. IEEE/ACM Trans. Audio Speech Lang. Process. 2023, 32, 1188–1201. [Google Scholar] [CrossRef]
  81. Lin, S.; Wang, C.; Ding, X.; Wang, Y.; Du, B.; Song, L.; Wang, C.; Liu, H. A VLM-based Method for Visual Anomaly Detection in Robotic Scientific Laboratories. arXiv 2025, arXiv:2506.05405. [Google Scholar] [CrossRef]
  82. Iqbal, H.; Khalid, U.; Chen, C.; Hua, J. Unsupervised Anomaly Detection in Medical Images Using Masked Diffusion Model. In Machine Learning in Medical Imaging. MLMI 2023. Lecture Notes in Computer Science; Springer: Cham, Switzerland, 2023; Volume 14348, pp. 372–381. [Google Scholar] [CrossRef]
  83. He, H.; Zhang, J.; Chen, H.; Chen, X.; Li, Z.; Chen, X.; Wang, Y.; Wang, C.; Xie, L. A Diffusion-Based Framework for Multi-Class Anomaly Detection. In Proceedings of the AAAI Conference on Artificial Intelligence; AAAI Press: Washington, DC, USA, 2024; Volume 38, pp. 8472–8480. [Google Scholar] [CrossRef]
  84. Wang, X.; Li, W.; He, X. MTDiff: Visual Anomaly Detection with Multi-scale Diffusion Models. Knowl.-Based Syst. 2024, 302, 112364. [Google Scholar] [CrossRef]
  85. Li, X.; Tan, X.; Chen, Z.; Zhang, Z.; Zhang, R.; Guo, R.; Jiang, G.; Chen, Y.; Qu, Y.; Ma, L.; et al. One-for-More: Continual Diffusion Model for Anomaly Detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR); IEEE: New York, NY, USA, 2025. [Google Scholar]
  86. Hu, J.; Huang, Y.; Lu, Y.; Xie, G.; Jiang, G.; Zheng, Y.; Lu, Z. AnomalyXFusion: Multi-modal Anomaly Synthesis with Diffusion. arXiv 2024, arXiv:2404.19444. [Google Scholar]
  87. Meng, S.; Meng, W.; Zhou, Q.; Li, S.; Hou, W.; He, S. MoEAD: A Parameter-Efficient Model for Multi-class Anomaly Detection. In Computer Vision—ECCV 2024; Springer: Cham, Switzerland, 2024; pp. 345–361. [Google Scholar] [CrossRef]
  88. Lei, T.; Chen, S.; Wang, B.; Jiang, Z.; Zou, N. Adapted-MoE: Mixture of Experts with Test-Time Adaption for Anomaly Detection. arXiv 2024, arXiv:2409.05611. [Google Scholar]
  89. Gu, Z.; Zhu, B.; Zhu, G.; Chen, Y.; Ge, W.; Tang, M.; Wang, J. AnomalyMoE: Towards a Language-free Generalist Model for Anomaly Detection. arXiv 2025, arXiv:2508.06203. [Google Scholar]
  90. Dahmardeh, M.; Setti, F. MECAD: A Multi-Expert Architecture for Continual Anomaly Detection. arXiv 2025, arXiv:2512.15323. [Google Scholar] [CrossRef]
  91. Liang, M.; Yang, B.; Chen, Y.; Hu, R.; Urtasun, R. Multi-Task Multi-Sensor Fusion for 3D Object Detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR); IEEE: New York, NY, USA, 2019; pp. 7337–7345. [Google Scholar] [CrossRef]
  92. Kaneko, Y.; Miah, A.S.M.; Hassan, N.; Lee, H.S.; Jang, S.W.; Shin, J. Multimodal Attention-Enhanced Feature Fusion-based Weekly Supervised Anomaly Violence Detection. IEEE Open J. Comput. Soc. 2024, 6, 129–140. [Google Scholar] [CrossRef]
  93. Zang, R.; Guo, H.; Yang, J.; Liu, J.; Li, Z.; Zheng, T.; Shi, X.; Zheng, L.; Zhang, B. MLAD: A Unified Model for Multi-system Log Anomaly Detection. arXiv 2024, arXiv:2401.07655. [Google Scholar] [CrossRef]
  94. Nagrani, A.; Yang, S.; Arnab, A.; Jansen, A.; Schmid, C.; Sun, C. Attention Bottlenecks for Multimodal Fusion. In Proceedings of the Advances in Neural Information Processing Systems (NeurIPS); Curran Associates Inc.: Red Hook, NY, USA, 2021; Volume 34, pp. 14200–14213. [Google Scholar]
  95. Gan, C.; Fu, X.; Feng, Q.; Zhu, Q.; Cao, Y.; Zhu, Y. A multimodal fusion network with attention mechanisms for visual–textual sentiment analysis. Expert Syst. Appl. 2024, 242, 122731. [Google Scholar] [CrossRef]
  96. Arevalo, J.; Solorio, T.; Montes-y Gómez, M.; González, F.A. Gated Multimodal Units for Information Fusion. In Proceedings of the 5th International Conference on Learning Representations (ICLR), Workshop Track Proceedings, Toulon, France, 24–26 April 2017. [Google Scholar]
  97. Lin, T.Y.; RoyChowdhury, A.; Maji, S. Bilinear CNN Models for Fine-grained Visual Recognition. In Proceedings of the IEEE International Conference on Computer Vision (ICCV); IEEE: New York, NY, USA, 2015; pp. 1449–1457. [Google Scholar]
  98. Fukui, A.; Park, D.H.; Yang, D.; Rohrbach, A.; Darrell, T.; Rohrbach, M. Multimodal Compact Bilinear Pooling for Visual Question Answering and Visual Grounding. In Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP); Association for Computational Linguistics: Stroudsburg, PA, USA, 2016; pp. 457–468. [Google Scholar] [CrossRef]
  99. Jeong, S.; Moloco, J.P.; Imani, M. Uncertainty-Weighted Image-Event Multimodal Fusion for Video Anomaly Detection. arXiv 2025, arXiv:2505.02393. [Google Scholar]
  100. Ektefaie, Y.; Dasoulas, G.; Noori, A.; Farhat, M.; Zitnik, M. Multimodal learning with graphs. Nat. Mach. Intell. 2023, 5, 340–350. [Google Scholar] [CrossRef]
  101. Passos, L.A.; Papa, J.P.; Del Ser, J.; Hussain, A.; Adeel, A. Multimodal audio-visual information fusion using canonical-correlated Graph Neural Network for energy-efficient speech enhancement. Inf. Fusion 2023, 90, 1–11. [Google Scholar] [CrossRef]
  102. Xia, C.; Liu, C.; Zhou, Y.; Li, K.C. VLDFNet: Views-Graph and Latent Feature Disentangled Fusion Network for Multimodal Industrial Anomaly Detection. IEEE Trans. Instrum. Meas. 2025, 74, 4509613. [Google Scholar] [CrossRef]
  103. Jiang, X.; Li, J.; Deng, H.; Liu, Y.; Gao, B.B.; Zhou, Y.; Li, J.; Wang, C.; Zheng, F. MMAD: A Comprehensive Benchmark for Multimodal Large Language Models in Industrial Anomaly Detection. arXiv 2025, arXiv:2410.09453. [Google Scholar]
  104. Bogdoll, D.; Hamdard, I.; Rößler, L.N.; Geisler, F.; Bayram, M.; Wang, F.; Imhof, J.; de Campos, M.; Tabarov, A.; Yang, Y.; et al. AnoVox: A Benchmark for Multimodal Anomaly Detection in Autonomous Driving. arXiv 2024, arXiv:2405.07865. [Google Scholar] [CrossRef]
  105. Leporowski, B.; Bakhtiarnia, A.; Bonnici, N.; Muscat, A.; Zanella, L.; Wang, Y.; Iosifidis, A. MAVAD: Audio-Visual Dataset and Method for Anomaly Detection in Traffic Videos. In Proceedings of the IEEE International Conference on Image Processing (ICIP); IEEE: New York, NY, USA, 2024; pp. 1106–1112. [Google Scholar] [CrossRef]
  106. Bergmann, P.; Batzner, K.; Fauser, M.; Sattlegger, D.; Steger, C. Beyond Dents and Scratches: Logical Constraints in Unsupervised Anomaly Detection and Localization. Int. J. Comput. Vis. 2022, 130, 947–969. [Google Scholar] [CrossRef]
  107. Bergmann, P.; Jin, X.; Sattlegger, D.; Steger, C. The MVTec 3D-AD Dataset for Unsupervised 3D Anomaly Detection and Localization. In Proceedings of the International Joint Conference on Computer Vision, Imaging and Computer Graphics Theory and Applications (VISIGRAPP); SciTePress: Setúbal, Portugal, 2021; Volume 5, pp. 202–213. [Google Scholar] [CrossRef]
  108. Leporowski, B.; Tola, D.; Hansen, C.; Iosifidis, A. AURSAD: Universal Robot Screwdriving Anomaly Detection Dataset. arXiv 2021, arXiv:2102.01409. [Google Scholar] [CrossRef]
  109. Yao, Y.; Wang, X.; Xu, M.; Pu, Z.; Wang, Y.; Atkins, E.; Crandall, D.J. DoTA: Unsupervised Detection of Traffic Anomaly in Driving Videos. IEEE Trans. Pattern Anal. Mach. Intell. 2023, 45, 444–459. [Google Scholar] [CrossRef]
  110. Zhao, T.; Zhang, L.; Ma, Y.; Cheng, L. A Survey on Safe Multi-Modal Learning System. arXiv 2024, arXiv:2402.05355. [Google Scholar] [CrossRef]
  111. Li, Z.; Yan, Y.; Wang, X.; Ge, Y.; Meng, L. A survey of deep learning for industrial visual anomaly detection. Artif. Intell. Rev. 2025, 58, 279. [Google Scholar] [CrossRef]
  112. Zhang, X.; Xu, M.; Zhou, X. RealNet: A Feature Selection Network with Realistic Synthetic Anomaly for Anomaly Detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR); IEEE: New York, NY, USA, 2024. [Google Scholar] [CrossRef]
  113. Bi, Y.; Huang, L.; Clarenbach, R.; Ghotbi, R.; Karlas, A.; Navab, N.; Jiang, Z. Synomaly Noise and Multi-Stage Diffusion: A Novel Approach for Unsupervised Anomaly Detection in Ultrasound Imaging. arXiv 2024, arXiv:2411.04004. [Google Scholar] [CrossRef]
  114. Ma, X.; Chen, H.; Deng, Y. Improving Multimodal Learning Balance and Sufficiency through Data Remixing. arXiv 2025, arXiv:2506.11550. [Google Scholar] [CrossRef]
  115. Xu, R.; Ding, K. Large Language Models for Anomaly and Out-of-Distribution Detection: A Survey. In Proceedings of the Findings of the Association for Computational Linguistics: NAACL; Association for Computational Linguistics: Stroudsburg, PA, USA, 2025; pp. 5992–6012. [Google Scholar] [CrossRef]
  116. Rakhmonov, A.A.U.; Subramanian, B.; Olimov, B.; Kim, J. Extensive Knowledge Distillation Model: An End-to-End Effective Anomaly Detection Model for Real-Time Industrial Applications. IEEE Access 2023, 11, 69750–69761. [Google Scholar] [CrossRef]
Figure 1. Agentic anomaly detection.
Figure 1. Agentic anomaly detection.
Sensors 26 02330 g001
Figure 2. Reasoner vs. planner agent comparison.
Figure 2. Reasoner vs. planner agent comparison.
Sensors 26 02330 g002
Figure 3. Multimodal fusion methods.
Figure 3. Multimodal fusion methods.
Sensors 26 02330 g003
Table 1. Taxonomy of agentic anomaly detection methods, grouped by agent architecture, key capabilities, data modality, and evaluation datasets.
Table 1. Taxonomy of agentic anomaly detection methods, grouped by agent architecture, key capabilities, data modality, and evaluation datasets.
FrameworkAgent TypeCapabilitiesModality/ScopeEvaluation/Dataset
ARGOS [39]Planner (multi-agent LLM)Workflow planning, tool use, external retrievalMultimodal (TS + logs + web-text + meta)KPI, Yahoo, internal Microsoft data
AD-Agent [40]Multi-agent (LLM pipeline)Instruction parsing, model selection, code generationTabular/graph/time seriesADBench
SentinelAgent [41]Oversight (LLM tool user)Graph modeling, oversight, cognitive inconsistency detectionMultimodal logs + plans + MAS interactionsSimulated email assistant; Magnetic-One
Audit-LLM [42]Planner (multi-agent)Task decomposition, feedback, log auditingLogs + metadataCybersecurity benchmarks
IBM Shipping [43]Single-agent (LLM + tools)Reasoning on multimodal sensor/knowledge graph (KG) dataSensor + KG (maritime)Real shipping operation logs
AnomalyRuler [44]Single-agent (reasoning)Rule induction, chain-of-thought reasoningVideoFew-shot video AD benchmarks
LogSAD [45]Single-agent (reasoning)Compositional vision–language reasoning (GPT-4V + CLIP)Mixed (image + text)Industrial image and text AD tasks
VLM4TS [46]Tool-using agentVision–language transformation, retrieval-augmented ADMultimodal (time series + text)Time-series AD benchmarks
AESOP [47]Single-agent (LLM)Fast anomaly classification with fallback planningVisual (robotics)Quadrotor and vehicle simulations
ALFA [48]VLM (LLM + vision)Zero-shot visual anomaly detection via promptsVisual (images)MVTec, VisA anomaly datasets
MAS-LSTM [49]Multi-agent (LSTM)Local LSTM voting-based fusionTime series (IIoT)Industrial IoT traffic
MARL [50]Multi-agent (RL)Decentralized RNN predictors, normality scoringObservations (MARL)StarCraft (multi-agent env.)
RL-IDS [51]Multi-agent (RL)Parallel DQN agents, cost-sensitive learningNetwork trafficCIC-IDS-2017 network dataset
GPT-4 Prompt [52]Detection-only agentZero-shot anomaly classification via promptingTime series, textPrompt-based scoring benchmarks
Table 2. Agentic anomaly detection paradigms by agent capability, with representative examples.
Table 2. Agentic anomaly detection paradigms by agent capability, with representative examples.
Agent TypeKey CapabilityExamplesStrengthsLimitations
Detection-Only AgentsDirect labeling via prompt or model outputSigLLM [53]; GPT-4V zero-shot [52]Simple deployment, fast inferenceProne to LLM errors (hallucinations), no deep reasoning
Reasoning AgentsChain-of-thought, rule induction from few-shot normalsAnomalyRuler [44]; LogSAD [45]Explainable decisions; uses in-context learningSensitive to prompt design; needs clean normal data
Tool-Using AgentsExternal API or tool integrationARGOS [39]; VLM4TS [46]; SentinelAgent [41]Context-aware and domain-groundedTool dependency; higher latency and complexity
Planner AgentsWorkflow decomposition, memory usage, multi-step planningAudit-LLM [42]; ARGOS pipeline; LLM-based FM [3]Tackles complex multi-stage tasks; dynamic adaptationComplex architecture; more costly to develop/maintain
Table 3. Systematic comparison of reasoning agents and planner agents in agentic anomaly detection.
Table 3. Systematic comparison of reasoning agents and planner agents in agentic anomaly detection.
DimensionReasoning AgentPlanner Agent
Core mechanismSingle-pass chain-of-thought or rule induction: c 1 : T = π ( x ) ,   y = f ( x , c 1 : T ) Multi-step workflow optimization: Π * = arg max Π S U ( Π ; x ) with action sequence Π = [ a 1 , , a n ]
Control flowLinear (forward-only); no branching or loopingIterative with branching, looping, and conditional replanning based on intermediate results
Tool/subagent useNone or minimal; reasoning is self-contained within the LLM contextCentral capability; orchestrates external tools, databases, subagents, and APIs
AdaptivityStatic once the reasoning chain is generated; no revision of earlier stepsDynamic; can revise the plan, requery tools, or trigger deeper analysis based on intermediate outcomes
State managementStateless beyond the current reasoning traceMaintains explicit state (memory, task queues, partial results) across steps
Typical outputAnomaly label + human-readable reasoning trace (explanation)Anomaly decision + structured investigation report with evidence from multiple sources
LatencyLow (single LLM forward pass or few-shot inference)Higher (multiple sequential or parallel steps, tool calls, possible replanning)
ComplexityModerate; prompt design is the main engineering effortHigh; requires workflow specification, error handling, agent coordination
Representative examplesAnomalyRuler [44]: induces rules from normal video and then applies them in one pass;
LogSAD [45]: compositional vision–language reasoning without training
Audit-LLM [42]: coordinator decomposes queries → executor runs them → critic validates → loop until satisfied;
ARGOS [39]: iteratively generates, validates, and refines detection rules across agents
When to useAnomalies can be identified by logical inspection of the input; explainability is prioritized over exhaustive investigationComplex, multi-source anomalies requiring evidence gathering, hypothesis testing, or iterative refinement
Table 4. Multimodal anomaly detection methods and their innovations.
Table 4. Multimodal anomaly detection methods and their innovations.
MethodModalitiesKey IdeaBenchmarkQuantitative Results
BTF [62]RGB + 3D (depth)First RGB-3D industrial AD; combines 3D handcrafted features (FPFH) with pre-trained 2D CNN; memory bank of normal feature patches.MVTec 3D-ADI-AUROC 87.3%, P-AUROC 99.3%, AUPRO 96.4%
M3DM [63]RGB + 3DFrozen ViT + Point-MAE; hybrid fusion with contrastive-learned fusion memory bank; point-level alignment.MVTec 3D-ADI-AUROC 94.5%, P-AUROC 99.3%, AUPRO 96.1%
CFM [60]RGB + 3DLearns cross-modal feature mapping (2D↔3D) on normal data; memory bank-free; anomalies detected via mapping disagreement.MVTec 3D-ADI-AUROC 95.4%, P-AUROC 99.3%, AUPRO 97.0%
CPIR [59]RGB + 3DBidirectional feature mapping with autoencoder reconstruction and shared latent bridge (LB3M) for cross-modal consistency.MVTec 3D-ADI-AUROC surpasses CFM; SOTA on detection and segmentation (full- and few-shot)
3D-ADNAS [64]RGB + 3DNeural architecture search for optimal multimodal fusion; two-level search (intra- and inter-module).MVTec 3D-ADI-AUROC 95.1% (+0.6% over M3DM with 25× less memory)
WS-VAD [61]Video + AudioCross-modal fusion adapter (CFA) gates noisy modalities; hyperbolic graph attention (HLGAtt) links segments.XD-ViolenceAP 86.34% (+0.67% over prior SOTA) on XD-Violence for violence detection
AnomalyGPT [65]Image + TextLVLM-based AD (MiniGPT-4); prompted fine-tuning maps simulated anomalies to text; image decoder for localization.MVTec AD, VisA1-shot: Acc 86.1%, I-AUC 94.1%, P-AUC 95.3% (MVTec AD)
LAD-Reasoner [66]Image + TextTiny (3B) multimodal LM for logical AD with natural language explanations; SFT + GRPO reinforcement.MVTec LOCO ADMatches Qwen2.5-VL-72B in accuracy/F1; outperforms AnomalyGPT and APRIL-GAN on all 5 LOCO categories
Table 5. Fusion methods in multimodal anomaly detection.
Table 5. Fusion methods in multimodal anomaly detection.
Fusion MethodDescriptionProsCons
Early FusionMerge raw inputs or low-level features; then, a single model processes them, e.g., treat LiDAR depth as extra image channels.Captures raw cross-modal correlations; simple implementation.Modalities must be aligned; model may be overwhelmed by heterogeneous input.
Intermediate FusionSeparate encoders, fuse at intermediate layer(s) via concat, add, attention, etc.Balances modality specialization and interaction; learnable fusion can emphasize important features.Need to choose when and how to fuse (hyperparameters); improper fusion point can harm performance.
Late FusionIndependent anomaly scores or decisions per modality, combined at end (e.g., weighted average or voting).Each modality can be optimized/tuned separately; interpretable contributions; robust if one modality fails (others still contribute).Loses benefit of joint feature learning; needs method to set weights or logic for combining decisions.
Hybrid/Multi-StageFuse at multiple points or use a mix of the above (including multimodal transformers).Very flexible, can capture both low-level and high-level interactions; often highest accuracy.Increased complexity; requires sufficient data; harder to interpret and configure.
Table 6. Multimodal anomaly detection datasets.
Table 6. Multimodal anomaly detection datasets.
DatasetModalitiesSize/ScaleAnomaly TypesGround Truth
AnoVox [104]RGB + LiDARCity-scale driving (multi-sensor)Spatial and temporal road anomaliesVoxel-level segmentation
MAVAD [105]Video + Audio764 videos (11 classes)Traffic anomalies (e.g., U-turns, obstructions)Clip-level labels
MVTec LOCO [106]RGB images3644 images (5 categories)Structural and logical anomaliesPixel-level masks
MVTec 3D-AD [107]RGB + depth (3D)4000+ high-resolution scans (10 categories)Surface and depth irregularities2D masks + precise depth
MMAD [103]RGB + text prompts8366 images with 39,672 QA pairsCaption-based AD behaviorsQA accuracy and response correctness
AURSAD [108]Multi-sensor time series2045 samplesRobot screw driving anomaliesSample-level labels
DoTA [109]Video4677 dashcam clipsTraffic accidents/anomaliesTemporal, spatial, categorical
Table 7. Key challenges in multimodal/agentic anomaly detection and prospective research directions.
Table 7. Key challenges in multimodal/agentic anomaly detection and prospective research directions.
ChallengeCurrent SolutionFuture Directions
Data scarcitySynthetic anomaly generation via GANs/diffusion, data augmentationAdvanced conditional generation (text/prompts), hybrid GAN–diffusion approaches, few-shot simulation
Modality alignmentCross-modal embeddings (CLIP, contrastive losses), feature fusion layersUnified multimodal representations (transformers), dynamic fusion strategies, multimodal foundation models
LLM domain mismatchPrompt engineering, few-shot normal exemplars, rule-based promptingDomain-adapted LLMs, hybrid neuro-symbolic systems, anomaly-aware fine-tuning
Real-time operation and scalabilityKnowledge distillation (LLM to lightweight student), fast/slow pipelinesModel compression, efficient LLM architectures, adaptive inference scheduling
Benchmarking and evaluationEmerging datasets (MMAD, AnoVox)Comprehensive multimodal AD benchmarks and metrics, standardized anomaly taxonomies
Theoretical foundationsAd hoc frameworks (e.g., graph models for multi-agent systems)Formal analysis of LLM–agent behavior, robustness theory, multi-agent anomaly theory
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Belay, M.A.; Haghipour, A.; Rasheed, A.; Salvo Rossi, P. Agentic and LLM-Based Multimodal Anomaly Detection: Architectures, Challenges, and Prospects. Sensors 2026, 26, 2330. https://doi.org/10.3390/s26082330

AMA Style

Belay MA, Haghipour A, Rasheed A, Salvo Rossi P. Agentic and LLM-Based Multimodal Anomaly Detection: Architectures, Challenges, and Prospects. Sensors. 2026; 26(8):2330. https://doi.org/10.3390/s26082330

Chicago/Turabian Style

Belay, Mohammed Ayalew, Amirshayan Haghipour, Adil Rasheed, and Pierluigi Salvo Rossi. 2026. "Agentic and LLM-Based Multimodal Anomaly Detection: Architectures, Challenges, and Prospects" Sensors 26, no. 8: 2330. https://doi.org/10.3390/s26082330

APA Style

Belay, M. A., Haghipour, A., Rasheed, A., & Salvo Rossi, P. (2026). Agentic and LLM-Based Multimodal Anomaly Detection: Architectures, Challenges, and Prospects. Sensors, 26(8), 2330. https://doi.org/10.3390/s26082330

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop