Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (27)

Search Parameters:
Keywords = blind sparsity

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
43 pages, 6462 KiB  
Article
An Integrated Mechanical Fault Diagnosis Framework Using Improved GOOSE-VMD, RobustICA, and CYCBD
by Jingzong Yang and Xuefeng Li
Machines 2025, 13(7), 631; https://doi.org/10.3390/machines13070631 - 21 Jul 2025
Viewed by 250
Abstract
Rolling element bearings serve as critical transmission components in industrial automation systems, yet their fault signatures are susceptible to interference from strong background noise, complex operating conditions, and nonlinear impact characteristics. Addressing the limitations of conventional methods in adaptive parameter optimization and weak [...] Read more.
Rolling element bearings serve as critical transmission components in industrial automation systems, yet their fault signatures are susceptible to interference from strong background noise, complex operating conditions, and nonlinear impact characteristics. Addressing the limitations of conventional methods in adaptive parameter optimization and weak feature enhancement, this paper proposes an innovative diagnostic framework integrating Improved Goose optimized Variational Mode Decomposition (IGOOSE-VMD), RobustICA, and CYCBD. First, to mitigate modal aliasing issues caused by empirical parameter dependency in VMD, we fuse a refraction-guided reverse learning mechanism with a dynamic mutation strategy to develop the IGOOSE. By employing an energy-feature-driven fitness function, this approach achieves synergistic optimization of the mode number and penalty factor. Subsequently, a multi-channel observation model is constructed based on optimal component selection. Noise interference is suppressed through the robust separation capabilities of RobustICA, while CYCBD introduces cyclostationarity-based prior constraints to formulate a blind deconvolution operator with periodic impact enhancement properties. This significantly improves the temporal sparsity of fault-induced impact components. Experimental results demonstrate that, compared to traditional time–frequency analysis techniques (e.g., EMD, EEMD, LMD, ITD) and deconvolution methods (including MCKD, MED, OMEDA), the proposed approach exhibits superior noise immunity and higher fault feature extraction accuracy under high background noise conditions. Full article
Show Figures

Figure 1

24 pages, 12092 KiB  
Article
Time and Frequency Domain Blind Deconvolution Based on Generalized Lp/Lq Norm for Rolling Bearing Fault Diagnosis
by Baohua Wang, Zhaoliang Li, Jiacheng Zhang and Weilong Wang
Electronics 2025, 14(11), 2243; https://doi.org/10.3390/electronics14112243 - 30 May 2025
Viewed by 394
Abstract
In rolling bearing fault diagnosis, faint fault features are often obscured by ambient noise, limiting the feature extraction capabilities of traditional methods. To address this problem, a time and frequency domain blind deconvolution method based on the generalized Lp/Lq [...] Read more.
In rolling bearing fault diagnosis, faint fault features are often obscured by ambient noise, limiting the feature extraction capabilities of traditional methods. To address this problem, a time and frequency domain blind deconvolution method based on the generalized Lp/Lq norm (G-Lp/Lq-TF) is proposed. Through an analysis of the generalized Lp/Lq norm’s properties, two monotonic yet opposing sparsity-related value intervals are identified and applied separately in the time and frequency domains. The optimal selection range for p and q values is then determined. A hybrid optimization criterion is designed to enforce mutual constraints between the two intervals, ensuring an optimal solution. A convolutional neural network is utilized to serve as the blind deconvolution filter, with backpropagation-based automatic differentiation used for gradient-based optimization of filter coefficients. This approach provides adequate decision-making guidance for selecting p and q values, which was lacking in previous studies on the sparsity of the generalized Lp/Lq norm. It also mitigates noise-spike sensitivity and frequency component loss when applied independently in either domain. Validation using simulated signals and three real-world bearing fault datasets confirms that the proposed method outperforms existing methods in both fault feature extraction and stability. Full article
Show Figures

Figure 1

