ScholarReels The scholarly index for research videos. An initiative by SheQAI Research.

Back to ScholarReels

Video Abstract Artificial Intelligence (cs.AI) arXiv:2604.00319v1

Collaborative AI Agents and Critics for Fault Detection and Cause Analysis in Network Telemetry

Syed Eqbal Alam, Zhan Shu: Collaborative AI Agents and Critics for Fault Detection and Cause Analysis in Network Telemetry. CoRR abs/2604.00319 (2026)

⧉ Cite

APA

BibTeX

📄 Transcript

Overview of Collaborative AI Agents and Critics for

Fault Detection and Cause Analysis in Network Telemetry.

Foundation models like GPT-4 and Llama can handle

text, images, and video, but building multimodal models

is several times more complex than unimodal ones.

Multi-agent systems with specialized models deliver higher accuracy.

This paper develops algorithms for AI agents and

critics that collaborate through a central server to

complete multimodal tasks, including fault detection in network

telemetry.

The problem: agents and critics must minimize overall

system cost while keeping cost functions private and

without inter-agent communication. The paper provides convergence guarantees

for time-average active states using multi-time scale stochastic

approximation, with communication overhead independent of the number

of agents and critics.

The method combines stochastic approximation with multi-time scale

step sizes. Each agent calculates its participation probability

using feedback signals from the central server, its

time-average active states, and derivatives of its private

cost function. The feedback signal is updated by

subtracting a gain times the aggregate error between

actual and desired agent counts. Agents perform Bernoulli

trials to decide whether to be active; when

active, they generate responses, send them to critics,

and revise their responses if they agree with

the critic's feedback. The central server tracks active

agents and critics and broadcasts feedback signals for

each modality at every time step.

Time-average active states of agents and critics converge

almost surely to optimal values found by the

CVX solver. For fault detection on the network

telemetry dataset, agents enabled with XG Boosting outperform

LLM-enabled agents on all metrics. The figure shows

the algorithm's cost ratio evolving close to the

optimal benchmark. Feedback signals converge over iterations for

both modalities. For fault severity, LLM-enabled agents classify

faults as Critical or Non-critical and generate cause

summaries using network log files stored in ChromaDB.

Communication overhead remains independent of the number of

agents.

This work delivers stochastic control algorithms for federated

AI agent-critic systems with almost-sure convergence of time-average

active states. Communication overhead stays independent of agent

count. On network telemetry, classical machine learning outperforms

LLMs for fault detection. Future directions include real-time

deployment on network hardware and extension to smart

energy and industrial fault analysis.

Read the full paper for details.

Abstract

We develop algorithms for collaborative control of AI agents and critics in a multi-actor, multi-critic federated multi-agent system. Each AI agent and critic has access to classical machine learning or generative AI foundation models. The AI agents and critics collaborate with a central server to complete multimodal tasks such as fault detection, severity, and cause analysis in a network telemetry system, text-to-image generation, video generation, healthcare diagnostics from medical images and patient records, etcetera. The AI agents complete their tasks and send them to AI critics for evaluation. The critics then send feedback to agents to improve their responses. Collaboratively, they minimize the overall cost to the system with no inter-agent or inter-critic communication. AI agents and critics keep their cost functions or derivatives of cost functions private. Using multi-time scale stochastic approximation techniques, we provide convergence guarantees on the time-average active states of AI agents and critics. The communication overhead is a little on the system, of the order of , for modalities and is independent of the number of AI agents and critics. Finally, we present an example of fault detection, severity, and cause analysis in network telemetry and thorough evaluation to check the algorithm's efficacy.

✓ Claims & sources (19)

Each claim in this video, with the span of the paper it comes from.

Introduction Multimodal foundation models are several times more complex than unimodal models.

Developing multimodal foundation models that support multiple modalities increases complexity several times more than uni-modal models because of processing different modalities' data.

Introduction Multi-agent collaboration with specialized models increases task accuracy.

