VLDB 2026 Research / reviewers in the wild / expert
Bo Jin 0003
dblp:74/3468-3
· DBLP profile ↗
9ranked-venue papers in the field
0as first author
8since 2021 · last 2025
0000-0003-1028-5989ORCID · conflict
Domains — venue-derived; a paper can count in several
Big Data, Cloud & Distributed Data Systems · 4Data Mining & Knowledge Discovery · 2Information Retrieval & Web Search · 2Knowledge Engineering, Semantic Web & Information Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | Interpretable Hybrid-Rule Temporal Point Processes
Yunyang Cao, Juekai Lin, Hongye Wang, Wenhao Li 0001, Bo Jin 0003 |
ECML/PKDD (3) | 5 |
| 2024 | Semi-supervised Learning to Defer Algorithm for Lung Disease DiagnosisabstractRecent research highlights the advantages of leveraging complementary strengths of both human expert and model in decision-making processes. Learning to Defer(L2D) is proposed to build a system consisting of both and improve the performance of expert or model alone. For each instance, L2D algorithms search for the optimal decision-maker between model and human expert to improve the human-ai system accuracy. However, most previous work is based on the assumption that human predictions are available for every instance, which is unrealistic in practical scenarios due to the high expense of manual annotation. To address this, we consider L2D problem where human predictions are available only for a subset of image. We propose a multistep framework for this scenario and integrate a consistency regularization loss to learn expert capability from limited human predictions. The consistency regularization loss is designed to encourage the expert to learn intrinsic information and make similar predictions for similar instances. Empirical validation on real-world data from airspace opacity diagnosis shows that the proposed framework not only outperforms several competitive baselines but also enhances the performance of various L2D algorithms under constraints of minimal human predictions. Haoqing Chen, Bo Jin 0003, Xiangfeng Wang 0001 |
IEEE Big Data | 2 |
| 2024 | FPPL: An Efficient and Non-IID Robust Federated Continual Learning FrameworkabstractFederated continual learning (FCL) aims to learn from sequential data stream in the decentralized federated learning setting, while simultaneously mitigating the catastrophic forgetting issue in classical continual learning. Existing FCL methods usually employ typical rehearsal mechanisms, which could result in privacy violations or additional onerous storage and computational burdens. In this work, an efficient and non-IID robust federated continual learning framework, called Federated Prototype-Augmented Prompt Learning (FPPL), is proposed. The FPPL can collaboratively learn lightweight prompts augmented by prototypes without rehearsal. On the client side, a fusion function is employed to fully leverage the knowledge contained in task-specific prompts for alleviating catastrophic forgetting. Additionally, global prototypes aggregated from the server are used to obtain unified representation through contrastive learning, mitigating the impact of non-IID-derived data heterogeneity. On the server side, locally uploaded prototypes are utilized to perform debiasing on the classifier, further alleviating the performance degradation caused by both non-IID and catastrophic forgetting. Empirical evaluations demonstrate the effectiveness of FPPL, achieving notable performance with an efficient design while remaining robust to diverse non-IID degrees. Code is available at: https://github.com/ycheoo/FPPL. Yuchen He 0007, Chuyun Shen, Xiangfeng Wang 0001, Bo Jin 0003 |
IEEE Big Data | 4 |
| 2023 | Learning Cooperative Oversubscription for Cloud by Chance-Constrained Multi-Agent Reinforcement LearningabstractOversubscription is a common practice for improving cloud resource utilization. It allows the cloud service provider to sell more resources than the physical limit, assuming not all users would fully utilize the resources simultaneously. However, how to design an oversubscription policy that improves utilization while satisfying some safety constraints remains an open problem. Existing methods and industrial practices are over-conservative, ignoring the coordination of diverse resource usage patterns and probabilistic constraints. To address these two limitations, this paper formulates the oversubscription for cloud as a chance-constrained optimization problem and proposes an effective Chance-Constrained Multi-Agent Reinforcement Learning (C2MARL) method to solve this problem. Specifically, C2MARL reduces the number of constraints by considering their upper bounds and leverages a multi-agent reinforcement learning paradigm to learn a safe and optimal coordination policy. We evaluate our C2MARL on an internal cloud platform and public cloud datasets. Experiments show that our C2MARL outperforms existing methods in improving utilization () under different levels of safety constraints. Junjie Sheng, Lu Wang 0029, Fangkai Yang, Bo Qiao 0001, Hang Dong 0004, Xiangfeng Wang 0001, Bo Jin 0003, Jun Wang 0006, Si Qin, Saravan Rajmohan, Qingwei Lin, Dongmei Zhang 0001 |
WWW | 7 |
| 2022 | ReAssigner: A Plug-and-Play Virtual Machine Scheduling Intensifier for Heterogeneous RequestsabstractWith the rapid development of cloud computing, virtual machine scheduling has become one of the most important but challenging issues for the cloud computing community, especially for practical heterogeneous request sequences. By analyzing the impact of request heterogeneity on some popular heuristic schedulers, it can be found that existing scheduling algorithms can not handle the request heterogeneity properly and efficiently. In this paper, a plug-and-play virtual machine scheduling intensifier, called Resource Assigner (ReAssigner), is proposed to enhance the scheduling efficiency of any given scheduler for heterogeneous requests. The key idea of ReAssigner is to pre-assign roles to physical resources and let resources of the same role form a virtual cluster to handle homogeneous requests. ReAssigner can cooperate with arbitrary schedulers by restricting their scheduling space to virtual clusters. With evaluations on the real dataset from Huawei Cloud, the proposed ReAssigner achieves significant scheduling performance improvement compared with some state-of-the-art scheduling methods. Haochuan Cui, Junjie Sheng, Bo Jin 0003, Yiqiu Hu, Xiangfeng Wang 0001 |
IEEE Big Data | 3 |
| 2022 | Obtaining Dyadic Fairness by Optimal TransportabstractFairness has been taken as a critical metric in machine learning models, which is considered as an important component of trustworthy machine learning. In this paper, we focus on obtaining fairness for popular link prediction tasks, which are measured by dyadic fairness. A novel pre-processing methodology is proposed to establish dyadic fairness through data repairing based on optimal transport theory. With the well-established theoretical connection between the dyadic fairness for graph link prediction and a conditional distribution alignment problem, the dyadic repairing scheme can be equivalently transformed into a conditional distribution alignment problem. Furthermore, an optimal transport-based dyadic fairness algorithm called DyadicOT is obtained by efficiently solving the alignment problem, satisfying flexibility and unambiguity requirements. The proposed DyadicOT algorithm shows superior results in obtaining fairness compared to other fairness methods on two benchmark graph datasets. Moyi Yang, Junjie Sheng, Wenyan Liu 0001, Bo Jin 0003, Xiaoling Wang 0004, Xiangfeng Wang 0001 |
IEEE Big Data | 4 |
| 2022 | Mitigating disparate impact on model accuracy in differentially private learning
Wenyan Liu 0001, Xiangfeng Wang 0001, Haikun Zheng, Bo Jin 0003, Xiaoling Wang 0004, Hongyuan Zha |
Inf. Sci. | 4 |
| 2021 | HMRL: Hyper-Meta Learning for Sparse Reward Reinforcement Learning ProblemabstractIn spite of the success of existing meta reinforcement learning methods, they still have difficulty in learning a meta policy effectively for RL problems with sparse reward. In this respect, we develop a novel meta reinforcement learning framework called Hyper-Meta RL(HMRL), for sparse reward RL problems. It is consisted with three modules including the cross-environment meta state embedding module which constructs a common meta state space to adapt to different environments; the meta state based environment-specific meta reward shaping which effectively extends the original sparse reward trajectory by cross-environmental knowledge complementarity and as a consequence the meta policy achieves better generalization and efficiency with the shaped meta reward. Experiments with sparse-reward environments show the superiority of HMRL on both transferability and policy learning efficiency. Yun Hua, Xiangfeng Wang 0001, Bo Jin 0003, Wenhao Li 0001, Junchi Yan, Hongyuan Zha |
KDD | 3 |
| 2018 | Learning to Detect Pathogenic Microorganism of Community-acquired PneumoniaabstractCommunity-acquired pneumonia (CAP) is a major death cause for children, requiring an early administration of appropriate antibiotics to cure it. To achieve this, accurate detection of pathogenic microorganism is crucial, especially for reducing the abuse of antibiotics. Conventional gold standard detection methods are mainly etiology based, incurring high cost and labor intensity. Although recently electronic health records (EHRs) become prevalent and widely used, their power for automatically determining pathogenic microorganism has not been investigated. In this paper, we formulate a new problem for automatically detecting pathogenic microorganism of CAP by considering patient biomedical features from EHRs, including time-varying body temperatures and common laboratory measurements. We further develop a Patient Attention based Recurrent Neural Network (PA-RNN) model to fuse different patient features for detection. We conduct experiments on a real dataset, demonstrating utilizing electronic health records yields promising performance and PA-RNN outperforms several alternatives. Wenwei Liang, Wei Zhang 0056, Bo Jin 0003, Jiangjiang Xu, Linhua Shu, Hongyuan Zha |
SIGIR | 3 |