34 pages, 30049 KiB  
Article
Blind Infrared Remote-Sensing Image Deblurring Algorithm via Edge Composite-Gradient Feature Prior and Detail Maintenance
by Xiaohang Zhao, Mingxuan Li, Ting Nie, Chengshan Han and Liang Huang
Remote Sens. 2024, 16(24), 4697; https://doi.org/10.3390/rs16244697 - 16 Dec 2024
Viewed by 1070
Abstract
The problem of blind image deblurring remains a challenging inverse problem, due to the ill-posed nature of estimating unknown blur kernels and latent images within the Maximum A Posteriori (MAP) framework. To address this challenge, traditional methods often rely on sparse regularization priors [...] Read more.
The problem of blind image deblurring remains a challenging inverse problem, due to the ill-posed nature of estimating unknown blur kernels and latent images within the Maximum A Posteriori (MAP) framework. To address this challenge, traditional methods often rely on sparse regularization priors to mitigate the uncertainty inherent in the problem. In this paper, we propose a novel blind deblurring model based on the MAP framework that leverages Composite-Gradient Feature (CGF) variations in edge regions after image blurring. This prior term is specifically designed to exploit the high sparsity of sharp edge regions in clear images, thereby effectively alleviating the ill-posedness of the problem. Unlike existing methods that focus on local gradient information, our approach focuses on the aggregation of edge regions, enabling better detection of both sharp and smoothed edges in blurred images. In the blur kernel estimation process, we enhance the accuracy of the kernel by assigning effective edge information from the blurred image to the smoothed intermediate latent image, preserving critical structural details lost during the blurring process. To further improve the edge-preserving restoration, we introduce an adaptive regularizer that outperforms traditional total variation regularization by better maintaining edge integrity in both clear and blurred images. The proposed variational model is efficiently implemented using alternating iterative techniques. Extensive numerical experiments and comparisons with state-of-the-art methods demonstrate the superior performance of our approach, highlighting its effectiveness and real-world applicability in diverse image-restoration tasks. Full article
Show Figures

Figure 1

23 pages, 4137 KiB  
Article
Mars Exploration: Research on Goal-Driven Hierarchical DQN Autonomous Scene Exploration Algorithm
by Zhiguo Zhou, Ying Chen, Jiabao Yu, Bowen Zu, Qian Wang, Xuehua Zhou and Junwei Duan
Aerospace 2024, 11(8), 692; https://doi.org/10.3390/aerospace11080692 - 22 Aug 2024
Cited by 1 | Viewed by 1761
Abstract
In the non-deterministic, large-scale navigation environment under the Mars exploration mission, there is a large space for action and many environmental states. Traditional reinforcement learning algorithms that can only obtain rewards at target points and obstacles will encounter the problems of reward sparsity [...] Read more.
In the non-deterministic, large-scale navigation environment under the Mars exploration mission, there is a large space for action and many environmental states. Traditional reinforcement learning algorithms that can only obtain rewards at target points and obstacles will encounter the problems of reward sparsity and dimension explosion, making the training speed too slow or even impossible. This work proposes a deep layered learning algorithm based on the goal-driven layered deep Q-network (GDH-DQN), which is more suitable for mobile robots to explore, navigate, and avoid obstacles without a map. The algorithm model is designed in two layers. The lower layer provides behavioral strategies to achieve short-term goals, and the upper layer provides selection strategies for multiple short-term goals. Use known position nodes as short-term goals to guide the mobile robot forward and achieve long-term obstacle avoidance goals. Hierarchical execution not only simplifies tasks but also effectively solves the problems of reward sparsity and dimensionality explosion. In addition, each layer of the algorithm integrates a Hindsight Experience Replay mechanism to improve performance, make full use of the goal-driven function of the node, and effectively avoid the possibility of misleading the agent by complex processes and reward function design blind spots. The agent adjusts the number of model layers according to the number of short-term goals, further improving the efficiency and adaptability of the algorithm. Experimental results show that, compared with the hierarchical DQN method, the navigation success rate of the GDH-DQN algorithm is significantly improved, and it is more suitable for unknown scenarios such as Mars exploration. Full article
(This article belongs to the Section Astronautics & Space Science)
Show Figures

