paper-with-me

Papers

GopGAN: Gradients Orthogonal Projection Generative Adversarial Network With Continual Learning

2021-07-16 · IEEE Transactions on Neural Networks and Learning Systems 2021 7 · Xiaobin Li; Weiqiang Wang

The generative adversarial networks (GANs) in continual learning suffer from catastrophic forgetting. In continual learning, GANs tend to forget about previous generation tasks and only remember the tasks they just learned. In this article, we present a novel conditional GAN, called the gradients orthogonal projection GAN (GopGAN), which updates the weights in the orthogonal subspace of the space spanned by the representations of training examples, and we also mathematically demonstrate its ability to retain the old knowledge about learned tasks in learning a new task. Furthermore, the orthogonal projection matrix for modulating gradients is mathematically derived and its iterative calculation algorithm for continual learning is given so that training examples for learned tasks do not need to be stored when learning a new task. In addition, a task-dependent latent vector construction is presented and the constructed conditional latent vectors are used as the inputs of generator in GopGAN to avoid the disappearance of orthogonal subspace of learned tasks. Extensive experiments on MNIST, EMNIST, SVHN, CIFAR10, and ImageNet-200 generation tasks show that the proposed GopGAN can effectively cope with the issue of catastrophic forgetting and stably retain learned knowledge.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningGenerative Adversarial Network

Similar Papers 제목 키워드 기반

Maintaining Adversarial Robustness in Continuous Learning

2024-02-17 · Xiaolei Ru, Xiaowei Cao, Zijia Liu, Jack Murdoch Moore 외

Adversarial robustness is essential for security and reliability of machine learning systems. However, adversarial robustness enhanced by defense algorithms is easily erased as the neural network's weights update to lear…

Adversarial RobustnessContinual Learning

PCA-SRGAN: Incremental Orthogonal Projection Discrimination for Face Super-resolution

2020-05-01 · Hao Dou, Chen Chen, Xiyuan Hu, Zuxing Xuan 외

Generative Adversarial Networks (GAN) have been employed for face super resolution but they bring distorted facial details easily and still have weakness on recovering realistic texture. To further improve the performanc…

Super-Resolution

ONG: Orthogonal Natural Gradient Descent

2025-08-24 · Yajat Yadav, Patrick Mendoza, Jathin Korrapati arxiv

Orthogonal Gradient Descent (OGD) has emerged as a powerful method for continual learning. However, its Euclidean projections do not leverage the underlying information-geometric structure of the problem, which can lead …

Continual LearningRotated MNIST

Householder Projector for Unsupervised Latent Semantics Discovery

2023-07-16 · ICCV 2023 1 · Yue Song, Jichao Zhang, Nicu Sebe, Wei Wang

Generative Adversarial Networks (GANs), especially the recent style-based generators (StyleGANs), have versatile semantics in the structured latent space. Latent semantics discovery methods emerge to move around the late…

Gradient Deconfliction via Orthogonal Projections onto Subspaces For Multi-task Learning

2025-03-05 · Shijie Zhu, Hui Zhao, Tianshu Wu, Pengjie Wang 외

Although multi-task learning (MTL) has been a preferred approach and successfully applied in many real-world scenarios, MTL models are not guaranteed to outperform single-task models on all tasks mainly due to the negati…

Multi-Task Learning