paper-with-me

Papers

Extended Deep Adaptive Input Normalization for Preprocessing Time Series Data for Neural Networks

2023-10-23 · Marcus A. K. September, Francesco Sanna Passino, Leonie Goldmann, Anton Hinel

Data preprocessing is a crucial part of any machine learning pipeline, and it can have a significant impact on both performance and training efficiency. This is especially evident when using deep neural networks for time series prediction and classification: real-world time series data often exhibit irregularities such as multi-modality, skewness and outliers, and the model performance can degrade rapidly if these characteristics are not adequately addressed. In this work, we propose the EDAIN (Extended Deep Adaptive Input Normalization) layer, a novel adaptive neural layer that learns how to appropriately normalize irregular time series data for a given task in an end-to-end fashion, instead of using a fixed normalization scheme. This is achieved by optimizing its unknown parameters simultaneously with the deep neural network using back-propagation. Our experiments, conducted using synthetic data, a credit default prediction dataset, and a large-scale limit order book benchmark dataset, demonstrate the superior performance of the EDAIN layer when compared to conventional normalization methods and existing adaptive time series preprocessing layers.

📄 PDF Abstract BibTeX arXiv:2310.14720

Code (1)

marcusgh/edain_paper 공식 구현 pytorch

Tasks

Irregular Time SeriesTime SeriesTime Series Prediction

Similar Papers 제목 키워드 기반

Be Wary of Your Time Series Preprocessing

2026-02-19 · Sofiane Ennadir, Tianze Wang, Oleg Smirnov, Sahar Asadi 외 arxiv

Normalization and scaling are fundamental preprocessing steps in time series modeling, yet their role in Transformer-based models remains underexplored from a theoretical perspective. In this work, we present the first f…

Representation Learning

Attributing Preprocessing Invariance in Spectral Foundation Models

2026-08-14 · Dongjun Wei, Hongyi Wu, Yinuo Zou arxiv

Preprocessing invariance is an appealing goal for spectral foundation models: a frozen model should remain useful when laboratories preprocess spectra differently. It is usually measured by training a classifier under on…

Bilinear Input Normalization for Neural Networks in Financial Forecasting

2021-09-01 · Dat Thanh Tran, Juho Kanniainen, Moncef Gabbouj, Alexandros Iosifidis

Data normalization is one of the most important preprocessing steps when building a machine learning model, especially when the model of interest is a deep neural network. This is because deep neural network optimized wi…

Time SeriesTime Series Analysis

Sesame Street to Mount Sinai: BERT-constrained character-level Moses models for multilingual lexical normalization

2021-11-01 · WNUT (ACL) 2021 11 · Yves Scherrer, Nikola Ljubešić

This paper describes the HEL-LJU submissions to the MultiLexNorm shared task on multilingual lexical normalization. Our system is based on a BERT token classification preprocessing step, where for each token the type of …

Lexical Normalizationtoken-classificationToken Classification

Input-Adaptive Visual Preprocessing for Efficient Fast Vision-Language Model Inference

2025-12-23 · Putu Indah Githa Cahyani, Komang David Dananjaya Suartana, Novanto Yudistira arxiv

Vision-Language Models (VLMs) have demonstrated strong performance on multimodal reasoning tasks, but their deployment remains challenging due to high inference latency and computational cost, particularly when processin…

Multimodal Reasoning