Figure 1

19 pages, 713 KiB  
Article
Exploiting Time–Frequency Sparsity for Dual-Sensor Blind Source Separation
by Jiajia Chen, Haijian Zhang and Siyu Sun
Electronics 2024, 13(7), 1227; https://doi.org/10.3390/electronics13071227 - 26 Mar 2024
Viewed by 948
Abstract
This paper explores the important role of blind source separation (BSS) techniques in separating M mixtures including N sources using a dual-sensor array, i.e., M=2, and proposes an efficient two-stage underdetermined BSS (UBSS) algorithm to estimate the mixing matrix and [...] Read more.
This paper explores the important role of blind source separation (BSS) techniques in separating M mixtures including N sources using a dual-sensor array, i.e., M=2, and proposes an efficient two-stage underdetermined BSS (UBSS) algorithm to estimate the mixing matrix and achieve source recovery by exploiting time–frequency (TF) sparsity. First, we design a mixing matrix estimation method by precisely identifying high clustering property single-source TF points (HCP-SSPs) with a spatial vector dictionary based on the principle of matching pursuit (MP). Second, the problem of source recovery in the TF domain is reformulated as an equivalent sparse recovery model with a relaxed sparse condition, i.e., enabling the number of active sources at each auto-source TF point (ASP) to be larger than M. This sparse recovery model relies on the sparsity of an ASP matrix formed by stacking a set of predefined spatial TF vectors; current sparse recovery tools could be utilized to reconstruct N>2 sources. Experimental results are provided to demonstrate the effectiveness of the proposed UBSS algorithm with an easily configured two-sensor array. Full article
(This article belongs to the Special Issue Advances in Array Signal Processing)
Show Figures

Figure 1

19 pages, 1330 KiB  
Article
Multisource Sparse Inversion Localization with Long-Distance Mobile Sensors
by Jinyang Ren, Peihan Qi, Chenxi Li, Panpan Zhu and Zan Li
Electronics 2024, 13(6), 1024; https://doi.org/10.3390/electronics13061024 - 8 Mar 2024
Viewed by 1036
Abstract
To address the threat posed by unknown signal sources within Mobile Crowd Sensing (MCS) systems to system stability and to realize effective localization of unknown sources in long-distance scenarios, this paper proposes a unilateral branch ratio decision algorithm (UBRD). This approach addresses the [...] Read more.
To address the threat posed by unknown signal sources within Mobile Crowd Sensing (MCS) systems to system stability and to realize effective localization of unknown sources in long-distance scenarios, this paper proposes a unilateral branch ratio decision algorithm (UBRD). This approach addresses the inadequacies of traditional sparse localization algorithms in long-distance positioning by introducing a time–frequency domain composite block sparse localization model. Given the complexity of localizing unknown sources, a unilateral branch ratio decision scheme is devised. This scheme derives decision thresholds through the statistical characteristics of branch residual ratios, enabling adaptive control over iterative processes and facilitating multisource localization under conditions of remote blind sparsity. Simulation results indicate that the proposed model and algorithm, compared to classic sparse localization schemes, are more suitable for long-distance localization scenarios, demonstrating robust performance in complex situations like blind sparsity, thereby offering broader scenario adaptability. Full article
(This article belongs to the Special Issue Data Privacy and Cybersecurity in Mobile Crowdsensing)
Show Figures

Figure 1

