Channel-Imposed Fusion: A Simple yet Effective Method for Medical Time Series Classification
Ming Hu, Jianfu Yin, Mingyu Dou, Yuqi Wang, Ruochen Dang, Siyi Liang, Feiyu Zhu, Cong Hu, Yao Wang, Bingliang Hu, Quan Wang

TL;DR
This paper introduces Channel Imposed Fusion (CIF), a transparent and effective method for medical time series classification that improves performance and interpretability by fusing cross-channel information and integrating with TCN.
Contribution
The study presents CIF, a novel cross-channel fusion technique, combined with TCN, to enhance medical time series classification with increased transparency and accuracy.
Findings
CIF outperforms state-of-the-art methods on EEG and ECG datasets.
The combined CIF and TCN framework improves classification accuracy.
The method enhances interpretability of the classification process.
Abstract
The automatic classification of medical time series signals, such as electroencephalogram (EEG) and electrocardiogram (ECG), plays a pivotal role in clinical decision support and early detection of diseases. Although Transformer based models have achieved notable performance by implicitly modeling temporal dependencies through self-attention mechanisms, their inherently complex architectures and opaque reasoning processes undermine their trustworthiness in high stakes clinical settings. In response to these limitations, this study shifts focus toward a modeling paradigm that emphasizes structural transparency, aligning more closely with the intrinsic characteristics of medical data. We propose a novel method, Channel Imposed Fusion (CIF), which enhances the signal-to-noise ratio through cross-channel information fusion, effectively reduces redundancy, and improves classification…
Peer Reviews
Decision·Submitted to ICLR 2026
1. The proposed method, CIF, is a simple, interpretable, and effective way to inject physiological domain knowledge into the data itself. This proposal of a transferable data-processing module, rather than yet another complex architecture, is a valuable contribution. 2. The experimental results are thorough and convincing. The authors evaluate CIF across multiple datasets and model architectures, demonstrating consistent performance improvements. The ablation studies and analyses further strengt
The paper's primary weakness lies in a significant contradiction between its motivation and parts of its methodological description, specifically the SVD analysis and the apparent default implementation of CIF. 1. The SVD analysis in Section 3.1 is a major weak point. - Mathematical Justification: The analysis is questionable. For the "High Correlation" case, it approximates $X_{fused}\approx U_{1}(a\Sigma_{1}+b\Sigma_{2})V_{1}^{T}$, which seems to implicitly assume $V_1 \approx V_2$. Howev
The method is motivated by domain knowledge, and the overall idea is interesting. The ECG and EEG samples illustrated in the introduction for the P-wave and artifact are sound. The theory analysis is good and provides support for this simple method. The new modified TCN backbone looks effective. The results on 4 of 5 datasets are strong, and the ablation study shows clear improvement by adding the CIF module.
1) The CIF module takes the front N and the result of channels as two parts for fusion. I am curious about whether there are any other ways to combine channels? For example, you mention Fp1 and Fp2 in the introduction part. Are these two channels separate in the two parts of the channels? Because the order of channels in ECG and EEG data can vary in raw data, simply separating them into two parts might not be optimal. 2) It might be better to apply CIF on more existing methods, such as PatchTST
CIF explicitly incorporates the "physiological prior and learnable symbol constraints" as a plug-and-play channel fusion module for the first time, which is independent of the model structure. The manuscript conducted a subject dependent/independent dual protocol comparison on 5 medical datasets and 10 general datasets, including ablation, efficiency, transferability, and multi random seed reproduction. The manuscript is well written; notation, algorithmic pseudo-code and figures make CIF inst
The manuscript fails to isolate the source of performance gain: it remains unclear whether the improvement comes from “fixed vs. learnable a, b” or from variations in t and n, as no single-variable ablation is provided.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting
MethodsAttention Is All You Need · Linear Layer · Adam · Dense Connections · Focus · Softmax · Position-Wise Feed-Forward Layer · Absolute Position Encodings · Label Smoothing · Multi-Head Attention
