Pith. sign in

REVIEW 2 major objections 4 minor 27 references

Optimized Spectral Fault Receptive Fields for Diagnosis-Informed Prognosis

T0 review · 2 major / 4 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read This paper proposes biologically inspired spectral filters, tuned by evolutionary optimization, that turn vibration spectra into bearing-degradation indicators able to detect early faults and support remaining-useful-life prediction.

desk verdict Novel, clearly specified spectral condition indicator with a reproducible implementation, but the RUL accuracy claim rests on in-sample resubstitution on one bearing and needs held-out validation. read the letter →

arxiv 2506.12375 v1 pith:2UQKSSI3 submitted 2025-06-14 cs.NE cs.AIcs.CVcs.LG

classification cs.NEcs.AIcs.CVcs.LG
keywords spectralfaultreceptivefieldsbearingdiagnosisremainingusefullifeconditionindicatorscenter-surroundfilteringdifferenceofGaussiansNSGA-IIvibrationspectra
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

The paper introduces Spectral Fault Receptive Fields (SFRFs), frequency-domain filters with a narrow excitatory center and a wider inhibitory surround, modeled on center-surround retinal ganglion cells. It argues that placing these filters at the characteristic fault frequencies of bearings, including harmonics and sidebands, produces condition indicators that track degradation from the healthy state through abrupt defect onset. It further argues that tuning the filter parameters with a multi-objective evolutionary algorithm (simultaneously minimizing remaining-useful-life error, maximizing monotonicity, and promoting smoothness) yields indicators that characterize degradation better than empirically chosen parameters. The demonstration on a public run-to-failure bearing dataset supports the detection of early-stage faults and their precursors, and the authors report that a bagging regressor on the optimized spectral representations gives accurate RUL estimates, noting the results are preliminary and reflect training loss only. If correct, SFRFs offer an interpretable, computationally light alternative to black-box features for bearing prognostics.

What carries the argument

The central object is the Spectral Fault Receptive Field: a spectral difference-of-Gaussians mask centered on a fault's characteristic frequencies, with a center-to-surround bandwidth ratio of 1:3 and a sigma-rule parameter controlling how sharply the Gaussian falls off at band edges. The mask is multiplied elementwise by the FFT magnitude of the vibration signal and integrated over frequency, producing one scalar per fault mode per acceleration channel; a memory buffer stacks consecutive SFRF vectors to give the RUL regressor temporal context. The parameters (center and surround widths, sigma rules, and an inhibition factor) are tuned by NSGA-II, with three objectives: RUL prediction mean squared error from a bagging-regressor surrogate, monotonicity measured as the geometric mean of Spearman correlations between each indicator and snapshot time, and smoothness measured by median absolute deviation of first differences.

What would settle it

A held-out evaluation would settle the RUL claim: train the same bagging regressor with buffered SFRF indicators on the first portion of a bearing's degradation trajectory and evaluate on the later portion, or train on one bearing and test on another bearing from the same operating condition. If higher-order buffered indicators do not reduce held-out error relative to the zero-order indicators, the claimed benefit of temporal memory is an artifact of resubstitution; a seeded-fault experiment with known defect onset time would similarly test the precursor-detection claim.

Watch

Extended reading notes

Core claim

The central claim is that a center-surround contrast operation on the vibration spectrum, done at the well-known characteristic frequencies of bearing components, creates per-fault-mode scalar indicators that encode the bearing's degradation state. The authors define an SFRF as the difference between a narrow Gaussian spectral mask (the excitatory center) and a broader, inhibited Gaussian mask (the surround), integrated against the Fourier magnitude of an accelerometer snapshot. They report that all four SFRFs (outer race, inner race, ball, and cage) detect a sudden defect event in the bearing trajectory, and that the ball and cage indicators respond even earlier, which they interpret as a precursor. After NSGA-II optimization, the evolved receptors produce smoother, more informative degradation trajectories than the empirically chosen ones, and a buffered higher-order condition-indicator vector improves RUL tracking on the training data. The paper frames this as evidence that biologically inspired, diagnosis-informed spectral features can serve as a grounded basis for both condition monitoring and prognosis.

