paper-with-me

Papers

Two Efficient Ridge Solutions for the Incremental Broad Learning System on Added Inputs

2019-11-12 · Hufei Zhu

This paper proposes the recursive and square-root BLS algorithms to improve the original BLS for new added inputs, which utilize the inverse and inverse Cholesky factor of the Hermitian matrix in the ridge inverse, respectively, to update the ridge solution. The recursive BLS updates the inverse by the matrix inversion lemma, while the square-root BLS updates the upper-triangular inverse Cholesky factor by multiplying it with an upper-triangular intermediate matrix. When the added p training samples are more than the total k nodes in the network, i.e., p>k, the inverse of a sum of matrices is applied to take a smaller matrix inversion or inverse Cholesky factorization. For the distributed BLS with data-parallelism, we introduce the parallel implementation of the square-root BLS, which is deduced from the parallel implementation of the inverse Cholesky factorization. The original BLS based on the generalized inverse with the ridge regression assumes the ridge parameter lamda->0 in the ridge inverse. When lambda->0 is not satisfied, the numerical experiments on the MNIST and NORB datasets show that both the proposed ridge solutions improve the testing accuracy of the original BLS, and the improvement becomes more significant as lambda is bigger. On the other hand, compared to the original BLS, both the proposed BLS algorithms theoretically require less complexities, and are significantly faster in the simulations on the MNIST dataset. The speedups in total training time of the recursive and square-root BLS algorithms over the original BLS are 4.41 and 6.92 respectively when p > k, and are 2.80 and 1.59 respectively when p < k.

📄 PDF Abstract BibTeX arXiv:1911.07292

Code (0)

등록된 구현이 없습니다.

Tasks

LEMMA

Similar Papers 제목 키워드 기반

Two Ridge Solutions for the Incremental Broad Learning System on Added Nodes

2019-11-12 · Hufei Zhu

The original Broad Learning System (BLS) on new added nodes and its existing efficient implementation both assume the ridge parameter lambda -> 0 in the ridge inverse to approximate the generalized inverse, and compute t…

Low-Memory Implementations of Ridge Solutions for Broad Learning System with Incremental Learning

2021-05-21 · Hufei Zhu

The existing low-memory BLS implementation proposed recently avoids the need for storing and inverting large matrices, to achieve efficient usage of memories. However, the existing low-memory BLS implementation sacrifice…

Incremental Learning

Efficient Decremental Learning Algorithms for Broad Learning System

2019-12-31 · Hufei Zhu

The decremented learning algorithms are required in machine learning, to prune redundant nodes and remove obsolete inline training samples. In this paper, an efficient decremented learning algorithm to prune redundant no…

Incremental Learning

Reducing the Computational Complexity of Pseudoinverse for the Incremental Broad Learning System on Added Inputs

2019-10-17 · Hufei Zhu, Zhulin Liu, C. L. Philip Chen, Yanyang Liang

In this brief, we improve the Broad Learning System (BLS) [7] by reducing the computational complexity of the incremental learning for added inputs. We utilize the inverse of a sum of matrices in [8] to improve a step in…

Incremental Learning

When More Data Hurts: A Troubling Quirk in Developing Broad-Coverage Natural Language Understanding Systems

2022-05-24 · Elias Stengel-Eskin, Emmanouil Antonios Platanios, Adam Pauls, Sam Thomson 외

In natural language understanding (NLU) production systems, users' evolving needs necessitate the addition of new features over time, indexed by new symbols added to the meaning representation space. This requires additi…

Intent RecognitionNatural Language UnderstandingSemantic Parsing