paper-with-me

Papers

Training Neural Networks Using Features Replay

2018-07-12 · NeurIPS 2018 12 · Zhouyuan Huo, Bin Gu, Heng Huang

Training a neural network using backpropagation algorithm requires passing error gradients sequentially through the network. The backward locking prevents us from updating network layers in parallel and fully leveraging the computing resources. Recently, there are several works trying to decouple and parallelize the backpropagation algorithm. However, all of them suffer from severe accuracy loss or memory explosion when the neural network is deep. To address these challenging issues, we propose a novel parallel-objective formulation for the objective function of the neural network. After that, we introduce features replay algorithm and prove that it is guaranteed to converge to critical points for the non-convex problem under certain conditions. Finally, we apply our method to training deep convolutional neural networks, and the experimental results show that the proposed method achieves {faster} convergence, {lower} memory consumption, and {better} generalization error than compared methods.

📄 PDF Abstract BibTeX arXiv:1807.04511

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Generative Feature-driven Image Replay for Continual Learning

2021-06-09 · Kevin Thandiackal, Tiziano Portenier, Andrea Giovannini, Maria Gabrani 외

Neural networks are prone to catastrophic forgetting when trained incrementally on different tasks. Popular incremental learning methods mitigate such forgetting by retaining a subset of previously seen samples and repla…

Class Incremental LearningContinual LearningIncremental Learning

ReplayCAD: Generative Diffusion Replay for Continual Anomaly Detection

2025-05-10 · Lei Hu, Zhiyong Gan, Ling Deng, Jinglin Liang 외

Continual Anomaly Detection (CAD) enables anomaly detection models in learning new classes while preserving knowledge of historical classes. CAD faces two key challenges: catastrophic forgetting and segmentation of small…

Anomaly Detectioncontinual anomaly detectionData CompressionSegmentation

Strike a Balance in Continual Panoptic Segmentation

2024-07-23 · Jinpeng Chen, Runmin Cong, Yuxuan Luo, Horace Ho Shing Ip 외

This study explores the emerging area of continual panoptic segmentation, highlighting three key balances. First, we introduce past-class backtrace distillation to balance the stability of existing knowledge with the ada…

Continual Panoptic SegmentationContinual Semantic Segmentation

True Online TD-Replan(lambda) Achieving Planning through Replaying

2025-01-31 · Abdulrahman Altahhan

In this paper, we develop a new planning method that extends the capabilities of the true online TD to allow an agent to efficiently replay all or part of its past experience, online in the sequence that they appear with…

Benchmarking

Replay to Remember (R2R): An Efficient Uncertainty-driven Unsupervised Continual Learning Framework Using Generative Replay

2025-05-07 · Sriram Mandalika, Harsha Vardhan, Athira Nambiar

Continual Learning entails progressively acquiring knowledge from new data while retaining previously acquired knowledge, thereby mitigating ``Catastrophic Forgetting'' in neural networks. Our work presents a novel uncer…

Continual Learning