# Patch Learning

**Authors:** Dongrui Wu, Jerry M. Mendel

arXiv: 1906.00158 · 2019-06-04

## TL;DR

Patch learning (PL) is a novel approach that enhances machine learning models by combining a global model with specialized patch models for error-prone regions, demonstrated effectively on various regression tasks.

## Contribution

This paper introduces patch learning, a new strategy that integrates global and local patch models to improve predictive performance, a concept not previously explored in the literature.

## Key findings

- Effective on 1D/2D/3D regression problems
- Improves accuracy by focusing on error-prone regions
- Demonstrated on curve fitting, system identification, and time-series prediction

## Abstract

There have been different strategies to improve the performance of a machine learning model, e.g., increasing the depth, width, and/or nonlinearity of the model, and using ensemble learning to aggregate multiple base/weak learners in parallel or in series. This paper proposes a novel strategy called patch learning (PL) for this problem. It consists of three steps: 1) train an initial global model using all training data; 2) identify from the initial global model the patches which contribute the most to the learning error, and train a (local) patch model for each such patch; and, 3) update the global model using training data that do not fall into any patch. To use a PL model, we first determine if the input falls into any patch. If yes, then the corresponding patch model is used to compute the output. Otherwise, the global model is used. We explain in detail how PL can be implemented using fuzzy systems. Five regression problems on 1D/2D/3D curve fitting, nonlinear system identification, and chaotic time-series prediction, verified its effectiveness. To our knowledge, the PL idea has not appeared in the literature before, and it opens up a promising new line of research in machine learning.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.00158/full.md

## Figures

49 figures with captions in the complete paper: https://tomesphere.com/paper/1906.00158/full.md

## References

33 references — full list in the complete paper: https://tomesphere.com/paper/1906.00158/full.md

---
Source: https://tomesphere.com/paper/1906.00158