Jun Sun 0008

dblp:68/5216-8 · DBLP profile ↗
← Back
12ranked-venue papers in the field
4as first author
6since 2021 · last 2024
0000-0002-9824-4294ORCID · conflict

Domains — venue-derived; a paper can count in several

Database Systems & Data Management · 6Knowledge Engineering, Semantic Web & Information Systems · 5 (3 first)Data Mining & Knowledge Discovery · 1 (1 first)
YearPublicationVenuePosition
2024 GPU-Based Efficient Parallel Heuristic Algorithm for High-Utility Itemset Mining in Large Transaction Datasets (Extended Abstract)
abstract
Heuristic algorithms have been developed to find approximate solutions for high-utility itemset mining (HUIM) problems that compensate for the performance bottlenecks of exact algorithms. However, heuristic algorithms still face the problem of long runtime and insufficient mining quality, especially for large transaction datasets with thousands to tens of thousands of items and up to millions of transactions. To solve these problems, a novel GPU-based efficient parallel heuristic algorithm for HUIM (PHA-HUIM) is proposed in this paper. The iterative process of PHA-HUIM consists of three main steps: the search strategy, fitness evaluation, and ring topology communication. The search strategy and ring topology communication are designed to run in constant time on GPU. The parallelism of fitness evolution helps to substantially accelerate the algorithm. To improve the mining quality, a multi-start strategy with an unbalanced allocation strategy is employed in the search process. Ring topology communication is adopted to maintain population diversity. A load balancing strategy is introduced to reduce the thread divergence to improve the parallel efficiency. The experimental results on nine large datasets show that PHA-HUIM outperforms state-of-the-art HUIM algorithms in terms of speedup performance, runtime, and mining quality.
Wei Fang 0001, Haipeng Jiang, Hengyang Lu, Jun Sun 0008, Xiaojun Wu 0001, Jerry Chun-Wei Lin
ICDE4
2024 Mutual Information-Guided GA for Bayesian Network Structure Learning (Extended Abstract)
abstract
Bayesian network structure learning (BNSL) from data is an NP-hard problem. Genetic algorithms are powerful for solving combinatorial optimization problems, but the lack of effective guidance results in slow convergence and low accuracy regarding BNSL. To address this problem, we propose a mutual information (MI) guided genetic algorithm (MIGA) for BNSL in this paper, which uses MI to effectively search BN structures. In the initialization phase of MIGA, the population is generated by adding additional constraints based on MI to reach a higher score without losing diversity. By employing normalized MI and defining the population support, the potential dominance in the population can be identified and then used to design a novel crossover operator in order to preserve the dominant genes with a higher probability. Moreover, with the guidance of MI for removing loops from the structures, infeasible solutions can be handled in a straightforward and practical way. The proposed MIGA is evaluated on eleven well-known benchmark datasets and compared with four GA-based methods and four other state-of-the-art BNSL algorithms. Experimental results show that MIGA outperforms the compared algorithms in convergence and learning accuracy.
Kefei Yan, Wei Fang 0001, Hengyang Lu, Xin Zhang 0065, Jun Sun 0008, Xiaojun Wu 0001
ICDE5
2024 GPU-Based Efficient Parallel Heuristic Algorithm for High-Utility Itemset Mining in Large Transaction Datasets
abstract
Heuristic algorithms have been developed to find approximate solutions for high-utility itemset mining (HUIM) problems that compensate for the performance bottlenecks of exact algorithms. However, heuristic algorithms still face the problem of long runtime and insufficient mining quality, especially for large transaction datasets with thousands to tens of thousands of items and up to millions of transactions. To solve these problems, a novel GPU-based efficient parallel heuristic algorithm for HUIM (PHA-HUIM) is proposed in this paper. The iterative process of PHA-HUIM consists of three main steps: the search strategy, fitness evaluation, and ring topology communication. The search strategy and ring topology communication are designed to run in constant time on GPU. The parallelism of fitness evolution helps to substantially accelerate the algorithm. A new data structure with a sort-mapping strategy is proposed to enhance the search ability and reduce memory usage. To improve the mining quality, a multi-start strategy with an unbalanced allocation strategy is employed in the search process. Ring topology communication is adopted to maintain population diversity. A load balancing strategy is introduced to reduce the thread divergence to improve the parallel efficiency. The experimental results on nine large datasets show that PHA-HUIM outperforms state-of-the-art HUIM algorithms in terms of speedup performance, runtime, and mining quality.
Wei Fang 0001, Haipeng Jiang, Hengyang Lu, Jun Sun 0008, Xiaojun Wu 0001, Jerry Chun-Wei Lin
IEEE Trans. Knowl. Data Eng.4
2023 Mining High Quality Patterns Using Multi-Objective Evolutionary Algorithm (Extended Abstract)
abstract
Most studies on pattern mining have considered only one pattern, such as frequent pattern or high-utility pattern, which is difficult to meet the increasingly diverse needs of users. In this paper, a novel multi-objective problem model for high quality pattern mining (HQPM) is proposed, where the objectives are support, occupancy, and utility. In order to solve the proposed three-objective problem efficiently, an improved multi-objective evolutionary algorithm for HQPM (MOEA-PM) is proposed with two kinds of population initialization strategies and an auxiliary tool. Experimental results on real-world datasets show that the proposed three-objective problem model with the MOEA-PM algorithm can discover patterns that are both frequently occurring and has a high utility in the transaction datasets, while at the same time being relatively complete. The proposed algorithm outperforms the state-of-the-art in terms of efficiency, quality, and convergence speed.
Wei Fang 0001, Qiang Zhang 0036, Jun Sun 0008, Xiaojun Wu 0001
ICDE3
2023 Mutual Information-Guided GA for Bayesian Network Structure Learning
abstract
Bayesian network structure learning (BNSL) from data is an NP-hard problem. Genetic algorithms are powerful for solving combinatorial optimization problems, but the lack of effective guidance results in slow convergence and low accuracy regarding BNSL. To address this problem, we propose a mutual information (MI) guided genetic algorithm (MIGA) for BNSL in this paper, which uses MI to effectively search BN structures. In the initialization phase of MIGA, the population is generated by adding additional constraints based on MI to reach a higher score without losing diversity. By employing normalized MI and defining the population support, the potential dominance in the population can be identified and then used to design a novel crossover operator in order to preserve the dominant genes with a higher probability. Moreover, with the guidance of MI for removing loops from the structures, infeasible solutions can be handled in a straightforward and practical way. The proposed MIGA is evaluated on eleven well-known benchmark datasets and compared with four GA-based methods and four other state-of-the-art BNSL algorithms. Experimental results show that MIGA outperforms the compared algorithms in convergence and learning accuracy.
Kefei Yan, Wei Fang 0001, Hengyang Lu, Xin Zhang 0065, Jun Sun 0008, Xiaojun Wu 0001
IEEE Trans. Knowl. Data Eng.5
2022 Mining High Quality Patterns Using Multi-Objective Evolutionary Algorithm
abstract
Pattern mining (PM) refers to the process of discovering patterns of interest to users from data. However, most studies have considered only one pattern, such as frequent pattern or high-utility pattern. With the continuous requirement of businesses in various industries, the single-objective PM methods are difficult to meet the increasingly diverse needs of users. In this paper, a multi-objective problem model for high quality pattern mining (HQPM) is proposed, where the objectives are support, occupancy, and utility. In order to solve the proposed three-objective problem efficiently, an improved multi-objective evolutionary algorithm for HQPM (MOEA-PM) is proposed. Two kinds of population initialization strategies are designed, which is used to ensure the population is effectively distributed in the feasible solution space. By taking the properties of the model into consideration, an auxiliary tool is proposed to accelerate the convergence of the algorithm. Experimental results on real-world datasets show that the proposed three-objective problem model with the MOEA-PM algorithm can discover patterns that are both frequently occurring and has a high utility in the transaction datasets, while at the same time being relatively complete. Compared with the state-of-the-art MOEA-based HQPM algorithms, MOEA-PM has better performance in terms of efficiency, quality, and convergence speed.
Wei Fang 0001, Qiang Zhang 0036, Jun Sun 0008, Xiaojun Wu 0001
IEEE Trans. Knowl. Data Eng.3
2019 Graph-structured multitask sparsity model for visual tracking
Jun Sun 0008, Qidong Chen, Jianan Sun, Tao Zhang 0010, Wei Fang 0001, Xiaojun Wu 0001
Inf. Sci.1
2016 A decentralized quantum-inspired particle swarm optimization algorithm with cellular structured population
Wei Fang 0001, Jun Sun 0008, Xiaojun Wu 0001
Inf. Sci.2
2015 Evolutionary sampling: A novel way of machine learning within a probabilistic framework
Zhenping Xie, Jun Sun 0008, Vasile Palade, Shitong Wang 0001, Yuan Liu 0021
Inf. Sci.2
2012 Multiple sequence alignment using the Hidden Markov Model trained by an improved quantum-behaved particle swarm optimization
Jun Sun 0008, Xiaojun Wu 0001, Wei Fang 0001, Yanrui Ding, Wenbo Xu 0001
Inf. Sci.1
2012 Convergence analysis and improvements of quantum-behaved particle swarm optimization
Jun Sun 0008, Xiaojun Wu 0001, Vasile Palade, Wei Fang 0001, Choi-Hong Lai, Wenbo Xu 0001
Inf. Sci.1
2006 Quantum-Behaved Particle Swarm Optimization Clustering Algorithm
Jun Sun 0008, Wenbo Xu 0001
ADMA1