EDBT 2026 Demo / reviewers in the wild / expert
Ming Shao
dblp:49/5671
· DBLP profile ↗
15ranked-venue papers in the field
1as first author
2since 2021 · last 2022
—ORCID · conflict
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 8 (1 first)Big Data, Cloud & Distributed Data Systems · 4Database Systems & Data Management · 2Information Retrieval & Web Search · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2022 | Critic-over-Actor-Critic Modeling: Finding Optimal Strategy in ICU EnvironmentsabstractReinforcement learning (RL) is mechanized to learn from experience. It solves the problem in sequential decisions by optimizing reward-punishment through experimentation of the distinct actions in an environment. Unlike supervised learning models, RL lacks static input-output mappings and the objective of minimization of a vector error. However, to find out an optimal strategy, it is crucial to learn both continuous feedback from training data and the offline rules of the experiences with no explicit dependence on online samples. In this paper, we present a study of a multi-agent RL framework which involves a Critic in semi-offline mode criticizing over an online Actor-Critic network, namely, Critic-over-Actor-Critic (CoAC) model, in finding optimal treatment plan of ICU patients as well as optimal strategy in a combative battle game. For further validation, we also examine the model in the adversarial assignment. Riazat Ryan, Ming Shao |
IEEE Big Data | 2 |
| 2021 | Cost-sensitive selection of variables by ensemble of model sequences
Donghui Yan, Songxiang Gu, Haiping Xu, Ming Shao |
Knowl. Inf. Syst. | 5 |
| 2019 | CTC-Attention based Non-Parametric Inference Modeling for Clinical State ProgressionabstractPredictive modeling of patient state to state medical conditions in ICU is a critical yet challenging task in health informatics and machine learning. Prior critical stages from the same ICU admission may contribute differently to the next stages. That said, stages are interdependent, and disease progression is a multi-step temporal observation. In this paper, we formally name this problem as “Clinical State Progression Prediction (CSPP).” Conventional temporal modeling may fit well to predictions of fixed size observations and number of stages, but have troubles and less flexibility when addressing CSPP. To that end, we cast this problem as multi-label learning on time series data in which each stage is marked by a label. The implementation of entire framework includes two phases. In learning, an RNN based Encoder-Decoder deep model is developed for basic temporal modeling. In addition, Attention mechanism and Connectionist Temporal Classification (CTC) are integrated to explicitly model the temporal dependency as well as monotonic relation between input time series and output label space. In inference, based on the observed multi-stage labels, a non-parametric retrieval is carried out first to build up the reference patient records. Then, based on CTC-Attention learning model, consistent progressions are computed and ranked to contribute to the prediction of the clinical state progression in the next few hours. Extensive experiments on MIMIC III and Parkinson datasets demonstrate that the proposed predictive modeling for CSPP outperforms state-of-the-art works on Sepsis, Kidney-Sepsis-Mortality, Heart-Sepsis-Mortality, and Parkinson Progression. Riazat Ryan, Handong Zhao, Ming Shao |
IEEE BigData | 3 |
| 2019 | Structure-Preserved Unsupervised Domain AdaptationabstractDomain adaptation has been a primal approach to addressing the issues by lack of labels in many data mining tasks. Although considerable efforts have been devoted to domain adaptation with promising results, most existing work learns a classifier on a source domain and then predicts the labels for target data, where only the instances near the boundary determine the hyperplane and the whole structure information is ignored. Moreover, little work has been done regarding to multi-source domain adaptation. To that end, we develop a novel unsupervised domain adaptation framework, which ensures the whole structure of source domains is preserved to guide the target structure learning in a semi-supervised clustering fashion. To our knowledge, this is the first time when the domain adaptation problem is re-formulated as a semi-supervised clustering problem with target labels as missing values. Furthermore, by introducing an augmented matrix, a non-trivial solution is designed, which can be exactly mapped into a K-means-like optimization problem with modified distance function and update rule for centroids in an efficient way. Extensive experiments on several widely-used databases show the substantial improvements of our proposed approach over the state-of-the-art methods. Hongfu Liu 0001, Ming Shao, Zhengming Ding, Yun Fu 0001 |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2019 | Feature Selection with Unsupervised Consensus GuidanceabstractMost of the unsupervised feature selection methods employ pseudo labels generated by clustering to guide the feature selection; however, noisy and irrelevant features degrade the cluster structure, which is ineffective to supervise feature selection. In light of this, we propose the Consensus Guided Unsupervised Feature Selection (CGUFS) framework, which introduces consensus clustering to generate pseudo labels for feature selection. Generally speaking, multiple diverse basic partitions are generated from the data and the consensus clustering is employed to provide the high-quality and robust partition to guide the feature selection in a one-step framework. In addition, complex constraints such as non-negative are removed due to the crisp indicators of consensus clustering. Based on the CGUFS framework, two formulations are put forward by using the utility function and co-association matrix, respectively, and we propose the (weighted) K-means-like optimization solution for efficient solutions with theoretical supports. Moreover, we extend the CGUFS framework to handle multi-view data feature selection. Extensive experiments on several singleview and multi-view data mining data sets in different domains demonstrate that our methods outperform the most recent state-ofthe-art work in terms of effectiveness and efficiency. Some important impact factors and model parameters within CGUFS are thoroughly discussed for practical use. Hongfu Liu 0001, Ming Shao, Yun Fu 0001 |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2018 | Divide-and-Conquer Kronecker Product Decomposition for Memory-Efficient Graph ApproximationabstractGraphs are a widely used data structure for modeling objects in several domains, ranging from social media analytics to molecular biology. Recently, with the surge of big data, finding compact representations of large graphs has become an integral part of large-scale data analysis. To that end, we explore the effectiveness of the Kronecker Product SVD (KPSVD) for scalable sparse graph approximation, in a Divide-and-Conquer fashion. The KPSVD seeks to represent a graph as the sum of the Kronecker Product (KP) of several smaller factor matrices. In our method, we first partition the graph into inter-graph and intra-graph, and then use the Van Loan-Pitsianis (VLP) SVD-based algorithm to find the low-rank KPSVD of each subgraph to approximate the intra-graph. We use both the inter-graph and the intra-graph to find the approximation for the whole graph. We perform experiments on small-scale to large-scale real-world datasets to test the effectiveness of our method in terms of approximation error and spectral clustering results. The experiments demonstrate that our approach can provide better or competitive performance in terms of approximation error and clustering results while saving memory, compared to other state-of-the-art algorithms. Venkata Suhas Maringanti, Ming Shao |
IEEE BigData | 2 |
| 2018 | Infinite ensemble clustering
Hongfu Liu 0001, Ming Shao, Sheng Li 0001, Yun Fu 0001 |
Data Min. Knowl. Discov. | 2 |
| 2018 | Multi-View Low-Rank Analysis with Applications to Outlier DetectionabstractDetecting outliers or anomalies is a fundamental problem in various machine learning and data mining applications. Conventional outlier detection algorithms are mainly designed for single-view data. Nowadays, data can be easily collected from multiple views, and many learning tasks such as clustering and classification have benefited from multi-view data. However, outlier detection from multi-view data is still a very challenging problem, as the data in multiple views usually have more complicated distributions and exhibit inconsistent behaviors. To address this problem, we propose a multi-view low-rank analysis (MLRA) framework for outlier detection in this article. MLRA pursuits outliers from a new perspective, robust data representation. It contains two major components. First, the cross-view low-rank coding is performed to reveal the intrinsic structures of data. In particular, we formulate a regularized rank-minimization problem, which is solved by an efficient optimization algorithm. Second, the outliers are identified through an outlier score estimation procedure. Different from the existing multi-view outlier detection methods, MLRA is able to detect two different types of outliers from multiple views simultaneously. To this end, we design a criterion to estimate the outlier scores by analyzing the obtained representation coefficients. Moreover, we extend MLRA to tackle the multi-view group outlier detection problem. Extensive evaluations on seven UCI datasets, the MovieLens, the USPS-MNIST, and the WebKB datasets demon strate that our approach outperforms several state-of-the-art outlier detection methods. Sheng Li 0001, Ming Shao, Yun Fu 0001 |
ACM Trans. Knowl. Discov. Data | 2 |
| 2017 | Cross-database mammographic image analysis through unsupervised domain adaptationabstractWorld Health Organization report shows 519,000 deaths due to breast cancer in 2014 and it was much more in 2008. Therefore, it is required to take early steps in detection and diagnosis of breast cancer to decrease the associated death rate. Computer Aided Diagnosis (CAD) is useful in mass screening of breast cancer datasets. Data mining and machine learning technologies have already achieved significant success in many knowledge engineering areas including classification, regression and clustering, and most recently, have been employed to assist the diagnosis of cancers with promising outcomes. Traditional machine learning models are characterized by training and testing data with the same input feature space and data distribution. But when distribution changes, most machine learning models need to be modified or rebuilt from scratch to work on newly collected data. In many real world applications, it is expensive or impossible to recollect the needed data and rebuild the models. Therefore, there is a need to create high-performance learners trained with more easily obtained data from different domains. This methodology is referred as Transfer Learning. In this paper, we explore the usage of transfer learning, specially, unsupervised domain adaptation for breast cancer diagnosis to address the issues of fewer training data on target image dataset. On the strength of recent developed deep descriptors, we are able to adapt recent transfer learning methodologies, e.g., TCA (Transfer Component Analysis), CORAL (Correlation Alignment), BDA(Balanced Distribution Adaptation) to breast cancer diagnosis across multiple mammographic image databases including CBIS-DDSM, InBreast, MIAS, etc, and evaluate their performance. Experiments demonstrate that, without any labels in the target database, transfer learning is able to help improve the classification accuracy. Deepak Kumar 0008, Chetan Kumar, Ming Shao |
IEEE BigData | 3 |
| 2017 | Family Photo Recognition via Multiple Instance LearningabstractFamily photo recognition is an important task in social media analytics. Previous methods use singleton global features and conventional binary classifiers to distinguish family group photos from non-family ones. Different from them, we propose a novel family recognition approach with three dedicated local representations under Multiple Instance Learning framework, where geometry, kinship and semantic features are integrated to overcome issues in the previous work. Experimental results show that our method achieves the state-of-the-art result among global-feature models. Junkang Zhang, Si-Yu Xia, Ming Shao, Yun Fu 0001 |
ICMR | 3 |
| 2016 | Structure-Preserved Multi-source Domain AdaptationabstractDomain adaptation has achieved promising results in many areas, such as image classification and object recognition. Although a lot of algorithms have been proposed to solve the task with different domain distributions, it remains a challenge for multi-source unsupervised domain adaptation. In addition, most of the existing algorithms learn a classifier on the source domain and predict the labels for the target data, which indicates that only the knowledge derived from the hyperplane is transferred to the target domain and the structure information is ignored. In light of this, we propose a novel algorithm for multi-source unsupervised domain adaptation. Generally speaking, we aim to preserve the whole structure from source domains and transfer it to serve the task on the target domain. The source and target data are put together for clustering, which simultaneously explores the structures of the source and target domains. The structure-preserved information from source domain further guides the clustering process on the target domain. Extensive experiments on two widely used databases on object recognition and face identification show the substantial improvement of our proposed approach over several state-of-the-art methods. Especially, our algorithm can take use of multi-source domains and achieve robust and better performance compared with the single source domain adaptation methods. Hongfu Liu 0001, Ming Shao, Yun Fu 0001 |
ICDM | 2 |
| 2016 | Infinite Ensemble for Image ClusteringabstractImage clustering has been a critical preprocessing step for vision tasks, e.g., visual concept discovery, content-based image retrieval. Conventional image clustering methods use handcraft visual descriptors as basic features via K-means, or build the graph within spectral clustering. Recently, representation learning with deep structure shows appealing performance in unsupervised feature pre-treatment. However, few studies have discussed how to deploy deep representation learning to image clustering problems, especially the unified framework which integrates both representation learning and ensemble clustering for efficient image clustering still remains void. In addition, even though it is widely recognized that with the increasing number of basic partitions, ensemble clustering gets better performance and lower variances, the best number of basic partitions for a given data set is a pending problem. In light of this, we propose the Infinite Ensemble Clustering (IEC), which incorporates the power of deep representation and ensemble clustering in a one-step framework to fuse infinite basic partitions. Generally speaking, a set of basic partitions is firstly generated from the image data, then by converting the basic partitions to the 1-of-K codings, we link the marginalized auto-encoder to the infinite ensemble clustering with i.i.d. basic partitions, which can be approached by the closed-form solutions, finally we follow the layer-wise training procedure and feed the concatenated deep features to K-means for final clustering. Extensive experiments on diverse vision data sets with different levels of visual descriptors demonstrate both the time efficiency and superior performance of IEC compared to the state-of-the-art ensemble clustering and deep clustering methods. Hongfu Liu 0001, Ming Shao, Sheng Li 0001, Yun Fu 0001 |
KDD | 2 |
| 2015 | Part-Level Regularized Semi-Nonnegative Coding for Semi-Supervised LearningabstractGraph-based semi-supervised learning method has been influential in the data mining and machine learning fields. The key is to construct an effective graph to capture the intrinsic data structure, which further benefits for propagating the unlabeled data over the graph. The existing methods have shown the effectiveness of a graph regularization term on measuring the similarities among samples, which further uncovers the data structure. However, all the existing graph-based methods are on the sample-level, i.e. calculate the similarity based on sample-level representation coefficients, inevitably overlooking the underlying part-level structure within sample. Inspired by the strong interpretability of Non-negative Matrix Factorization (NMF) method, we design a more robust and discriminative graph, by integrating low-rank factorization and graph regularizer into a unified framework. Specifically, a novel low-rank factorization through Semi-Non-negative Matrix Factorization (SNMF) is proposed to extract the semantically part-level representation. Moreover, instead of incorporating a graph regularization on sample-level, we propose a sparse graph regularization term built on the decomposed part-level representation. This practice results in a more accurate measurement among samples, generating a more discriminative graph for semi-supervised learning. As a non-trivial contribution, we also provide an optimization solution to the proposed method. Comprehensive experimental evaluations show that our proposed method is able to achieve superior performance compared with the state-of-the-art semi-supervised classification baselines in both transductive and inductive scenarios. Handong Zhao, Zhengming Ding, Ming Shao, Yun Fu 0001 |
ICDM | 3 |
| 2015 | Multi-View Low-Rank Analysis for Outlier DetectionabstractOutlier detection is a fundamental problem in data mining. Unlike most existing methods that are designed for single-view data, we propose a multi-view outlier detection approach in this paper. Multi-view data can provide plentiful information of samples, however, detecting outliers from multi-view data is still a challenging problem due to the complicated distribution and inconsistent behavior of samples across different views. We address this problem through robust data representation, by building a Multi-view Low-Rank Analysis (MLRA) framework. Our framework contains two major components. First, it performs cross-view low-rank analysis for revealing the intrinsic structures of data. Second, it identifies outliers by estimating the outlier score for each test sample. Specifically, we formulate the cross-view low-rank analysis as a constrained rank-minimization problem, and present an efficient optimization algorithm to solve it. Different from the existing multi-view outlier detection methods, our framework is able to detect two different types of outliers from multiple views simultaneously. To this end, we design a criterion to estimate the outlier scores by analyzing the obtained representation coefficients. Experimental results on seven UCI datasets and the USPS-MNIST dataset demonstrate that our approach outperforms several state-of-the-art single-view and multi-view outlier detection methods in most cases. Sheng Li 0001, Ming Shao, Yun Fu 0001 |
SDM | 2 |
| 2012 | Low-Rank Transfer Subspace LearningabstractOne of the most important challenges in machine learning is performing effective learning when there are limited training data available. However, there is an important case when there are sufficient training data coming from other domains (source). Transfer learning aims at finding ways to transfer knowledge learned from a source domain to a target domain by handling the subtle differences between the source and target. In this paper, we propose a novel framework to solve the aforementioned knowledge transfer problem via low-rank representation constraints. This is achieved by finding an optimal subspace where each datum in the target domain can be linearly represented by the corresponding subspace in the source domain. Extensive experiments on several databases, i.e., Yale B, CMU PIE, UB Kin Face databases validate the effectiveness of the proposed approach and show the superiority to the existing, well-established methods. Ming Shao, Carlos Castillo 0002, Zhenghong Gu, Yun Fu 0001 |
ICDM | 1 |