Load-bearing premise

The load-bearing premise is that the low prediction error measured on the same degradation trajectory the predictor was trained on reflects genuine remaining-useful-life forecasting skill, not memorization; the paper itself acknowledges that the results reflect only the training loss.

Editorial extensions

If this is right

  • SFRF-based condition indicators can flag incipient bearing faults and their precursors, with the ball and cage filters responding before the main defect event.
  • Evolutionary tuning of the receptive-field parameters yields smoother, more clearly degraded trajectories than empirically chosen parameters, improving the interpretability of the health indicator.
  • Higher-order buffered SFRFs (e.g., 10th order) roughly halve resubstitution RUL error and track the true RUL trajectory over the bearing's operational life in the training data.
  • Because the spectral masks can be precomputed per operating mode and applied as elementwise products, SFRFs add little beyond the FFT cost, making them suitable for onboard deployment.
  • The observed conflict between monotonicity and RUL error on the Pareto front implies that conventional monotonicity metrics can undervalue indicators, such as the cage SFRF, that track degradation from the start of life.

Reading between the lines

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

  • Because each fault mode's SFRF is computed independently, a natural next step is to optimize parameters separately per mode rather than jointly; the paper flags this possibility but does not test it.
  • A decisive extension would be to replace the resubstitution evaluation with cross-validation on the same bearing or a held-out bearing from the same operating condition, to see whether the buffered-order advantage survives out-of-sample.
  • The same center-surround spectral contrast could transfer to other rotating-machine components with known characteristic frequencies, such as gear meshing, or to electric-drive faults like winding and demagnetization signatures, if their spectral locations are known.
  • Ensemble interpretation across the Pareto front, where some SFRFs specialize in monitoring and others in RUL prediction, could yield a more adaptive health indicator than any single optimized parameter set.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

2 major / 4 minor

Summary. The paper introduces Spectral Fault Receptive Fields (SFRFs), a frequency-domain feature extraction method inspired by center-surround retinal receptive fields. SFRFs are constructed as difference-of-Gaussians spectral masks centered on bearing characteristic frequencies (BPFO, BPFI, BSF, FTF) including harmonics and sidebands, with the resulting activity integrated to form condition indicators. Parameters (center/surround bandwidths, sigma rules, inhibition factor) are first chosen empirically and then optimized with NSGA-II using three objectives: RUL prediction error (measured by a bagging regressor on a sub-sampled Bearing1_1 degradation trajectory), monotonicity, and smoothness. The paper reports qualitative condition-monitoring results on the XJTU-SY dataset, analyzes the Pareto front, and claims that buffered SFRFs of increasing order achieve accurate RUL prediction. The authors explicitly acknowledge that the reported RUL results reflect only training loss and require rigorous cross-validation.

Significance. If properly validated, SFRFs would constitute an interpretable, low-computational-cost method for constructing bearing condition indicators, with the biological analogy and the explicit multi-objective tuning framework being attractive features. The paper provides a formal definition of the SFRF computation, a reproducible MATLAB notebook (DOI provided), and a clear qualitative demonstration on Bearing1_1. However, the quantitative support for the central RUL prediction claim is currently limited to in-sample resubstitution on a single bearing, and the early-fault-detection claims are based on visual interpretation. The contribution is therefore best assessed as a promising proof-of-concept whose main quantitative claims need additional validation before they can be accepted as established.

major comments (2)
  1. [5.3, Table 4, Figure 11] The early-fault-detection and precursor-detection claims in Section 5.2 and Figure 7 rest entirely on visual interpretation of the SFRF time series for Bearing1_1. No ground-truth fault-onset labels, quantitative detection metrics, or comparison with established detection baselines (e.g., envelope analysis, kurtosis, RMS) are provided. Stating that a trajectory 'may reasonably be interpreted' as a precursor is not sufficient evidence for the claim that SFRFs 'detect early-stage faults and their precursors.' Quantitative detection evaluation or a substantially weakened claim is needed.
  2. [5.1, 5.3] The optimization and evaluation are performed on the same bearing trajectory (Bearing1_1). The comparison between the empirically selected and the optimized SFRFs (Figure 10) is therefore subject to selection bias: the optimized parameters were chosen by minimizing the RUL error on this trajectory, so improved performance on the same trajectory is not evidence of general improvement. The superiority of the optimized parameters should be demonstrated on a different bearing or an independent validation fold.
