Yong Xu 0001

dblp:07/4630-1 · DBLP profile ↗
← Back
13ranked-venue papers in the field
2as first author
5since 2021 · last 2026
—ORCID · conflict

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

Information Retrieval & Web Search · 5Knowledge Engineering, Semantic Web & Information Systems · 4 (2 first)Data Mining & Knowledge Discovery · 3Other / Interdisciplinary · 1
YearPublicationVenuePosition
2026 Inferring Targets from Calibrated Hesitations via Mutual Information Maximization in Multi-Behavior Recommendation
abstract
Multi-behavior recommendation enriches user preference modeling by incorporating diverse auxiliary interactions. However, most existing methods simply treat interactions without target behaviors as absolute negative feedback. This strategy ignores an important intermediate state known as user hesitation, where users exhibit strong intent but fail to complete the final conversion due to various reasons. Consequently, models cannot distinguish true disinterest from intended but hesitant behavior, which introduces substantial noise into preference modeling. To address this issue, we propose a novel framework named Calibrated Hesitation Analysis for Multi-Behavior Recommendation via Mutual Information Maximization (CHARM). Specifically, we aggregate auxiliary behaviors that lead to successful conversions into latent intent representations and train an inference network by maximizing the mutual information between these intents and observed target behaviors. We then apply this network to auxiliary behaviors without conversion, under the assumption that the conversion had occurred, in order to infer latent conversion probabilities and identify high-intent hesitation candidates. Furthermore, to distinguish genuine hesitation from interaction termination caused by competing item choices, we design a competitor substitution penalty strategy to refine hesitation confidence scores. Finally, the calibrated hesitation set is incorporated into the recommendation process to improve ranking quality. Extensive experiments on three real-world datasets demonstrate that CHARM consistently outperforms existing state-of-the-art methods. The source code is available at https://github.com/city59/CHARM.
Cheng Li 0058, Yong Xu 0001, Suhua Tang, Xin He 0017, Jinde Cao
SIGIR2
2025 Latitude-oriented hierarchical enhancement network for omnidirectional image super-resolution
Xin Wang 0160, Jinxing Li 0003, Shiqi Wang 0001, Yong Xu 0001
Inf. Process. Manag.5
2021 Structural Deep Incomplete Multi-view Clustering Network
abstract
In recent years, incomplete multi-view clustering has drawn increasing attention due to the existence of large amounts of unlabeled incomplete data whose views are not fully observed in the practical applications. Although many traditional methods have been extended to address the incomplete learning problem, most of them exploit the shallow models and ignore the geometric structure. To address these issues, we proposed a structural deep incomplete multi-view clustering network. Specifically, the proposed method can simultaneously explore the high-level features and high-order geometric structure information of data with several view-specific graph convolutional encoder networks and can directly obtain the optimal clustering indicator matrix in one stage. Experimental results on several datasets with the comparison of state-of-the-art methods validate the superiority of the proposed method.
Jie Wen 0001, Zhihao Wu 0002, Zheng Zhang 0006, Lunke Fei, Bob Zhang 0001, Yong Xu 0001
CIKM6
2021 Targeted Attack and Defense for Deep Hashing
abstract
Deep hashing methods have been intensively studied and successfully applied in massive fast image retrieval. However, inherited from the deficiency of deep neural networks, deep hashing models can be easily fooled by adversarial examples, which brings a serious security risk to hashing based retrieval. In this paper, we propose a novel targeted attack method and the first defense scheme for deep hashing based retrieval. Specifically, a simple yet effective PrototypeNet is designed to generate category-level semantic embedding (dubbed prototype code) regarded as the semantic representative of the target label, which preserves the semantic similarity with relevant labels and dissimilarity with irrelevant labels. Subsequently, we conduct the targeted attack by minimizing the Hamming distance between the hash code of the adversarial sample and the prototype code. Moreover, we provide an adversarial training algorithm to improve the adversarial robustness of deep hashing networks. Extensive experiments demonstrate our method can produce high-quality adversarial samples with the benefit of superior targeted attack performance over state-of-the-arts. Importantly, our adversarial defense framework can significantly boost the robustness of hashing networks against adversarial attacks on deep hashing based retrieval. The code is available at https://github.com/xunguangwang/Targeted-Attack-and-Defense-for-Deep-Hashing.
Xunguang Wang, Zheng Zhang 0006, Guangming Lu 0002, Yong Xu 0001
SIGIR4
2021 Fast and Robust Dictionary-based Classification for Image Data
abstract
Dictionary-based classification has been promising in knowledge discovery from image data, due to its good performance and interpretable theoretical system. Dictionary learning effectively supports both small- and large-scale datasets, while its robustness and performance depends on the atoms of the dictionary most of the time. Empirically, using a large number of atoms is helpful to obtain a robust classification, while robustness cannot be ensured when setting a small number of atoms. However, learning a huge dictionary dramatically slows down the speed of classification, which is especially worse on the large-scale datasets. To address the problem, we propose a Fast and Robust Dictionary-based Classification (FRDC) framework, which fully utilizes the learned dictionary for classification by staging - and -norms to obtain a robust sparse representation. The new objective function, on the one hand, introduces an additional -norm term upon the conventional -norm optimization, which generates a more robust classification. On the other hand, the optimization based on both - and -norms is solved in two stages, which is much easier and faster than current solutions. In this way, even when using a limited size of dictionary, which makes sure the classification runs very fast, it still can gain higher robustness for multiple types of image data. The optimization is then theoretically analyzed in a new formulation, close but distinct to elastic-net, to prove it is crucial to improve the performance under the premise of robustness. According to our extensive experiments conducted on four image datasets for face and object classification, FRDC keeps generating a robust classification no matter whether using a small or large number of atoms. This guarantees a fast and robust dictionary-based image classification. Furthermore, when simply using deep features extracted via some popular pre-trained neural networks, it outperforms many state-of-the-art methods on the specific datasets.
Shaoning Zeng, Bob Zhang 0001, Jianping Gou, Yong Xu 0001
ACM Trans. Knowl. Discov. Data4
2019 A Local Mean Representation-based K-Nearest Neighbor Classifier
abstract
K -nearest neighbor classification method (KNN), as one of the top 10 algorithms in data mining, is a very simple and yet effective nonparametric technique for pattern recognition. However, due to the selective sensitiveness of the neighborhood size k , the simple majority vote, and the conventional metric measure, the KNN-based classification performance can be easily degraded, especially in the small training sample size cases. In this article, to further improve the classification performance and overcome the main issues in the KNN-based classification, we propose a local mean representation-based k -nearest neighbor classifier (LMRKNN). In the LMRKNN, the categorical k -nearest neighbors of a query sample are first chosen to calculate the corresponding categorical k -local mean vectors, and then the query sample is represented by the linear combination of the categorical k -local mean vectors; finally, the class-specific representation-based distances between the query sample and the categorical k -local mean vectors are adopted to determine the class of the query sample. Extensive experiments on many UCI and KEEL datasets and three popular face databases are carried out by comparing LMRKNN to the state-of-art KNN-based methods. The experimental results demonstrate that the proposed LMRKNN outperforms the related competitive KNN-based methods with more robustness and effectiveness.
Jianping Gou, Wenmo Qiu, Zhang Yi 0001, Yong Xu 0001, Qirong Mao, Yongzhao Zhan 0001
ACM Trans. Intell. Syst. Technol.4
2018 Two-phase linear reconstruction measure-based classification for face recognition
Jianping Gou, Yong Xu 0001, David Zhang 0001, Qirong Mao, Lan Du 0002, Yongzhao Zhan 0001
Inf. Sci.2
2017 Sample diversity, representation effectiveness and robust dictionary learning for face recognition
Yong Xu 0001, Bob Zhang 0001, Jian Yang 0003, Jane You
Inf. Sci.1
2016 Natural Scene Character Recognition Using Robust PCA and Sparse Representation
abstract
Natural scene character recognition is challenging due to the cluttered background, which is hard to separate from text. In this paper, we propose a novel method for robust scene character recognition. Specifically, we first use robust principal component analysis (PCA) to denoise character image by recovering the missing low-rank component and filtering out the sparse noise term, and then use a simple Histogram of oriented Gradient (HOG) to perform image feature extraction, and finally, use a sparse representation based classifier for recognition. In experiments on four public datasets, namely the Char74K dataset, ICADAR 2003 robust reading dataset, Street View Text (SVT) dataset and IIIT5K-word dataset, our method was demonstrated to be competitive with the state-of-the-art methods.
Zheng Zhang 0006, Yong Xu 0001, Cheng-Lin Liu 0001
DAS2
2016 Projective robust nonnegative factorization
Yuwu Lu, Zhihui Lai 0001, Yong Xu 0001, Jane You, Xuelong Li 0001, Chun Yuan 0003
Inf. Sci.3
2014 Towards Ontology-Enhanced Cloud Services Discovery
Abdullah Alfazi, Talal H. Noor, Quan Z. Sheng, Yong Xu 0001
ADMA4
2014 Keyword Search over Web Documents Based on Earth Mover's Distance
Jiangang Ma, Quan Z. Sheng, Lina Yao 0001, Yong Xu 0001, Ali Shemshadi
WISE (1)4
2013 Using the idea of the sparse representation to perform coarse-to-fine face recognition
Yong Xu 0001, Qi Zhu 0001, Zizhu Fan, David Zhang 0001, Jian-Xun Mi, Zhihui Lai 0001
Inf. Sci.1