Yongfang Xie’s research while affiliated with Central South University and other places

What is this page?


This page lists works of an author who doesn't have a ResearchGate profile or hasn't added the works to their profile yet. It is automatically generated from public (personal) data to further our legitimate goal of comprehensive and accurate scientific recordkeeping. If you are this author and want this page removed, please let us know.

Publications (44)


LiNGAM-SF: Causal Structural Learning Method With Linear Non-Gaussian Acyclic Models for Streaming Features
  • Article

January 2025

·

1 Read

IEEE Transactions on Neural Networks and Learning Systems

Chenglin Zhang

·

Hong Yu

·

Guoyin Wang

·

Yongfang Xie

The causal structure learning for streaming features (CSLSFs) faces the following challenges: 1) the precision of learned causal structures is limited due to the score-based learning method and 2) they fail to detect the latent confounders. To address the challenges, this article proposes a novel causal structure learning method with linear non-Gaussian acyclic models for streaming features (LiNGAM-SFs), which utilizes the causal identifiability of the data. It is the first time to utilize LiNGAMs for online causal structure learning. First, we utilize the classical SF algorithm to learn the causal skeleton. This article provides the property of this skeleton, proving that two adjacent variables on an edge is one of three possible structures. Second, we give two propositions and identify the causal directions in the presence of latent variables (ICDPLV) subalgorithm to distinguish among the three structures and precisely identify the causal directions. In addition, the subalgorithm can output a candidate set of latent confounders from a local perspective. Finally, the detecting latent confounder (DLC) subalgorithm detects the latent confounders in the candidate set with a global perspective. The precision of the proposed method is increased at least by 11% on average than those of the state-of-the-art method. Furthermore, the experiments verify that the LiNGAM-SF method is able to detect the latent confounders.




Measurement of Froth-Layer Depth With Binocular Camera Based on Intensity Correction and Its Application to Pulp-Grade Monitoring

January 2024

·

7 Reads

·

1 Citation

IEEE Transactions on Instrumentation and Measurement

In froth flotation, the froth-layer depth is an important indicator for performance monitoring and working-condition recognition. The primary depth-measurement method in a complex industrial process is based on a binocular camera. Much related research has been proposed to obtain accurate object depth. However, since the bubbles in the froth image are convex objects, the top of each bubble has a white spot which makes the texture of each bubble very faint, rendering the existing depth-measurement method inadequate in froth flotation. Therefore, in this article, we propose a method for measuring the froth-layer depth using an intensity correction. First, we use morphological reconstruction to extract the white spots. Next, we calculate the coefficient map for depth adjustment based on the light reflection characteristics of bubbles and white spots. After that, we implement depth optimization with intensity correction using the SGBM method to obtain the froth-layer depth. Finally, based on the froth-layer depth, we design a model for pulp-grade monitoring and conduct comparative experiments in froth flotation. The results show that compared with a monocular froth image, the root mean squared error of the proposed method is reduced by 50% and R 2 is increased by 44.38%. Compared with the depth map obtained by the SGBM method, the root mean squared error of the proposed method is reduced by 9.4% and R 2 is increased by 13.35%.




VSG 3 A 2 : A Genetic Algorithm-Based Virtual Sample Generation Approach Using Information Gain and Acceptance-Rejection Sampling

January 2023

·

12 Reads

IEEE Transactions on Evolutionary Computation

Virtual sample generation (VSG) is an important technology for dealing with small sample learning in some industries. Using evolutionary computation algorithms to solve virtual sample generation is a promising way. However, two issues remain unaddressed in the existing VSG approaches: estimating the distribution of original samples and ensuring the authenticity of virtual samples. Thus, this paper proposes a novel Virtual Sample Generation approach based on genetic algorithm (GA) combing with Information Gain and Acceptance-rejection Sampling, abbreviated as VSG3A2. First, this work develops the ARS-VAD subalgorithm, by integrating the acceptance rejection sampling method into the crossover and mutation operations of GA. The algorithm ensures that the distribution of offspring attribute values is close to the distribution of original samples at attribute level. Second, this work presents the IG-VSS subalgorithm, which is combined with the idea of minimizing absolute information gain, to find the optimal offspring sample as a virtual sample in each loop, ensuring the authenticity of virtual samples at the sample level. To the best of our knowledge, this is the first work that introduces the concept of information gain into VSG. Extensive experiments on four public datasets from various fields fully demonstrate that the VSG3A2 is more competitive than six state-of-the-art VSG approaches. The MAE, the RMSE and the MAPE metrics of prediction models, trained on virtual samples generated by the proposed VSG3A2, are reduced at least by 19.78%, 19.56%, 20.16% on average than that of the best compared VSG approach, respectively.