12 pages, 3529 KiB  
Communication
A Fast Power Spectrum Sensing Solution for Generalized Coprime Sampling
by Kaili Jiang, Dechang Wang, Kailun Tian, Yuxin Zhao, Hancong Feng and Bin Tang
Remote Sens. 2024, 16(5), 811; https://doi.org/10.3390/rs16050811 - 26 Feb 2024
Cited by 2 | Viewed by 1401
Abstract
With the growing scarcity of spectrum resources, wideband spectrum sensing is necessary to process a large volume of data at a high sampling rate. For some applications, only second-order statistics are required for spectrum estimation. In this case, a fast power spectrum sensing [...] Read more.
With the growing scarcity of spectrum resources, wideband spectrum sensing is necessary to process a large volume of data at a high sampling rate. For some applications, only second-order statistics are required for spectrum estimation. In this case, a fast power spectrum sensing solution is proposed based on the generalized coprime sampling. The solution involves the inherent structure of the sensing vector to reconstruct the autocorrelation sequence of inputs from sub-Nyquist samples, which requires only parallel Fourier transform and simple multiplication operations. Thus, it takes less time than the state-of-the-art methods while maintaining the same performance, and it achieves higher performance than the existing methods within the same execution time without the need to pre-estimate the number of inputs. Furthermore, the influence of the model mismatch has only a minor impact on the estimation performance, allowing for more efficient use of the spectrum resource in a distributed swarm scenario. Simulation results demonstrate the low complexity in sampling and computation, thus making it a more practical solution for real-time and distributed wideband spectrum sensing applications. Full article
(This article belongs to the Special Issue Advanced Array Signal Processing for Target Imaging and Detection)
Show Figures

Figure 1

30 pages, 3401 KiB  
Article
Adaptive DBSCAN Clustering and GASA Optimization for Underdetermined Mixing Matrix Estimation in Fault Diagnosis of Reciprocating Compressors
by Yanyang Li, Jindong Wang, Haiyang Zhao, Chang Wang and Qi Shao
Sensors 2024, 24(1), 167; https://doi.org/10.3390/s24010167 - 27 Dec 2023
Cited by 4 | Viewed by 2090
Abstract
Underdetermined blind source separation (UBSS) has garnered significant attention in recent years due to its ability to separate source signals without prior knowledge, even when sensors are limited. To accurately estimate the mixed matrix, various clustering algorithms are typically employed to enhance the [...] Read more.
Underdetermined blind source separation (UBSS) has garnered significant attention in recent years due to its ability to separate source signals without prior knowledge, even when sensors are limited. To accurately estimate the mixed matrix, various clustering algorithms are typically employed to enhance the sparsity of the mixed matrix. Traditional clustering methods require prior knowledge of the number of direct signal sources, while modern artificial intelligence optimization algorithms are sensitive to outliers, which can affect accuracy. To address these challenges, we propose a novel approach called the Genetic Simulated Annealing Optimization (GASA) method with Adaptive Density-Based Spatial Clustering of Applications with Noise (DBSCAN) clustering as initialization, named the CYYM method. This approach incorporates two key components: an Adaptive DBSCAN to discard noise points and identify the number of source signals and GASA optimization for automatic cluster center determination. GASA combines the global spatial search capabilities of a genetic algorithm (GA) with the local search abilities of a simulated annealing algorithm (SA). Signal simulations and experimental analysis of compressor fault signals demonstrate that the CYYM method can accurately calculate the mixing matrix, facilitating successful source signal recovery. Subsequently, we analyze the recovered signals using the Refined Composite Multiscale Fuzzy Entropy (RCMFE), which, in turn, enables effective compressor connecting rod fault diagnosis. This research provides a promising approach for underdetermined source separation and offers practical applications in fault diagnosis and other fields. Full article
Show Figures

Figure 1

