Pith. sign in

REVIEW 4 major objections 5 minor 53 references

Commuting Distance Regularization for Timescale-Dependent Label Inconsistency in EEG Emotion Recognition

T0 review · 4 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read Regularizing EEG emotion classifiers with graph commute-time distances—LVL and LGCL—keeps accuracy while making short-horizon predictions temporally consistent under label inconsistency.

desk verdict The paper's headline aggregate rank is partly an artifact of its evaluation metrics mirroring the loss; the TsDLI framing and the equivalence proof are still worth engaging. read the letter →

arxiv 2507.10895 v1 pith:EOYNSRHC submitted 2025-07-15 cs.CV cs.AIcs.LGeess.SP

classification cs.CVcs.AIcs.LGeess.SP
keywords EEGemotionrecognitiontimescale-dependentlabelinconsistencynoisecommutedistanceresistancegraphLaplacianregularizationtemporalconsistency
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper argues that EEG emotion classifiers are trained on a hidden mismatch: each short segment inherits the trial's single self-report label, even though the actual emotion during the segment fluctuates on a faster timescale. The proposed solution is a pair of regularizers—Local Variation Loss (LVL) and Local-Global Consistency Loss (LGCL)—built on a graph of allowed emotion-level transitions and on commute-time distances computed from the graph Laplacian pseudoinverse. The paper reports that on DREAMER and DEAP, across EEGNet, LSTM, and transformer backbones, LVL achieves the best aggregate rank over five metrics (F1, Top-2, Ac, δd, vd) while LGCL usually ranks second, beating five label-noise baselines. If correct, this gives a way to regularize for temporal consistency without needing fine-grained emotion labels, using only the coarse trial-level labels that already exist.

What carries the argument

The machinery is an undirected emotion-level graph whose vertices are valence or arousal ratings and whose edges encode admissible transitions; the graph Laplacian L = D − A and its pseudoinverse L† appear as the kernel that turns prediction differences into squared commute-time distances. The two loss forms are LVL = (1/N) Σ_i (Ŷ(t_i) − Ŷ(t_{i−1}))^T L†(Ŷ(t_i) − Ŷ(t_{i−1})) and LGCL = (1/N) Σ_i (Ŷ(t_i) − E[Ŷ(t)])^T L†(Ŷ(t_i) − E[Ŷ(t)]). The commute-time distance theorem c_ij = vol(V)(e_i − e_j)^T L†(e_i − e_j) supplies the link to random walks, while the Transition Difficulty Postulate, the Intermediate Value Assumption, and the Full Expectation Assumption justify the line graph and the loss forms. The graph ablation shows that removing the graph degrades qualitative metrics, so the graph kernel carries the regularization effect.

What would settle it

Obtain EEG data with dense moment-by-moment emotion annotations aligned to the signal, train with and without LVL and LGCL, and compare per-segment predictions against those local ground-truth labels. The central claim is wrong if the regularized models do not show better agreement with the local labels, or if replacing the injected i.i.d. symmetric flips with autocorrelated label noise erases the ranking advantage.

Watch

Extended reading notes

Core claim

The central claim is that the timescale mismatch between short EEG segments and the global trial label—called Timescale-Dependent Label Inconsistency (TsDLI)—can be mitigated by penalizing the commute distance between consecutive local predictions (LVL) and between each local prediction and the trial-level expectation (LGCL), with the commute distance encoded by the pseudoinverse L† of an emotion-transition graph Laplacian. The paper further shows that these two losses are equivalent up to constants, so they act as one regularizer family rather than two independent mechanisms. In subject-dependent experiments with injected 20% and 40% symmetric label noise, LVL and LGCL rank first and second among eight training methods in a weighted Borda Count aggregation across three backbones, two datasets, and five metrics, while preserving or slightly improving F1 and Top-2 accuracy. The regularizers reduce implausible prediction jumps and are presented as a principled trade-off between quantitative accuracy and temporal plausibility.

Load-bearing premise