An example of mixed frequency data
Visualization of mixed frequency data
The framework of TAA-NN
The strategy of mixed frequency data sliding window
The details of LSTM

+8

A temporal-attribute attention neural network for mixed frequency data forecasting
  • Article
  • Publisher preview available

September 2022

·

204 Reads

·

3 Citations

International Journal of Machine Learning and Cybernetics

One of the dilemmas faced by forecasting is that the data are collected at different frequencies in some practical applications. This paper treats mixed frequency data as a special kind of multi-source data, that is, data from each source is collected at a different sampling frequency. Based on this cognition, this paper draws on the idea of neural network processing multi-source data to proposes a temporal-attribute attention neural network (TAA-NN for short) model to study the raw mixed frequency data. The new method avoids the problems caused by frequency alignments, such as information loss and artificial assumption of data distribution. First, this paper proposes a new sliding window strategy for mixed frequency data to determine the amount of data input into the model from each source data. Then, a group of convolutional neural network (CNN) with the same number of filters is used to extract or expand temporal features from the hidden state for each source data (a frequency data), so as to realize the information fusion of mixed frequency data at the feature layer. In addition, a temporal-attribute attention mechanism is proposed to mine essential information from the fused feature matrix in temporal and attribute dimensions. Experiments on two simulations and real-world datasets demonstrate that TAA-NN outperforms the compared methods and provides a new solution to the mixed frequency data forecasting.

View access options

A Multi-objective optimization algorithm based on dynamic user-preference information

March 2022

·

57 Reads

·

2 Citations

Computing

In real life, some complex problems are multi-objective optimization problems. Most of the existing studies have focused on how to obtain the optimal solutions distributed on the whole Pareto-optimal frontier. However, in some fields such as industrial production, the decision-makers of enterprises usually care about what specific measures can maximize the comprehensive benefits of enterprises. Due to this kind of realistic demands, we prefer to find a small part of the optimal solutions according to the preference information suggested by the decision-makers rather than obtain all of the Pareto-optimal solutions. However, almost all of the existing methods only repeat calculation when they meet the scenario where the user-preferences change over time. To address the multi-objective optimization problem under the scenario with dynamic user-preferences information, we propose a MOEA/D-DPRE (multi-objective optimization algorithm based on dynamic preference information) algorithm in this paper, and its framework is inspired by the MOEA/D-PRE (decomposition user-preference multi-objective evolutionary) algorithm. We analyze the four position relations between the distribution region of the old preference weight vectors (old preference region), and we also present the distribution region of the new preference weight vectors (new preference region) and propose the different strategy to the different case respectively. When the preference information changes, the MOEA/D-DPRE can converge to the region of new interest by responding to the change of preference and the historical information. Experimental results show that the proposed method is better than the compared method in convergence speed and distribution under the scenario with dynamic user-preferences information.


A novel cause analysis approach of grey reasoning Petri net based on matrix operations

April 2021

·

76 Reads

·

47 Citations

Applied Intelligence

Cause analysis makes great contributions to identifying the priorities of the causes in fault diagnosis system. A fuzzy Petri net (FPN) is a preferable model for knowledge representation and reasoning and has become an effective fault diagnosis tool. However, the existing FPN has some limitations in cause analysis. It is criticized for the inability to fully consider incomplete and unknown knowledge in uncertain situations. In this paper, an enhanced grey reasoning Petri net (EGRPN) based on matrix operations is presented to address the limitations and improves the flexibility of the existing FPN. The proposed EGRPN model uses grey numbers to handle the greyness and inaccuracy of uncertain knowledge. Then, the EGRPN inference algorithm is executed based on the matrix operations, which can express the relevance of uncertain events in the form of grey numbers and improve the reliability of the knowledge reasoning process. Finally, industrial examples of cause diagnosis are used to illustrate the feasibility and reliability of the EGRPN model. The experimental results show that the new EGRPN model is promising for cause analysis.


Citations (36)


... This corresponds to granular computing in threes, i.e., three-way granular computing [28]. In the last few years, we have witnessed the rapid development of three-way granular computing in multivariate time series forecasting [29], multi-view clustering [30], and multi-label classification [31]. Therefore, inspired by three-way granular computing, we map the batch processing, task updating, and classification decision stages of the incremental training process to three different granularity levels. ...

Reference:

Exploring multi-granularity balance strategy for class incremental learning via three-way granular computing
A multi-granularity hierarchical network for long- and short-term forecasting on multivariate time series data
  • Citing Article
  • May 2024

