Methods › Sequential › Time Series Modules › Temporal Distribution Characterization

Temporal Distribution Characterization

1 paper tagged archive 2025-07-28

Introduced by Yuntao Du et al. in AdaRNN: Adaptive Learning and Forecasting of Time Series

archive 2025-07-28 Description, source and code snippet are the archive's method entry.

Temporal Distribution Characterization, or TDC, is a module used in the AdaRNN architecture to characterize the distributional information in a time series.

Based on the principle of maximum entropy, maximizing the utilization of shared knowledge underlying a times series under temporal covariate shift can be done by finding periods which are most dissimilar to each other, which is also considered as the worst case of temporal covariate shift since the cross-period distributions are the most diverse. TDC achieves this goal for splitting the time-series by solving an optimization problem whose objective can be formulated as:

max_(0<K ≤K₀) max_(n₁, ⋯, n_K) 1/K ∑_(1 ≤i ≠j ≤K) d(𝒟ᵢ, 𝒟ⱼ)

s.t. ∀i, Δ₁<|𝒟ᵢ|<Δ₂ ; ∑ᵢ|𝒟ᵢ|=n

where d is a distance metric, Δ₁ and Δ₂ are predefined parameters to avoid trivial solutions (e.g., very small values or very large values may fail to capture the distribution information), and K₀ is the hyperparameter to avoid over-splitting. The metric d(·, ·) above can be any distance function, e.g., Euclidean or Editing distance, or some distribution-based distance / divergence, like MMD [14] and KL-divergence.

The learning goal of the optimization problem (1) is to maximize the averaged period-wise distribution distances by searching K and the corresponding periods so that the distributions of each period are as diverse as possible and the learned prediction model has better a more generalization ability.

PaperSource

Papers archive 2025-07-28

1 shown of 1, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.

Tasks archive 2025-07-28

5 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.

TaskPapers
Activity Recognition1
Financial Analysis1
Human Activity Recognition1
Time Series1
Time Series Analysis1

Usage over time archive 2025-07-28

Papers per year tagged with Temporal Distribution Characterization: 2021 to 2021, peak 1 1 0 2021: 1 paper 2021
Papers per year the archive tags with this method, by the paper's archive date (1 dated). Bars are counts, not a trend claim.

Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).

Categories archive 2025-07-28

Time Series Modules

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections