REVIEW 3 major objections 6 minor 161 references
Modular Foundation Models for Time-Series Perception in Digital Twins
T0 review · 3 major / 6 minor · reviewed 2026-07-12 · grok-4.5
Pith's one-line read A bank of frozen self-supervised time-series encoders, gated by similarity and structure then Transformer-aggregated, can power multiple digital-twin perception tasks without retraining the encoders.
desk verdict Solid industrial systems paper: a reusable frozen-encoder bank with offline gating and Transformer aggregation that works competitively on ETT and a real hydro-generator virtual sensor, with an honest caveat that the gate only helps if the bank already holds the right structure. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The FM-TSP triple (encoder bank E, gating-plus-aggregation module G, task heads T): two-stage encoder selection by statistical/spectral distance followed by Pearson correlation of input-versus-latent cosine-similarity matrices, linear projection with optional early MMD alignment, and Transformer self-attention over the selected encoder tokens.
What would settle it
On a held-out industrial or ETT-style target whose long-range past–future structure is absent from every encoder in the bank, measure whether the two-stage gate still ranks the truly best encoders first and whether the frozen-plus-light-head pipeline remains competitive with a model trained end-to-end on that target; if ranking fails or accuracy collapses, the modular-transfer claim fails.
Extended reading notes
Core claim
A collection of heterogeneous encoders pretrained once with self-supervised reconstruction and contrastive losses can be frozen, dynamically selected for a new target by data-similarity and structural-correlation gating, projected and Transformer-aggregated into a shared representation, and then adapted with only lightweight heads to support imputation, long-term forecasting, few-shot forecasting, and industrial virtual sensing at competitive accuracy.
Load-bearing premise
The paper assumes that simple statistical and spectral features plus correlation of neighborhood structures are enough to pick which frozen encoders will actually transfer useful representations to an unseen target domain.
Editorial extensions
If this is right
- A single frozen encoder bank can be shared across many digital-twin assets and tasks, cutting the cost of building and maintaining separate perception models.
- New sensors or operating regimes can be handled by adding or selecting pretrained encoders rather than retraining the whole stack.
- Imputation, forecasting, few-shot adaptation, and virtual sensing become interchangeable heads on the same modular backbone.
- Hybrid PHM pipelines can plug the same perception layer into physics-based models without task-specific redesign.
- Conditional computation at the encoder level keeps inference cost low even as the bank grows.
Reading between the lines
- If the gate’s proxy ranking is weak for forecasting structure, the practical fix is to enlarge the encoder bank with models deliberately pretrained on long-horizon prediction objectives rather than redesigning the aggregation head.
- The same modular pattern could be applied to anomaly detection or remaining-useful-life heads without changing the frozen representation layer.
- Because encoders stay frozen, the architecture is naturally suited to continual addition of new assets or sites without catastrophic forgetting of earlier regimes.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes FM-TSP, a modular foundation model for time-series perception in digital twins and PHM. A bank of heterogeneous encoders (MLP/CNN/Transformer) is pretrained with a reconstruction–contrastive objective on diverse unlabeled datasets and then frozen. For a target dataset, a two-stage offline gate ranks encoders by statistical/spectral data similarity and by Pearson correlation of input vs. latent cosine-similarity matrices, selects a top-k subset, projects the latent vectors into a shared space (optionally with early MMD alignment), and aggregates them with a Transformer self-attention module. Lightweight task heads support imputation, long-term forecasting, few-shot forecasting, and probabilistic virtual sensing while only projectors, aggregator, and heads are fine-tuned. Ablations isolate pretraining, gating, projection/alignment, and aggregation; ETT results are competitive with DLinear, LightTS, PatchTST, and iTransformer; a hydro-generator rotor-temperature virtual-sensor case shows practical transfer across units.
Significance. If the modular transfer story holds, the work offers a practical perception layer for industrial digital twins: reusable frozen encoders, conditional computation, multi-task heads, and limited labeled adaptation. Strengths include systematic ablations with multi-metric box plots (MSE, DTW, Jacobian), shared-protocol ETT comparisons, and a real multi-unit industrial virtual-sensor study with calibrated uncertainty. The design is well aligned with PHM constraints (heterogeneous sensors, scarce labels, non-stationarity) and is more modular than typical end-to-end time-series foundation models. The main significance is architectural and empirical rather than theoretical; the contribution is a coherent, deployable recipe rather than a new universal approximator or scaling law.
major comments (3)
- §4.3 (H1–H3) and §6.1.5: The central claim that the offline gate reliably activates task-useful frozen encoders is only weakly supported. Ablation Fig. 4 shows top-k beats random/worst-k under the same proxy, but does not test whether high structural-correlation scores predict downstream utility when the library lacks the needed structure. The authors themselves note weaker long-term forecasting because encoders were not pretrained on ETT and may miss past–future dependencies. A load-bearing experiment is missing: correlation of gate scores with task metrics under controlled library incompleteness, or an oracle/task-aware selection baseline. Without this, multi-task competitiveness and the industrial case remain contingent on a sufficiently rich bank rather than on the selection mechanism itself.
- §6.1.4–6.1.5 and Figs. 7–9: ETT results are reported only as overall averages across subsets and horizons, without per-dataset/per-horizon tables or standard deviations. Given that long-term forecasting is already acknowledged as weaker than imputation/few-shot, aggregate plots make it hard to judge whether competitiveness is uniform or driven by easier settings. Full numerical tables (MSE/MAE/DTW per ETTh1/h2/m1/m2 and horizon) against the reimplemented baselines are needed for the benchmark claim to be verifiable.
- §6.2.3 and Fig. 11: The industrial transfer result is important but incomplete. Coverage drops from ~93.5% on the training TGU to ~65% on the held-out TGU, with systematic overestimation at low peaks. The paper does not quantify how much of this gap is closed by the modular gate versus a single encoder or a non-gated concatenation of the same bank, nor does it report error metrics (e.g., MAE/RMSE) alongside coverage. A controlled comparison on the same multi-unit split is required to substantiate that modular selection, rather than the probabilistic head alone, drives practical virtual-sensing performance.
minor comments (6)
- §1 and §2: The Jacobs et al. (1991) and Vats et al. (2024) citations are duplicated in consecutive sentences; clean the redundancy.
- Definition 3 and §4.1: Typographical issues (“agregartion”, “τT” indexing, “Noted that”) and inconsistent notation for the aggregation map G should be corrected.
- Eq. (17) vs. Table 1: The contrastive weight α is described inconsistently (trade-off with reconstruction vs. “contrastive weight”); clarify the parameterization used in experiments.
- §5: Jacobian-norm interpretation is useful but under-specified (which input perturbations, layer, and normalization). A short formal definition would help readers interpret the box plots.
- Figures 7–11: Axis labels, metric units, and exact masking/horizon settings are hard to read from the text alone; ensure captions are self-contained.
- Related work: Time-MoE, MOIRAI-MoE, and recent time-series foundation models are cited; a clearer positioning of offline encoder-level gating versus token-level sparse MoE would strengthen novelty claims.
Circularity Check
No significant circularity: standard empirical ML pipeline with frozen SSL encoders, external ETT splits, and held-out industrial transfer; self-citations supply motivation only.
full rationale
The paper's load-bearing claims are empirical performance numbers (imputation / long-term / few-shot forecasting on ETT; virtual rotor-temperature sensing on a held-out hydro-generator unit). Pretraining uses reconstruction + NT-Xent on heterogeneous non-ETT corpora with encoders then frozen; fine-tuning updates only projectors, Transformer aggregation, and task heads on train splits and reports held-out test metrics against reimplemented external baselines (DLinear, LightTS, PatchTST, iTransformer). Gating (data-similarity via statistical/spectral ϕ plus structural Pearson of cosine matrices under H1–H3) is a design heuristic validated by top-k vs random/worst-k ablations, not a quantity defined from the reported test losses. Self-citations (Jose et al. 2026; Zemouri et al. 2025) motivate modular MoE for hydrogenerator diagnostics but do not supply the ETT or virtual-sensor numbers. No uniqueness theorem, fitted identity renamed as prediction, or self-definitional reduction appears. The authors' own admission that long-term forecasting weakens when the encoder bank lacks past–future structure is an honesty about transfer limits, not circularity. Score 0 is the correct outcome.
Assumptions & free parameters
free parameters (6)
- contrastive–reconstruction weight α
- number of selected encoders NE / top-k
- MMD alignment coefficient β and warm-up epochs ne
- masking ratio and latent dimensions
- shared projection dimension d and Transformer aggregation hyperparameters
- virtual-sensor Beta-loss / mean–variance head parameters
assumptions (4)
- domain assumption Self-supervised reconstruction + contrastive pretraining on heterogeneous unlabeled series yields transferable task-agnostic representations usable when encoders are frozen.
- ad hoc to paper (H1) Encoders pretrained on distributions closer to the target extract more informative representations; (H2) statistical/spectral embeddings suffice to represent the process; (H3) a good encoder preserves local neighborhood structure across input and latent spaces.
- domain assumption Mixture-of-experts / conditional computation improves scalability and regime specialization for non-stationary industrial series.
- domain assumption Standard supervised losses on ETT splits and industrial train/val/test splits are valid proxies for perception quality in digital twins.
invented entities (2)
-
FM-TSP modular foundation model (E, G, T) with frozen multi-architecture encoder bank
-
Two-stage offline encoder gate (data similarity d(Pi,Y) + structural correlation r(Ei,Y))
Cite this review
Pith. "Pith review of Modular Foundation Models for Time-Series Perception in Digital Twins." pith.science (2026). https://pith.science/paper/R6BA5KBP
@misc{pith2026260703585,
author = {Pith},
title = {Pith review of: Modular Foundation Models for Time-Series Perception in Digital Twins},
year = {2026},
howpublished = {\url{https://pith.science/paper/R6BA5KBP}},
note = {Machine review of arXiv:2607.03585}
}
read the original abstract
Engineering Digital Twins and Prognostics and Health Management (PHM) systems rely on robust perception modules to extract actionable information from heterogeneous and non-stationary time-series data. However, most existing approaches remain task-specific, data-hungry, and difficult to integrate into scalable monitoring and decision-making pipelines. Moreover, purely data-driven models often lack robustness and transferability across varying operating conditions. To address these challenges, this paper proposes a modular foundation model for time-series perception based on a collection of pretrained representation encoders. The framework leverages self-supervised learning on heterogeneous datasets to learn transferable and task-agnostic representations, which can be reused across multiple PHM tasks. A gating mechanism is introduced to dynamically select relevant encoders for a given target dataset, enabling conditional computation and adaptive model composition. The selected representations are projected into a shared latent space and aggregated using a Transformer-based self-attention module that explicitly models cross-encoder interactions. The resulting architecture supports multiple downstream tasks, including imputation, long-term forecasting, and few-shot learning, through lightweight task-specific heads, while keeping pretrained encoders frozen during adaptation. Extensive ablation studies demonstrate the complementary roles of self-supervised pretraining, encoder selection, representation alignment, and adaptive aggregation. Experimental results on the ETT benchmark show competitive performance across tasks, while a real-world industrial case study on virtual sensing for hydro-generator rotor temperature highlights the practical relevance of the approach.
Figures
Figures from the paper (8 more)
Reference graph
Works this paper leans on
-
[1]
Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , pages=
Foundation models for time series analysis: A tutorial and survey , author=. Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , pages=
-
[2]
IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
Self-supervised learning for time series analysis: Taxonomy, progress, and prospects , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
-
[3]
arXiv preprint arXiv:2310.10688 , year=
A decoder-only foundation model for time-series forecasting , author=. arXiv preprint arXiv:2310.10688 , year=
-
[4]
ACM Computing Surveys (CSUR) , volume=
How complex is your classification problem? a survey on measuring classification complexity , author=. ACM Computing Surveys (CSUR) , volume=. 2019 , publisher=
2019
-
[5]
Sustainability , volume=
Few-shot learning approaches for fault diagnosis using vibration data: a comprehensive review , author=. Sustainability , volume=. 2023 , publisher=
2023
-
[6]
PHM Soc Eur Conf
Diagnosis of tidal turbine vibration data through deep neural networks. PHM Soc Eur Conf. 2016 , author=
2016
-
[7]
Journal of Computational Design and Engineering , volume=
Vibration data feature extraction and deep learning-based preprocessing method for highly accurate motor fault diagnosis , author=. Journal of Computational Design and Engineering , volume=. 2023 , publisher=
2023
-
[8]
IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
Multimodal learning with transformers: A survey , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=. 2023 , publisher=
2023
Show all 161 references
-
[9]
arXiv preprint arXiv:2406.12034 , year=
Self-MoE: Towards Compositional Large Language Models with Self-Specialized Experts , author=. arXiv preprint arXiv:2406.12034 , year=
-
[10]
arXiv preprint arXiv:2402.05859 , year=
Learning to route among specialized experts for zero-shot generalization , author=. arXiv preprint arXiv:2402.05859 , year=
-
[11]
arXiv preprint arXiv:2403.09809 , year=
Self-Supervised Learning for Time Series: Contrastive or Generative? , author=. arXiv preprint arXiv:2403.09809 , year=
-
[12]
Information Sciences , volume=
Multi-task self-supervised time-series representation learning , author=. Information Sciences , volume=. 2024 , publisher=
2024
-
[13]
Proceedings of Neural Information Processing Systems, NeurIPS , year =
Self-Supervised Contrastive Pre-Training For Time Series via Time-Frequency Consistency , author =. Proceedings of Neural Information Processing Systems, NeurIPS , year =
-
[14]
arXiv preprint arXiv:2402.02592 , year=
Unified training of universal time series forecasting transformers , author=. arXiv preprint arXiv:2402.02592 , year=
-
[15]
Preprint , year=
Lag-llama: Towards foundation models for probabilistic time series forecasting , author=. Preprint , year=
-
[16]
arXiv preprint arXiv:2403.00131 , year=
Units: Building a unified time series model , author=. arXiv preprint arXiv:2403.00131 , year=
-
[17]
arXiv preprint arXiv:2310.03589 , year=
TimeGPT-1 , author=. arXiv preprint arXiv:2310.03589 , year=
-
[18]
Proceedings of the 28th ACM SIGKDD conference on knowledge discovery and data mining , pages=
Pre-training enhanced spatial-temporal graph neural network for multivariate time series forecasting , author=. Proceedings of the 28th ACM SIGKDD conference on knowledge discovery and data mining , pages=. 2022 , note=
2022
-
[19]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Ts2vec: Towards universal representation of time series , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=. 2022 , note=
2022
-
[20]
arXiv preprint arXiv:2303.00320 , year=
Timemae: Self-supervised representations of time series with decoupled masked autoencoders , author=. arXiv preprint arXiv:2303.00320 , year=
-
[21]
Advances in Neural Information Processing Systems , volume=
Self-supervised contrastive pre-training for time series via time-frequency consistency , author=. Advances in Neural Information Processing Systems , volume=. 2022 , note=
2022
-
[22]
IEEE transactions on pattern analysis and machine intelligence , volume=
A review of generalized zero-shot learning methods , author=. IEEE transactions on pattern analysis and machine intelligence , volume=. 2022 , publisher=
2022
-
[23]
IEEE transactions on knowledge and data engineering , volume=
Self-supervised learning: Generative or contrastive , author=. IEEE transactions on knowledge and data engineering , volume=. 2021 , publisher=
2021
-
[24]
arXiv preprint arXiv:2403.07815 , year=
Chronos: Learning the language of time series , author=. arXiv preprint arXiv:2403.07815 , year=
-
[25]
2024 , note =
Nixtla Team , title =. 2024 , note =
2024
-
[26]
Advances in Neural Information Processing Systems , volume=
Simmtm: A simple pre-training framework for masked time-series modeling , author=. Advances in Neural Information Processing Systems , volume=. 2024 , note=
2024
-
[27]
Proceedings of the 27th ACM SIGKDD conference on knowledge discovery & data mining , pages=
A transformer-based framework for multivariate time series representation learning , author=. Proceedings of the 27th ACM SIGKDD conference on knowledge discovery & data mining , pages=. 2021 , note=
2021
-
[28]
arXiv preprint arXiv:2106.14112 , year=
Time-series representation learning via temporal and contextual contrasting , author=. arXiv preprint arXiv:2106.14112 , year=
-
[29]
arXiv preprint arXiv:1706.08838 , year=
TimeNet: Pre-trained deep recurrent neural network for time series classification , author=. arXiv preprint arXiv:1706.08838 , year=
-
[30]
arXiv preprint arXiv:1610.07258 , year=
Representation learning with deconvolution for multivariate time series classification and visualization , author=. arXiv preprint arXiv:1610.07258 , year=
-
[31]
ACM Transactions on Intelligent Systems and Technology (TIST) , volume=
Representation learning on variable length and incomplete wearable-sensory time series , author=. ACM Transactions on Intelligent Systems and Technology (TIST) , volume=. 2022 , publisher=
2022
-
[32]
Representation learning using a multi-branch transformer for industrial time series anomaly detection , author=
-
[33]
IEEE Transactions on Neural Networks and Learning Systems , year=
Self-supervised time series representation learning via cross reconstruction transformer , author=. IEEE Transactions on Neural Networks and Learning Systems , year=
-
[34]
arXiv preprint arXiv:2308.01578 , year=
Unsupervised representation learning for time series: A review , author=. arXiv preprint arXiv:2308.01578 , year=
-
[35]
7th international Mardin Artuklu scientific research conference , pages=
Ideal dataset splitting ratios in machine learning algorithms: general concerns for data scientists and data analysts , author=. 7th international Mardin Artuklu scientific research conference , pages=
-
[36]
Artificial Intelligence Review , volume=
Transformer models for text-based emotion detection: a review of BERT-based approaches , author=. Artificial Intelligence Review , volume=. 2021 , publisher=
2021
-
[37]
Exploring the power of ChatGPT: Applications, techniques, and implications , pages=
What Is ChatGPT? , author=. Exploring the power of ChatGPT: Applications, techniques, and implications , pages=. 2023 , publisher=
2023
-
[38]
2025 , url =
IBM , title =. 2025 , url =
2025
-
[39]
Proceedings of the 35th AAAI Conference on Artificial Intelligence , year =
Haoyi Zhou and Shanghang Zhang and Jieqi Peng and Shuai Zhang and Jianxin Li and Hui Xiong and Wancai Zhang , title =. Proceedings of the 35th AAAI Conference on Artificial Intelligence , year =
-
[40]
, title =
Trindade, A. , title =. 2015 , howpublished =
2015
-
[41]
2020 , howpublished =
Kolle, Olaf , title =. 2020 , howpublished =
2020
-
[42]
California Performance Measurement System (PeMS) , year =
-
[43]
Barrage Hydraulique , year =
-
[44]
2020 , url =
Towards Data Science , title =. 2020 , url =
2020
-
[46]
arXiv preprint arXiv:1807.03748 , year=
Representation learning with contrastive predictive coding , author=. arXiv preprint arXiv:1807.03748 , year=
-
[47]
2021 , isbn =
Zerveas, George and Jayaraman, Srideepika and Patel, Dhaval and Bhamidipaty, Anuradha and Eickhoff, Carsten , title =. 2021 , isbn =. doi:10.1145/3447548.3467401 , booktitle =
2021 doi
-
[48]
Siddharth and Brooks Paige and Jan-Willem van de Meent and Alban Desmaison and Noah D
N. Siddharth and Brooks Paige and Jan-Willem van de Meent and Alban Desmaison and Noah D. Goodman and Pushmeet Kohli and Frank Wood and Philip H. S. Torr , title =. 2017 , archiveprefix =. 1706.00400 , file =
2017 arXiv
-
[49]
2023 , archiveprefix =
Jonas Pfeiffer and Sebastian Ruder and Ivan Vulić and Edoardo Maria Ponti , title =. 2023 , archiveprefix =. 2302.11529 , file =
2023 arXiv
-
[50]
Hudson and Ehsan Adeli and Russ B
Rishi Bommasani and Drew A. Hudson and Ehsan Adeli and Russ B. Altman and Simran Arora and Sydney von Arx and Michael S. Bernstein and Jeannette Bohg and Antoine Bosselut and Emma Brunskill and Erik Brynjolfsson and Shyamal Buch and Dallas Card and Rodrigo Castellon and Niladr...
2021 arXiv
-
[51]
2022 , archiveprefix =
Nasim Rahaman and Martin Weiss and Frederik Träuble and Francesco Locatello and Alexandre Lacoste and Yoshua Bengio and Chris Pal and Li Erran Li and Bernhard Schölkopf , title =. 2022 , archiveprefix =. 2211.02348 , file =
2022 arXiv
-
[52]
2022 , archiveprefix =
Nasim Rahaman and Martin Weiss and Francesco Locatello and Chris Pal and Yoshua Bengio and Bernhard Schölkopf and Li Erran Li and Nicolas Ballas , title =. 2022 , archiveprefix =. 2210.08031 , file =
2022 arXiv
-
[53]
CoRR , title =
Andrew Jaegle and Sebastian Borgeaud and Jean. CoRR , title =. 2021 , volume =. 2107.14795 , eprinttype =
2021 arXiv
-
[54]
Towards artificial general intelligence via a multimodal foundation model , year =
Fei, Nanyi and Lu, Zhiwu and Gao, Yizhao and Yang, Guoxing and Huo, Yuqi and Wen, Jingyuan and Lu, Haoyu and Song, Ruihua and Gao, Xin and Xiang, Tao and Sun, Hao and Wen, Ji-Rong , journal =. Towards artificial general intelligence via a multimodal foundation model , year =. ...
-
[55]
Dusenberry and Du Phan and Mark Collier and Jie Ren and Kehang Han and Zi Wang and Zelda Mariet and Huiyi Hu and Neil Band and Tim G
Dustin Tran and Jeremiah Liu and Michael W. Dusenberry and Du Phan and Mark Collier and Jie Ren and Kehang Han and Zi Wang and Zelda Mariet and Huiyi Hu and Neil Band and Tim G. J. Rudner and Karan Singhal and Zachary Nado and Joost van Amersfoort and Andreas Kirsch and Rodolp...
2022 arXiv
-
[56]
2020 , archiveprefix =
Michael Crawshaw , title =. 2020 , archiveprefix =. 2009.09796 , file =
2020 arXiv
-
[57]
Multi-Task Learning for Dense Prediction Tasks: A Survey , year =
Vandenhende, Simon and Georgoulis, Stamatios and Van Gansbeke, Wouter and Proesmans, Marc and Dai, Dengxin and Van Gool, Luc , journal =. Multi-Task Learning for Dense Prediction Tasks: A Survey , year =. doi:10.1109/TPAMI.2021.3054719 , file =
2021 doi
-
[58]
and Mann, Matthias , journal =
Zeng, Wen-Feng and Zhou, Xie-Xuan and Willems, Sander and Ammar, Constantin and Wahle, Maria and Bludau, Isabell and Voytik, Eugenia and Strauss, Maximillian T. and Mann, Matthias , journal =. 2022 , issn =. doi:10.1038/s41467-022-34904-3 , file =
2022 doi
-
[59]
Advances in Neural Information Processing Systems , title =
Swamy, Vinitra and Satayeva, Malika and Frej, Jibril and Bossy, Thierry and Vogels, Thijs and Jaggi, Martin and K\". Advances in Neural Information Processing Systems , title =. 2023 , editor =
2023
-
[60]
2024 , archiveprefix =
Byeongjun Park and Sangmin Woo and Hyojun Go and Jin-Young Kim and Changick Kim , title =. 2024 , archiveprefix =. 2310.07138 , file =
2024 arXiv
-
[61]
2023 , archiveprefix =
Mohammed Muqeeth and Haokun Liu and Colin Raffel , title =. 2023 , archiveprefix =. 2306.03745 , file =
2023 arXiv
-
[62]
Salman Asif , title =
Yash Garg and Nebiyou Yismaw and Rakib Hyder and Ashley Prater-Bennette and M. Salman Asif , title =. 2023 , archiveprefix =. 2310.06124 , file =
2023
-
[63]
2023 , month = Dec, type =
Sun, Haozhe , school =. 2023 , month = Dec, type =
2023
- [64]
-
[65]
Inductive Biases for Deep Learning of Higher-Level Cognition , year =
Anirudh Goyal and Yoshua Bengio , journal =. Inductive Biases for Deep Learning of Higher-Level Cognition , year =. 2011.15091 , eprinttype =
2011 arXiv
-
[66]
2023 , archiveprefix =
Clifton Poth and Hannah Sterz and Indraneil Paul and Sukannya Purkayastha and Leon Engländer and Timo Imhof and Ivan Vulić and Sebastian Ruder and Iryna Gurevych and Jonas Pfeiffer , title =. 2023 , archiveprefix =. 2311.11077 , file =
2023 arXiv
-
[67]
Yu and Lichao Sun , title =
Ce Zhou and Qian Li and Chen Li and Jun Yu and Yixin Liu and Guangjing Wang and Kai Zhang and Cheng Ji and Qiben Yan and Lifang He and Hao Peng and Jianxin Li and Jia Wu and Ziwei Liu and Pengtao Xie and Caiming Xiong and Jian Pei and Philip S. Yu and Lichao Sun , title =. 202...
2023 arXiv
-
[68]
CoRR , title =
Junyi Li and Tianyi Tang and Wayne Xin Zhao and Ji. CoRR , title =. 2021 , volume =. 2105.10311 , eprinttype =
2021 arXiv
-
[69]
Data Efficient Masked Language Modeling for Vision and Language , year =
Yonatan Bitton and Gabriel Stanovsky and Michael Elhadad and Roy Schwartz , journal =. Data Efficient Masked Language Modeling for Vision and Language , year =. 2109.02040 , eprinttype =
-
[70]
and Healy, Graham and Smeaton, Alan F
Le-Khac, Phuc H. and Healy, Graham and Smeaton, Alan F. , journal =. Contrastive Representation Learning: A Framework and Review , year =. doi:10.1109/ACCESS.2020.3031549 , file =
2020 doi
-
[71]
A Theoretical Analysis of Contrastive Unsupervised Representation Learning , year =
Saunshi, Nikunj and Plevrakis, Orestis and Arora, Sanjeev and Khodak, Mikhail and Khandeparkar, Hrishikesh , booktitle =. A Theoretical Analysis of Contrastive Unsupervised Representation Learning , year =
-
[72]
Martinez and Juan Manuel Gorriz , journal =
Yu-Dong Zhang and Zhengchao Dong and Shui-Hua Wang and Xiang Yu and Xujing Yao and Qinghua Zhou and Hua Hu and Min Li and Carmen Jiménez-Mesa and Javier Ramirez and Francisco J. Martinez and Juan Manuel Gorriz , journal =. Advances in multimodal data fusion in neuroimaging: Ov...
2020 doi
-
[73]
Deep multimodal fusion for semantic image segmentation: A survey , year =
Yifei Zhang and Désiré Sidibé and Olivier Morel and Fabrice Mériaudeau , journal =. Deep multimodal fusion for semantic image segmentation: A survey , year =. doi:https://doi.org/10.1016/j.imavis.2020.104042 , keywords =
2020 doi
-
[74]
Attention Bottlenecks for Multimodal Fusion , year =
Nagrani, Arsha and Yang, Shan and Arnab, Anurag and Jansen, Aren and Schmid, Cordelia and Sun, Chen , booktitle =. Attention Bottlenecks for Multimodal Fusion , year =
-
[75]
and Marks, Tim K
Hori, Chiori and Hori, Takaaki and Lee, Teng-Yok and Zhang, Ziming and Harsham, Bret and Hershey, John R. and Marks, Tim K. and Sumi, Kazuhiko , booktitle =. Attention-Based Multimodal Fusion for Video Description , year =
-
[76]
Multi-source heterogeneous data fusion , year =
Zhang, Lili and Xie, Yuxiang and Xidao, Luan and Zhang, Xin , booktitle =. Multi-source heterogeneous data fusion , year =. doi:10.1109/ICAIBD.2018.8396165 , keywords =
2018 doi
-
[77]
Lifting the Curse of Multilinguality by Pre-training Modular Transformers , year =
Pfeiffer, Jonas and Goyal, Naman and Lin, Xi and Li, Xian and Cross, James and Riedel, Sebastian and Artetxe, Mikel , booktitle =. Lifting the Curse of Multilinguality by Pre-training Modular Transformers , year =. doi:10.18653/v1/2022.naacl-main.255 , url =
2022 doi
-
[78]
Beyond English-Centric Multilingual Machine Translation , year =
Angela Fan and Shruti Bhosale and Holger Schwenk and Zhiyi Ma and Ahmed El-Kishky and Siddharth Goyal and Mandeep Baines and Onur Celebi and Guillaume Wenzek and Vishrav Chaudhary and Naman Goyal and Tom Birch and Vitaliy Liptchinsky and Sergey Edunov and Michael Auli and Arma...
-
[79]
and Zettlemoyer, Luke , booktitle =
Gururangan, Suchin and Lewis, Mike and Holtzman, Ari and Smith, Noah A. and Zettlemoyer, Luke , booktitle =. 2022 , address =. doi:10.18653/v1/2022.naacl-main.407 , url =
2022 doi
-
[80]
Smith and Luke Zettlemoyer , title =
Margaret Li and Suchin Gururangan and Tim Dettmers and Mike Lewis and Tim Althoff and Noah A. Smith and Luke Zettlemoyer , title =. 2022 , archiveprefix =. 2208.03306 , primaryclass =
2022 arXiv
-
[81]
Modular Networks: Learning to Decompose Neural Computation , year =
Kirsch, Louis and Kunze, Julius and Barber, David , booktitle =. Modular Networks: Learning to Decompose Neural Computation , year =
-
[82]
2022 , archiveprefix =
Andrea Gesmundo and Jeff Dean , title =. 2022 , archiveprefix =. 2205.12755 , primaryclass =
2022 arXiv
-
[83]
Ponti and Alessandro Sordoni and Yoshua Bengio and Siva Reddy , title =
Edoardo M. Ponti and Alessandro Sordoni and Yoshua Bengio and Siva Reddy , title =. 2022 , archiveprefix =. 2202.13914 , primaryclass =
2022 arXiv
-
[84]
2023 , archiveprefix =
Lucas Caccia and Edoardo Ponti and Zhan Su and Matheus Pereira and Nicolas Le Roux and Alessandro Sordoni , title =. 2023 , archiveprefix =. 2211.03831 , primaryclass =
2023 arXiv
-
[85]
Supermasks in Superposition , year =
Wortsman, Mitchell and Ramanujan, Vivek and Liu, Rosanne and Kembhavi, Aniruddha and Rastegari, Mohammad and Yosinski, Jason and Farhadi, Ali , booktitle =. Supermasks in Superposition , year =
-
[86]
2021 , url =
Dmitry Lepikhin and HyoukJoong Lee and Yuanzhong Xu and Dehao Chen and Orhan Firat and Yanping Huang and Maxim Krikun and Noam Shazeer and Zhifeng Chen , booktitle =. 2021 , url =
2021
-
[87]
Davison , journal =
Shikun Liu and Edward Johns and Andrew J. Davison , journal =. End-to-End Multi-Task Learning with Attention , year =. 1803.10704 , eprinttype =
-
[88]
2018 , archiveprefix =
Alex Kendall and Yarin Gal and Roberto Cipolla , title =. 2018 , archiveprefix =. 1705.07115 , file =
2018 arXiv
-
[89]
Self-Supervised Learning of Graph Neural Networks: A Unified Review , year =
Xie, Yaochen and Xu, Zhao and Zhang, Jingtun and Wang, Zhengyang and Ji, Shuiwang , journal =. Self-Supervised Learning of Graph Neural Networks: A Unified Review , year =. doi:10.1109/TPAMI.2022.3170559 , file =
2022 doi
-
[90]
Self-Supervised Learning for Recommender Systems: A Survey , year =
Yu, Junliang and Yin, Hongzhi and Xia, Xin and Chen, Tong and Li, Jundong and Huang, Zi , journal =. Self-Supervised Learning for Recommender Systems: A Survey , year =. doi:10.1109/TKDE.2023.3282907 , file =
2023 doi
-
[91]
Self-Supervised Hypergraph Learning for Enhanced Multimodal Representation , year =
Shu, Hongji and Meng, Chaojun and De Meo, Pasquale and Wang, Qing and Zhu, Jia , journal =. Self-Supervised Hypergraph Learning for Enhanced Multimodal Representation , year =. doi:10.1109/ACCESS.2024.3361680 , file =
2024 doi
-
[92]
, journal =
Liu, Yixin and Jin, Ming and Pan, Shirui and Zhou, Chuan and Zheng, Yu and Xia, Feng and Yu, Philip S. , journal =. Graph Self-Supervised Learning: A Survey , year =. doi:10.1109/TKDE.2022.3172903 , file =
2022 doi
-
[93]
Graph-Based Contrastive Learning for Description and Detection of Local Features , year =
Wang, Zihao and Li, Zhen and Li, Xueyi and Chen, Wenjie and Liu, Xiangdong , journal =. Graph-Based Contrastive Learning for Description and Detection of Local Features , year =. doi:10.1109/TNNLS.2022.3208837 , file =
2022 doi
-
[94]
, journal =
Wu, Lirong and Lin, Haitao and Tan, Cheng and Gao, Zhangyang and Li, Stan Z. , journal =. Self-Supervised Learning on Graphs: Contrastive, Generative, or Predictive , year =. doi:10.1109/TKDE.2021.3131584 , file =
2021 doi
-
[95]
Self-supervised graph representations with generative adversarial learning , year =
Xuecheng Sun and Zonghui Wang and Zheming Lu and Ziqian Lu , journal =. Self-supervised graph representations with generative adversarial learning , year =. doi:https://doi.org/10.1016/j.neucom.2024.127786 , file =
2024 doi
-
[96]
and Braham, Nassim Ait Ali and Mou, Lichao and Zhu, Xiao Xiang , journal =
Wang, Yi and Albrecht, Conrad M. and Braham, Nassim Ait Ali and Mou, Lichao and Zhu, Xiao Xiang , journal =. Self-Supervised Learning in Remote Sensing: A review , year =. doi:10.1109/MGRS.2022.3198244 , file =
2022 doi
-
[97]
Self-Supervised Learning: Generative or Contrastive , year =
Liu, Xiao and Zhang, Fanjin and Hou, Zhenyu and Mian, Li and Wang, Zhaoyu and Zhang, Jing and Tang, Jie , journal =. Self-Supervised Learning: Generative or Contrastive , year =. doi:10.1109/TKDE.2021.3090866 , file =
2021 doi
-
[98]
A review of graph neural networks: concepts, architectures, techniques, challenges, datasets, applications, and future directions , year =
Khemani, Bharti and Patil, Shruti and Kotecha, Ketan and Tanwar, Sudeep , journal =. A review of graph neural networks: concepts, architectures, techniques, challenges, datasets, applications, and future directions , year =. doi:10.1186/s40537-023-00876-4 , file =
-
[99]
Simple and Deep Graph Convolutional Networks , year =
Chen, Ming and Wei, Zhewei and Huang, Zengfeng and Ding, Bolin and Li, Yaliang , booktitle =. Simple and Deep Graph Convolutional Networks , year =
-
[100]
Ben , journal =
Mesgaran, Mahsa and Hamza, A. Ben , journal =. A graph encoder–decoder network for unsupervised anomaly detection , year =. doi:10.1007/s00521-023-08964-5 , file =
-
[101]
2022 , archiveprefix =
Yuecai Zhu and Fuyuan Lyu and Chengming Hu and Xi Chen and Xue Liu , title =. 2022 , archiveprefix =. 2203.10480 , file =
2022 arXiv
-
[102]
, journal =
Hamilton, William L. , journal =. Graph Representation Learning , year =. doi:https://doi.org/10.1007/978-3-031-01588-5 , file =
-
[103]
2024 , archiveprefix =
OpenAI and al , title =. 2024 , archiveprefix =. 2303.08774 , primaryclass =
2024 arXiv
-
[104]
2024 , eprint=
TSFormer: A Robust Framework for Efficient UHD Image Restoration , author=. 2024 , eprint=
2024
-
[105]
Understanding open-set recognition by Jacobian norm and inter-class separation , year =
Jaewoo Park and Hojin Park and Eunju Jeong and Andrew Beng Jin Teoh , journal =. Understanding open-set recognition by Jacobian norm and inter-class separation , year =. doi:https://doi.org/10.1016/j.patcog.2023.109942 , file =
2023 doi
-
[106]
Roberts and Sho Yaida , title =
Judy Hoffman and Daniel A. Roberts and Sho Yaida , title =. 2019 , archiveprefix =. 1908.02729 , file =
2019 arXiv
-
[107]
Jacobian norm with Selective Input Gradient Regularization for interpretable adversarial defense , year =
Deyin Liu and Lin Yuanbo Wu and Bo Li and Farid Boussaid and Mohammed Bennamoun and Xianghua Xie and Chengwu Liang , journal =. Jacobian norm with Selective Input Gradient Regularization for interpretable adversarial defense , year =. doi:https://doi.org/10.1016/j.patcog.2023....
2023 doi
-
[108]
Improving DNN Robustness to Adversarial Attacks Using Jacobian Regularization , year =
Jakubovitz, Daniel and Giryes, Raja , booktitle =. Improving DNN Robustness to Adversarial Attacks Using Jacobian Regularization , year =
-
[109]
, title =
Huber, Peter J. , title =. The Annals of Mathematical Statistics , volume =. 1964 , publisher =
1964
-
[110]
Proceedings of the 37th International Conference on Machine Learning (ICML) , pages =
Chen, Ting and Kornblith, Simon and Norouzi, Mohammad and Hinton, Geoffrey , title =. Proceedings of the 37th International Conference on Machine Learning (ICML) , pages =. 2020 , publisher =
2020
-
[111]
and Rasch, Malte J
Gretton, Arthur and Borgwardt, Karsten M. and Rasch, Malte J. and Sch. A Kernel Two-Sample Test , booktitle =
-
[112]
Advances in Neural Information Processing Systems (NeurIPS) , volume =
Ben-David, Shai and Blitzer, John and Crammer, Koby and Pereira, Fernando , title =. Advances in Neural Information Processing Systems (NeurIPS) , volume =
-
[113]
IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , pages =
Tzeng, Eric and Hoffman, Judy and Saenko, Kate and Darrell, Trevor , title =. IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , pages =
-
[114]
arXiv preprint arXiv:2407.13278 , year =
Deep Time Series Models: A Comprehensive Survey and Benchmark , author =. arXiv preprint arXiv:2407.13278 , year =
-
[115]
Artificial Intelligence Review , volume =
A Comprehensive Survey of Deep Learning for Time Series Forecasting: Architectural Diversity and Open Challenges , author =. Artificial Intelligence Review , volume =. 2025 , url =
2025
-
[116]
Mathematics , volume =
Deep Time Series Forecasting Models: A Comprehensive Survey , author =. Mathematics , volume =. 2024 , url =
2024
-
[117]
IEEE Xplore , year =
Deep Learning Models for Time Series Forecasting: A Review , author =. IEEE Xplore , year =
-
[118]
arXiv preprint arXiv:2504.04011 , year =
Foundation Models for Time Series: A Survey , author =. arXiv preprint arXiv:2504.04011 , year =
-
[119]
Journal of The Royal Society Interface , author =
Highly comparative time-series analysis: the empirical structure of time series and their methods , volume =. Journal of The Royal Society Interface , author =. 2013 , pages =. doi:10.1098/rsif.2013.0048 , number =
2013 doi
-
[120]
Data Mining and Knowledge Discovery , author =
catch22:. Data Mining and Knowledge Discovery , author =. 2019 , keywords =. doi:10.1007/s10618-019-00647-x , language =
2019 doi
-
[121]
IEEE Transactions on Speech and Audio Processing , author =
Musical genre classification of audio signals , volume =. IEEE Transactions on Speech and Audio Processing , author =. 2002 , pages =. doi:10.1109/TSA.2002.800560 , number =
2002 doi
-
[122]
Sinkhorn
Cuturi, Marco , year =. Sinkhorn. Advances in
-
[123]
Villani, Cédric , year =. Optimal
-
[124]
Journal of Machine Learning Research , author =
A. Journal of Machine Learning Research , author =. 2012 , pages =
2012
- [125]
- [126]
-
[127]
2023 , eprint=
Attention Is All You Need , author=. 2023 , eprint=
2023
-
[128]
, journal =
Chitty-Venkata, Krishna Teja and Emani, Murali and Vishwanath, Venkatram and Somani, Arun K. , journal =. Neural Architecture Search for Transformers: A Survey , year =. doi:10.1109/ACCESS.2022.3212767 , file =
2022 doi
-
[129]
2024 , archiveprefix =
Kai Zhang and Jun Yu and Eashan Adhikarla and Rong Zhou and Zhiling Yan and Yixin Liu and Zhengliang Liu and Lifang He and Brian Davison and Xiang Li and Hui Ren and Sunyang Fu and James Zou and Wei Liu and Jing Huang and Chen Chen and Yuyin Zhou and Tianming Liu and Xun Chen ...
2024 arXiv
-
[130]
CrystalGPT: Enhancing system-to-system transferability in crystallization prediction and control using time-series-transformers , year =
Niranjan Sitapure and Joseph Sang-Il Kwon , journal =. CrystalGPT: Enhancing system-to-system transferability in crystallization prediction and control using time-series-transformers , year =. doi:https://doi.org/10.1016/j.compchemeng.2023.108339 , file =
2023 doi
-
[131]
ChatGPT-like large-scale foundation models for prognostics and health management: A survey and roadmaps , year =
Yan-Fu Li and Huan Wang and Muxia Sun , journal =. ChatGPT-like large-scale foundation models for prognostics and health management: A survey and roadmaps , year =. doi:https://doi.org/10.1016/j.ress.2023.109850 , file =
2023 doi
-
[132]
2023 , archiveprefix =
Qingsong Wen and Tian Zhou and Chaoli Zhang and Weiqi Chen and Ziqing Ma and Junchi Yan and Liang Sun , title =. 2023 , archiveprefix =. 2202.07125 , file =
2023 arXiv
-
[133]
Forschung im Ingenieurwesen , volume=
Practical Insights into the Perception of Digital Twins: An Analysis of Surveys , author=. Forschung im Ingenieurwesen , volume=
-
[134]
A Survey on Mixture of Experts in Large Language Models , year =
Cai, Weilin and Jiang, Juyong and Wang, Fan and Tang, Jing and Kim, Sunghun and Huang, Jiayi , journal =. A Survey on Mixture of Experts in Large Language Models , year =. doi:10.1109/tkde.2025.3554028 , publisher =
2025 doi
-
[135]
Neural Computation , volume=
Adaptive Mixtures of Local Experts , author=. Neural Computation , volume=
-
[136]
ACM Journal , year=
The Evolution of Mixture of Experts: A Survey from Basics to Breakthroughs , author=. ACM Journal , year=
-
[137]
A Scalable Machine Learning based Device Model with Mixture-of-Expert Neural Networks for Enhanced Accuracy and Efficiency , year=
Zhou, Yuxiang and Peng, Baokang and Wang, Zian and Li, Yu and Wang, Runsheng and Zhang, Lining , booktitle=. A Scalable Machine Learning based Device Model with Mixture-of-Expert Neural Networks for Enhanced Accuracy and Efficiency , year=
-
[138]
Discover Applied Sciences , volume=
Towards the Application of Machine Learning in Digital Twin Technology: A Multi-Scale Review , author=. Discover Applied Sciences , volume=
-
[139]
A modular deep learning methodology for multi-fault machine health diagnostics from sparse and imbalanced multimodal data , journal =
Sagar Jose and Khanh T.P Nguyen and Kamal Medjaher and Ryad Zemouri and Mélanie Lévesque and Antoine Tahan , keywords =. A modular deep learning methodology for multi-fault machine health diagnostics from sparse and imbalanced multimodal data , journal =. 2026 , issn =. doi:ht...
2026 doi
- [140]
-
[141]
Self-Supervised Visual Feature Learning With Deep Neural Networks: A Survey , year =
Jing, Longlong and Tian, Yingli , journal =. Self-Supervised Visual Feature Learning With Deep Neural Networks: A Survey , year =. doi:10.1109/TPAMI.2020.2992393 , file =
2020 doi
-
[142]
Advances in Neural Information Processing Systems (NeurIPS) , year =
Time series prediction using mixtures of experts , author =. Advances in Neural Information Processing Systems (NeurIPS) , year =
-
[143]
Proceedings of the International Conference on Artificial Intelligence and Statistics (AISTATS) , year =
Mixture-of-Linear-Experts for Long-Term Time Series Forecasting , author =. Proceedings of the International Conference on Artificial Intelligence and Statistics (AISTATS) , year =
-
[144]
Noise-Conditioned Mixture-of-Experts Framework for Robust Speaker Verification , year =
Gu, Bin and Zhao, Haitao and Wei, Jibo , journal =. Noise-Conditioned Mixture-of-Experts Framework for Robust Speaker Verification , year =. doi:10.1109/LSP.2026.3673617 , keywords =
2026 doi
-
[145]
A Heterogeneous Multiple-Experts Approach to Low-Frequency Nonintrusive Load Monitoring , year =
Liang, Zipeng and Yung Chung, Chi and Yang, Haosen and Liang, Jian and Zhang, Wenjie and Dong, Hanjiang and Zhu, Jizhong , journal =. A Heterogeneous Multiple-Experts Approach to Low-Frequency Nonintrusive Load Monitoring , year =. doi:10.1109/TSG.2025.3610482 , keywords =
2025 doi
-
[146]
International Journal of Forecasting , volume =
Temporal Fusion Transformers for Interpretable Multi-Horizon Time Series Forecasting , author =. International Journal of Forecasting , volume =
-
[147]
2020 , eprint=
GShard: Scaling Giant Models with Conditional Computation and Automatic Sharding , author=. 2020 , eprint=
2020
-
[148]
2022 , eprint=
Switch Transformers: Scaling to Trillion Parameter Models with Simple and Efficient Sparsity , author=. 2022 , eprint=
2022
-
[149]
International Conference on Learning Representations (ICLR) , year =
Time-MoE: Billion-Scale Time Series Foundation Models with Mixture of Experts , author =. International Conference on Learning Representations (ICLR) , year =
-
[150]
NeurIPS Workshop on Time Series in the Age of Large Models , year=
Mixture of Experts for Time Series Foundation Models , author=. NeurIPS Workshop on Time Series in the Age of Large Models , year=
-
[151]
2026 , eprint=
Time Tracker: Mixture-of-Experts-Enhanced Foundation Time Series Forecasting Model with Decoupled Training Pipelines , author=. 2026 , eprint=
2026
-
[152]
arXiv preprint arXiv:2510.07459 , year =
MoGU: Mixture-of-Gaussians with Uncertainty-Based Gating for Time Series Forecasting , author =. arXiv preprint arXiv:2510.07459 , year =
- [153]
-
[154]
Proceedings of the AAAI Conference on Artificial Intelligence , author =
Are. Proceedings of the AAAI Conference on Artificial Intelligence , author =. 2023 , note =. doi:10.1609/aaai.v37i9.26317 , language =
2023 doi
- [155]
- [156]
-
[157]
IET Conference Proceedings , author =
Building a hydro-generator rotor temperature virtual sensor using machine-learning , volume =. IET Conference Proceedings , author =. 2025 , pages =. doi:10.1049/icp.2025.2334 , language =
2025 doi
-
[158]
Proceedings of the AAAI Conference on Artificial Intelligence , volume =
Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting , author =. Proceedings of the AAAI Conference on Artificial Intelligence , volume =
-
[159]
Seitzer, Maximilian and Tavakoli, Arash and Antic, Dimitrije and Martius, Georg , month = apr, year =. On the
-
[160]
IOP Conference Series: Earth and Environmental Science , author =
Virtual sensors to generate turbine runner blade strains from indirect measurements , volume =. IOP Conference Series: Earth and Environmental Science , author =. 2022 , note =. doi:10.1088/1755-1315/1079/1/012067 , language =
2022 doi
-
[161]
IOP Conference Series: Earth and Environmental Science , author =
Virtual sensors for indirect strain measurement during. IOP Conference Series: Earth and Environmental Science , author =. 2025 , note =. doi:10.1088/1755-1315/1483/1/012013 , language =
2025 doi
-
[162]
Prognostics and Health Management in Energy and Power Systems: Integrating Situation Awareness into Large-Scale Foundation Models , year =
Zemouri, Ryad and Raymond, Jean and Komljenovic, Dragan , editor =. Prognostics and Health Management in Energy and Power Systems: Integrating Situation Awareness into Large-Scale Foundation Models , year =
Reviewed July 12, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.