minor comments (4)
  1. [4.1] The notation for the admissible mask set and the pointwise maximum over a finite subset is confusing: the set M and a subset M are denoted similarly, and the expression for the disjunction is not typeset cleanly. Please clarify by using distinct symbols for the set of all masks and a finite subset, and by writing the pointwise maximum explicitly.
  2. [5.3] The domain bounds for the NSGA-II parameters are given as 'κC, κS ∈ n−2, n2, κH ∈ [0, 1] with n = 3.' This notation is unclear; state the bounds explicitly (e.g., [−2, 2] for the sigma rules) and explain the role of n.
  3. [5.3] Figure 11 is described as showing 'resubstitution loss' and 'RUL estimation' for different orders, but the figure caption does not mention that the displayed errors are training errors. Please make this explicit in the caption to avoid misleading readers.
  4. [3.2] In Table 2, the equation for BPFO includes a stray closing bracket ']' after the formula, and the text introduces 'Fc' and 'Fb' but the main text later refers to 'cage' and 'ball' frequencies; please ensure consistent notation throughout.

Circularity Check

1 steps flagged · score 6.0 of 10

Reported RUL accuracy is the same in-sample MSE used as NSGA-II objective on Bearing1_1; the paper concedes it is only training loss, so the prediction claim is currently a fit rather than a validated result.

  1. fitted input called prediction [Section 5.3, 'Optimizing for Condition Monitoring and Prognosis' (Table 4; Figure 10; Figure 11)]
    "To predict the remaining useful life (RUL), we trained a bagging regression ensemble model on a sub-sampled degradation trajectory of Bearing1_1. ... While these results are encouraging, they reflect only the training loss and must be substantiated through rigorous cross-validation methodologies."

    The NSGA-II objective 'RUL Error (MSE)' in Table 4 is the same mean-squared-error quantity reported in Figure 11 as 'Training (resubstitution) MSE'. The surrogate bagging regressor is trained on a sub-sampled degradation trajectory of Bearing1_1, the same Bearing1_1 trajectory on which the Pareto-best solution is selected ('the individual from the Pareto front that achieved the best RUL prediction performance') and on which Figure 11 reports the resulting RUL tracking. Thus the claimed 'accurate RUL prediction' is the fitted model's training loss on the very data used to fit both the regressor and the SFRF parameters.

full rationale

The qualitative contributions---SFRF construction, the DoG-inspired filter design, and the observation that the evolved indicators track degradation on Bearing1_1---are not circular: they are demonstrated by inspection of the feature trajectories, and the SFRF definition does not presuppose the RUL result. No load-bearing self-citation, uniqueness argument, or ansatz-smuggled-via-citation was found; the paper's own construction is largely self-contained. However, the central quantitative claim that the representation 'achieves accurate RUL prediction using a bagging regressor' is circular by construction. The RUL error objective used by NSGA-II for parameter selection is computed with a bagging regressor trained on Bearing1_1, and the reported accuracy in Figure 11 is the resubstitution (training) loss on that same single bearing's trajectory. Model fitting and model selection are both performed on the same data, so the reported low MSE is a measure of memorization potential rather than predictive generalization. The paper itself acknowledges this limitation in Section 5.3. Because the paper's headline quantitative result reduces to an in-sample fit that the authors explicitly label as training loss, a circularity score of 6 is warranted. The monotonicity and smoothness evaluations are also in-sample, but they are feature-quality metrics rather than the paper's headline predictive claim.

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

