Association and Consolidation: Evolutionary Memory-Enhanced Incremental Multi-View Clustering
Zisen Kong, Bo Zhong, Pengyuan Li, Dongxia Chang, Yiming Wang, Yongyong Chen
TL;DR
EMIMC addresses the stability-plasticity dilemma in incremental multi-view clustering by emulating hippocampus-prefrontal cortex memory dynamics. It introduces three modules—Rapid Associative Module (RAM) for fast integration of new views, Cognitive Forgetting Module (CFM) for adaptive forgetting, and Knowledge Consolidation Memory (KCM) for stabilizing knowledge via a two-slice temporal tensor and a low-rank ARMR constraint. The overall objective combines $\mathcal{L}_{recon}$, $\alpha\mathcal{L}_{associate}$, and $\beta\mathcal{L}_{consolidate}$, optimized with ADMM across initial and incremental views. Empirical results on six datasets show substantial accuracy gains over baselines, robustness to view order, and scalable performance with growing views. This approach offers a practical framework for evolving multi-view data where new modalities arrive over time.
Abstract
Incremental multi-view clustering aims to achieve stable clustering results while addressing the stability-plasticity dilemma (SPD) in view-incremental scenarios. The core challenge is that the model must have enough plasticity to quickly adapt to new data, while maintaining sufficient stability to consolidate long-term knowledge. To address this challenge, we propose a novel Evolutionary Memory-Enhanced Incremental Multi-View Clustering (EMIMC), inspired by the memory regulation mechanisms of the human brain. Specifically, we design a rapid association module to establish connections between new and historical views, thereby ensuring the plasticity required for learning new knowledge. Second, a cognitive forgetting module with a decay mechanism is introduced. By dynamically adjusting the contribution of the historical view to optimize knowledge integration. Finally, we propose a knowledge consolidation module to progressively refine short-term knowledge into stable long-term memory using temporal tensors, thereby ensuring model stability. By integrating these modules, EMIMC achieves strong knowledge retention capabilities in scenarios with growing views. Extensive experiments demonstrate that EMIMC exhibits remarkable advantages over existing state-of-the-art methods.