13 pages, 929 KiB  
Article
Real-Time 3D Object Detection on Crowded Pedestrians
by Bin Lu, Qing Li and Yanju Liang
Sensors 2023, 23(21), 8725; https://doi.org/10.3390/s23218725 - 26 Oct 2023
Cited by 1 | Viewed by 1770 | Correction
Abstract
In the field of autonomous driving, object detection under point clouds is indispensable for environmental perception. In order to achieve the goal of reducing blind spots in perception, many autonomous driving schemes have added low-cost blind-filling LiDAR on the side of the vehicle. [...] Read more.
In the field of autonomous driving, object detection under point clouds is indispensable for environmental perception. In order to achieve the goal of reducing blind spots in perception, many autonomous driving schemes have added low-cost blind-filling LiDAR on the side of the vehicle. Unlike point cloud target detection based on high-performance LiDAR, the blind-filling LiDARs have low vertical angular resolution and are mounted on the side of the vehicle, resulting in easily mixed point clouds of pedestrian targets in close proximity to each other. These characteristics are harmful for target detection. Currently, many research works focus on target detection under high-density LiDAR. These methods cannot effectively deal with the high sparsity of the point clouds, and the recall and detection accuracy of crowded pedestrian targets tend to be low. To overcome these problems, we propose a real-time detection model for crowded pedestrian targets, namely RTCP. To improve computational efficiency, we utilize an attention-based point sampling method to reduce the redundancy of the point clouds, then we obtain new feature tensors by the quantization of the point cloud space and neighborhood fusion in polar coordinates. In order to make it easier for the model to focus on the center position of the target, we propose an object alignment attention module (OAA) for position alignment, and we utilize an additional branch of the targets’ location occupied heatmap to guide the training of the OAA module. These methods improve the model’s robustness against the occlusion of crowded pedestrian targets. Finally, we evaluate the detector on KITTI, JRDB, and our own blind-filling LiDAR dataset, and our algorithm achieved the best trade-off of detection accuracy against runtime efficiency. Full article
(This article belongs to the Section Radar Sensors)
Show Figures

Figure 1

23 pages, 43635 KiB  
Article
Target Detection Method Based on Adaptive Step-Size SAMP Combining Off-Grid Correction for Coherent Frequency-Agile Radar
by Jiayun Chang, Xiongjun Fu, Kai Zhan, Xuezhou Zhao, Jian Dong and Junqiang Wu
Remote Sens. 2023, 15(20), 4921; https://doi.org/10.3390/rs15204921 - 12 Oct 2023
Cited by 3 | Viewed by 1545
Abstract
Coherent frequency-agile radar (FAR) has a low probability of intercept (LPI) and excellent performance of electronic counter-countermeasures (ECCM) and electromagnetic compatibility, which can improve radar cooperation and survivability in complex electromagnetic environments. However, due to the nonlinearity of radar carrier frequency and the [...] Read more.
Coherent frequency-agile radar (FAR) has a low probability of intercept (LPI) and excellent performance of electronic counter-countermeasures (ECCM) and electromagnetic compatibility, which can improve radar cooperation and survivability in complex electromagnetic environments. However, due to the nonlinearity of radar carrier frequency and the limitation of the Doppler tolerance of high-resolution range cells, the undesirable blind-speed sidelobes are generated in the two-dimensional (2D) range–velocity plane after coherent integration (CI) using the traditional methods based on a matching filter, which may degrade the target detection performance. To solve this problem, an adaptive step-size sparsity adaptive matching pursuit (SAMP) algorithm combining off-grid correction (ASSAMP-OC) is proposed in this paper, which seeks to achieve a better trade-off between recovery efficiency and detection performance. Firstly, an adaptive iteration step size based on the Spearman correlation coefficients (SCCS) is devised, which solves the problem of the traditional SAMP algorithm being insensitive to the change in iteration step size when the residuals vary slightly, and improves the recovery speed. Secondly, the off-grid correction method by combining a regularized stagewise backtracking idea and gradient descent optimization (GDO) is adopted to improve the recovery accuracy and suppress the blind-speed sidelobe energy (BSSE), which helps to reduce CI gain loss and improve the target detection performance without the prior information of the sparsity lever. Finally, simulation and experimental results demonstrate the effectiveness and efficiency of the proposed method in terms of target detection probability, target signal energy ratio after recovery, and computational cost, compared to several existing methods. Full article
Show Figures

Figure 1