The ledger is dominated by the hand-set and NSGA-II-tuned parameters of the DoG masks, and by the domain assumption that theoretical fault frequencies are the correct spectral foci. No new physical entities are postulated; SFRF is a computational feature extractor. The main circularity risk is that the optimization and the RUL evaluation both use Bearing1_1.

free parameters (6)
  • Center bandwidth W_C = 4 Hz (empirical)
    Hand-selected in Section 5.1 as 1/10 of the maximum operational speed; controls the excitatory center width.
  • Surround bandwidth W_S = 12 Hz (empirical)
    Hand-selected in Section 5.1 as 3x W_C; controls the inhibitory surround width.
  • Center sigma rule kappa_C = 2 (empirical); 1.0253 (Pareto-optimal)
    Determines how the Gaussian is truncated within the center band; optimized by NSGA-II in Section 5.3.
  • Surround sigma rule kappa_S = 2 (empirical); 0.8905 (Pareto-optimal)
    Determines Gaussian truncation in the surround band; optimized by NSGA-II.
  • Inhibition factor kappa_H = 1/3 (empirical); 0.8647 (Pareto-optimal)
    Scales the surround subtraction in Equation 2; optimized by NSGA-II.
  • Harmonic and sideband counts N_h, N_s = not reported
    Define the characteristic frequency sets in Table 3; the paper says these need future tuning but gives no values.
assumptions (5)
  • standard math FFT and Gaussian spectral masks are valid analysis tools for vibration signals
    Invoked in Section 4 for frequency-domain filtering.
  • domain assumption Bearing degradation is irreversible and free of regenerative processes
    Stated in Section 5 as justification for the monotonicity criterion.
  • domain assumption Characteristic fault frequencies (BPFO, BPFI, BSF, FTF) computed from geometry and constant shaft speed mark the location of fault signatures, including harmonics and sidebands
    This is the foundation of the SFRF design in Section 3.2 and Table 3.
  • domain assumption The XJTU-SY snapshot protocol (1.28 s window, 1 min interval, 0.78125 Hz resolution) is adequate to resolve fault bands and track degradation
    Acknowledged as a resolution limit in Section 5.1.
  • ad hoc to paper A bagging regressor trained on a sub-sampled trajectory of Bearing1_1 is a suitable surrogate for RUL prediction during optimization
    Introduced in Section 5.3; this choice ties the optimization and evaluation to the same bearing.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Optimized Spectral Fault Receptive Fields for Diagnosis-Informed Prognosis." pith.science (2026). https://pith.science/paper/2UQKSSI3

@misc{pith2026250612375,
  author       = {Pith},
  title        = {Pith review of: Optimized Spectral Fault Receptive Fields for Diagnosis-Informed Prognosis},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/2UQKSSI3}},
  note         = {Machine review of arXiv:2506.12375}
}
read the original abstract

This paper introduces Spectral Fault Receptive Fields (SFRFs), a biologically inspired technique for degradation state assessment in bearing fault diagnosis and remaining useful life (RUL) estimation. Drawing on the center-surround organization of retinal ganglion cell receptive fields, we propose a frequency-domain feature extraction algorithm that enhances the detection of fault signatures in vibration signals. SFRFs are designed as antagonistic spectral filters centered on characteristic fault frequencies, with inhibitory surrounds that enable robust characterization of incipient faults under variable operating conditions. A multi-objective evolutionary optimization strategy based on NSGA-II algorithm is employed to tune the receptive field parameters by simultaneously minimizing RUL prediction error, maximizing feature monotonicity, and promoting smooth degradation trajectories. The method is demonstrated on the XJTU-SY bearing run-to-failure dataset, confirming its suitability for constructing condition indicators in health monitoring applications. Key contributions include: (i) the introduction of SFRFs, inspired by the biology of vision in the primate retina; (ii) an evolutionary optimization framework guided by condition monitoring and prognosis criteria; and (iii) experimental evidence supporting the detection of early-stage faults and their precursors. Furthermore, we confirm that our diagnosis-informed spectral representation achieves accurate RUL prediction using a bagging regressor. The results highlight the interpretability and principled design of SFRFs, bridging signal processing, biological sensing principles, and data-driven prognostics in rotating machinery.

