EDBT 2026 Demo / reviewers in the wild / expert
Ruili Wang 0001
dblp:00/7016
· DBLP profile ↗
28ranked-venue papers in the field
1as first author
20since 2021 · last 2026
—ORCID · conflict
Domains — venue-derived; a paper can count in several
Knowledge Engineering, Semantic Web & Information Systems · 13Data Mining & Knowledge Discovery · 6Other / Interdisciplinary · 6Database Systems & Data Management · 2 (1 first)Information Retrieval & Web Search · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | A diversified and heterogeneous ensemble learning framework with predictive uncertainty calibration for explainable anomaly analysisabstractAbstract Ensemble methods have been the norm for anomaly detection. However, existing ensemble methods for anomaly detection have three main issues: (1) Lack of diversity, the base classifiers are of the same algorithm with different initializations, for example, decision trees or neural networks, achieving only sub-optimal results. (2) The predictive uncertainty is not well calibrated for reliable and explainable anomaly detection, where overconfident predictions for both correct and erroneous classifications are made, making the results unreliable and hard to explain. (3) Traditional ensemble methods (e.g., bagging) cannot effectively capture the distinct distributions of predictions from diverse base models. In this paper, we propose a D iversified and H eterogeneous E nsemble learning framework with C alibrated predictive U ncertainty estimation (DHE-CU). We utilize a multi-layer perceptron (MLP) as the meta-classifier to combine the confidence of diverse base models, thereby achieving more explainable anomaly detection. We devise a global diversity loss that considers a global measure of diversity for the selection and pruning of the base models. The MLP meta-classifier can capture the diverse and distinct distributions of predictions from base classifiers. We use a simple yet effective method to quantify the predictive uncertainty of the meta-classifier. We propose a weighted accuracy-uncertainty calibration loss for class-imbalanced data to effectively calibrate predictive uncertainties. Various datasets are used to perform experimental evaluation extensively. The proposed DHE-CU framework demonstrates strong ensemble learning ability, achieving an average improvement of 8.8% in classification accuracy across 27 UCR time series datasets and other anomaly detection benchmark datasets. Feng Hou, Ruili Wang 0001 |
Knowl. Inf. Syst. | 5 |
| 2025 | Laplacian eigenmaps based manifold regularized CNN for visual recognition
Ming Zong, Zhizhong Ma, Fangyi Zhu, Yujun Ma, Ruili Wang 0001 |
Inf. Sci. | 5 |
| 2024 | Development of a Chinese Synonym Library: Enhancing Clinical Terminology Standardization and Interoperability
Yani Chen, Jiaxiang E, Kaiyu Nie, Xiaoxia Nie, Ruili Wang 0001 |
MMAsia | 5 |
| 2024 | Moving Object Tracking based on Kernel and Random-coupled Neural NetworkabstractMoving object tracking on cost-effective hardware is a crucial need in numerous research and industrial applications. However, current deep learning-based tracking algorithms usually prioritize exceptional performance at the expense of increased computational load. Due to the unavailability of expensive GPUs for many tracking tasks, these popular trackers often fall short in providing robust tracking capabilities with affordable computational resources. This study introduces RCNNshift, a kernel-based tracker that relies on feature extraction from a random-coupled neural network. This visual cortex inspired neural model can extract image features without requiring cumbersome pre-training or deep neural connections. By utilizing an enhanced one-dimensional feature representation, RCNNshift demonstrates superior performance compared to other kernel-based object tracking methods, even those employing higher-dimensional feature spaces. Its improvement in precision and success plots of OPE, compared to the Meanshift and Camshift in the HSV and RGB color spaces, exceeds over 160% and 190% respectively. Comparative experiments have validated the robustness of RCNNshift, showcasing its superior performance over various kernel-based and particle filter trackers. Its combination of robustness and computational efficiency makes RCNNshift an ideal choice for mid to low-end object tracking tasks such as surveillance and underwater tracking. The source code is available at https://github.com/HaoranLiu507/RCNNshift. Yiran Chen 0023, Mingzhe Liu 0001, Ruili Wang 0001 |
MMAsia | 5 |
| 2024 | Incorporating Pre-ordering Representations for Low-resource Neural Machine Translation
Yuan Gao 0057, Feng Hou, Ruili Wang 0001 |
MMAsia | 3 |
| 2024 | Mix-fine-tune: An Alternate Fine-tuning Strategy for Domain Adaptation and Generalization of Low-resource ASRabstractSelf-supervised Learning (SSL) using extensive unlabeled speech data has significantly improved the performance of ASR models on datasets like LibriSpeech.However, few studies have addressed the issue of domain mismatch between the data used to pre-train and fine-tune ASR models.Moreover, the Empirical Risk Minimization (ERM) principle, commonly used to train deep learning models, often causes the trained models to exhibit undesirable behaviors such as memorizing training data and being sensitive to adversarial examples.Thus, in this paper, we propose an alternate fine-tuning strategy, called Mix-fine-tune, to address domain mismatch in ASR systems and the limitations of the ERM training principle.Mix-finetune use a data-driven weighted sum of two speech sequences as input and the corresponding text sequences are used to calculate a weighted audio-text alignment Connectionist Temporal Classification (CTC) loss for fine-tuning a pre-trained model.Additionally, Mix-fine-tune incorporates the masked Contrastive Predictive Coding (CPC) loss, previously used exclusively for pre-training, into the fine-tuning process.Our novel strategy alternates between minimizing the CTC loss and the CPC loss to address the domain mismatch between pre-training and fine-tuning.We validate our method by fine-tuning different sizes of the Wav2Vec model using the public Air Traffic Control (ATC) corpus.The experiments show that Mix-fine-tune efficiently adapts the models pre-trained on general speech corpora like LibriSpeech to a specific domain (e.g., the air traffic control domain) by fine-turning. Chengxi Lei, Satwinder Singh, Feng Hou, Ruili Wang 0001 |
MMAsia | 4 |
| 2024 | Structured Bipartite Graph Ensemble Clustering
Chen Wang 0108, Feng Hou, Yi Wang 0037, Ruili Wang 0001 |
MMAsia | 4 |
| 2024 | DCEPNet: Dual-Channel Emotional Perception Network for Speech Emotion Recognition
Hongbo Liu 0001, Ruili Wang 0001, Junjie Hou |
MMAsia | 3 |
| 2024 | PIAENet: Pyramid integration and attention enhanced network for object detection
Xiangyan Tang, Wenhang Xu, Keqiu Li, Mengxue Han, Zhizhong Ma, Ruili Wang 0001 |
Inf. Sci. | 6 |
| 2023 | Learning and integration of adaptive hybrid graph structures for multivariate time series forecastingabstractRecent status-of-the-art methods for multivariate time series forecasting can be categorized into graph-based approach and global-local approach. The former approach uses graphs to represent the dependencies among variables and apply graph neural networks to the forecasting problem. The latter approach decomposes the matrix of multivariate time series into global components and local components to capture the shared information across variables. However, both approaches cannot capture the propagation delay of the dependencies among individual variables of a multivariate time series, for example, the congestion at intersection A has a delayed effects on the neighbouring intersection B. In addition, graph-based forecasting methods cannot capture the shared global tendency across the variables of a multivariate time series; and global-local forecasting methods cannot reflect the nonlinear inter-dependencies among variables of a multivariate time series. In this paper, we propose to combine the advantages of both approaches by integrating Adaptive Global-Local Graph Structure Learning with Gated Recurrent Units (AGLG-GRU). We learn a global graph to represent the shared information across variables. And we learn dynamic local graphs to capture the local randomness and nonlinear dependencies among variables. We apply diffusion convolution and graph convolution operations to global and dynamic local graphs to integrate the information of graphs and update gated recurrent unit for multivariate time series forecasting. The experimental results on seven representative real-world datasets demonstrate that our approach outperform various existing methods. Feng Hou, Xiaoyun Jia, Ruili Wang 0001 |
Inf. Sci. | 6 |
| 2023 | Spatial frequency enhanced salient object detection
Yi Wang 0037, Tianzhu Wang, Ruili Wang 0001 |
Inf. Sci. | 4 |
| 2023 | An efficient feature selection algorithm based on the description vector and hypergraph
Pengyu Xie, Ruili Wang 0001 |
Inf. Sci. | 6 |
| 2023 | Exploiting anonymous entity mentions for named entity linking
Feng Hou, Ruili Wang 0001, See-Kiong Ng, Michael Witbrock, Fangyi Zhu, Xiaoyun Jia |
Knowl. Inf. Syst. | 2 |
| 2023 | Fine-Grained Entity Typing With a Type Taxonomy: A Systematic ReviewabstractFine-grained entity typing (FGET) is an important natural language processing task. It is to assign fine-grained semantic types of a type taxonomy (e.g., Person/artist/actor) to entity mentions. Fine-grained entity semantic types have been successfully applied in many natural language processing (NLP) applications, such as relation extraction, entity linking and question answering. The key challenge for FGET is how to deal with label noises that disperse in the corpora since the corpora are normally automatically annotated. Various type taxonomies, typing methods and representation learning approaches for FGET have been proposed and developed in the past two decades. This paper systematically categorizes and reviews these various typing methods and representation learning approaches to provide a reference for future studies on FGET. We identify the current trends in FGET research: (i) Learning embedded feature representations to address the challenges posed by label noises, tail types and new entities; (ii) Tackling FGET jointly with other entity analysis sub-tasks (e.g., entity linking and coreference resolution) is also a promising direction. We also present a comprehensive review of type taxonomies, resources, applications for FGET and methods for automatically generating FGET training corpora. Ruili Wang 0001, Feng Hou, Steven F. Cahan, Lily Chen, Xiaoyun Jia, Wanting Ji |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2022 | Spatial-temporal interaction learning based two-stream network for action recognition
Yujun Ma, Wenhan Yang, Wanting Ji, Ruili Wang 0001 |
Inf. Sci. | 5 |
| 2022 | Wealth Flow Model: Online Portfolio Selection Based on Learning Wealth Flow MatricesabstractThis article proposes a deep learning solution to the online portfolio selection problem based on learning a latent structure directly from a price time series. It introduces a novel wealth flow matrix for representing a latent structure that has special regular conditions to encode the knowledge about the relative strengths of assets in portfolios. Therefore, a wealth flow model (WFM) is proposed to learn wealth flow matrices and maximize portfolio wealth simultaneously. Compared with existing approaches, our work has several distinctive benefits: (1) the learning of wealth flow matrices makes our model more generalizable than models that only predict wealth proportion vectors, and (2) the exploitation of wealth flow matrices and the exploration of wealth growth are integrated into our deep reinforcement algorithm for the WFM. These benefits, in combination, lead to a highly-effective approach for generating reasonable investment behavior, including short-term trend following, the following of a few losers, no self-investment, and sparse portfolios. Extensive experiments on five benchmark datasets from real-world stock markets confirm the theoretical advantage of the WFM, which achieves the Pareto improvements in terms of multiple performance indicators and the steady growth of wealth over the state-of-the-art algorithms. Jianfei Yin, Ruili Wang 0001, Yeqing Guo, Yizhe Bai, Shunda Ju, Weili Liu, Joshua Zhexue Huang |
ACM Trans. Knowl. Discov. Data | 2 |
| 2021 | Blockchain-based mobile edge computing system
Guangshun Li, Xinrong Ren, Wanting Ji, Haili Yu, Jiabin Cao, Ruili Wang 0001 |
Inf. Sci. | 7 |
| 2021 | A novel webpage layout aesthetic evaluation model for quantifying webpage layout design
Hongyan Wan, Wanting Ji, Guoqing Wu 0004, Xiaoyun Jia, Xue Zhan, Mengting Yuan 0001, Ruili Wang 0001 |
Inf. Sci. | 7 |
| 2021 | Multi-cue based four-stream 3D ResNets for video-based action recognition
Ming Zong, Yujun Ma, Wanting Ji, Mingzhe Liu 0001, Ruili Wang 0001 |
Inf. Sci. | 7 |
| 2021 | Transfer learning for fine-grained entity typing
Feng Hou, Ruili Wang 0001 |
Knowl. Inf. Syst. | 2 |
| 2020 | Discriminative deep multi-task learning for facial expression recognition
Ruili Wang 0001, Wanting Ji, Ming Zong, Wai Keung Wong, Zhihui Lai 0001, Hexin Lv |
Inf. Sci. | 2 |
| 2019 | Background-foreground interaction for moving object detection in dynamic scenes
Zhe Chen 0004, Ruili Wang 0001, Zhen Zhang 0019 |
Inf. Sci. | 2 |
| 2019 | Time-aware distributed service recommendation with privacy-preservation
Lianyong Qi, Ruili Wang 0001, Chunhua Hu 0001, Shancang Li, Qiang He 0001, Xiaolong Xu 0001 |
Inf. Sci. | 2 |
| 2019 | A new local density and relative distance based spectrum clustering
Mingzhe Liu 0001, Mingfu He, Ruili Wang 0001, Shaoda Li |
Knowl. Inf. Syst. | 3 |
| 2018 | Hybrid conditional random field based camera-LIDAR fusion for road detection
Liang Xiao 0007, Ruili Wang 0001, Bin Dai 0001, Yuqiang Fang, Daxue Liu, Tao Wu 0001 |
Inf. Sci. | 2 |
| 2016 | Joint User Knowledge and Matrix Factorization for Recommender Systems
Yonghong Yu, Yang Gao 0001, Hao Wang 0013, Ruili Wang 0001 |
WISE (1) | 4 |
| 2015 | Graph-Based Learning via Auto-Grouped Sparse Regularization and Kernelized ExtensionabstractThe key task in developing graph-based learning algorithms is constructing an informative graph to express the contextual information of a data manifold. Since traditional graph construction methods are sensitive to noise and less datum-adaptive to changes in density, a new method called$\ell^1$-graph was proposed recently. A graph construction needs to have two important properties: sparsity and locality. The$\ell^1$-graph has a strong sparsity property, but a weak locality property. Thus, we propose a new method of constructing an informative graph using auto-grouped sparse regularization based on the$\ell^1$-graph, which is called as Group Sparse graph (GS-graph). We also show how to efficiently construct a GS-graph in reproducing kernel Hilbert space with the kernel trick. The new methods, the GS-graph and its kernelized version (KGS-graph), have the same noise-insensitive property as that of$\ell^1$-graph and also can successively preserve the properties of sparsity and locality simultaneously. Furthermore, we integrate the proposed graph with several graph-based learning algorithms to demonstrate the effectiveness of our method. The empirical studies on benchmarks show that the proposed methods outperform the$\ell^1$-graph and other traditional graph construction methods in various learning tasks. Yuqiang Fang, Ruili Wang 0001, Bin Dai 0001, Xindong Wu 0001 |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2012 | Graph-Oriented Learning via Automatic Group Sparsity for Data AnalysisabstractThe key task in graph-oriented learning is constructing an informative graph to model the geometrical and discriminant structure of a data manifold. Since traditional graph construction methods are sensitive to noise and less datum-adaptive to changes in density, a new graph construction method so-called ℓ1-Graph has been proposed [1] recently. A graph construction method needs to have two important properties: sparsity and locality. However, the ℓ1-Graph is strong in sparsity property, but weak in locality. In order to overcome such limitation, we propose a new method of constructing an informative graph using automatic group sparse regularization based on the work of ℓ1-Graph, which is called as group sparse graph (GroupSp-Graph). The newly developed GroupSp-Graph has the same noise-insensitive property as ℓ1-Graph, and also can successively preserve the group and local information in the graph. In other words, the proposed group sparse graph has both properties of sparsity and locality simultaneously. Furthermore, we integrate the proposed graph with several graph-oriented learning algorithms: spectral embedding, spectral clustering, subspace learning and manifold regularized non-negative matrix factorization. The empirical studies on benchmark data sets show that the proposed algorithms achieve considerable improvement over classic graph constructing methods and the ℓ1-Graph method in various learning task. Yuqiang Fang, Ruili Wang 0001, Bin Dai 0001 |
ICDM | 2 |