11 pages, 2457 KiB  
Communication
Single-Channel Blind Image Separation Based on Transformer-Guided GAN
by Yaya Su, Dongli Jia, Yankun Shen and Lin Wang
Sensors 2023, 23(10), 4638; https://doi.org/10.3390/s23104638 - 10 May 2023
Cited by 1 | Viewed by 2009
Abstract
Blind source separation (BSS) has been a great challenge in the field of signal processing due to the unknown distribution of the source signal and the mixing matrix. Traditional methods based on statistics and information theory use prior information such as source distribution [...] Read more.
Blind source separation (BSS) has been a great challenge in the field of signal processing due to the unknown distribution of the source signal and the mixing matrix. Traditional methods based on statistics and information theory use prior information such as source distribution independence, non-Gaussianity, sparsity, etc. to solve this problem. Generative adversarial networks (GANs) learn source distributions through games without being constrained by statistical properties. However, the current blind image separation methods based on GANs ignores the reconstruction of the structure and details of the separated image, resulting in residual interference source information in the generated results. This paper proposes a Transformer-guided GAN guided by an attention mechanism. Through the adversarial training of the generator and the discriminator, U-shaped Network (UNet) is used to fuse the convolutional layer features to reconstruct the structure of the separated image, and Transformer is used to calculate the position attention and guide the detailed information. We validate our method with quantitative experiments, showing that it outperforms previous blind image separation algorithms in terms of PSNR and SSIM. Full article
(This article belongs to the Special Issue Computer Vision and Sensor Technology)
Show Figures

Figure 1

17 pages, 6470 KiB  
Article
Blind Hyperspectral Unmixing with Enhanced 2DTV Regularization Term
by Peng Wang, Xun Shen, Yingying Kong, Xiwang Zhang and Liguo Wang
Remote Sens. 2023, 15(5), 1397; https://doi.org/10.3390/rs15051397 - 1 Mar 2023
Cited by 1 | Viewed by 2006
Abstract
For the problem where the existing hyperspectral unmixing methods do not take full advantage of the correlations and differences between all these bands, resulting in affecting the final unmixing results, we design an enhanced 2DTV (E-2DTV) regularization term and suggest a blind hyperspectral [...] Read more.
For the problem where the existing hyperspectral unmixing methods do not take full advantage of the correlations and differences between all these bands, resulting in affecting the final unmixing results, we design an enhanced 2DTV (E-2DTV) regularization term and suggest a blind hyperspectral unmixing method with the E-2DTV regularization term (E-gTVMBO), which adds E-2DTV regularization to the previous blind hyperspectral unmixing based on g-TV model. The E-2DTV regularization term is based on the gradient mapping of all bands of HSI, and the sparsity is calculated on the basis of the subspace, rather than applying sparsity to the gradient map itself, which can utilize the correlations and differences between all bands naturally. The experimental results prove the superiority of the E-gTVMBO method from both qualitative and quantitative perspectives. The research results can be applied to land cover classification, mineral analysis, and other fields. Full article
(This article belongs to the Special Issue Recent Advances in Processing Mixed Pixels for Hyperspectral Image)
Show Figures

Figure 1

21 pages, 6977 KiB  
Article
Research on Mixed Matrix Estimation Algorithm Based on Improved Sparse Representation Model in Underdetermined Blind Source Separation System
by Yangyang Li and Dzati Athiar Ramli
Electronics 2023, 12(2), 456; https://doi.org/10.3390/electronics12020456 - 15 Jan 2023
Cited by 3 | Viewed by 2188
Abstract
The estimation accuracy of the mixed matrix is very important to the performance of the underdetermined blind source separation (UBSS) system. To improve the estimation accuracy of the mixed matrix, the sparsity of the mixed signal is required. The novel fractional domain time–frequency [...] Read more.
The estimation accuracy of the mixed matrix is very important to the performance of the underdetermined blind source separation (UBSS) system. To improve the estimation accuracy of the mixed matrix, the sparsity of the mixed signal is required. The novel fractional domain time–frequency plane is obtained by rotating the time–frequency plane after the short-time Fourier transform. This plane represents the fine characteristics of the mixed signal in the time domain and the frequency domain. The rotation angle is determined by global searching for the minimum L1 norm to make the mixed signal sufficiently sparse. The obtained time–frequency points do not need single source point detection, reducing the calculation amount of the original algorithm, and the insensitivity to noise in the fractional domain improves the robustness of the algorithm in the noise environment. The simulation results show that the sparsity of the mixed signal and the estimation accuracy of the mixed matrix are improved. Compared with the existing mixed matrix estimation algorithms, the proposed method is effective. Full article
(This article belongs to the Section Circuit and Signal Processing)
Show Figures

