paper-with-me

Papers

NuTime: Numerically Multi-Scaled Embedding for Large-Scale Time-Series Pretraining

2023-10-11 · Chenguo Lin, Xumeng Wen, Wei Cao, Congrui Huang, Jiang Bian, Stephen Lin, Zhirong Wu

Recent research on time-series self-supervised models shows great promise in learning semantic representations. However, it has been limited to small-scale datasets, e.g., thousands of temporal sequences. In this work, we make key technical contributions that are tailored to the numerical properties of time-series data and allow the model to scale to large datasets, e.g., millions of temporal sequences. We adopt the Transformer architecture by first partitioning the input into non-overlapping windows. Each window is then characterized by its normalized shape and two scalar values denoting the mean and standard deviation within each window. To embed scalar values that may possess arbitrary numerical amplitudes in a high-dimensional space, we propose a numerically multi-scaled embedding module enumerating all possible numerical scales for the scalars. The model undergoes pretraining with a simple contrastive objective on a large-scale dataset over a million sequences collected by merging existing public data. We study its transfer performance on a number of univariate and multivariate classification tasks, few shot learning, unsupervised clustering and anomaly detection benchmarks. Our method exhibits remarkable improvement against previous pretraining approaches and establishes the new state of the art, even compared with domain-specific non-learning-based methods. Code is available at: \url{https://github.com/chenguolin/NuTime}.

📄 PDF Abstract BibTeX arXiv:2310.07402

Code (1)

chenguolin/nutime 공식 구현 pytorch

Tasks

Anomaly DetectionFew-Shot LearningLearning Semantic RepresentationsRepresentation LearningTemporal SequencesTime Series

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Online Learning of Scale Parameters in Score-Driven Filters

2026-08-10 · Fabrizio Lillo, Giulia Livieri, Gianluca Palmari arxiv

A score-driven filter multiplies its scaled log-likelihood score by a scale parameter. We call this coefficient the gain and learn it online. Given the current state and realised scaled score, each admissible gain select…

A Teacher-Student Perspective on the Dynamics of Learning Near the Optimal Point

2025-12-17 · Carlos Couto, José Mourão, Mário A. T. Figueiredo, Pedro Ribeiro arxiv

Near an optimal learning point of a neural network, the learning performance of gradient descent dynamics is dictated by the Hessian matrix of the loss function with respect to the network parameters. We characterize the…

Policy-Invariant Reward Shaping from LLM Feedback: A Framework for Hybrid RL Agents

2026-08-18 · Christophe D. Hounwanou, John Emeka Eze, Yaé U. Gaba arxiv

Combining large language models with reinforcement learning is increasingly explored, yet the theoretical status of LLM-derived reward signals is often left implicit. We formalize the hybrid LLM-planner and RL-controller…

Reinforcement Learning

A Frequency-aware Software Cache for Large Recommendation System Embeddings

2022-08-08 · Jiarui Fang, Geng Zhang, Jiatong Han, Shenggui Li 외

Deep learning recommendation models (DLRMs) have been widely applied in Internet companies. The embedding tables of DLRMs are too large to fit on GPU memory entirely. We propose a GPU-based software cache approaches to d…

CPUGPU

Sinhala Sentence Embedding: A Two-Tiered Structure for Low-Resource Languages

2022-10-26 · Gihan Weeraprameshwara, Vihanga Jayawickrama, Nisansa de Silva, Yudhanjaya Wijeratne

In the process of numerically modeling natural languages, developing language embeddings is a vital step. However, it is challenging to develop functional embeddings for resource-poor languages such as Sinhala, for which…

SentenceSentence EmbeddingSentence-EmbeddingSentiment Analysis+2