方法对比
并排查看您选择的方法;存在差异的行会高亮显示。
| MICN:用于长期时间序列预测的多尺度等距卷积网络× | SCINet:用于时间序列预测的样本卷积与交互网络× | |
|---|---|---|
| 领域 | 深度学习 | 深度学习 |
| 方法族 | Machine learning | Machine learning |
| 起源年份≠ | 2023 | 2022 |
| 提出者≠ | Huiqiang Wang et al. | Minhao Liu et al. |
| 类型≠ | CNN-based time-series forecasting architecture | Hierarchical convolutional time-series forecasting network |
| 开创性文献≠ | Wang, H., Peng, J., Huang, F., Wang, J., Chen, J., & Xiao, Y. (2023). MICN: Multi-scale local and global context modeling for long-term series forecasting. ICLR. link ↗ | Liu, M., Zeng, A., Chen, M., Xu, Z., Lai, Q., Ma, L., & Xu, Q. (2022). SCINet: Time series modeling and forecasting with sample convolution and interaction. NeurIPS. link ↗ |
| 别名 | Multi-scale Isometric Convolution Network, Multi-scale Local and Global Context Model, MICN Forecaster, Çok Ölçekli İzometrik Evrişim Ağı | Sample Convolution and Interaction Network, SCI-Net, Temporal Downsampling Convolution Network, Örneklem Evrişim ve Etkileşim Ağı |
| 相关 | 2 | 2 |
| 摘要≠ | MICN (Multi-scale Isometric Convolution Network) is a convolutional neural network architecture for long-term time-series forecasting introduced by Huiqiang Wang and colleagues at ICLR 2023. Its central idea is to capture both local temporal patterns and global seasonal dependencies simultaneously through multi-scale isometric convolutions combined with a merge attention mechanism, enabling efficient and expressive modeling of complex temporal dynamics without the quadratic cost of full self-attention. | SCINet is a deep learning architecture for multi-step time-series forecasting introduced by Liu et al. at NeurIPS 2022. Its core idea is a recursive binary-tree structure of SCI-Blocks, each of which splits an input sequence into odd- and even-indexed sub-sequences, applies convolutional filters to model cross-subsequence interactions, and then merges the learned representations. This hierarchical downsampling strategy enables the network to capture temporal dependencies at multiple resolutions simultaneously. |
| ScholarGate数据集 ↗ |
|
|