EDBT 2026 Demo / reviewers in the wild / expert
Yuguang Yan
dblp:154/0064
· DBLP profile ↗
10ranked-venue papers in the field
2as first author
6since 2021 · last 2023
0000-0001-9879-4758ORCID · verified
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 6 (2 first)Data Mining & Knowledge Discovery · 3Information Retrieval & Web Search · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2023 | Generalization Bound for Estimating Causal Effects from Observational Network DataabstractEstimating causal effects from observational network data is a significant but challenging problem. Existing works in causal inference for observational network data lack an analysis of the generalization bound, which can theoretically provide support for alleviating the complex confounding bias and practically guide the design of learning objectives in a principled manner. To fill this gap, we derive a generalization bound for causal effect estimation in network scenarios by exploiting 1) the reweighting schema based on joint propensity score and 2) the representation learning schema based on Integral Probability Metric (IPM). We provide two perspectives on the generalization bound in terms of reweighting and representation learning, respectively. Motivated by the analysis of the bound, we propose a weighting regression method based on the joint propensity score augmented with representation learning. Extensive experimental studies on two real-world networks with semi-synthetic data demonstrate the effectiveness of our algorithm. Ruichu Cai, Zeqin Yang, Weilin Chen 0001, Yuguang Yan, Zhifeng Hao 0005 |
CIKM | 4 |
| 2023 | Iterative Refinement for Multi-Source Visual Domain Adaptation (Extended abstract)abstractMulti-source domain adaptation (MSDA) aims to leverage the knowledge in multiple source domains to assist the prediction in a target domain, where the source and target domains have different data distributions. This paper presents a MSDA model to investigate both domain discrepancy and domain relevance, whose interactions are also exploited to gradually refine the learning performance. Particularly, the proposed model contains two components, i.e., feature spaces learning and transferred weights learning. The former one minimizes the domain discrepancy and the latter one evaluates the domain relevance. Experimental results on several real-world datasets demonstrate the effectiveness of the proposed model. Hanrui Wu, Yuguang Yan, Guosheng Lin, Min Yang 0007, Michael Kwok-Po Ng, Qingyao Wu |
ICDE | 2 |
| 2023 | Transferable Feature Selection for Unsupervised Domain Adaptation : Extended AbstractabstractDomain adaptation aims at extracting knowledge from auxiliary source domains to assist the learning task in a target domain. Since the distributions of the source and target domains are different, directly using source data to build a classifier for the target domain may hamper the classification performance on the target data. In this paper, we propose to find a feature subset that is both transferable and discriminative, so that both the domain discrepancy and the classification loss measured on the selected features can be reduced. To achieve this, we formulate a new sparse learning model that is able to jointly reduce the domain discrepancy and select informative features for classification. Extensive experiments on real-world data sets demonstrate the effectiveness of the proposed method. Yuguang Yan, Hanrui Wu, Yuzhong Ye, Chaoyang Bi, Qingyao Wu, Michael Kwok-Po Ng |
ICDE | 1 |
| 2022 | Iterative Refinement for Multi-Source Visual Domain AdaptationabstractOne of the main challenges in multi-source domain adaptation is how to reduce the domain discrepancy between each source domain and a target domain, and then evaluate the domain relevance to determine how much knowledge should be transferred from different source domains to the target domain. However, most prior approaches barely consider both discrepancies and relevance among domains. In this paper, we propose an algorithm, called Iterative Refinement based on Feature Selection and the Wasserstein distance (IRFSW), to solve semi-supervised domain adaptation with multiple sources. Specifically, IRFSW aims to explore both the discrepancies and relevance among domains in an iterative learning procedure, which gradually refines the learning performance until the algorithm stops. In each iteration, for each source domain and the target domain, we develop a sparse model to select features in which the domain discrepancy and training loss are reduced simultaneously. Then a classifier is constructed with the selected features of the source and labeled target data. After that, we exploit optimal transport over the selected features to calculate the transferred weights. The weight values are taken as the ensemble weights to combine the learned classifiers to control the amount of knowledge transferred from source domains to the target domain. Experimental results validate the effectiveness of the proposed method. Hanrui Wu, Yuguang Yan, Guosheng Lin, Min Yang 0007, Michael Kwok-Po Ng, Qingyao Wu |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2022 | Transferable Feature Selection for Unsupervised Domain AdaptationabstractDomain adaptation aims at extracting knowledge from auxiliary source domains to assist the learning task in a target domain. In classification problems, since the distributions of the source and target domains are different, directly using source data to build a classifier for the target domain may hamper the classification performance on the target data. Fortunately, in many tasks, there can be some features that are transferable, i.e., the source and target domains share similar properties. On the other hand, it is common that the source data contain noisy features which may degrade the learning performance in the target domain. This issue, however, is barely studied in existing works. In this paper, we propose to find a feature subset that is transferable across the source and target domains. As a result, the domain discrepancy measured on the selected features can be reduced. Moreover, we seek to find the most discriminative features for classification. To achieve the above goals, we formulate a new sparse learning model that is able to jointly reduce the domain discrepancy and select informative features for classification. We develop two optimization algorithms to address the derived learning problem. Extensive experiments on real-world data sets demonstrate the effectiveness of the proposed method. Yuguang Yan, Hanrui Wu, Yuzhong Ye, Chaoyang Bi, Qingyao Wu, Michael Kwok-Po Ng |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2021 | Learning Sparse PCA with Stabilized ADMM Method on Stiefel ManifoldabstractSparse principal component analysis (SPCA) produces principal components with sparse loadings, which is very important for handling data with many irrelevant features and also critical to interpret the results. To deal with orthogonal constraints, most previous approaches address SPCA with several components using techniques such as deflation technique and convex relaxations. However, the deflation technique usually suffers from suboptimal solutions due to poor approximations. On the other hand, the convex relaxations are often computationally expensive. To address the above issues, in this paper, we propose to address SPCA over the Stiefel manifold directly, and develop a stabilized Alternating Direction Method of Multipliers (SADMM) to handle the nonconvex orthogonal constraints. Compared to traditional ADMM, the proposed SADMM method converges well with a wide range of parameters and obtains a better solution. We also theoretically study the convergence property of the proposed SADMM method. Furthermore, most existing methods ignore an inherent drawback of SPCA - the importance of different components is not considered when doing feature selection, which often makes the selected features nonoptimal. To address this, we further propose a two-stage method which considers the importance of different components to select the most important features. Empirical studies on both synthetic and real-world datasets show that the proposed algorithms achieve better performance compared to existing state-of-the-art methods. Mingkui Tan, Zhibin Hu, Yuguang Yan, Jiezhang Cao, Dong Gong, Qingyao Wu |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2020 | Domain-attention Conditional Wasserstein Distance for Multi-source Domain AdaptationabstractMulti-source domain adaptation has received considerable attention due to its effectiveness of leveraging the knowledge from multiple related sources with different distributions to enhance the learning performance. One of the fundamental challenges in multi-source domain adaptation is how to determine the amount of knowledge transferred from each source domain to the target domain. To address this issue, we propose a new algorithm, called Domain-attention Conditional Wasserstein Distance (DCWD), to learn transferred weights for evaluating the relatedness across the source and target domains. In DCWD, we design a new conditional Wasserstein distance objective function by taking the label information into consideration to measure the distance between a given source domain and the target domain. We also develop an attention scheme to compute the transferred weights of different source domains based on their conditional Wasserstein distances to the target domain. After that, the transferred weights can be used to reweight the source data to determine their importance in knowledge transfer. We conduct comprehensive experiments on several real-world data sets, and the results demonstrate the effectiveness and efficiency of the proposed method. Hanrui Wu, Yuguang Yan, Michael Kwok-Po Ng, Qingyao Wu |
ACM Trans. Intell. Syst. Technol. | 2 |
| 2019 | Online Heterogeneous Transfer Learning by Knowledge TransitionabstractIn this article, we study the problem of online heterogeneous transfer learning, where the objective is to make predictions for a target data sequence arriving in an online fashion, and some offline labeled instances from a heterogeneous source domain are provided as auxiliary data. The feature spaces of the source and target domains are completely different, thus the source data cannot be used directly to assist the learning task in the target domain. To address this issue, we take advantage of unlabeled co-occurrence instances as intermediate supplementary data to connect the source and target domains, and perform knowledge transition from the source domain into the target domain. We propose a novel online heterogeneous transfer learning algorithm called O nline H eterogeneous K nowledge T ransition (OHKT) for this purpose. In OHKT, we first seek to generate pseudo labels for the co-occurrence data based on the labeled source data, and then develop an online learning algorithm to classify the target sequence by leveraging the co-occurrence data with pseudo labels. Experimental results on real-world data sets demonstrate the effectiveness and efficiency of the proposed algorithm. Hanrui Wu, Yuguang Yan, Yuzhong Ye, Huaqing Min, Michael Kwok-Po Ng, Qingyao Wu |
ACM Trans. Intell. Syst. Technol. | 2 |
| 2017 | Online transfer learning by leveraging multiple source domains
Qingyao Wu, Xiaoming Zhou, Yuguang Yan, Hanrui Wu, Huaqing Min |
Knowl. Inf. Syst. | 3 |
| 2017 | Online Transfer Learning with Multiple Homogeneous or Heterogeneous SourcesabstractTransfer learning techniques have been broadly applied in applications where labeled data in a target domain are difficult to obtain while a lot of labeled data are available in related source domains. In practice, there can be multiple source domains that are related to the target domain, and how to combine them is still an open problem. In this paper, we seek to leverage labeled data from multiple source domains to enhance classification performance in a target domain where the target data are received in an online fashion. This problem is known as the online transfer learning problem. To achieve this, we propose novel online transfer learning paradigms in which the source and target domains are leveraged adaptively. We consider two different problem settings: homogeneous transfer learning and heterogeneous transfer learning. The proposed methods work in an online manner, where the weights of the source domains are adjusted dynamically. We provide the mistake bounds of the proposed methods and perform comprehensive experiments on real-world data sets to demonstrate the effectiveness of the proposed algorithms. Qingyao Wu, Hanrui Wu, Xiaoming Zhou, Mingkui Tan, Yuguang Yan, Tianyong Hao |
IEEE Trans. Knowl. Data Eng. | 6 |