{"url":"/method/temporal-distribution-characterization","slug":"temporal-distribution-characterization","name":"Temporal Distribution Characterization","full_name":"Temporal Distribution Characterization","full_name_withheld":false,"description_markdown":"**Temporal Distribution Characterization**, or **TDC**, is a module used in the [AdaRNN](https://paperswithcode.com/method/adarnn) architecture to characterize the distributional information in a time series.\r\n\r\nBased 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:\r\n\r\n$$\r\n\\max \\_{0<K \\leq K\\_{0}} \\max \\_{n\\_{1}, \\cdots, n\\_{K}} \\frac{1}{K} \\sum_{1 \\leq i \\neq j \\leq K} d\\left(\\mathcal{D}\\_{i}, \\mathcal{D}\\_{j}\\right) \r\n$$\r\n\r\n$$\r\n\\text { s.t. } \\forall i, \\Delta_{1}<\\left|\\mathcal{D}\\_{i}\\right|<\\Delta_{2} ; \\sum_{i}\\left|\\mathcal{D}\\_{i}\\right|=n\r\n$$\r\n\r\nwhere $d$ is a distance metric, $\\Delta\\_{1}$ and $\\Delta\\_{2}$ 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\\_{0}$ is the hyperparameter to avoid over-splitting. The metric $d(\\cdot, \\cdot)$ above can be any distance function, e.g., Euclidean or Editing distance, or some distribution-based distance / divergence, like MMD [14] and KL-divergence.\r\n\r\nThe 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.","description_state":"present","introduced_year":null,"introduced_by":{"title":"AdaRNN: Adaptive Learning and Forecasting of Time Series","paper":"/paper/adarnn-adaptive-learning-and-forecasting-of","first_author":"Yuntao Du","n_authors":7,"url_abs":null,"archive_paper_url":"https://paperswithcode.com/paper/adarnn-adaptive-learning-and-forecasting-of"},"source":{"url":"https://arxiv.org/abs/2108.04443v2","title":"AdaRNN: Adaptive Learning and Forecasting of Time Series","url_on_a_paper_host":true},"code_snippet_url":null,"code_snippet_url_on_a_code_host":false,"categories":[{"area":"Sequential","area_id":"sequential","collection":"Time Series Modules","url":"/methods/category/time-series-modules","pwc_aliases":[]}],"n_papers_tagged":1,"archive_num_papers":1,"papers_newest_first":[{"paper":"/paper/adarnn-adaptive-learning-and-forecasting-of","title":"AdaRNN: Adaptive Learning and Forecasting of Time Series","date":"2021-08-10","arxiv_id":"2108.04443","n_code_links":2,"syntology":null}],"papers_shown":1,"tasks":[{"task":"/task/activity-recognition","name":"Activity Recognition","papers":1},{"task":"/task/financial-analysis","name":"Financial Analysis","papers":1},{"task":"/task/human-activity-recognition","name":"Human Activity Recognition","papers":1},{"task":"/task/time-series-1","name":"Time Series","papers":1},{"task":"/task/time-series","name":"Time Series Analysis","papers":1}],"tasks_shown":5,"n_tasks":5,"usage_by_year":[{"year":"2021","papers":1}],"row_source":"methods_table","archive":{"source":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","archive_url":"https://paperswithcode.com/method/temporal-distribution-characterization"},"syntology_read_at":"2026-09-24T18:15:14+00:00"}