Fan Min 0001

dblp:79/4191 · DBLP profile ↗
← Back
37ranked-venue papers in the field
5as first author
25since 2021 · last 2026
0000-0002-3290-1036ORCID · verified

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

Knowledge Engineering, Semantic Web & Information Systems · 20 (4 first)Data Mining & Knowledge Discovery · 15 (1 first)Database Systems & Data Management · 2
YearPublicationVenuePosition
2026 Pre-deployment and fine-tuning strategies of Wi-Fi for irregular coverage
Hai Liao, Tu Liu, Fan Min 0001
Inf. Sci.5
2026 Large-scale text-to-SQL generation with adversarial defense
Hai Liao, Linyun Xiang, Fan Min 0001
Inf. Sci.5
2026 Generalized Active Stratified Sampling for Non-IID Data
abstract
Active learning (AL) is a semi-supervised learning paradigm with human-machine interaction and a limited annotation budget. However, few AL studies have explored distribution inconsistency between the data and the population. In this paper, we consider a basic form of the aforementioned issue,i.e., the training data is non-independently and identically distributed (non-IID) sampled from a class uniformly distributed population. Accordingly, we propose a naïve sample selection plugin, namely generalized active stratified sampling (GASS), to rebalance the sample size of each class during AL iterative process, resulting in a progressive approximation to the population. We generalize statistical stratified sampling to support the uncertainty strata criterion, forming the statistical foundation of GASS. This method, as a plugin, can seamlessly collaborate with popular information-based strategies. GASS shows superior rebalancing capabilities by analyzing the statistical moment and the class imbalanced index under the Probably Approximately Correct (PAC) theory. Furthermore, models derived with GASS have low Rademacher complexity (RC), indicating low generalization error bounds, and GASS also exhibits strong robustness to prediction perturbations. Experiments were conducted on 5 benchmark image datasets, and the results show that GASS significantly boosts the test accuracy by about$2.38\%$/$3.19\%$(paired$t$-test$p=0.01$/0.04) and reduces the empirical RC by about$1.42\%$/$1.94\%$(paired$t$-test$p=0.01$/0.05) on average in class imbalanced/balanced scenarios, respectively. This study establishes a potential benchmark for information-based AL.
Yanxue Wu, Fan Min 0001, Xizhao Wang, Min Wang 0031
IEEE Trans. Knowl. Data Eng.3
2025 Aspect-level recommendation fused with review and rating representations
Heng-Ru Zhang, Fan Min 0001
Data Knowl. Eng.3
2025 Label-specific disentanglement and correlation-guided fusion for multi-label classification
Leting Tan, Fan Min 0001
Knowl. Inf. Syst.4
2024 Efficient high utility itemset mining without the join operation
Yihe Yan, Xinzheng Niu, Philippe Fournier-Viger, Libin Ye, Fan Min 0001
Inf. Sci.6
2024 Exploiting asymmetric influence between instances for label enhancement
Heng-Ru Zhang, Peng-Cheng Li, Yuanyuan Xu 0003, Fan Min 0001
Inf. Sci.4
2024 BSRU: boosting semi-supervised regressor through ramp-up unsupervised loss
Haimin Zuo, Fan Min 0001
Knowl. Inf. Syst.3
2024 Misclassification-guided loss under the weighted cross-entropy loss framework
Yan-Xue Wu, Xian-Jie Wang, Fan Min 0001
Knowl. Inf. Syst.4
2023 Sample Topology Exploration for Label Distribution Learning
abstract
Label distribution learning (LDL) employs probabilistic labels to capture the varying degrees of relevance among decision attributes. Existing LDL algorithms usually employ sample correlations to improve their predictive validity. However, they merely employ the superficial features of the sample for correlation analysis, seldom delving into its latent deep features. In this paper, we propose an algorithm to explore the sample topology (ST-LDL) to address this problem. First, we construct a locally weighted directed graph for each target sample. The target sample and its k neighbors are regarded as nodes within the graph. The asymmetrical correlation among these $k+1$ samples is computed separately to determine the weight value of the graph. Then, we utilise the local topology between samples to mine latent information and reconstruct the samples. The local graph is fed into the graph convolutional network to nonlinearly reconstruct the features by mining the latent information. Finally, we designed a new optimization objective function for the reconstructed samples. Experiments are carried out on elven real-world datasets in comparison with seven state-of-the-art algorithms. The results show that our algorithm outperforms several other algorithms, proving the effectiveness of our algorithm.
Yan-Wen Xiong, Heng-Ru Zhang, Fan Min 0001, Peng-Cheng Li
DSAA3
2023 STWD-SFNN: Sequential three-way decisions with a single hidden layer feedforward neural network
Youxi Wu, Shuhui Cheng, Yan Li 0087, Rongjie Lv, Fan Min 0001
Inf. Sci.5
2023 LSTC: When label-specific features meet third-order label correlations
Xing-Yi Zhang, Fan Min 0001, Guojie Song, Hong Yu 0007
Inf. Sci.2
2022 Safe Multi-view Co-training for Semi-supervised Regression
abstract
Co-training is a popular disagreement-based semi-supervised learning method. Learners of different views mutually select reliable unlabeled instances to augment the labeled dataset. Existing co-training style algorithms have cumbersome procedures for selecting confident instances. Furthermore, the pseudo-labels assigned to selected unlabeled instances are not always reliable. In this paper, we propose a safe co-training regression algorithm for multi-view scenarios with two characteristics. An instance selection strategy based on the consistency assumption aims to improve the efficiency of selecting confident unlabeled instances. This strategy makes full use of the information provided by a committee to measure the confidence of unlabeled instances. A safe labeling technique in an ensemble manner is introduced to improve the quality of pseudo-labels. The safe pseudo-labels not only integrate information provided by the committee, but also take into account the part of the receiver. The results over twenty datasets prove the superiority of the proposed algorithm against other state-of-the-art semi-supervised regression algorithms.
Li-Yan Liu, Fan Min 0001
DSAA3
2022 Semi-supervised Regression with Data Partitioning and Feature Mapping
abstract
Semi-supervised regression attempts to utilize as much unlabeled data as possible and as little labeled data as possible to improve model performance. Methods based on data partitioning can improve regression performance from the perspective of data distribution. However, most partitioning methods only consider the correlation between the data, but not the relationship between the regressor and the data. In this study, a strategy of dividing the data and then regressing is proposed, where data partitioning is based on the relationship between the regression and data. Accordingly, an intuitive and effective algorithm named SRPF, i.e. Semi-supervised regression based on data partitioning and feature mapping, is proposed. First, we divide the labeled dataset into two disjoint subsets based on the relationship between the predicted and actual values of separation regressor. Second, we label these two subsets as distinct classes and use feature mapping to map data features to higher dimensions to better distinguish the data. Third, we construct a partitioner to determine which subset an unlabeled instance belongs to, and then use the regressor on the corresponding data set to make predictions. Finally, during the iterative training process, a self-training method is used to enrich labeled samples. Experiments are conducted on 15 well-known datasets compared to state-of-the-art algorithms. The results show that our method outperforms them in most datasets.
Li-Yan Liu, Jia-Hui Zhang, Fan Min 0001
DSAA3
2022 BRL: Learning behavior representations of Reversi players
abstract
Player behavior modeling is of the utmost importance in game development and player matching. This problem is challenging because behavior is multi-semantic and hard to represent. Existing work often suffers from low generalization ability and high demand for supervisory information. In this paper, we present a behavior representation learning method (BRL) for Reversi players. It learns entirely from unlabeled game records. First, we develop an asymmetric encoder-decoder architecture to learn the mapping between states and actions. The encoder maps game records into a latent subspace for behavior representation. Second, we mask random states to force the encoder to capture the high-level features of the policy. The decoder predicts the corresponding actions according to the latent representation. Coupling these two designs, the semantic relevance of behaviors can be more effectively measured. Experiments were conducted in Reversi, using 14,000 game records of different players to learn behavior representations. Transfer performance in downstream tasks outperforms the supervised method and shows promising scaling ability. This work opens a new way for analyzing and modeling player behavior.
Chao-Fan Pan, Fan Min 0001, Heng-Ru Zhang
DSAA2
2022 Label Distribution Learning with Data Augmentation using Generative Adversarial Networks
abstract
Label distribution learning (LDL) can more accurately represent the degree of correlation between labels and samples than multi-label learning. However, LDL usually has limited available label data, which is not conducive to training deep learning models. Data augmentation refers to methods for solving limited data problems by introducing unobserved data or latent variables to increase the size and quality of the training dataset. In this paper, we augment the dataset by mapping the features and label distributions of the generated samples to the same subspace, and using the generator to learn the distribution of the original data in this space. First, we use the encoder and generator to extract effective information from sample features and label distributions, respectively. Second, we randomly fuse the existing label distribution to generate a new label distribution, then map it to the subspace and restore the corresponding features through the decoder. Finally, these generated samples are mixed with the original training set to train a model for predicting label distribution. Experimental results on nine real-world datasets show that our proposed algorithm can improve the performance of deep learning models to a certain extent.
Bin-Yuan Rong, Heng-Ru Zhang, Gui-Lin Li, Fan Min 0001
DSAA4
2022 Multi-instance Multi-label Learning Based on Parallel Attention and Local Label Manifold Correlation
abstract
Real-world applications always contain complex data objects with multiple semantics. The machine learning tasks generalized from these applications can be formulated as multi-instance multi-label learning (MIML) problems. Each object is represented by a bag of multiple instances and can be associated with multiple labels simultaneously. Extensive studies on the MIML have been conducted during the past few years. However, many of them do not consider local label correlations, which is critical in multi-label scenario. To address this problem, we propose the multi-instance multi-label learning based on parallel attention and local label manifold correlation (MIML-LLMC) algorithm. First, parallel multiple attention mechanisms convert each bag into a number of fusion vectors, one for each label. They are also utilized to find out which instances in the bag trigger respective labels to improve explanability. Second, local label manifold correlation vectors (LLMCs) are constructed based on label manifold generation and clustering. They provide a high level of representation of the label vectors. Third, each fusion vector is concatenated to the LLMC to predict each label independently. With the utilization of attention and LLMCs, MIML-LLMC is able to discover instance-label relations and exploit local label correlations simultaneously. Experiments reveal that our approach is highly competitive to the state-of-the-art MIML algorithms and yields reasonable results in understanding the relations between input patterns and output label semantics.
Mei Yang 0002, Wen-Tao Tang, Fan Min 0001
DSAA3
2022 Hypersphere Neighborhood Rough Set for Rapid Attribute Reduction
Yu Fang 0009, Xuemei Cao 0001, Xin Wang 0064, Fan Min 0001
PAKDD (2)4
2022 Self-paced Safe Co-training for Regression
Fan Min 0001
PAKDD (2)1
2022 Multi-instance Embedding Learning Through High-level Instance Selection
Mei Yang 0002, Wen-Xi Zeng, Fan Min 0001
PAKDD (2)3
2022 Attention-to-Embedding Framework for Multi-instance Learning
Mei Yang 0002, Mao Ye 0001, Fan Min 0001
PAKDD (2)4
2022 Global and local attention-based multi-label learning with missing labels
Yusheng Cheng, Kun Qian 0011, Fan Min 0001
Inf. Sci.3
2022 Three-way sampling for rapid attribute reduction
abstract
As data dimensions and volume rapidly increase, attribute reduction using the original data becomes computationally infeasible. Large data frequently contain various redundant attributes and types of noise. This leads to the problems of overfitting and inefficiency in data processing. To address these problems, this paper proposes a general sampling method for attribute reduction by introducing three-way decisions, namely, three-way sampling (3WS), which is the first sampling method that describes the decision boundary accurately while improving the data quality significantly. To improve the effectiveness and efficiency of attribute reduction, we designed a rapid attribute reduction method based on three-way sampling (3WS-RAR). The 3WS-RAR method consists of three main steps: data sampling, attribute reduction, and model effectiveness evaluation. For data sampling, we define the three regions of the 3WS using support vectors to describe the data and use the boundary region as the sampling results. For the attribute reduction, we compute the neighborhood self-information for each attribute while considering the upper and lower approximations. For the effectiveness evaluation, we conducted experiments on 15 relatively large-scale datasets and analysed the influence of parameters. The experimental results reveal that, compared with state-of-the-art attribute reduction models, 3WS-RAR performs better on public benchmark datasets.
Yu Fang 0009, Xuemei Cao 0001, Xin Wang 0064, Fan Min 0001
Inf. Sci.4
2022 A graph based approach for mining significant places in trajectory data
abstract
Significant place mining in spatiotemporal trajectory data is a key task for mobile pattern mining, useful for supporting location-aware services. State-of-the-art trajectory clustering algorithms utilize a density-based distance measure. However, some major problems with this approach are that (1) results are often inaccurate, especially on data of varying density, (2) the user must fine-tune many thresholds that are unintuitive to set, and (3) boundary points between clusters are often assigned to the wrong locations. Performance is also a major issue as many state-of-the-art algorithms have a very high time complexity. Motivated by these issues, this paper proposes an approach inspired by the data field theory and community detection. It is a graph-based significant place mining algorithm, called GB-SPM, for capturing and characterizing the essence of similarity between nodes. GB-SPM first applies a novel low index neighborhood velocity point filtration method to extract characteristic points. Then, a characteristic point index neighborhood is used to map them to graph nodes. In this way, the original problem is transformed into a community detection problem in complex community networks. Finally, a new edge weight metric is proposed to capture and characterize the nature of similarity between nodes. To evaluate clustering quality, we used the Silhouette (SI) for unannotated data to value inter-cluster separation and intra-cluster homogeneity. To evaluate mining effectiveness, we used Matthew’s correlation coefficient (MCC) for annotated data. Numerous experiments were carried out on real world datasets, and the accuracy and performance of the designed algorithm was compared with the state-of-the-art algorithms. Results show that GB-SPM improves on average SI by 13.9%, MCC by 20.7%, and runtime by 5.15 times.
Shimin Wang, Xinzheng Niu, Philippe Fournier-Viger, Dongmei Zhou, Fan Min 0001
Inf. Sci.5
2021 TWD-SFNN: Three-way decisions with a single hidden layer feedforward neural network
Shuhui Cheng, Youxi Wu, Yan Li 0087, Fan Min 0001
Inf. Sci.5
2020 Frequent pattern discovery with tri-partition alphabets
Fan Min 0001, Zhi-Heng Zhang, Wen-jie Zhai, Rong-Ping Shen
Inf. Sci.1
2019 Cost-sensitive active learning through statistical methods
Min Wang 0031, Fan Min 0001, Dun Liu
Inf. Sci.3
2018 A comparison study of similarity measures for covering-based neighborhood classifiers
Fu-Lun Liu, Ben-Wen Zhang, Davide Ciucci, Weizhi Wu 0001, Fan Min 0001
Inf. Sci.5
2017 Regression-based three-way recommendation
Heng-Ru Zhang, Fan Min 0001
Inf. Sci.2
2014 Characteristic matrix of covering and its application to Boolean matrix decomposition
Shiping Wang, William Zhu 0001, Qingxin Zhu, Fan Min 0001
Inf. Sci.4
2014 Graph and matrix approaches to rough sets through matroids
Shiping Wang, Qingxin Zhu, William Zhu 0001, Fan Min 0001
Inf. Sci.4
2013 Quantitative analysis for covering-based rough sets through the upper approximation number
Shiping Wang, Qingxin Zhu, William Zhu 0001, Fan Min 0001
Inf. Sci.4
2012 Attribute reduction of data with error ranges and test costs
Fan Min 0001, William Zhu 0001
Inf. Sci.1
2011 Test-cost-sensitive attribute reduction
Fan Min 0001, Huaping He, William Zhu 0001
Inf. Sci.1
2009 OFFD: Optimal Flexible Frequency Discretization for Naïve Bayes Classification
Fan Min 0001, Tianyu Cao 0001
ADMA2
2009 A hierarchical model for test-cost-sensitive decision systems
Fan Min 0001, Qihe Liu
Inf. Sci.1
2006 Knowledge Reduction in Inconsistent Decision Tables
Qihe Liu, Leiting Chen, Fan Min 0001
ADMA4