Figure 1

20 pages, 8851 KiB  
Article
Blind Fault Extraction of Rolling-Bearing Compound Fault Based on Improved Morphological Filtering and Sparse Component Analysis
by Wensong Xie, Jun Zhou and Tao Liu
Sensors 2022, 22(18), 7093; https://doi.org/10.3390/s22187093 - 19 Sep 2022
Cited by 5 | Viewed by 2192
Abstract
In order to effectively separate and extract bearing composite faults, in view of the non-linearity, strong interference and unknown number of fault source signals of the measured fault signals, a composite fault-diagnosis blind extraction method based on improved morphological filtering of sinC [...] Read more.
In order to effectively separate and extract bearing composite faults, in view of the non-linearity, strong interference and unknown number of fault source signals of the measured fault signals, a composite fault-diagnosis blind extraction method based on improved morphological filtering of sinC function (SMF), density peak clustering (DPC) and orthogonal matching pursuit (OMP) is proposed. In this method, the sinC function is used as the structural element of the morphological filter for the first time to improve the traditional morphological filter. After the observation signal is processed by the improved morphological filter, the impact characteristics of the signal are improved, and the signal meets the sparsity. Then, on the premise that the number of clustering is unknown, the density peak algorithm is used to cluster sparse signals to obtain the clustering center, which is equivalent to the hybrid matrix. Finally, the hybrid matrix is transformed into a sensing matrix, and the signal is transformed into the frequency domain to complete the compressive sensing and reconstruction of the signal in the frequency domain. Both simulation and measured signal results show that this algorithm can effectively complete the blind separation of rolling bearing faults when the number of fault sources is unknown, and the time cost can be reduced by about 75%. Full article
(This article belongs to the Section Fault Diagnosis & Sensors)
Show Figures

Figure 1

18 pages, 3299 KiB  
Article
Rolling Bearing Fault Diagnosis Based on Nonlinear Underdetermined Blind Source Separation
by Hong Zhong, Yang Ding, Yahui Qian, Liangmo Wang and Baogang Wen
Machines 2022, 10(6), 477; https://doi.org/10.3390/machines10060477 - 14 Jun 2022
Cited by 1 | Viewed by 2172
Abstract
One challenge of bearing fault diagnosis is that the vibration signals are often a nonlinear mixture of unknown source signals. In addition, the practical installation position also limits the number of observed signals. Hence, bearing fault diagnosis is a nonlinear underdetermined blind source [...] Read more.
One challenge of bearing fault diagnosis is that the vibration signals are often a nonlinear mixture of unknown source signals. In addition, the practical installation position also limits the number of observed signals. Hence, bearing fault diagnosis is a nonlinear underdetermined blind source separation (UBSS) problem. In this paper, a novel nonlinear UBSS solution based on source number estimation and improved sparse component analysis (SCA) is proposed. Firstly, the ensemble empirical mode decomposition (EEMD), correlation coefficient (CC), and adaptive threshold singular value decomposition (ATSVD) joint approach is proposed to estimate the source number. Then, the observed signals are transformed into the time−frequency domain by short−time Fourier transform (STFT) to meet the sparsity requirement of SCA. The frequency energy is adopted to increase the accuracy of fuzzy C−means (FCM) clustering, so as to ensure the accuracy estimation of the mixing matrix. The L1−norm minimization is utilized to recover the source signals. Simulation results prove that the proposed UBSS solution can exactly estimate the source number and effectively separate the simulated signals in both linear and nonlinear mixed cases. Finally, bearing fault testbed experiments are conducted to verify the validity of the proposed approach in bearing fault diagnosis. Full article
(This article belongs to the Section Machines Testing and Maintenance)
Show Figures

Figure 1

Back to TopTop