EDBT 2026 Demo / reviewers in the wild / expert
Xiangjun Shen
dblp:06/5097 · also Xiang-Jun Shen, Xiang-jun Shen
· DBLP profile ↗
8ranked-venue papers in the field
1as first author
7since 2021 · last 2026
0000-0002-3359-8972ORCID · corroborated
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 3 (1 first)Other / Interdisciplinary · 2Database Systems & Data Management · 1Information Retrieval & Web Search · 1Knowledge Engineering, Semantic Web & Information Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Plug and play document image shadow removal with conditional diffusion model
Xiangjun Shen, Lanling Zeng |
Inf. Sci. | 3 |
| 2024 | Temporal dual-target cross-domain recommendation framework for next basket recommendationabstractNext Basket Recommender systems in e-commerce face challenges such as data sparsity, evolving user preferences, and cross-domain transfer limitations. We propose the Temporal Dual-Target Cross-Domain Recommendation Framework (T-DualCRF) to address these issues. T-DualCRF integrates multi-channel embeddings (user feedback, knowledge graphs, temporal features) and a dual-target mechanism for robust cross-domain knowledge transfer. It also employs time-aware embeddings and a temporal heterogeneous graph to model user preference changes. The framework’s hybrid optimization mechanism, combining the Multi-Verse Optimizer and Whale Optimization Algorithm, enhances recommendation accuracy and stability. Experimental results on Amazon datasets show that T-DualCRF significantly outperforms existing models, with improvements of up to 20% in F1-score and 17% in NDCG, effectively mitigating data sparsity and adapting to real-time user behavior changes. John Kinglsey Arthur, Conghua Zhou, Xiangjun Shen, Ronky Wrancis Amber-Doh, Jeremiah Osei-Kwakye, Eric Appiah Mantey |
Discov. Comput. | 3 |
| 2023 | Robust Dimensionality Reduction via Low-rank Laplacian Graph LearningabstractManifold learning is a widely used technique for dimensionality reduction as it can reveal the intrinsic geometric structure of data. However, its performance decreases drastically when data samples are contaminated by heavy noise or occlusions, which leads to unsatisfying data processing performance. We propose a novel robust dimensionality reduction method via low-rank Laplacian graph learning for classification and clustering tasks to solve the above problem. First, we construct a low-rank Laplacian graph by combining manifold learning and subspace learning. This graph can capture both global and local structural information of the data. And we introduce rank constraints for the Laplacian graph to make it more discriminative. Second, we put the learning of projection matrix and sample affinity graph into a unified framework. The projection matrix is embedded into a robust low-rank Laplacian graph so that the low-dimensional mapping of data can maintain the structural information in the graph well. Finally, we add a regularization term to the projection matrix to make it have the ability of both feature extraction and feature selection. Therefore, the proposed model can resist the interference of noise or data damage to learn the optimal projection to achieve better performance in dimensionality reduction through such a data dimensionality reduction joint framework. Comprehensive experiments on various benchmark datasets with varying degrees of occlusions or corruptions are carried out to evaluate the performance of the proposed method. Compared with the state-of-the-art dimensionality reduction methods in the literature, the experimental results are inspiring, showing our method’s effectiveness and robustness in classification and clustering, especially in object recognition scenarios with noise or occlusions. Mingjian Cai, Xiangjun Shen, Stanley Ebhohimhen Abhadiomhen, Yingfeng Cai, Sirui Tian |
ACM Trans. Intell. Syst. Technol. | 2 |
| 2023 | Robust Label and Feature Space Co-Learning for Multi-Label ClassificationabstractMulti-label classification remains a challenging task for high-dimensional data samples and their labels both increase the complexity of training models. In this paper, we propose a Robust Label and Feature Space Co-Learning method, referred to as RLFSCL, for multi-label classification. Different from traditional multi-label classification methods which focus on feature space learning through regression directly between data samples and labels, our proposed method can further learn robust low rank label space from this traditional regression method. Therefore, our RLFSCL can learn better low rank feature and label representations simultaneously in original noisy and high dimensional spaces. Experimental comparison on five benchmark datasets, including Rcv1s5, Cal500, and Corel16k4 shows that the proposed RLFSCL algorithm outperforms state-of-the-art multi-label classification methods. The code of RLFSCL is made available onhttps://github.com/JingChuanTang/RLFSCL. Chuanjing Tang, Stanley Ebhohimhen Abhadiomhen, Xiangjun Shen |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2022 | Deep Weighted Guided Upsampling Network for Depth of Field Image UpsamplingabstractDepth-of-field (DoF) rendering is an important technique in computational photography that simulates the human visual attention system. Existing DoF rendering methods usually suffer from a high computational cost. The task of DoF rendering can be accelerated by guided upsampling methods. However, the state-of-the-art guided upsampling methods fail to distinguish the focus and defocus areas, resulting in unsatisfying DoF effects. In this paper, we propose a novel deep weighted guided upsampling network (DWGUN) based on a encoder and decoder framework to jointly upsample the low-resolution DoF image under the guidance of the corresponding high-resolution all-in-focus image. Due to the intuitive weight design, the traditional weighted image upsampling is not tailored to DoF image upsampling. We propose a deep refocus-defocus edge-aware module (DREAM) to learn the spatially-varying weights and embed them in the deep weighted guided upsampling block (DWGUB). We have conducted comprehensive experiments to evaluate the proposed method. Rigorous ablation studies are also conducted to validate the rationality of the proposed components. Lanling Zeng, Lianxiong Wu, Yang Yang 0046, Xiangjun Shen, Yongzhao Zhan 0001 |
MMAsia | 4 |
| 2021 | Multiview Common Subspace Clustering via Coupled Low Rank RepresentationabstractMulti-view subspace clustering (MVSC) finds a shared structure in latent low-dimensional subspaces of multi-view data to enhance clustering performance. Nonetheless, we observe that most existing MVSC methods neglect the diversity in multi-view data by considering only the common knowledge to find a shared structure either directly or by merging different similarity matrices learned for each view. In the presence of noise, this predefined shared structure becomes a biased representation of the different views. Thus, in this article, we propose a MVSC method based on coupled low-rank representation to address the above limitation. Our method first obtains a low-rank representation for each view, constrained to be a linear combination of the view-specific representation and the shared representation by simultaneously encouraging the sparsity of view-specific one. Then, it uses the k -block diagonal regularizer to learn a manifold recovery matrix for each view through respective low-rank matrices to recover more manifold structures from them. In this way, the proposed method can find an ideal similarity matrix by approximating clustering projection matrices obtained from the recovery structures. Hence, this similarity matrix denotes our clustering structure with exactly k connected components by applying a rank constraint on the similarity matrix’s relaxed Laplacian matrix to avoid spectral post-processing of the low-dimensional embedding matrix. The core of our idea is such that we introduce dynamic approximation into the low-rank representation to allow the clustering structure and the shared representation to guide each other to learn cleaner low-rank matrices that would lead to a better clustering structure. Therefore, our approach is notably different from existing methods in which the local manifold structure of data is captured in advance. Extensive experiments on six benchmark datasets show that our method outperforms 10 similar state-of-the-art compared methods in six evaluation metrics. Stanley Ebhohimhen Abhadiomhen, Xiangjun Shen, Jianping Fan 0001 |
ACM Trans. Intell. Syst. Technol. | 3 |
| 2021 | MKEL: Multiple Kernel Ensemble Learning via Unified Ensemble Loss for Image ClassificationabstractIn this article, a novel ensemble model, called Multiple Kernel Ensemble Learning (MKEL), is developed by introducing a unified ensemble loss. Different from the previous multiple kernel learning (MKL) methods, which attempt to seek a linear combination of basis kernels as a unified kernel, our MKEL model aims to find multiple solutions in corresponding Reproducing Kernel Hilbert Spaces (RKHSs) simultaneously. To achieve this goal, multiple individual kernel losses are integrated into a unified ensemble loss. Therefore, each model can co-optimize to learn its optimal parameters by minimizing a unified ensemble loss in multiple RKHSs. Furthermore, we apply our proposed ensemble loss into the deep network paradigm and take the sub-network as a kernel mapping from the original input space into a feature space, named Deep-MKEL (D-MKEL). Our D-MKEL model can utilize the diversified deep individual sub-networks into a whole unified network to improve the classification performance. With this unified loss design, our D-MKEL model can make our network much wider than other traditional deep kernel networks and more parameters are learned and optimized. Experimental results on several mediate UCI classification and computer vision datasets demonstrate that our MKEL model can achieve the best classification performance among comparative MKL methods, such as Simple MKL, GMKL, Spicy MKL, and Matrix-Regularized MKL. On the contrary, experimental results on large-scale CIFAR-10 and SVHN datasets concretely show the advantages and potentialities of the proposed D-MKEL approach compared to state-of-the-art deep kernel methods. Xiangjun Shen, Kou Lu, Sumet Mehta, Weifeng Liu 0001, Jianping Fan 0001, Zhengjun Zha |
ACM Trans. Intell. Syst. Technol. | 1 |
| 2019 | Manifold Alignment with Multi-graph EmbeddingabstractIn this paper, a novel manifold alignment approach via multi-graph embedding (MA-MGE) is proposed. Different from the traditional manifold alignment algorithms that use a single graph to describe the latent manifold structure of each dataset, our approach utilizes multiple graphs for modeling multiple local manifolds in multi-view data alignment. Therefore a composite manifold representation with complete and more useful information is obtained from each dataset through a dynamic reconstruction of multiple graphs. Experimental results on Protein and Face-10 datasets demonstrate that the mapping coordinates of the proposed method provide better alignment performance compared to the state-of-the-art methods, such as semi-supervised manifold alignment (SS-MA), manifold alignment using Procrustes analysis (PAMA) and manifold alignment without correspondence (UNMA). Changbin Huang, Timothy Apasiba Abeo, Xiangjun Shen |
MMAsia | 3 |