EDBT 2026 Demo / reviewers in the wild / expert
Kai Jiang 0002
dblp:22/2361-2
· DBLP profile ↗
5ranked-venue papers in the field
1as first author
5since 2021 · last 2024
0009-0008-8053-3443ORCID · conflict
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 4Big Data, Cloud & Distributed Data Systems · 1 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2024 | FEED: Fairness-Enhanced Meta-Learning for Domain GeneralizationabstractGeneralizing to out-of-distribution data while ensuring model fairness presents a significant challenge in meta-learning. This problem aims to find fairness-aware, invariant classifier parameters trained on data from related training domains that experience distribution shifts in non-sensitive features and varying dependencies between model predictions and sensitive attributes. Such parameters enable classifiers to generalize effectively to unknown, distinct test domains. Existing state-of-the-art methods either focus on domain generalization without considering fairness or exclusively model domain shifts at varying fairness levels. In this paper, we introduce Fairness-Enhanced Meta-Learning for Domain Generalization (FEED), a novel framework that disentangles latent data representations into content, style, and sensitive vectors. This disentanglement approach promotes robust model generalization across diverse domains while rigorously upholding fairness constraints. Unlike conventional methods that concentrate on domain invariance or sensitivity to distributional shifts, our model embeds a fairnessaware invariance criterion within the meta-learning process, ensuring consistently fair learned parameters across domains with varied characteristics. Extensive experiments on multiple benchmarks validate our framework’s effectiveness, demonstrating not only superior accuracy and fairness maintenance but also substantial improvements over state-of-the-art methods in domain generalization tasks. Kai Jiang 0002, Chen Zhao 0010, Feng Chen 0001 |
IEEE Big Data | 1 |
| 2024 | Algorithmic Fairness Generalization under Covariate and Dependence Shifts SimultaneouslyabstractThe endeavor to preserve the generalization of a fair and invariant classifier across domains, especially in the presence of distribution shifts, becomes a significant and intricate challenge in machine learning. In response to this challenge, numerous effective algorithms have been developed with a focus on addressing the problem of fairness-aware domain generalization. These algorithms are designed to navigate various types of distribution shifts, with a particular emphasis on covariate and dependence shifts. In this context, covariate shift pertains to changes in the marginal distribution of input features, while dependence shift involves alterations in the joint distribution of the label variable and sensitive attributes. In this paper, we introduce a simple but effective approach that aims to learn a fair and invariant classifier by simultaneously addressing both covariate and dependence shifts across domains. We assert the existence of an underlying transformation model can transform data from one domain to another, while preserving the semantics related to non-sensitive attributes and classes. By augmenting various synthetic data domains through the model, we learn a fair and invariant classifier in source domains. This classifier can then be generalized to unknown target domains, maintaining both model prediction and fairness concerns. Extensive empirical studies on four benchmark datasets demonstrate that our approach surpasses state-of-the-art methods. Chen Zhao 0010, Kai Jiang 0002, Xintao Wu, Latifur Khan, Christan Grant, Feng Chen 0001 |
KDD | 2 |
| 2024 | Dynamic Environment Responsive Online Meta-Learning with Fairness AwarenessabstractThe fairness-aware online learning framework has emerged as a potent tool within the context of continuous lifelong learning. In this scenario, the learner’s objective is to progressively acquire new tasks as they arrive over time, while also guaranteeing statistical parity among various protected sub-populations, such as race and gender when it comes to the newly introduced tasks. A significant limitation of current approaches lies in their heavy reliance on the i.i.d (independent and identically distributed) assumption concerning data, leading to a static regret analysis of the framework. Nevertheless, it’s crucial to note that achieving low static regret does not necessarily translate to strong performance in dynamic environments characterized by tasks sampled from diverse distributions. In this article, to tackle the fairness-aware online learning challenge in evolving settings, we introduce a unique regret measure, FairSAR, by incorporating long-term fairness constraints into a strongly adapted loss regret framework. Moreover, to determine an optimal model parameter at each time step, we introduce an innovative adaptive fairness-aware online meta-learning algorithm, referred to as FairSAOML. This algorithm possesses the ability to adjust to dynamic environments by effectively managing bias control and model accuracy. The problem is framed as a bi-level convex-concave optimization, considering both the model’s primal and dual parameters, which pertain to its accuracy and fairness attributes, respectively. Theoretical analysis yields sub-linear upper bounds for both loss regret and the cumulative violation of fairness constraints. Our experimental evaluation of various real-world datasets in dynamic environments demonstrates that our proposed FairSAOML algorithm consistently outperforms alternative approaches rooted in the most advanced prior online learning methods. Chen Zhao 0010, Feng Mi, Xintao Wu, Kai Jiang 0002, Latifur Khan, Feng Chen 0001 |
ACM Trans. Knowl. Discov. Data | 4 |
| 2023 | Towards Fair Disentangled Online Learning for Changing EnvironmentsabstractIn the problem of online learning for changing environments, data are sequentially received one after another over time, and their distribution assumptions may vary frequently. Although existing methods demonstrate the effectiveness of their learning algorithms by providing a tight bound on either dynamic regret or adaptive regret, most of them completely ignore learning with model fairness, defined as the statistical parity across different sub-population (e.g., race and gender). Another drawback is that when adapting to a new environment, an online learner needs to update model parameters with a global change, which is costly and inefficient. Inspired by the sparse mechanism shift hypothesis [22], we claim that changing environments in online learning can be attributed to partial changes in learned parameters that are specific to environments and the rest remain invariant to changing environments. To this end, in this paper, we propose a novel algorithm under the assumption that data collected at each time can be disentangled with two representations, an environment-invariant semantic factor and an environment-specific variation factor. The semantic factor is further used for fair prediction under a group fairness constraint. To evaluate the sequence of model parameters generated by the learner, a novel regret is proposed in which it takes a mixed form of dynamic and static regret metrics followed by a fairness-aware long-term constraint. The detailed analysis provides theoretical guarantees for loss regret and violation of cumulative fairness constraints. Empirical evaluations on real-world datasets demonstrate our proposed method sequentially outperforms baseline methods in model accuracy and fairness. Chen Zhao 0010, Feng Mi, Xintao Wu, Kai Jiang 0002, Latifur Khan, Christan Grant, Feng Chen 0001 |
KDD | 4 |
| 2022 | Adaptive Fairness-Aware Online Meta-Learning for Changing EnvironmentsabstractThe fairness-aware online learning framework has arisen as a powerful tool for the continual lifelong learning setting. The goal for the learner is to sequentially learn new tasks where they come one after another over time and the learner ensures the statistic parity of the new coming task across different protected sub-populations (e.g. race and gender). A major drawback of existing methods is that they make heavy use of the i.i.d assumption for data and hence provide static regret analysis for the framework. However, low static regret cannot imply a good performance in changing environments where tasks are sampled from heterogeneous distributions. To address the fairness-aware online learning problem in changing environments, in this paper, we first construct a novel regret metric FairSAR by adding long-term fairness constraints onto a strongly adapted loss regret. Furthermore, to determine a good model parameter at each round, we propose a novel adaptive fairness-aware online meta-learning algorithm, namely FairSAOML, which is able to adapt to changing environments in both bias control and model precision. The problem is formulated in the form of a bi-level convex-concave optimization with respect to the model's primal and dual parameters that are associated with the model's accuracy and fairness, respectively. The theoretic analysis provides sub-linear upper bounds for both loss regret and violation of cumulative fairness constraints. Our experimental evaluation on different real-world datasets with settings of changing environments suggests that the proposed FairSAOML significantly outperforms alternatives based on the best prior online learning approaches. Chen Zhao 0010, Feng Mi, Xintao Wu, Kai Jiang 0002, Latifur Khan, Feng Chen 0001 |
KDD | 4 |