The benchmark simulates timescale-dependent label inconsistency by randomly flipping a portion of trial labels; if real label inconsistency is temporally correlated rather than random, the measured gains may not carry over to actual EEG recordings.

Editorial extensions

If this is right

  • Adding LVL or LGCL to training changes the aggregate ranking: LVL ranks first and LGCL ranks second among eight methods across three backbones, two datasets, and two noise levels under the paper's weighted Borda Count aggregation.
  • The regularizers improve qualitative consistency metrics (Ac, δd, vd) without sacrificing—and sometimes improving—F1 and Top-2 accuracy.
  • Because the losses need no segment-level labels, they let existing trial-labeled EEG corpora be reused for consistency-regularized training.
  • The two losses are equivalent up to constants, and the ablation with αLVL + βLGCL weights shows no statistically significant difference, so a practitioner need not tune both.
  • Even a hand-crafted line graph prior suppresses implausible prediction jumps; dropping the graph worsens qualitative metrics.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A testable extension beyond the paper: compare LVL and LGCL on a dataset with dense, time-aligned continuous emotion ratings; if the regularizers' advantage shrinks or reverses when evaluated against true moment-by-moment labels, the i.i.d. injection of symmetric flips was the reason for the gains.
  • The same commute-distance kernel could regularize other weakly labeled temporal classification problems—action segmentation, speech-emotion recognition, or physiological monitoring—where coarse clip labels are inherited by short windows.
  • The equivalence proof suggests LVL and LGCL are two views of one mechanism; learning the graph, and hence L†, per subject could turn the fixed line graph into an adaptive prior, which the paper lists as future work.
  • Real TsDLI likely has autocorrelated structure; injecting temporally correlated noise rather than i.i.d. flips would test whether the method's advantage is an artifact of the noise model.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper introduces Timescale-Dependent Label Inconsistency (TsDLI) in EEG emotion recognition, proposes two regularization losses, Local Variation Loss (LVL) and Local-Global Consistency Loss (LGCL), built on graph commute-time distances and a line-graph emotion transition prior, and defines new qualitative metrics (Ac, δd, vd) for evaluating temporal consistency. Experiments on DREAMER and DEAP with EEGNet, LSTM, and transformer backbones under 20% and 40% synthetic label noise compare six baselines plus LVL and LGCL, reporting that LVL achieves the best aggregate Borda rank and LGCL frequently ranks second. Appendix A provides an equivalence proof between LVL and LGCL.

Significance. If the empirical claims hold, the paper would contribute a principled, graph-theoretic regularizer for a realistic problem in EEG affect recognition, and its distinction between quantitative accuracy and qualitative temporal consistency is a useful framing. The commute-distance construction is mathematically self-contained, and the proposed losses are broadly applicable beyond EEG. However, the current evidence is weakened by the i.i.d. noise proxy, the partial circularity between the qualitative metrics and the proposed losses, the absence of a specified regularization weight, and the lack of significance testing.

major comments (4)
  1. [Section 4, Data Preprocessing] The experiments simulate TsDLI by randomly flipping a portion of inherited trial-level labels to alternative labels with equal probability (i.i.d. symmetric noise). This does not reproduce the temporally correlated, timescale-dependent discrepancy described in Section 1 and Figure 1, so the reported gains do not directly validate the central claim that LVL/LGCL mitigate TsDLI. Please add an experiment with temporally correlated label noise (e.g., block-structured flips or noise whose rate varies with segment position) or with any available segment-level annotations, and report results separately for the two noise regimes.
  2. [Sections 3.5 and 4, Evaluation Metrics and Borda Count] The qualitative metrics Ac, δd, and vd reward small adjacent prediction differences on hard labels, which is precisely the quantity that the LVL regularizer in Eq. (1) penalizes. Because these three metrics carry total weight 0.5 in the Borda aggregate and F1/Top2 carry 0.5, a model that outputs a near-constant prediction can achieve near-optimal qualitative scores by construction, even if it does not track the true local emotion state. Since test labels are inherited trial-level labels, no local ground truth is available to rule this out; the paper's limitation (4) concedes this. Please add a control experiment with a generic temporal-smoothing regularizer (e.g., total variation on softmax outputs with the Euclidean kernel), and report F1/Top2 and qualitative metrics both separately and jointly.
  3. [Sections 3.3-3.4 and 4] The total training objective is never specified: no value or search range is given for the regularization weight λ multiplying LVL or LGCL, and Table 2 only varies the relative weight α/β with the total weight implicit. Without this information the method is not reproducible, and the observed gains could be driven by the choice of λ rather than by the proposed regularizer. Please state the full loss, the λ/α/β values used in the main experiments, and a sensitivity analysis over λ.
  4. [Section 4, Main Results and Appendix B] All conclusions are based on averaged ranks or scores over 10 runs and 23/32 subjects, but no statistical significance tests are reported. Given the small per-subject test sets and the hand-weighted Borda aggregation, paired comparisons (e.g., Wilcoxon signed-rank tests across subjects or runs) with effect sizes or confidence intervals are needed to support claims such as 'LVL achieves the best aggregate rank across all benchmarked backbones and metrics'.
