菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-14
📄 Abstract - MoRe: Modular Representations for Principled Continual Representation Learning on Squantial Data

Continual learning requires models to adapt to new data while preserving previously acquired knowledge. At its core, this challenge can be viewed as principled one-step adaptation: incorporating new information with minimal interference to existing representations. Most existing approaches address this challenge by modifying model parameters or architectures in a supervised, task-specific manner. However, the underlying issue is representational: tasks require distinct yet structured representations that can be selectively updated without disrupting representations, while structure should reflect intrinsic organization in the data rather than task boundaries. In sequential data, time-delayed dependencies provide a natural signal for uncovering this organization, revealing how fundamental representations give rise to more specific ones. Inspired by the modular organization of the human brain, we propose MoRe, a framework that identifies modularity in the representation itself rather than allocating it at the architectural level. MoRe decomposes knowledge into a hierarchy of fundamental and specific modules with identifiability guarantees, enabling principled module reuse, alignment, and expansion during adaptation while preserving old modules by construction. Experiments on synthetic benchmarks and real-world LLM activations demonstrate interpretable hierarchical structure, improved plasticity-stability trade-offs, suggesting MoRe as a principled foundation for continual adaptation

顶级标签: machine learning llm
详细标签: continual learning representation learning modularity sequential data plasticity-stability 或 搜索:

MoRe:针对序列数据的模块化表征以实现原则性持续表征学习 / MoRe: Modular Representations for Principled Continual Representation Learning on Squantial Data


1️⃣ 一句话总结

本文提出了一种名为MoRe的框架,通过模仿人脑的模块化结构,将学习到的知识自动分解为通用和专用两个层次的可识别模块,使得模型在吸收新信息时能精准地只更新或扩展相关模块而不破坏旧知识,从而在序列数据上实现了更好的持续学习效果。

源自 arXiv: 2605.14364