paper-with-me

홈 › Papers

Learning Sub-Patterns in Piecewise Continuous Functions

2020-10-29 · Anastasis Kratsios, Behnoosh Zamanlooy

Most stochastic gradient descent algorithms can optimize neural networks that are sub-differentiable in their parameters; however, this implies that the neural network's activation function must exhibit a degree of continuity which limits the neural network model's uniform approximation capacity to continuous functions. This paper focuses on the case where the discontinuities arise from distinct sub-patterns, each defined on different parts of the input space. We propose a new discontinuous deep neural network model trainable via a decoupled two-step procedure that avoids passing gradient updates through the network's only and strategically placed, discontinuous unit. We provide approximation guarantees for our architecture in the space of bounded continuous functions and universal approximation guarantees in the space of piecewise continuous functions which we introduced herein. We present a novel semi-supervised two-step training procedure for our discontinuous deep learning model, tailored to its structure, and we provide theoretical support for its effectiveness. The performance of our model and trained with the propose procedure is evaluated experimentally on both real-world financial datasets and synthetic datasets.

📄 PDF Abstract BibTeX arXiv:2010.15571

Code (1)

AnastasisKratsios/Architopes_Semisupervised 공식 구현 tf

Similar Papers 제목 키워드 기반

A piecewise ellipsoidal reachable set estimation method for continuous bimodal piecewise affine systems

2021-06-12 · Thuan Le Quang, Nam Phan Thanh, Simone Baldi

In this work, the issue of estimation of reachable sets in continuous bimodal piecewise affine systems is studied. A new method is proposed, in the framework of ellipsoidal bounding, using piecewise quadratic Lyapunov fu…

Gaussian Process Model for Estimating Piecewise Continuous Regression Functions

2021-04-13 · Chiwoo Park

This paper presents a Gaussian process (GP) model for estimating piecewise continuous regression functions. In scientific and engineering applications of regression analysis, the underlying regression functions are piece…

regression

Online Optimization of Smoothed Piecewise Constant Functions

2016-04-07 · Vincent Cohen-Addad, Varun Kanade

We study online optimization of smoothed piecewise constant functions over the domain [0, 1). This is motivated by the problem of adaptively picking parameters of learning algorithms as in the recently introduced framewo…

Representing Piecewise-Linear Functions by Functions with Minimal Arity

2024-06-04 · Christoph Koutschan, Anton Ponomarchuk, Josef Schicho

Any continuous piecewise-linear function $F\colon \mathbb{R}^{n}\to \mathbb{R}$ can be represented as a linear combination of $\max$ functions of at most $n+1$ affine-linear functions. In our previous paper [``Representi…

Linear-Size Neural Network Representation of Piecewise Affine Functions in $\mathbb{R}^2$

2025-03-17 · Leo Zanotti

It is shown that any continuous piecewise affine (CPA) function $\mathbb{R}^2\to\mathbb{R}$ with $p$ pieces can be represented by a ReLU neural network with two hidden layers and $O(p)$ neurons. Unlike prior work, which …