paper-with-me

홈 › Papers

One-Step or Two-Step Optimization and the Overfitting Phenomenon: A Case Study on Time Series Classification

2014-07-16 · Muhammad Marwan Muhammad Fuad

For the last few decades, optimization has been developing at a fast rate. Bio-inspired optimization algorithms are metaheuristics inspired by nature. These algorithms have been applied to solve different problems in engineering, economics, and other domains. Bio-inspired algorithms have also been applied in different branches of information technology such as networking and software engineering. Time series data mining is a field of information technology that has its share of these applications too. In previous works we showed how bio-inspired algorithms such as the genetic algorithms and differential evolution can be used to find the locations of the breakpoints used in the symbolic aggregate approximation of time series representation, and in another work we showed how we can utilize the particle swarm optimization, one of the famous bio-inspired algorithms, to set weights to the different segments in the symbolic aggregate approximation representation. In this paper we present, in two different approaches, a new meta optimization process that produces optimal locations of the breakpoints in addition to optimal weights of the segments. The experiments of time series classification task that we conducted show an interesting example of how the overfitting phenomenon, a frequently encountered problem in data mining which happens when the model overfits the training set, can interfere in the optimization process and hide the superior performance of an optimization algorithm.

📄 PDF Abstract BibTeX arXiv:1407.4364

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationTime SeriesTime Series AnalysisTime Series Classification

Similar Papers 제목 키워드 기반

Understanding Catastrophic Overfitting in Single-step Adversarial Training

2020-10-05 · Hoki Kim, Woojin Lee, Jaewook Lee

Although fast adversarial training has demonstrated both robustness and efficiency, the problem of "catastrophic overfitting" has been observed. This is a phenomenon in which, during single-step adversarial training, the…

Fast Adversarial Training with Adaptive Step Size

2022-06-06 · Zhichao Huang, Yanbo Fan, Chen Liu, Weizhong Zhang 외

While adversarial training and its variants have shown to be the most effective algorithms to defend against adversarial attacks, their extremely slow training process makes it hard to scale to large datasets like ImageN…

ZeroGrad : Mitigating and Explaining Catastrophic Overfitting in FGSM Adversarial Training

2021-03-29 · Zeinab Golgooni, Mehrdad Saberi, Masih Eskandar, Mohammad Hossein Rohban

Making deep neural networks robust to small adversarial noises has recently been sought in many applications. Adversarial training through iterative projected gradient descent (PGD) has been established as one of the mai…

Investigating Catastrophic Overfitting in Fast Adversarial Training: A Self-fitting Perspective

2023-02-23 · Zhengbao He, Tao Li, Sizhe Chen, Xiaolin Huang

Although fast adversarial training provides an efficient approach for building robust networks, it may suffer from a serious problem known as catastrophic overfitting (CO), where multi-step robust accuracy suddenly colla…

Self-Learning

Stable and Efficient Adversarial Training through Local Linearization

2022-10-11 · Zhuorong Li, Daiwei Yu

There has been a recent surge in single-step adversarial training as it shows robustness and efficiency. However, a phenomenon referred to as ``catastrophic overfitting" has been observed, which is prevalent in single-st…