Parameter Efficient Multi-Class Intelligent Scheduling for Multimodal Online Distributed Industrial Anomaly Detection
The paper proposes MODIAD for multimodal, distributed industrial anomaly detection, with a scheduling method and LoRA variant to cut overhead.
Intelligence analysis by GPT-5.4 Mini

This paper reframes industrial anomaly detection for a world where sensor data is multimodal, continuous, and distributed across edge devices. It proposes a scheduling and training setup that tries to balance update frequency, data sufficiency, and system cost.
Factories can have lots of sensors watching for problems, and those sensors do not all see the same thing. This paper is about teaching computers to notice strange or broken behavior using many kinds of sensor data at once.
The tricky part is that the data keeps coming in, and the computers may be spread out in different places. The paper says a smart traffic-cop plan is needed so the right parts of the system get updated at the right time.
It also uses a lighter-weight way to tune the model, kind of like adjusting a machine with smaller tools instead of rebuilding the whole thing. The paper says this helps keep the system fast and efficient while still finding problems well.
Analysis
What the paper proposes
Industrial anomaly detection has traditionally been studied in centralized, offline settings. The paper argues that real industrial environments are different: data arrives continuously, sensors are heterogeneous, and edge devices can now participate in training as well as data collection. To address that setting, the authors introduce Multimodal Online Distributed Industrial Anomaly Detection (MODIAD).
Scheduling and training
The framework includes a Multi-class Intelligent Scheduling (MIS) problem. The goal is to coordinate cross-class model updates by balancing two constraints the paper highlights: data sufficiency and how often each class gets updated. Rather than treating all classes the same, the scheduling problem explicitly tries to manage update timing across classes.
To solve that scheduling problem efficiently, the paper proposes a Sequential Marginal Gain Greedy (SMG) algorithm. The abstract presents it as a way to support effective multi-class training while staying within resource limits.
The authors also introduce Resource Efficient Class-Wise Low Rank Adaptation (REC-LoRA). This is intended to reduce both computation and communication during training while keeping detection performance intact. In other words, the paper combines a scheduling strategy with a parameter-efficient adaptation method.
Reported results
The abstract says the approach was evaluated on two multimodal industrial anomaly detection datasets, MVTec 3D-AD and Eyecandies. The paper claims the method achieves better performance and efficiency under the MODIAD scenario. The evidence in the provided text is limited to the abstract, so the strongest grounded takeaway is that the authors position this as a more practical path for distributed, multimodal industrial anomaly detection.
Key points
- The paper introduces MODIAD for multimodal, online, distributed industrial anomaly detection.
- It formulates a multi-class scheduling problem to coordinate model updates across classes.
- A sequential greedy algorithm is proposed to handle the scheduling under resource constraints.
- REC-LoRA is designed to reduce compute and communication overhead during training.
- The paper reports experiments on MVTec 3D-AD and Eyecandies.