minor comments (5)
  1. [Section 4, Baselines] The text says 'five baseline methods' but then lists six: Regular, Co-teaching, SELF, DivideMix, CTW, and StudentLoss.
  2. [Appendix A, Eq. (33)] The constant in the second equivalence inequality appears mistyped: from the preceding line, the bound should be (N-1)^2 L1 rather than (N-1)^2/N L1 if L1 is defined by Eq. (11).
  3. [Section 3.4] The claim that L† is introduced 'in place of the standard identity matrix' is a modeling assumption rather than a consequence of the Full Expectation Assumption; the paper should state explicitly that this is a design choice, not a derivation.
  4. [Section 4.1, DEAP relabeling] The quartile-based relabeling of the 10-point DEAP scale into four bins changes the label space; please state explicitly that all reported DEAP numbers refer to the relabeled four-bin labels, and justify why this preprocessing does not itself remove the timescale-dependence being studied.
  5. [Appendix B] Figures 7-10 present the detailed rank tables as raster images; providing machine-readable numerical tables in the appendix would improve verifiability.

Circularity Check

1 steps flagged · score 4.0 of 10

The loss derivation is self-contained, but the validation loop is partially circular because the qualitative metrics are direct functions of the very adjacent-prediction differences that LVL minimizes, and these metrics carry half of the aggregate Borda weight.

  1. self definitional [Section 3.3, Eq. (1); Section 3.5 (definitions of vd, δd, Ac); Section 4, Evaluation Metrics (Borda weights)]
    "Local Variation Loss (LVL): L= 1/N Σ_{i=1}^N (Ŷ(t_i)−Ŷ(t_{i−1}))^T L†(Ŷ(t_i)−Ŷ(t_{i−1})) ... vd := 1/N Σ_{i=1}^N |y_{i+1}−y_i| ... δd = max_{1≤i<n} |y_{i+1}−y_i| ... the two quantitative metrics (F1 score, Top-2 accuracy) are assigned a weight of 0.25 each, while three qualitative metrics (Ac, vd, δd) are weighted by 1/6, ensuring equal total weights (0.5) for both the quantitative and qualitative evaluations."

    By construction, LVL penalizes the resistance-weighted difference between consecutive predictions, while the qualitative metrics vd, δd, and Ac are all monotonically decreasing functions of the same consecutive-prediction differences (in hard-label form). These three metrics receive half of the total Borda weight, so a model that learns to output nearly constant predictions both minimizes the LVL objective and automatically scores well on half of the aggregate ranking metric.

full rationale

