Xiaoyan Zhu 0003

dblp:50/1222-3 · DBLP profile ↗
← Back
6ranked-venue papers in the field
3as first author
5since 2021 · last 2026
—ORCID · conflict

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

Knowledge Engineering, Semantic Web & Information Systems · 3 (1 first)Data Mining & Knowledge Discovery · 2 (2 first)Other / Interdisciplinary · 1
YearPublicationVenuePosition
2026 IFHAGrec: Instruction-Finetuned Heterogeneous-Aware Graph Neural Network for Temporally Weighted Recommendation Model
Hongrui Wang 0004, Shanchuan Yu, Xiaoyan Zhu 0003, Guangtao Wang, Jiayin Wang 0002, Jiaxuan Li 0001, Jindong Jiang
KSEM (1)3
2024 Stacked co-training for semi-supervised multi-label learning
Jiaxuan Li 0001, Xiaoyan Zhu 0003, Hongrui Wang 0004, Yu Zhang 0203, Jiayin Wang 0002
Inf. Sci.2
2023 Dynamic ensemble learning for multi-label classification
Xiaoyan Zhu 0003, Jiaxuan Li 0001, Jingtao Ren, Jiayin Wang 0002, Guangtao Wang
Inf. Sci.1
2021 A new multiple instance algorithm using structural information
abstract
Multiple instance learning (MIL) is semisupervised learning that predicts the label of a bag with a wide diversity of instances. It has many applications and thus attracts increasingly more attention. In this paper, we propose a new MIL algorithm using the structural information of a bag to predict its label. In the proposed method, a bag is transformed into a graph, and spectral clustering is employed to divide the graph into several subgraphs. Then, the graph Fourier transform is utilized to extract the features of the subgraphs. Finally, an end-to-end neural network is used to predict the label of a bag with the extracted features. An empirical study with 25 datasets was conducted to validate the effectiveness of the proposed method. The experimental results show that the proposed method performs better than the 6 baseline methods on most datasets.
Xiaoyan Zhu 0003, Jiayin Wang 0002, Yuqian Liu
ICDM1
2021 Automatic Recommendation of a Distance Measure for Clustering Algorithms
abstract
With a large number of distance measures, the appropriate choice for clustering a given data set with a specified clustering algorithm becomes an important problem. In this article, an automatic distance measure recommendation method for clustering algorithms is proposed. The recommendation method consists of the following steps: (1) metadata extraction, including meta-feature collection and meta-target identification; (2) recommendation model construction using metadata; and (3) distance measure recommendation for a new data set by the recommendation model. Two different types of meta-targets and meta-learning techniques are utilized considering the possible different requirements of users. To validate the necessity and effectiveness of the distance measure recommendation method, an empirical study is conducted with 199 publicly available data sets, 9 distance measures, and 2 widely used clustering algorithms. The experimental results indicate that distance measure significantly influences the performance of the clustering algorithm for a given data set. Furthermore, performance analysis of the proposed recommendation method proves its effectiveness.
Xiaoyan Zhu 0003, Yingbin Li, Jiayin Wang 0002, Jingwen Fu
ACM Trans. Knowl. Discov. Data1
2011 An empirical analysis of the FixCache algorithm
abstract
The FixCache algorithm, introduced in 2007, effectively identifies files or methods which are likely to contain bugs by analyzing source control repository history. However, many open questions remain about the behaviour of this algorithm. What is the variation in the hit rate over time? How long do files stay in the cache? Do buggy files tend to stay buggy, or can they be redeemed? This paper analyzes the behaviour of the FixCache algorithm on four open source projects. FixCache hit rate is found to generally increase over time for three of the four projects; file duration in cache follows a Zipf distribution; and topmost bug-fixed files go through periods of greater and lesser stability over a project's history.
Caitlin Sadowski, Chris Lewis 0002, Zhongpeng Lin, Xiaoyan Zhu 0003, E. James Whitehead Jr.
MSR4