Figures

Figures reproduced from arXiv: 2506.12375 by the authors.

Figure 1
Figure 1. Schematic diagram of bearing geometry and parameters. Vibration signature analysis fundamentally depends on monitoring changes in vibration near the characteristic frequen￾cies of bearings. As degradation progresses, the activity within these frequency bands evolves, reflecting the bearing’s health state. Building on this established principle, our processing pipeline begins by computing these characteristic bands. … view at source ↗
Figure 2
Figure 2. Fault Frequency Bands for the first and second [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 4
Figure 4. Encoding pathway underlying receptive field formation in primate retinal midget (P) ganglion cells (with [PITH_FULL_IMAGE:figures/full_fig_p006_4.png] view at source ↗
Figures from the paper (7 more)
Figure 5
Figure 5. Figure 5: Receptive field visualization for two different fault modes across the frequency spectrum. The DoG parameters [PITH_FULL_IMAGE:figures/full_fig_p007_5.png]
Figure 6
Figure 6. Figure 6: Processing pipeline for the computation of condition indicators using buffered SFRFs. [PITH_FULL_IMAGE:figures/full_fig_p008_6.png]
Figure 7
Figure 7. Figure 7: Temporal behavior of SFRFs for the bearing labeled Bearing1_1. The parameters of the receptive fields were [PITH_FULL_IMAGE:figures/full_fig_p010_7.png]
Figure 8
Figure 8. Figure 8: The local Pareto-optimal front identified by NSGA-II after 155 iterations and 7,750 function evaluations [PITH_FULL_IMAGE:figures/full_fig_p011_8.png]
Figure 9
Figure 9. Figure 9: Spectral Fault Receptive Fields (SFRFs) for parameter sets on the local Pareto-optimal front identified using [PITH_FULL_IMAGE:figures/full_fig_p013_9.png]
Figure 10
Figure 10. Figure 10: Comparison of condition indicators obtained with empirical parameters versus the best RUL-predicting local [PITH_FULL_IMAGE:figures/full_fig_p014_10.png]
Figure 11
Figure 11. Figure 11: Training (resubstitution) MSE error with increasing orders and comparison of RUL estimations between 0th [PITH_FULL_IMAGE:figures/full_fig_p014_11.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

27 extracted references · 19 canonical work pages

  1. [7]

    Submitted to International Journal of Robust and Nonlinear Control

    doi:10.22541/au.172146328.87517875/v1. Submitted to International Journal of Robust and Nonlinear Control. Ying Fu, Ye Kwon Huh, and Kaibo Liu. Degradation Modeling and Prognostic Analysis Under Un- known Failure Modes. IEEE Transactions on Automation Science and Engineering , 22:11012–11025,

  2. [9]

    Accessed: 2025-06-10

    URL https://gillsc.com/ weardetect-explained-5-minute-video/ . Accessed: 2025-06-10. Einar Løvli Hidle. Early Detection of Subsurface Cracks in Rolling Element Bearings using the Acoustic Emission Time Series. Master’s thesis, Norwegian University of Science and Technology (NTNU),

  3. [17]

    Danh Ngoc Nguyen, Laurence Dieulle, and Antoine Grall

    doi:https://doi.org/10.1016/j.ymssp.2017.12.009. Danh Ngoc Nguyen, Laurence Dieulle, and Antoine Grall. Remaining Useful Lifetime Prognosis of Controlled Systems: A Case of Stochastically Deteriorating Actuator. Mathematical Problems in Engineering, 2015:1–16,

  4. [18]

    16 Optimized Spectral Fault Receptive Fields for Diagnosis-Informed Prognosis A PREPRINT You-Jin Park, Shu-Kai S

    doi:10.1155/2015/356916. 16 Optimized Spectral Fault Receptive Fields for Diagnosis-Informed Prognosis A PREPRINT You-Jin Park, Shu-Kai S. Fan, and Chia-Yu Hsu. A Review on Fault Detection and Process Diagnostics in Industrial Processes. Processes, 8(9),

  5. [23]

    doi:10.1109/PHM.2008.4711436. D. F. Shi, W. J. Wang, and L. S. Qu. Defect Detection for Bearings Using Envelope Spectra of Wavelet Transform . Journal of Vibration and Acoustics, 126(4):567–573, 12

  6. [25]

    Moncef Soualhi, Khanh T.P

    doi:10.1152/jn.00302.2024. Moncef Soualhi, Khanh T.P. Nguyen, Kamal Medjaher, Fatiha Nejjari, Vicenc Puig, Joaquim Blesa, Joseba Quevedo, and Francesc Marlasca. Dealing with prognostics uncertainties: Combination of direct and re- cursive remaining useful life estimations. Computers in Industry , 144:103766,

  7. [26]

    doi:https://doi.org/10.1016/j.compind.2022.103766

    ISSN 0166-3615. doi:https://doi.org/10.1016/j.compind.2022.103766. George Vachtsevanos, Frank Lewis, Michael Roemer, Andrew Hess, and Biqing Wu.Intelligent Fault Diagnosis and Prognosis for Engineering Systems. Wiley, Hoboken, NJ, USA,

  8. [27]

    Weizhong Yan, Hai Qiu, and Naresh Iyer

    doi:10.1109/TR.2018.2882682. Weizhong Yan, Hai Qiu, and Naresh Iyer. Feature Extraction for Bearing Prognostics and Health Management (PHM)–A Survey. Technical report, Air Force Research Laboratory (AFRL/RXLMN),

Show all 27 references
  1. [1972]

    James G. McLeish. Enhancing MIL-HDBK-217 reliability predictions with physics of failure methods. In 2010 Proceedings - Annual Reliability and Maintainability Symposium (RAMS) , pages 1–6,

  2. [1990]

    Engel, B.J

    S.J. Engel, B.J. Gilmartin, K. Bongort, and A. Hess. Prognostics, the real issues involved with predicting life remaining. In 2000 IEEE Aerospace Conference. Proceedings (Cat. No.00TH8484) , volume 6, pages 457–469 vol.6,

  3. [2000]

    Mônica S Felix, John J Martinez, and Christophe Bérenguer

    doi:10.1109/AERO.2000.877920. Mônica S Felix, John J Martinez, and Christophe Bérenguer. Remaining Useful Life (RUL) Control of Controlled Systems under Degradation. Authorea Preprints,

  4. [2002]

    MIL-HDBK-217F: Military Handbook – Reliability Prediction of Electronic Equipment

    doi:10.1109/4235.996017. MIL-HDBK-217F: Military Handbook – Reliability Prediction of Electronic Equipment . Department of Defense, Washington, DC,

  5. [2004]

    Manula A

    doi:10.1115/1.1804995. Manula A. Somaratna and Alan W. Freeman. The receptive field construction of midget ganglion cells in primate retina. Journal of Neurophysiology, 133(1):268–285,

  6. [2005]

    Abhinav Saxena, Jose Celaya, Edward Balaban, Kai Goebel, Bhaskar Saha, Sankalita Saha, and Mark Schwabacher

    doi:https://doi.org/10.1016/j.jsv.2004.02.058. Abhinav Saxena, Jose Celaya, Edward Balaban, Kai Goebel, Bhaskar Saha, Sankalita Saha, and Mark Schwabacher. Metrics for evaluating performance of prognostic techniques. In 2008 International Conference on Prognostics and Health M...

  7. [2008]

    doi:10.7551/mitpress/7626.003.0008

    ISBN 9780262256384. doi:10.7551/mitpress/7626.003.0008. Wahyu Caesarendra, Buyung Kosasih, Kiet Tieu, and Craig A.S. Moodie. An application of nonlinear feature extraction - A case study for low speed slewing bearing condition monitoring and prognosis. In 2013 IEEE/ASME Intern...

  8. [2009]

    doi:10.1007/s12182-009-0034-8

    ISSN 1995-8226. doi:10.1007/s12182-009-0034-8. URL https://doi.org/10.1007/s12182-009-0034-8 . International Organization for Standardization. ISO 20816-3:2022. Mechanical vibration – Measurement and evaluation of machine vibration – Part 3: Industrial machines with nominal po...

  9. [2010]

    doi:10.1109/RAMS.2010.5448044. J. W. McPherson. Reliability Physics and Engineering: Time-To-Failure Modeling. Springer, Cham, 3rd edition,

  10. [2012]

    Jiadong Meng, Changfeng Yan, Guangyi Chen, Yaofeng Liu, and Lixiao Wu

    doi:10.1109/TR.2012.2194175. Jiadong Meng, Changfeng Yan, Guangyi Chen, Yaofeng Liu, and Lixiao Wu. Health Indicator of Bearing Constructed by rms-CUMSUM and GRRMD-CUMSUM With Multifeatures of Envelope Spectrum. IEEE Transactions on Instrumentation and Measurement, 70:1–16,

  11. [2013]

    15 Optimized Spectral Fault Receptive Fields for Diagnosis-Informed Prognosis A PREPRINT Xiao-Dan Chen, Ke Li, Shao-Fan Wang, and Hao-Bo Liu

    doi:10.1109/AIM.2013.6584344. 15 Optimized Spectral Fault Receptive Fields for Diagnosis-Informed Prognosis A PREPRINT Xiao-Dan Chen, Ke Li, Shao-Fan Wang, and Hao-Bo Liu. Switching Unscented Kalman Filters With Unknown Transition Probabilities for Remaining Useful Life Predic...

  12. [2015]

    doi:10.1007/978-94-017-9837-2

    ISBN 978-94-017-9837-2. doi:10.1007/978-94-017-9837-2. Ali Moshrefzadeh and Alessandro Fasana. The Autogram: An effective approach for selecting the optimal demodulation band in rolling element bearings diagnosis. Mechanical Systems and Signal Processing , 105:294–318,

  13. [2017]

    Yi Qin, Jiahong Yang, Jianghong Zhou, Huayan Pu, and Yongfang Mao

    doi:10.1155/2017/6754968. Yi Qin, Jiahong Yang, Jianghong Zhou, Huayan Pu, and Yongfang Mao. A new supervised multi-head self-attention autoencoder for health indicator construction and similarity-based machinery RUL prediction. Advanced Engineering Informatics, 56:101973,

  14. [2018]

    MathWorks

    doi:https://doi.org/10.1016/j.ymssp.2017.11.016. MathWorks. Predictive Maintenance Toolbox User’s Guide R2024b. MathWorks,

  15. [2020]

    Aisong Qin, Qinghua Zhang, Qin Hu, Guoxi Sun, Jun He, and Shuiquan Lin

    doi:10.3390/pr8091123. Aisong Qin, Qinghua Zhang, Qin Hu, Guoxi Sun, Jun He, and Shuiquan Lin. Remaining Useful Life Prediction for Rotating Machinery Based on Optimal Degradation Indicator. Shock and Vibration, 2017:Article ID 6754968, 12 pages,

  16. [2021]

    Alvaro Moreno and Matteo Mossio

    doi:10.1109/TIM.2021.3054000. Alvaro Moreno and Matteo Mossio. Biological Autonomy: A Philosophical and Theoretical Enquiry . Springer, Dordrecht,

  17. [2023]

    Robert B Randall

    doi:https://doi.org/10.1016/j.aei.2023.101973. Robert B Randall. State of the art in monitoring rotating machinery-part

  18. [2024]

    Kalyanmoy Deb, Amrit Pratap, Sameer Agarwal, and T

    doi:10.1109/JSEN.2024.3445934. Kalyanmoy Deb, Amrit Pratap, Sameer Agarwal, and T. Meyarivan. A Fast and Elitist Multiobjective Genetic Algorithm: NSGA-II. IEEE Transactions on Evolutionary Computation, 6(2):182–197,

  19. [2025]

    Gill Sensors & Controls

    doi:10.1109/TASE.2025.3530845. Gill Sensors & Controls. WearDetect explained (5 minute video),

Pith tools

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