Applied Soft Computing

... The iterative formula for the two is as follows: Although there are many previous macroeconomic analyses on forecasting GDP, as mentioned above, the analysis of GDP forecasts is limited. In [24], they analyzed the GDP forecasts of ESP Forecast, Inc. In [25], they used the GDP forecasts from the Government Economic Outlook and pointed out the upward bias in the forecasts formed by the government. ...

A temporal-attribute attention neural network for mixed frequency data forecasting

International Journal of Machine Learning and Cybernetics

... On the side of the interactive algorithms it can be found (Yu et al., 2022), presenting MOEA/D-DPRE, an algorithm built on the MOEA/D-PRE by Yu et al. (2016), which considers preference information as dynamic, and provides a mechanism for the adjustment of preference information by interacting with the DM without the need for a full restart. The preference information is provided as a reference point and a radius within which the solutions are considered inside the ROI in MOEA/D-PRE, making it an a priori approach, while MOEA/D-DPRE allows to change the reference point and the radius interactively. ...

A Multi-objective optimization algorithm based on dynamic user-preference information

Computing

... SCANet [31] effectively utilizes global information at different levels by introducing a spatial self-attention aggregation module in the feature extraction part and a channel cross-attention regression module in the pose estimation part for information interaction between the global features of the two point clouds to complete partial point cloud registration. SANet [32] proposes a subtract attention module to aggregate the pointwise features and then obtain the local correspondence between each point to complete the partial point cloud registration. MaskNet++ [33] utilizes spatial selfattention and channel cross-attention mechanisms to extract pointwise features and exchange information, respectively. ...

A novel cause analysis approach of grey reasoning Petri net based on matrix operations

Applied Intelligence

... Typical applications of AUVs include, but not limited to, resource exploration, safety inspection, search and rescue, and pipeline inspection. Besides, with the rapid pace of technology development, today's AUVs are developing towards high level intelligence as well as operation in more remote and deeper environment with various emerging technologies [1,2]. In order to guarantee that AUVs can successfully execute complex and varied tasks over long distances, the design of a highprecision optimal controller becomes necessary. ...

Attention‐based novel neural network for mixed frequency data

... With AI advancements, researchers without expertise can solve fault identification problems with bearings and gearboxes [24]. Artificial neural networks, support vector machines, particle filters [25], and extreme learning machines [26] were used to extract the failure features from the signals. Deep learning algorithms have recently been applied in rotating machine fault diagnosis due to their nonlinear regression ability [26]. ...

Processes soft modeling based on stacked autoencoders and wavelet extreme learning machine for aluminum plant-wide application
  • Citing Article
  • March 2021

Control Engineering Practice

... The current brain network technology can realize the access to many sensory information of the user by acquiring the relevant neural information of the user's brain, but the different sensory information makes the feature dimension increase abruptly, and the reliability of information interaction and the classification of different sensory information need to be tackled. Although some solutions have been proposed to realize interactive information interference detection [110], accurate information classification [123] and reduction of information feature dimensionality [112]. Facing a large number of users in the metaverse, multisensory information acquisition still has challenges in practice: (1) The acquisition and processing of multi-sensory information and the rendering of virtual world scenes have a huge demand on computing resources; (2) The increase in computing resource demands is accompanied by a sharp increase in energy consumption; and (3) High energy consumption eventually leads to increasing resource costs for users to enter the metaverse. ...

A Novel Discriminative Dictionary Pair Learning Constrained by Ordinal Locality for Mixed Frequency Data Classification
  • Citing Article
  • December 2020

IEEE Transactions on Knowledge and Data Engineering

... FPNs were used to knowledge representation and reasoning Shi & Liu (b), 2023;Yue et al., 2021;Jiang et al, 2022]. For IoT devices, in [Ahmad et al., 2023], FCPNs were used to verify security. ...

Knowledge representation and reasoning with industrial application using interval-valued intuitionistic fuzzy Petri nets and extended TOPSIS

International Journal of Machine Learning and Cybernetics

... Although the study about flotation bubble images lasted a long time, very few successful implementations that work reliably over long periods were found [7][8][9]. Steady progress has been made in analyzing froth image features due to the emergence of many froth image studies based on advanced classification and segmentation algorithms [10][11][12]. However, the flotation froth is in a nonuniform and non-directional motion at all times, and bubbles stick to each other, resulting in shadow obscuration and motion blurring problems (as shown in Fig. 1(b)). ...

Intelligent Setting Method of Reagent Dosage Based on Time Series Froth Image in Zinc Flotation Process