The mathematical derivation of the proposed losses is not circular: LVL and LGCL are derived from stated assumptions (TDP, IVA, FEA) plus the classical commute-time distance identity, and the equivalence proof in Appendix A is a self-contained inequality argument. No load-bearing self-citations or imported uniqueness claims appear; the cited external works (e.g., Klein and Randić, Lovász) are standard results used as tools. The central circularity-adjacent issue is the evaluation loop. The paper introduces the qualitative metrics Ac, δd, and vd specifically to assess TsDLI, but these metrics are direct operationalizations of the same adjacent-prediction fluctuation magnitude that LVL is designed to suppress. Giving these three metrics half of the Borda weight means the aggregate ranking is largely predetermined toward the proposed regularizer, independent of whether the smoothed predictions correspond to true local emotions. The quantitative metrics (F1, Top-2) and the comparison against external baselines provide some independent content, which keeps the score moderate rather than severe. The paper's own limitation statements—that the regularizers do not infer time-resolved labels and that sparse ground truth prevents direct validation—further confirm that the qualitative metrics cannot be checked against an independent target. Overall, the derivation chain is sound, but the empirical confirmation of the central claim is partially definitional, yielding a partial circularity score of 4.

Assumptions & free parameters 6 free parameters · 7 assumptions · 0 invented entities

The central claim rests on hand-crafted emotion-transition graph assumptions and several stated domain postulates; the regularizers do not add free parameters beyond the graph and the unspecified loss weight, but the evaluation relies on chosen noise levels and Borda weights.

free parameters (6)
  • Emotion transition graph G0 (line graph with unit edge weights) = 1-2-3-4-5 path graph, all weights 1
    Hand-crafted prior based on TDP and IVA (Section 3.2); used as the L† kernel for LVL/LGCL.
  • Graph edge-weight configurations G1, G2, GA = G1: edges 1-2 and 4-5 carry half weight; G2: edges 2-3 and 3-4 carry half weight; GA: complete graph
    Ablation study in Table 1 shows alternative priors change results; G0 chosen for main results.
  • Regularization loss weight (lambda) = Not stated
    The paper does not specify how LVL/LGCL are combined with the classification loss, leaving the effective regularization strength ambiguous.
  • Borda count metric weights = F1 0.25, Top2 0.25, Ac 1/6, vd 1/6, delta_d 1/6
    Hand-chosen to balance quantitative (0.5) vs qualitative (0.5); Section 4.
  • Synthetic noise levels = 20% and 40% symmetric flips
    Chosen simulation parameters for label noise; not derived from data (Section 4).
  • DEAP quartile relabeling into 4 bins = Labels 0-9 mapped to quartiles 0-3
    Preprocessing choice to reduce scale-use variability; Section 4.1.
assumptions (7)
  • domain assumption Transition Difficulty Postulate (TDP): transitions between emotional levels become less likely as numerical distance grows (Assumption 3.1).
    Clinical intuition; used to justify line graph and commute distance costs.
  • domain assumption Intermediate Value Assumption (IVA): any transition from i to j passes through intermediate levels (Assumption 3.2).
    Used to construct the path graph; clinically motivated continuity assumption.
  • domain assumption Full Expectation Assumption (FEA): Y_G = E_t[Y(t)] (Assumption 3.3).
    Connects global label to local predictions; basis for LGCL derivation.
  • domain assumption Uniform density p(t) over segments when deriving LGCL (Section 3.4).
    Simplifies the expectation in Eq (2); not justified for actual trials with variable salience.
  • ad hoc to paper The L† kernel can replace the identity matrix in the variance loss without changing the objective's interpretation (Section 3.4).
    Inserted to account for label inhomogeneity; not derived from FEA.
  • standard math Graph Laplacian pseudoinverse is positive semi-definite and defines a valid commute-time/resistance distance (Klein-Randic theorem).
    Invoked in Section 3.1 and Appendix A.
  • standard math One-hot encoded labels combined with softmax cross-entropy; model outputs are prediction probabilities (Section 3).
    Standard classification setup; the LVL loss operates on probability vectors.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Commuting Distance Regularization for Timescale-Dependent Label Inconsistency in EEG Emotion Recognition." pith.science (2026). https://pith.science/paper/EOYNSRHC

