EDBT 2026 Demo / reviewers in the wild / expert
Yi Peng 0001
dblp:58/2865-1
· DBLP profile ↗
14ranked-venue papers in the field
1as first author
8since 2021 · last 2024
0000-0003-0373-6665ORCID · verified
Domains — venue-derived; a paper can count in several
Knowledge Engineering, Semantic Web & Information Systems · 12 (1 first)Database Systems & Data Management · 1Information Retrieval & Web Search · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2024 | Role-aware random walk for network embeddingabstractNetwork embedding is a fundamental part of many network analysis tasks, including node classification and link prediction. The existing random walk-based embedding methods aim to learn node embedding that preserves information on either node proximity or structural similarity. However, the information on both role and community is important to network nodes. To address the shortcomings of the existing methods, this paper proposes a novel method for network embedding called the RARE, which can be used for the analysis of different types of networks and even disconnected networks. The proposed method uses the role and community information of nodes to preserve both node proximity and structural similarity in the learned node embeddings. The walks generated through the role-aware random walk can capture the role and community information of nodes. The obtained walks are input to the Skip-gram model to learn the final embedding of nodes. In addition, the RARE is extended to the CRARE that adds the sampling of high-order community members to the customized random walk so that the node’s representation can preserve more structural information of the network. The performances of the proposed methods are evaluated on multi-class node classification, link prediction, and network visualization tasks. Experimental results on different domain datasets indicate that the proposed methods outperform the baseline methods. The proposed methods can be further accelerated using parallelization in the random walk generation process. Hegui Zhang, Gang Kou, Yi Peng 0001 |
Inf. Sci. | 3 |
| 2023 | A new representation learning approach for credit data analysisabstractRepresentation learning has an important impact on the performance of machine learning methods and has been used to solve many distribution problems for numerous graphical and sequential mining tasks. While the distributions of credit data are very complex, the representations of such data are less studied. This study proposes a new representation learning approach based on a neural network called NyströmNet, which represents the credit data to benefit credit evaluation and sub-pattern analysis. The NyströmNet is developed to utilize the advantages of the Nyström method – a kernel approximation method in credit evaluation, yet overcomes its two limitations: distance distortions in kernel functions, and parameter tuning. The two main modules contained in NyströmNet, i.e., the Distance Metric Learning module and the Nyström module, can benefit each other and yield an overall optimum. Experiments using six real-life large-scale credit data showed that the AUC of the distance-based classifiers and the linear classifiers were improved by 2–11% and 2–14% with the newly generated distributions. The proposed approach also has certain practical advantages over traditional approaches because it is free from complex parameter tuning, consumes fewer memories, and is easy to utilize automatic differential frameworks such as PyTorch. The proposed approach is highly suitable for large-scale credit evaluation. Gang Kou, Yi Peng 0001 |
Inf. Sci. | 3 |
| 2022 | An efficiency curve for evaluating imbalanced classifiers considering intrinsic data characteristics: Experimental analysisabstractBalancing the accuracy rates of the majority and minority classes is challenging in imbalanced classification. Furthermore, data characteristics have a significant impact on the performance of imbalanced classifiers, which are generally neglected by existing evaluation methods. The objective of this study is to introduce a new criterion to comprehensively evaluate imbalanced classifiers. Specifically, we introduce an efficiency curve that is established using data envelopment analysis without explicit inputs (DEA-WEI), to determine the trade-off between the benefits of improved minority class accuracy and the cost of reduced majority class accuracy. In sequence, we analyze the impact of the imbalanced ratio and typical imbalanced data characteristics on the efficiency of the classifiers. Empirical analyses using 68 imbalanced data reveal that traditional classifiers such as C4.5 and the k-nearest neighbor are more effective on disjunct data, whereas ensemble and undersampling techniques are more effective for overlapping and noisy data. The efficiency of cost-sensitive classifiers decreases dramatically when the imbalanced ratio increases. Finally, we investigate the reasons for the different efficiencies of classifiers on imbalanced data and recommend steps to select appropriate classifiers for imbalanced data based on data characteristics. Xiangrui Chao, Gang Kou, Yi Peng 0001, Alberto Fernández 0001 |
Inf. Sci. | 3 |
| 2022 | The interaction of multiple information on multiplex social networksabstractCoupled information diffusion in complex networks has been widely studied in recent years. Nevertheless, current research mainly focuses on the interaction between each information pair. In this study, we investigate the interaction of multiple types of information on multiplex networks by considering both the competition and the cooperation among them. To study the dynamic characteristics theoretically, a microscopic Markov chain approach is used to reveal the co-evolution of multiple information. Through extensive simulations, the outbreak threshold is analyzed theoretically. The results reveal that the pairwise interaction between each information pair has an obvious impact on its final outbreak scale and the diffusion threshold. Interestingly, even information that has no direct impact on the target information can affect the diffusion of the target information through indirect effects. In addition, the inhibitory effect of the competitive information and the promotion effect of the cooperative information on the target information will reach equilibrium under specific parameter space conditions. We also conduct numerical simulations on three real multiplex social networks, including two large-scale networks. Current results are beneficial for us to further understand the coupled diffusion of multiple information on multiplex social networks. Hegui Zhang, Yi Peng 0001, Gang Kou, Ruijie Wang 0005 |
Inf. Sci. | 3 |
| 2021 | Fuzzy inference based Hegselmann-Krause opinion dynamics for group decision-making under ambiguity
Yiyi Zhao, Yucheng Dong, Yi Peng 0001 |
Inf. Process. Manag. | 4 |
| 2021 | An efficient consensus reaching framework for large-scale social network group decision making and its application in urban resettlementabstractUrban resettlement projects involve a large number of stakeholders and impose tremendous cost. Developing resettlement plans and reaching an agreement amongst stakeholders about resettlement plans at a reasonable cost are some of the key issues in urban resettlement. From this perspective, urban resettlement is a typical large-scale group decision-making (GDM) problem, which is challenging because of the scale of participants and the requirement of high consensus levels. Observing that residents who are affected by a resettlement project often have tight social connections, this study proposes a framework to improve the consensus reaching and uses the minimum consensus cost to reduce the total cost for urban resettlement projects with more than 1000 participants. Firstly, we construct a network topology that consists of two layers to deal with incomplete social relationships amongst large-scale participants. An inner layer consists of participants whose preference similarities and trust relations are known. Meanwhile, an outside layer includes participants whose trust relations cannot be determined. Secondly, we develop a classification method to classify participants into small subgroups based on their preference similarities. We can then connect the participants whose trust relations are unknown (the outside layer) with the ones in the inner layer using the classification results. To facilitate effective consensus reaching in large-scale social network GDM, we develop a three-step approach to reconcile conflicting preferences and accelerate the consensus process at the minimum cost. A real-life urban resettlement example is used to validate the proposed approach. Results show that the proposed approach can reduce the total consensus cost compared with the other two practices used in the actual urban resettlement operations. Xiangrui Chao, Gang Kou, Yi Peng 0001, Enrique Herrera-Viedma, Francisco Herrera |
Inf. Sci. | 3 |
| 2021 | A fast diagonal distance metric learning approach for large-scale datasetsabstractDistance metric learning (DML) aims to learn distance metrics that reflect the interactions between features and labels. Due to the high computational complexity, existing DML models are unsuitable for large-scale datasets. This study proposes a DML approach for large-scale problems by reducing the number of variables, utilizing sparse structures of the optimization problems, and taking advantage of large-scale computation platforms. The proposed approach treats DML as a linear space transformation problem and suggests that a full DML matrix can be approximated by a diagonal matrix in many cases. We solve the diagonal DML problem along with its ℓ1 and ℓ2 regularizations via linear and quadratic programming. To facilitate large-scale learning problems, we design a MapReduce framework to build triplets, which are encapsulations of triple data points used for the optimization problem, and develop a weighting mechanism for triplets according to their contributions to the whole distance distortion. Experiments show that the proposed approach is fast in large-scale DML applications with comparable accuracy to much more time-consuming full-matrix models. Since the approach is implemented with the Scala language based on the Spark platform, it can be used directly by productive Java applications, which makes it highly practical for large-scale datasets. Gang Kou, Yi Peng 0001, Philip S. Yu |
Inf. Sci. | 3 |
| 2021 | Estimating priorities from relative deviations in pairwise comparison matricesabstractThe problem of deriving the priority vector from a pairwise comparison matrix is at the heart of multiple-criteria decision-making problems. Existing prioritization methods mostly model the inconsistency in relative preference–the ratio of two preference weights–by allowing for a small deviation, either additively or multiplicatively. In this study, we alternatively allow for a deviation in each of the two preference weights, which we refer to as the relative deviation interconnection. Under this framework, we consider both relative additive and multiplicative deviation cases and define two types of norms capturing the magnitudes of the deviations, which gives rise to four conic programming models for minimizing the norms of the deviations. Through the model structures, we analyze the signs of the deviations. This further allows us to establish the expressiveness of our framework, which covers the logarithmic least-squares method and the goal-programming method. Using numerical examples, we show that our models perform comparably against existing prioritization methods, efficiently identify unusual and false observations, and provide further suggestions for reducing inconsistency. Jiulong Zhang, Gang Kou, Yi Peng 0001, Yu Zhang 0073 |
Inf. Sci. | 3 |
| 2020 | Improving malicious URLs detection via feature engineering: Linear and nonlinear space transformation methodsabstractIn malicious URLs detection, traditional classifiers are challenged because the data volume is huge, patterns are changing over time, and the correlations among features are complicated. Feature engineering plays an important role in addressing these problems. To better represent the underlying problem and improve the performances of classifiers in identifying malicious URLs, this paper proposed a combination of linear and non-linear space transformation methods. For linear transformation, a two-stage distance metric learning approach was developed: first, singular value decomposition was performed to get an orthogonal space, and then a linear programming was used to solve an optimal distance metric. For nonlinear transformation, we introduced Nyström method for kernel approximation and used the revised distance metric for its radial basis function such that the merits of both linear and non-linear transformations can be utilized. 33,1622 URLs with 62 features were collected to validate the proposed feature engineering methods. The results showed that the proposed methods significantly improved the efficiency and performance of certain classifiers, such as k-Nearest Neighbor, Support Vector Machine, and neural networks. The malicious URLs’ identification rate of k-Nearest Neighbor was increased from 68% to 86%, the rate of linear Support Vector Machine was increased from 58% to 81%, and the rate of Multi-Layer Perceptron was increased from 63% to 82%. We also developed a website to demonstrate a malicious URLs detection system which uses the methods proposed in this paper. The system can be accessed at: http://url.jspfans.com. Gang Kou, Yi Peng 0001 |
Inf. Syst. | 3 |
| 2018 | Analysing discussions in social networks using group decision making methods and sentiment analysis
Juan Antonio Morente-Molinera, Gang Kou, Yi Peng 0001, C. Torres-Albero, Enrique Herrera-Viedma |
Inf. Sci. | 3 |
| 2018 | Understanding influence power of opinion leaders in e-commerce networks: An opinion dynamics theory perspectiveabstractIn this paper, from the perspective of opinion dynamics theory, we investigate the interaction mechanism of a group of autonomous agents in an e-commerce community (or social network), and the influence power of opinion leaders during the formation of group opinion. According to the opinion's update manner and influence, this paper divides social agents within a social network into two subgroups: opinion leaders and opinion followers. Then, we establish a new bounded confidence-based dynamic model for opinion leaders and followers to simulate the opinion evolution of the group of agents. Through numerical simulations, we further investigate the evolution mechanism of group opinion, and the relationship between the influence power of opinion leaders and three factors: the proportion of the opinion leader subgroups, the confidence levels of opinion followers, and the degrees of trust toward opinion leaders. The simulation results show that, in order to maximize the influence power in e-commerce, enhancing opinion leaders’ credibility is crucial. Yiyi Zhao, Gang Kou, Yi Peng 0001, Yang Chen 0006 |
Inf. Sci. | 3 |
| 2014 | Evaluation of clustering algorithms for financial risk analysis using MCDM methods
Gang Kou, Yi Peng 0001, Guoxun Wang |
Inf. Sci. | 2 |
| 2012 | User preferences based software defect detection algorithms selection using MCDM
Yi Peng 0001, Guoxun Wang, Honggang Wang 0001 |
Inf. Sci. | 1 |
| 2009 | Multiple criteria mathematical programming for multi-class classification and application in network intrusion detection
Gang Kou, Yi Peng 0001, Zhengxin Chen, Yong Shi 0001 |
Inf. Sci. | 2 |