paper-with-me

Papers

Continual Learning with Filter Atom Swapping

2021-09-29 · ICLR 2022 4 · Zichen Miao, Ze Wang, Wei Chen, Qiang Qiu

Continual learning is widely studied in recent years to resolve the \textit{catastrophic forgetting} of deep neural networks. In this paper, we first enforce a low-rank filter subspace by decomposing convolutional filters within each network layer over a small set of filter atoms. Then, we perform continual learning with filter atom swapping. In other words, we learn for each task a new filter subspace for each convolutional layer, i.e., hundreds of parameters as filter atoms, but keep subspace coefficients shared across tasks. By maintaining a small footprint memory of filter atoms, we can easily archive models for past tasks to avoid forgetting. The effectiveness of this simple scheme for continual learning is illustrated both empirically and theoretically. The proposed atom swapping framework further enables flexible and efficient model ensemble with members selected within task or across tasks to improve the performance in different continual learning settings. The proposed method can be applied to a wide range of optimization schemes and convolutional network structures. Being validated on multiple benchmark datasets, the proposed method outperforms the state-of-the-art methods in both accuracy and scalability.

📄 PDF Abstract BibTeX

Code (1)

ZichenMiao/CL_Atom_Swapping 공식 구현 pytorch

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Spatiotemporal Joint Filter Decomposition in 3D Convolutional Neural Networks

2021-12-01 · NeurIPS 2021 12 · Zichen Miao, Ze Wang, Xiuyuan Cheng, Qiang Qiu

In this paper, we introduce spatiotemporal joint filter decomposition to decouple spatial and temporal learning, while preserving spatiotemporal dependency in a video. A 3D convolutional filter is now jointly decomposed …

Action Recognition

Inner Product-based Neural Network Similarity

2023-09-21 · NeurIPS 2023 11

Analyzing representational similarity among neural networks (NNs) is essential for interpreting or transferring deep models. In application scenarios where numerous NN models are learned, it becomes crucial to assess mod…

AtomicVLA: Unlocking the Potential of Atomic Skill Learning in Robots

2026-03-08 · Likui Zhang, Tao Tang, Zhihao Zhan, Xiuwei Chen 외 arxiv

Recent advances in Visual-Language-Action (VLA) models have shown promising potential for robotic manipulation tasks. However, real-world robotic tasks often involve long-horizon, multi-step problem-solving and require g…

Continual Learning

DELTA: Dynamically Optimizing GPU Memory beyond Tensor Recomputation

2022-03-30 · Yu Tang, Chenyu Wang, Yufan Zhang, Yuliang Liu 외

The further development of deep neural networks is hampered by the limited GPU memory resource. Therefore, the optimization of GPU memory resources is highly demanded. Swapping and recomputation are commonly applied to m…

GPU

Extra Clients at No Extra Cost: Overcome Data Heterogeneity in Federated Learning with Filter Decomposition

2025-03-11 · Wei Chen, Qiang Qiu

Data heterogeneity is one of the major challenges in federated learning (FL), which results in substantial client variance and slow convergence. In this study, we propose a novel solution: decomposing a convolutional fil…

Federated Learning