@misc{pith2026250710895,
  author       = {Pith},
  title        = {Pith review of: Commuting Distance Regularization for Timescale-Dependent Label Inconsistency in EEG Emotion Recognition},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/EOYNSRHC}},
  note         = {Machine review of arXiv:2507.10895}
}
read the original abstract

In this work, we address the often-overlooked issue of Timescale Dependent Label Inconsistency (TsDLI) in training neural network models for EEG-based human emotion recognition. To mitigate TsDLI and enhance model generalization and explainability, we propose two novel regularization strategies: Local Variation Loss (LVL) and Local-Global Consistency Loss (LGCL). Both methods incorporate classical mathematical principles--specifically, functions of bounded variation and commute-time distances--within a graph theoretic framework. Complementing our regularizers, we introduce a suite of new evaluation metrics that better capture the alignment between temporally local predictions and their associated global emotion labels. We validate our approach through comprehensive experiments on two widely used EEG emotion datasets, DREAMER and DEAP, across a range of neural architectures including LSTM and transformer-based models. Performance is assessed using five distinct metrics encompassing both quantitative accuracy and qualitative consistency. Results consistently show that our proposed methods outperform state-of-the-art baselines, delivering superior aggregate performance and offering a principled trade-off between interpretability and predictive power under label inconsistency. Notably, LVL achieves the best aggregate rank across all benchmarked backbones and metrics, while LGCL frequently ranks the second, highlighting the effectiveness of our framework.

Figures

Figures reproduced from arXiv: 2507.10895 by the authors.