Instead of developing foundation models that work for many modalities, we can work with specialized models that do specific tasks very well and then integrate these foundation models of desired modalities; this can be done through multi-agent collaboration. Each agent can have access to one or more foundation models; we call such agents AI agents . Recently, systems utilizing foundation model-based single autonomous agents are progressing towards multiple collaborative agents. Every agent of the foundation models-based multi-agent system can have a unique capability, and they collaboratively c

Introduction The paper develops stochastic algorithms for AI agents and critics in a federated multi-agent system.

We propose stochastic algorithms to control the number of AI agents and critics in a federated multi-agent system. In the proposed model, multiple agents and critics collaborate with a central server to complete multimodal tasks and aim to minimize the overall cost to the system.

Introduction Application includes fault detection, severity, and cause analysis in network telemetry.

We present an example of fault detection, severity, and cause analysis in network telemetry and thorough evaluation to check the algorithm's efficacy.

Problem Agents and critics minimize overall cost without inter-agent or inter-critic communication.

Collaboratively, they minimize the overall cost to the system with no inter-agent or inter-critic communication.

Problem Cost functions and derivatives are kept private.

AI agents and critics keep their cost functions or derivatives of cost functions private.

Problem The paper provides convergence guarantees using multi-time scale stochastic approximation techniques.

Using multi-time scale stochastic approximation techniques, we provide convergence guarantees on the time-average active states of AI agents and critics.

Problem Communication overhead is independent of the number of agents and critics.

The communication overhead is a little on the system, of the order of , for modalities and is independent of the number of AI agents and critics.

Method Agents calculate participation probability using feedback signals, time-average states, and cost derivatives.

After receiving the feedback signal from the central server at time step, agent calculates probability to make a decision to be active or not to participate in completing the task of modality at the next time step.

Method The central server updates feedback signals by subtracting gain times aggregate error.

The central server updates the feedback signal for agents of modality as follows: and.

Method Critics evaluate agent responses and send feedback; agents revise if they agree.

The critic then evaluates the agent's response and sends feedback to the agent. The agent considers the critic's feedback and improves its response if it agrees with the critic's evaluation.

Results Time-average active states converge almost surely to optimal values.

For any modality, and fixed constant initial states and, the sequence converges, almost surely.

Results XG Boosting agents outperform LLM-enabled agents on all fault detection metrics.

We observe that agents enabled with XG Boosting provide faster results and higher accuracy, F1-score, precision, and recall than AI agents and critics enabled with LLMs.

Results The algorithm's cost ratio evolves close to the CVX solver's optimal benchmark.

The evolution of the ratio of total cost obtained by the developed algorithm and the total optimal cost obtained by the CVX solver.

Results LLM agents classify faults as Critical or Non-critical with cause summaries using ChromaDB log files.

The AI agents first classify the faults as 'Critical' or 'Non-critical' with access to the network telemetry log files (stored in ChromaDB) and provide a brief cause of the fault.

Conclusion The algorithms provide convergence guarantees for time-average active states.

Using multi-time scale stochastic approximation techniques, we provide convergence guarantees on the time-average active states of agents and critics.

Conclusion Communication overhead is independent of the number of agents and critics.

The communication overhead is a little on the system, of the order of, for modalities and is independent of the number of AI agents and critics.

Conclusion XG Boosting agents outperform LLM agents on fault detection metrics.

For fault detection, the agents enabled with the classical machine learning approach have better accuracy, F1 score, precision, and recall than the large language model-enabled agents.

Conclusion Future work includes real-time deployment and extension to smart energy and industrial domains.

It would be exciting to implement the algorithms on real network devices and detect the faults in real-time and analyze the causes. Moreover, the algorithm can be implemented in several application domains, such as smart energy systems, fault detection, and cause analysis in industrial applications.
Share on X LinkedIn Facebook WhatsApp Email
Comments (0)

No comments yet.

Sign in to comment.