Yidong Li

dblp:40/7652 · DBLP profile ↗
← Back
24ranked-venue papers in the field
2as first author
13since 2021 · last 2026
0000-0003-2965-6196ORCID · verified

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

Data Mining & Knowledge Discovery · 11 (2 first)Information Retrieval & Web Search · 5Knowledge Engineering, Semantic Web & Information Systems · 3Other / Interdisciplinary · 3Database Systems & Data Management · 2
YearPublicationVenuePosition
2026 Bridging Behavior and Semantics for Time-aware Cross-Domain Sequential Recommendation
Zhida Qin, Zemu Liu, Haoyan Fu, Yidong Li
SIGIR6
2026 Beyond Similarity: Personalized Federated Recommendation with Composite Aggregation
abstract
Federated recommendation aims to collect global knowledge by aggregating local models from massive devices, to provide recommendations while ensuring privacy. Current methods mainly leverage aggregation functions invented by federated vision community to aggregate parameters from similar clients, e.g., clustering aggregation. Despite considerable performance, we argue that it is suboptimal to apply them to federated recommendation directly. This is mainly reflected in the disparate model structures. Different from structured parameters like convolutional neural networks in federated vision, federated recommender models usually distinguish itself by employing one-to-one item embedding table. Such a discrepancy induces the challenging embedding skew issue, which continually updates the trained embeddings but ignores the non-trained ones during aggregation, thus failing to predict future items accurately. To this end, we propose a personalized Federated recommendation model with Composite Aggregation (FedCA), which not only aggregates similar clients to enhance trained embeddings but also aggregates complementary clients to update non-trained embeddings. Besides, we formulate the overall learning process into a unified optimization algorithm to jointly learn the similarity and complementarity. Extensive experiments on several real-world datasets substantiate the effectiveness of our proposed model. Our code is available at https://github.com/hongleizhang/FedCA .
Honglei Zhang 0002, Haoxuan Li 0001, Jundong Chen 0003, Sen Cui, Kunda Yan, Abudukelimu Wuerkaixi, Xin Zhou 0008, Zhiqi Shen 0001, Yidong Li
ACM Trans. Inf. Syst.9
2025 Deep Probabilistic Graph Matching
abstract
Most previous learning-based graph matching algorithms solve the quadratic assignment problem (QAP) by dropping one or more of the matching constraints and adopting a relaxed assignment solver to obtain sub-optimal correspondences. Such relaxation may actually weaken the original graph matching problem, and in turn hurt the matching performance. In this paper, we propose a deep learning-based graph matching framework that works for the original QAP without compromising on the matching constraints. In particular, we design an affinityassignment prediction network to jointly learn the pairwise affinity and estimate the node assignments, and we then develop a differentiable solver inspired by the probabilistic perspective of the pairwise affinities. Aiming to obtain better matching results, the probabilistic solver refines the estimated assignments in an iterative manner to impose both discrete and one-to-one matching constraints. The proposed method is trained in a supervised manner, evaluated on several benchmarks related to semantic keypoint corresponding, matching of social networks and pure QAP instances. In all experiment, it exhibits state-of-the-art matching performance on all benchmarks.
Tao Wang 0011, Congyan Lang, Yidong Li, Haibin Ling
IEEE Trans. Knowl. Data Eng.4
2024 Tensorized Unaligned Multi-view Clustering with Multi-scale Representation Learning
abstract
The Unaligned Multi-view Clustering (UMC) problem is currently receiving widespread attention, focusing on clustering unaligned multi-view data generated in real-world applications. Although some algorithms have emerged to address this issue, there still exist the following drawbacks: 1) The fully unknown correspondence of samples across views can significantly limit the exploration of consistent clustering structure. 2) The fixed representation space makes it difficult to mine the comprehensive information in the original data. 3) Unbiased tensor rank approximation is desired to capture the high-order correlation among different views. To address these issues, we proposed a novel UMC framework termed Tensorized Unaligned Multi-view Clustering with Multi-scale Representation Learning (TUMCR). Specifically, TUMCR designs a multi-scale representation learning and alignment framework, which constructs multi-scale representation spaces to comprehensively explore the unknown correspondence across views. Then, a tensorial multi-scale fusion module is proposed to fuse multi-scale representations and explore the high-order correlation hidden in different views, which utilizes the Enhanced Tensor Rank (ETR) to learn the low-rank structure. Furthermore, TUMCR is solved by an efficient algorithm with good convergence. Extensive experiments on different types of datasets demonstrate the effectiveness and superiority of our TUMCR compared with state-of-the-art methods. Our code is publicly available at: https://github.com/jijintian/TUMCR.
Jintian Ji, Songhe Feng, Yidong Li
KDD3
2023 On robustness of neural ODEs image classifiers
Wenjun Cui, Honglei Zhang 0002, Haoyu Chu, Pipi Hu, Yidong Li
Inf. Sci.5
2023 LightFR: Lightweight Federated Recommendation with Privacy-preserving Matrix Factorization
abstract
Federated recommender system (FRS), which enables many local devices to train a shared model jointly without transmitting local raw data, has become a prevalent recommendation paradigm with privacy-preserving advantages. However, previous work on FRS performs similarity search via inner product in continuous embedding space, which causes an efficiency bottleneck when the scale of items is extremely large. We argue that such a scheme in federated settings ignores the limited capacities in resource-constrained user devices ( i.e. , storage space, computational overhead, and communication bandwidth), and makes it harder to be deployed in large-scale recommender systems. Besides, it has been shown that transmitting local gradients in real-valued form between server and clients may leak users’ private information. To this end, we propose a lightweight federated recommendation framework with privacy-preserving matrix factorization, LightFR , that is able to generate high-quality binary codes by exploiting learning to hash technique under federated settings, and thus enjoys both fast online inference and economic memory consumption. Moreover, we devise an efficient federated discrete optimization algorithm to collaboratively train model parameters between the server and clients, which can effectively prevent real-valued gradient attacks from malicious parties. Through extensive experiments on four real-world datasets, we show that our LightFR model outperforms several state-of-the-art FRS methods in terms of recommendation accuracy, inference efficiency and data privacy.
Honglei Zhang 0002, Fangyuan Luo, Jun Wu 0007, Xiangnan He 0001, Yidong Li
ACM Trans. Inf. Syst.5
2022 Object representation enhancement for self-supervised colocalization
abstract
Self-supervised colocalization is to localize common objects in the data set containing only one superclass without using human-annotated labels. Existing methods achieve impressive results by employing self-supervised pretext learning. However, a common limitation still exists. They either tend to overextend activations to the background, or they tend to activate the most discriminative object part. To alleviate this problem, we propose an object representation enhancement model to weaken background distraction and to mine complementary object regions during the object representation learning. Specifically, we first propose an Object-aware Representation Enhancement (ORE) module to estimate an object mask for each input image, guiding the model to disregard the background content and focus on the foreground object. The ORE module and the subsequent self-supervised learning can mutually reinforce each other. Then we propose a Masked Self-supervised Learning branch and design a masked attention consistency objective to induce the model to activate complementary parts of the object effectively. Extensive experiments on four fine-grained data sets demonstrate the superiority of the proposed model.
Yidong Li, Yi Jin 0001, Tao Wang 0011
Int. J. Intell. Syst.2
2022 VSLN: View-aware sphere learning network for cross-view vehicle re-identification
abstract
Cross-view vehicle Reidentification (ReID) has attracted widespread attention as an increasingly important vision task in intelligent transportation and urban surveillance. Benefiting from Convolutional Neural Network (CNN), recent studies have promoted the development of vehicle ReID by extracting discriminative local features. However, two fundamental challenges of small interclass discrepancy caused by different views and large intraclass distance caused by similar appearance still hinder the performance of cross-view vehicle ReID. In this paper, a novel View-aware Sphere Learning Network (VSLN) is proposed to alleviate the above issues while maintaining the merits of CNN-based approaches to generate view-aware sphere-based features. First, a Sphere Feature Embedding Network (SFEN) is proposed to constrain the images into hypersphere for extracting sphere features. On the other hand, this study presents a sphere similarity triple loss to help SFEN concentrate more on robust and discriminative vehicle parts. Second, since the vehicle images are usually captured from different viewpoints, this study further extends SFEN by introducing a Vehicle Viewpoint Predictor (VVP) combined with global attention mechanism to enlarge the discrepancy of interclass and shorten the distance of intraclass. Moreover, a city-scale data set, named Vehicle from Different Viewpoints, containing image-level viewpoint labels, is collected for training VVP. As a result, the proposed VLSN can achieve 96.31% Top-1 accuracy and 79.46% Top-1 accuracy on VeRi-776 and VRIC data sets, respectively. Overall, extensive experimental results on two benchmark data sets show that the proposed VSLN outperforms state-of-the-art methods.
Xu Wang 0053, Yi Jin 0001, Chenning Li, Yi-Gang Cen, Yidong Li
Int. J. Intell. Syst.5
2022 Malware detection with dynamic evolving graph convolutional networks
abstract
Malware detection is a vital task for cybersecurity. For malware dynamic behavior, threats come from a small number of Application Programming Interfaces (APIs) embedded in the API sequences, which are easily ignored or obfuscated in the detection process. Prior works proposed graph-based learning methods to solve this problem using API-level behavior relations. However, the malware detection is still challenging, due to the ignore of the temporal correlation between malicious behaviors. In this study, we model the software behaviors with multiscaled API graph sequences to represent API-level behaviors as well as graph-level temporal behavior correlations. We then propose a novel Dynamic Evolving Graph Convolutional Network (DEGCN) model to capture dynamic evolving pattern of both local API-level and global graph-level software behaviors. In particular, we first extract the API-level (node) representations to capture the directed graph representations for each time slot. We then propose a Graph-encoding-based Gate Recurrent Unit (GGRU) network to capture the graph-level evolving features and their evolving status. The graph features of different time slots and different graph scales are concatenated to detect whether the software is benign or malicious. Our evaluation with two public benchmarks reports that DEGCN achieves the best performance compared with state-of-the-art algorithms.
Zikai Zhang 0004, Yidong Li, Wei Wang 0012, Haifeng Song 0001, Hairong Dong 0001
Int. J. Intell. Syst.2
2021 HACK: A Hierarchical Model for Fake News Detection
Yanqi Li, Ke Ji, Kun Ma 0001, Jun Wu 0007, Yidong Li, Guandong Xu
WISE (1)6
2021 Expert Recommendations with Temporal Dynamics of User Interest in CQA
Xiaoqi Lv, Ke Ji, Kun Ma 0001, Jun Wu 0007, Yidong Li, Guandong Xu
WISE (1)6
2021 Noisy label tolerance: A new perspective of Partial Multi-Label Learning
Gengyu Lyu, Songhe Feng, Yidong Li
Inf. Sci.3
2021 GM-PLL: Graph Matching Based Partial Label Learning
abstract
Partial Label Learning (PLL) aims to learn from the data where each training example is associated with a set of candidate labels, among which only one is correct. The key to deal with such problem is to disambiguate the candidate label sets and obtain the correct assignments between instances and their candidate labels. In this paper, we interpret such assignments as instance-to-label matchings, and reformulate the task of PLL as a matching selection problem. To model such problem, we propose a novel Graph Matching based Partial Label Learning (GM-PLL) framework, where Graph Matching (GM) scheme is incorporated owing to its excellent capability of exploiting the instance and label relationship. Meanwhile, since conventional one-to-one GM algorithm does not satisfy the constraint of PLL problem that multiple instances may correspond to the same label, we extend a traditional one-to-one probabilistic matching algorithm to the many-to-one constraint, and make the proposed framework accommodate to the PLL problem. Moreover, we also propose a relaxed matching prediction model, which can improve the prediction accuracy via GM strategy. Extensive experiments on both artificial and real-world data sets demonstrate that the proposed method can achieve superior or comparable performance against the state-of-the-art methods.
Gengyu Lyu, Songhe Feng, Tao Wang 0011, Congyan Lang, Yidong Li
IEEE Trans. Knowl. Data Eng.5
2020 Partial Multi-Label Learning via Probabilistic Graph Matching Mechanism
abstract
Partial Multi-Label learning (PML) learns from the ambiguous data where each instance is associated with a candidate label set, where only a part is correct. The key to solve such problem is to disambiguate the candidate label sets and identify the correct assignments between instances and their ground-truth labels. In this paper, we interpret such assignments as instance-to-label matchings, and formulate the task of PML as a matching selection problem. To model such problem, we propose a novel grapH mAtching based partial muLti-label lEarning (HALE) framework, where Graph Matching scheme is incorporated owing to its good performance of exploiting the instance and label relationship. Meanwhile, since conventional one-to-one graph matching algorithm does not satisfy the constraint of PML problem that multiple instances may correspond to multiple labels, we extend the traditional probabilistic graph matching algorithm from one-to-one constraint to many-to-many constraint, and make the proposed framework to accommodate to the PML problem. Moreover, to improve the performance of predictive model, both the minimum error reconstruction and k-nearest-neighbor weight voting scheme are employed to assign more accurate labels for unseen instances. Extensive experiments on various data sets demonstrate the superiority of our proposed method.
Gengyu Lyu, Songhe Feng, Yidong Li
KDD3
2020 Partial Label Learning via Self-Paced Curriculum Strategy
Gengyu Lyu, Songhe Feng, Yi Jin 0001, Yidong Li
ECML/PKDD (2)4
2020 BotMark: Automated botnet detection with hybrid analysis of flow-based and graph-based traffic behaviors
Wei Wang 0012, Yaoyao Shang, Yidong Li, Jiqiang Liu
Inf. Sci.4
2020 HERA: Partial Label Learning by Combining Heterogeneous Loss with Sparse and Low-Rank Regularization
abstract
Partial label learning (PLL) aims to learn from the data where each training instance is associated with a set of candidate labels, among which only one is correct. Most existing methods deal with this type of problem by either treating each candidate label equally or identifying the ground-truth label iteratively. In this article, we propose a novel PLL approach named HERA, which simultaneously incorporates the HeterogEneous Loss and the SpaRse and Low-rAnk procedure to estimate the labeling confidence for each instance while training the desired model. Specifically, the heterogeneous loss integrates the strengths of both the pairwise ranking loss and the pointwise reconstruction loss to provide informative label ranking and reconstruction information for label identification, whereas the embedded sparse and low-rank scheme constrains the sparsity of ground-truth label matrix and the low rank of noise label matrix to explore the global label relevance among the whole training data, for improving the learning model. Comprehensive ablation study demonstrates the effectiveness of our employed heterogeneous loss, and extensive experiments on both artificial and real-world datasets demonstrate that our method achieves superior or comparable performance against state-of-the-art methods.
Gengyu Lyu, Songhe Feng, Yidong Li, Yi Jin 0001, Guojun Dai, Congyan Lang
ACM Trans. Intell. Syst. Technol.3
2019 Co-saliency Detection with Graph Matching
abstract
Recently, co-saliency detection, which aims to automatically discover common and salient objects appeared in several relevant images, has attracted increased interest in the computer vision community. In this article, we present a novel graph-matching based model for co-saliency detection in image pairs. A solution of graph matching is proposed to integrate the visual appearance, saliency coherence, and spatial structural continuity for detecting co-saliency collaboratively. Since the saliency and the visual similarity have been seamlessly integrated, such a joint inference schema is able to produce more accurate and reliable results. More concretely, the proposed model first computes the intra-saliency for each image by aggregating multiple saliency cues. The common and salient regions across multiple images are thus discovered via a graph matching procedure. Then, a graph reconstruction scheme is proposed to refine the intra-saliency iteratively. Compared to existing co-saliency detection methods that only utilize visual appearance cues, our proposed model can effectively exploit both visual appearance and structure information to better guide co-saliency detection. Extensive experiments on several challenging image pair databases demonstrate that our model outperforms state-of-the-art baselines significantly.
Zun Li 0001, Congyan Lang, Jiashi Feng, Yidong Li, Tao Wang 0011, Songhe Feng
ACM Trans. Intell. Syst. Technol.4
2018 Knowledge-Based Recommendation with Hierarchical Collaborative Embedding
Shaowu Liu, Guandong Xu, Xing Xie 0001, Jun Yin 0005, Yidong Li
PAKDD (2)6
2014 A New Evaluation Function for Entropy-Based Feature Selection from Incomplete Data
Wenhao Shu, Hong Shen 0001, Yingpeng Sang, Yidong Li, Jun Wu 0007
PAKDD (2)4
2014 A Selectively Re-train Approach Based on Clustering to Classify Concept-Drifting Data Streams with Skewed Distribution
Hong Shen 0001, Hui Tian 0001, Yidong Li, Jun Wu 0007, Yingpeng Sang
PAKDD (2)4
2013 A Self-immunizing Manifold Ranking for Image Retrieval
Jun Wu 0007, Yidong Li, Songhe Feng, Hong Shen 0001
PAKDD (2)2
2012 Towards Identity Disclosure Control in Private Hypergraph Publishing
Yidong Li, Hong Shen 0001
PAKDD (2)1
2010 Multivariate Equi-width Data Swapping for Private Data Publication
Yidong Li, Hong Shen 0001
PAKDD (1)1