Figure 1
Figure 1. A visual representation of the Timescale Dependent Label Inconsistency (TsDLI) problem. a) The assumption that actual emotion track y(t) agrees with the self-reported global emotion label y G is too ideal to be true. Case b) where y(t) during experiment fluctuates reasonably around y G is more practical and logical. Too much fluctuations such as case c) is not likely to happen either, especially when data are collec… view at source ↗
Figure 2
Figure 2. Depending on the graph G(V, E), the target path may be a subset of actual admissible path. Case(a) shows a graph where the target path can be achieved with the same length. Case (b) is an example of the shortest admissible path where the sub-path 2 → 4 has to be completed via 3 since there is no direct edge between them. Given a predefined graph G(V, E) derived from clinical priors for modeling possible local emotio… view at source ↗
Figure 3
Figure 3. An illustration of the proposed metric is presented. On the left, two consecutive predictions are merged if [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figures from the paper (7 more)
Figure 4
Figure 4. Figure 4: Radar chart illustrating the performance of different methods across multiple evaluation metrics. Each axis [PITH_FULL_IMAGE:figures/full_fig_p010_4.png]
Figure 5
Figure 5. Figure 5: Case Study on emotion transitions for Subject 2’s third trial in the first fold, as predicted by the LSTM-based [PITH_FULL_IMAGE:figures/full_fig_p011_5.png]
Figure 6
Figure 6. Figure 6: Visualizations of transition behavior from differently trained models. On the left, the plot illustrates the total [PITH_FULL_IMAGE:figures/full_fig_p013_6.png]
Figure 7
Figure 7. Figure 7: Summary of rank tables from different comparisons under 20% label noise (DREAMER). Darker colors [PITH_FULL_IMAGE:figures/full_fig_p020_7.png]
Figure 8
Figure 8. Figure 8: Summary of rank tables from different comparisons under 40% label noise (DREAMER). Darker colors [PITH_FULL_IMAGE:figures/full_fig_p021_8.png]
Figure 9
Figure 9. Figure 9: Summary of rank tables from different comparisons under 20% label noise (DEAP). Darker colors indicate [PITH_FULL_IMAGE:figures/full_fig_p022_9.png]
Figure 10
Figure 10. Figure 10: Summary of rank tables from different comparisons under 40% label noise (DEAP). Darker colors indicate [PITH_FULL_IMAGE:figures/full_fig_p023_10.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

53 extracted references · 47 canonical work pages

  1. [1]

    Alvo and L

    M. Alvo and L. Philip. Statistical methods for ranking data, volume 1341. Springer, 2014

  2. [2]

    Berthelot, N

    D. Berthelot, N. Carlini, I. Goodfellow, N. Papernot, A. Oliver, and C. A. Raffel. Mixmatch: A holistic approach to semi-supervised learning. Advances in neural information processing systems, 32, 2019

  3. [3]

    T. Buda, A. Maki, and M. A. Mazurowski. A systematic study of the class imbalance problem in convolutional neural networks. Neural Networks, 106: 0 249--259, 2018

  4. [4]

    B \"u rkner

    P.-C. B \"u rkner. On the information obtainable from comparative judgments. psychometrika, 87 0 (4): 0 1439--1472, 2022

  5. [5]

    E. D. Cubuk, B. Zoph, D. Mane, V. Vasudevan, and Q. V. Le. Autoaugment: Learning augmentation strategies from data. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pages 113--123, 2019

  6. [6]

    H. Cui, A. Liu, X. Zhang, X. Chen, K. Wang, and X. Chen. Eeg-based emotion recognition using an end-to-end regional-asymmetric convolutional neural network. Knowledge-Based Systems, 205: 0 106243, 2020

  7. [7]

    R. J. Davidson. Affective style and affective disorders: Perspectives from affective neuroscience. Cognition & emotion, 12 0 (3): 0 307--330, 1998

  8. [8]

    I. Douven. A bayesian perspective on likert scales and central tendency. Psychonomic bulletin & review, 25: 0 1203--1211, 2018

Show all 53 references
  1. [9]

    Drot \'a r, M

    P. Drot \'a r, M. Gazda, and J. Gazda. Heterogeneous ensemble feature selection based on weighted B orda c ount. In 2017 9th International Conference on Information Technology and Electrical Engineering (ICITEE), pages 1--4. IEEE, 2017

  2. [10]

    Duan, J.-Y

    R.-N. Duan, J.-Y. Zhu, and B.-L. Lu. Differential entropy feature for EEG -based emotion classification. In 6th International IEEE/EMBS Conference on Neural Engineering (NER), pages 81--84. IEEE, 2013

  3. [11]

    Furlanello, Z

    T. Furlanello, Z. C. Lipton, M. Tschannen, L. Itti, and A. Anandkumar. Born again neural networks. In International Conference on Machine Learning (ICML), pages 1607--1616, 2018

  4. [12]

    Ghosh, H

    A. Ghosh, H. Kumar, and P. S. Sastry. Robust loss functions under label noise for deep neural networks. In Proceedings of the AAAI conference on artificial intelligence, volume 31, 2017

  5. [13]

    Goodfellow, Y

    I. Goodfellow, Y. Bengio, A. Courville, and Y. Bengio. Deep learning, volume 1. MIT press Cambridge, 2016

  6. [14]

    Gutentag, O

    T. Gutentag, O. P. John, J. J. Gross, and M. Tamir. Incremental theories of emotion across time: Temporal dynamics and correlates of change. Emotion, 22 0 (6): 0 1137, 2022

  7. [15]

    B. Han, Q. Yao, X. Yu, G. Niu, M. Xu, W. Hu, I. Tsang, and M. Sugiyama. Co-teaching: Robust training of deep neural networks with extremely noisy labels. Advances in neural information processing systems, 31, 2018

  8. [16]

    Janocha and W

    K. Janocha and W. M. Czarnecki. On loss functions for deep neural networks in classification. arXiv preprint arXiv:1702.05659, 2017

  9. [17]

    Katsigiannis and N

    S. Katsigiannis and N. Ramzan. Dreamer: A database for emotion recognition through eeg and ecg signals from wireless low-cost off-the-shelf devices. IEEE journal of biomedical and health informatics, 22 0 (1): 0 98--107, 2017

  10. [18]

    D. J. Klein and M. Randić. Resistance distance. Journal of Mathematical Chemistry, 12: 0 81--95, 1993

  11. [19]

    Koelstra, C

    S. Koelstra, C. Muhl, M. Soleymani, J.-S. Lee, A. Yazdani, T. Ebrahimi, T. Pun, A. Nijholt, and I. Patras. Deap: A database for emotion analysis; using physiological signals. IEEE transactions on affective computing, 3 0 (1): 0 18--31, 2011

  12. [20]

    Kuppens and P

    P. Kuppens and P. Verduyn. Emotion dynamics. Current Opinion in Psychology, 17: 0 22--26, 2017

  13. [21]

    V. J. Lawhern, A. J. Solon, N. R. Waytowich, S. M. Gordon, C. P. Hung, and B. J. Lance. Eegnet: a compact convolutional neural network for eeg-based brain--computer interfaces. Journal of neural engineering, 15 0 (5): 0 056013, 2018

  14. [22]

    F. Li, H. Xu, C. Wu, et al. Learning from noisy labels with distillation. In International Joint Conference on Artificial Intelligence (IJCAI), 2021

  15. [23]

    J. Li, R. Socher, and S. C. Hoi. Dividemix: Learning with noisy labels as semi-supervised learning. arXiv preprint arXiv:2002.07394, 2020

  16. [24]

    X. Li, Y. Zhang, P. Tiwari, D. Song, B. Hu, M. Yang, Z. Zhao, N. Kumar, and P. Marttinen. EEG based emotion recognition: A tutorial and review. ACM Computing Surveys, 55 0 (4): 0 1--57, 2022

  17. [25]

    C. Liu, X. Zhou, Z. Zhu, L. Zhai, Z. Jia, and Y. Liu. Vbh-gnn: variational bayesian heterogeneous graph neural networks for cross-subject emotion recognition. In The Twelfth International Conference on Learning Representations, 2024

  18. [26]

    Z. Liu, D. Chen, W. Pei, Q. Ma, et al. Scale-teaching: Robust multi-scale training for time series classification with noisy labels. Advances in Neural Information Processing Systems, 36: 0 33726--33757, 2023

  19. [27]

    Lov \'a sz

    L. Lov \'a sz. Random walks on graphs. Combinatorics, Paul erdos is eighty, 2 0 (1-46): 0 4, 1993

  20. [28]

    P. Ma, Z. Liu, J. Zheng, L. Wang, and Q. Ma. CTW : C onfident T ime- W arping for T ime- S eries L abel- N oise L earning. In IJCAI, pages 4046--4054, 2023

  21. [29]

    D. T. Nguyen, C. K. Mummadi, T. P. N. Ngo, T. H. P. Nguyen, L. Beggel, and T. Brox. Self: Learning to filter noisy labels with self-ensembling. arXiv preprint arXiv:1910.01842, 2019

  22. [30]

    Pallasdies, P

    F. Pallasdies, P. Norton, J.-H. Schleimer, and S. Schreiber. Neural optimization: Understanding trade-offs with pareto theory. Current opinion in neurobiology, 71: 0 84--91, 2021

  23. [31]

    Patrini, A

    G. Patrini, A. Rozza, A. K. Menon, R. Nock, and L. Qu. Making deep neural networks robust to label noise: A loss correction approach. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pages 1944--1952, 2017

  24. [32]

    D. L. Paulhus, S. Vazire, et al. The self-report method. Handbook of research methods in personality psychology, 1 0 (2007): 0 224--239, 2007

  25. [33]

    N. A. Puccetti, W. J. Villano, J. P. Fadok, and A. S. Heller. Temporal dynamics of affect in the brain: Evidence from human imaging and animal models. Neuroscience & Biobehavioral Reviews, 133: 0 104491, 2022

  26. [34]

    M. Ren, W. Zeng, B. Yang, and R. Urtasun. Learning to reweight examples for robust deep learning. In International Conference on Machine Learning (ICML), pages 4334--4343, 2018

  27. [35]

    D. G. Saari. The optimal ranking method is the B orda C ount. Technical report, Discussion paper, 1985

  28. [36]

    W. E. Saris and I. N. Gallhofer. Design, evaluation, and analysis of questionnaires for survey research. John Wiley & Sons, 2014

  29. [37]

    K. R. Scherer. The dynamic architecture of emotion: Evidence for the component process model. Cognition and emotion, 23 0 (7): 0 1307--1351, 2009

  30. [38]

    H. Song, J. Choi, and I. Y. Lee. Multi-class learning from noisy partial labels. IEEE Transactions on Neural Networks and Learning Systems, 32 0 (12): 0 5600--5613, 2021

  31. [39]

    H. Song, M. Kim, D. Park, Y. Shin, and J.-G. Lee. Learning from noisy labels with deep neural networks: A survey. IEEE transactions on neural networks and learning systems, 34 0 (11): 0 8135--8153, 2022

  32. [40]

    R. Song, Y. Li, Y. Jia, Y. Wang, and P. Rao. Efficient, robust and divisible paired comparison for subjective quality assessment. Multimedia Tools and Applications, 77: 0 13597--13613, 2018

  33. [41]

    Tanaka, D

    D. Tanaka, D. Ikami, T. Yamasaki, and K. Aizawa. Joint optimization framework for learning with noisy labels. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pages 5552--5560, 2018

  34. [42]

    Tarvainen and H

    A. Tarvainen and H. Valpola. Mean teachers are better role models: Weight-averaged consistency targets improve semi-supervised deep learning results. In Advances in Neural Information Processing Systems (NeurIPS), pages 1195--1204, 2017

  35. [43]

    Tourangeau, L

    R. Tourangeau, L. J. Rips, and K. Rasinski. The psychology of survey response. Cambridge University Press, 2000

  36. [44]

    Von Luxburg

    U. Von Luxburg. A tutorial on spectral clustering. Statistics and computing, 17: 0 395--416, 2007

  37. [45]

    Q. Wang, Y. Ma, K. Zhao, and Y. Tian. A comprehensive survey of loss functions in machine learning. Annals of Data Science, pages 1--26, 2020

  38. [46]

    Y. Wang, X. Ma, Z. Chen, Y. Luo, J. Yi, and J. Bailey. Symmetric cross entropy for robust learning with noisy labels. In Proceedings of the IEEE/CVF international conference on computer vision, pages 322--330, 2019

  39. [47]

    Z. Wang, D. Sun, S. Zhou, H. Wang, J. Fan, L. Huang, and J. Bu. Noisy GL : A C omprehensive B enchmark for G raph N eural N etworks under L abel N oise. Advances in Neural Information Processing Systems, 37: 0 38142--38170, 2025

  40. [48]

    C. E. Waugh, E. Z. Shing, and B. M. Avery. Temporal dynamics of emotional processing in the brain. Emotion Review, 7 0 (4): 0 323--329, 2015

  41. [49]

    Xie, M.-T

    Q. Xie, M.-T. Luong, E. Hovy, and Q. V. Le. Self-training with noisy student improves imagenet classification. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 10687--10698, 2020

  42. [50]

    T. Yue, S. Xue, X. Gao, Y. Tang, L. Guo, J. Jiang, and J. Liu. Eegpt: Unleashing the potential of eeg generalist foundation model by autoregressive pre-training. arXiv preprint arXiv:2410.19779, 2024

  43. [51]

    Zhang, J.-Q

    S. Zhang, J.-Q. Li, H. Fujita, Y.-W. Li, D.-B. Wang, T.-T. Zhu, M.-L. Zhang, and C.-Y. Liu. Student loss: Towards the probability assumption in inaccurate supervision. IEEE Transactions on Pattern Analysis and Machine Intelligence, 46 0 (6): 0 4460--4475, 2024

  44. [52]

    Zhang and M

    Z. Zhang and M. Sabuncu. Generalized cross entropy loss for training deep neural networks with noisy labels. Advances in neural information processing systems, 31, 2018

  45. [53]

    Zheng and B.-L

    W.-L. Zheng and B.-L. Lu. Investigating critical frequency bands and channels for eeg-based emotion recognition with deep neural networks. IEEE Transactions on autonomous mental development, 7 0 (3): 0 162--175, 2015

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.