paper-with-me

홈 › Papers

Association and Consolidation: Evolutionary Memory-Enhanced Incremental Multi-View Clustering

2025-09-18 · Zisen Kong, Bo Zhong, Pengyuan Li, Dongxia Chang, Yiming Wang, Yongyong Chen arxiv

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.

📄 PDF Abstract BibTeX arXiv:2509.14544

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Knowledge Consolidation based Class Incremental Online Learning with Limited Data

2021-06-12 · Mohammed Asad Karim, Vinay Kumar Verma, Pravendra Singh, Vinay Namboodiri 외

We propose a novel approach for class incremental online learning in a limited data setting. This problem setting is challenging because of the following constraints: (1) Classes are given incrementally, which necessitat…

class-incremental learningClass Incremental LearningIncremental LearningMeta-Learning

Incremental Event Detection via Knowledge Consolidation Networks

2020-11-01 · EMNLP 2020 11 · Pengfei Cao, Yubo Chen, Jun Zhao, Taifeng Wang

Conventional approaches to event detection usually require a fixed set of pre-defined event types. Such a requirement is often challenged in real-world applications, as new events continually occur. Due to huge computati…

Event DetectionIncremental Learning

FearNet: Brain-Inspired Model for Incremental Learning

2017-11-28 · ICLR 2018 1 · Ronald Kemker, Christopher Kanan

Incremental class learning involves sequentially learning classes in bursts of examples from the same class. This violates the assumptions that underlie methods for training standard deep neural networks, and will cause …

Audio ClassificationIncremental Learningmodel

Lightweight LLM Agent Memory with Small Language Models

2026-04-09 · Jiaquan Zhang, Chaoning Zhang, Shuxu Chen, Zhenzhen Huang 외 arxiv

Although LLM agents can leverage tools for complex tasks, they still need memory to maintain cross-turn consistency and accumulate reusable information in long-horizon interactions. However, retrieval-based external memo…

Continual Knowledge Updating in LLM Systems: Learning Through Multi-Timescale Memory Dynamics

2026-05-06 · Andreas Pattichis, Constantine Dovrolis arxiv

LLMs are trained once, then deployed into a world that never stops changing. External memory compensates for this, but most systems manage it explicitly rather than letting it adapt on its own. Biological memory works di…