Search papers, labs, and topics across Lattice.
This paper investigates the impact of spurious and redundant features on catastrophic forgetting in incremental unified multimodal anomaly detection, finding that naive aggregation of unimodal architectures exacerbates forgetting. To mitigate this, they propose IB-IUMAD, a denoising framework leveraging a Mamba decoder to disentangle inter-object feature coupling and an information bottleneck fusion module to filter redundant features. Experiments on MVTec 3D-AD and Eyecandies datasets demonstrate IB-IUMAD's effectiveness and competitive performance.
Naively combining unimodal architectures for multimodal anomaly detection makes catastrophic forgetting *worse* – unless you disentangle features with Mamba and filter redundancies with an information bottleneck.
The quest for incremental unified multimodal anomaly detection seeks to empower a single model with the ability to systematically detect anomalies across all categories and support incremental learning to accommodate emerging objects/categories. Central to this pursuit is resolving the catastrophic forgetting dilemma, which involves acquiring new knowledge while preserving prior learned knowledge. Despite some efforts to address this dilemma, a key oversight persists: ignoring the potential impact of spurious and redundant features on catastrophic forgetting. In this paper, we delve into the negative effect of spurious and redundant features on this dilemma in incremental unified frameworks, and reveal that under similar conditions, the multimodal framework developed by naive aggregation of unimodal architectures is more prone to forgetting. To address this issue, we introduce a novel denoising framework called IB-IUMAD, which exploits the complementary benefits of the Mamba decoder and information bottleneck fusion module: the former dedicated to disentangle inter-object feature coupling, preventing spurious feature interference between objects; the latter serves to filter out redundant features from the fused features, thus explicitly preserving discriminative information. A series of theoretical analyses and experiments on MVTec 3D-AD and Eyecandies datasets demonstrates the effectiveness and competitive performance of IB-IUMAD.