EDBT 2026 Demo / reviewers in the wild / expert
Sean Wang 0006
dblp:329/5669
· DBLP profile ↗
2ranked-venue papers in the field
1as first author
2since 2021 · last 2022
—ORCID · conflict
Domains — venue-derived; a paper can count in several
Big Data, Cloud & Distributed Data Systems · 2 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2022 | A Predictor-Corrector Method for Multi-objective Optimization in Fair Machine LearningabstractIssues of fairness often arise in graphical neural networks used for misinformation detection. However, improving fairness can often come at the cost of reducing accuracy and vice versa. Therefore, we formulate the task of balancing accuracy and fairness as a multi-objective optimization (MOO) problem where we seek to find a set of Pareto optimal solutions. Traditional first-order approaches to solving MOO problems such as multi-gradient descent can be costly, especially with large neural networks. Instead, we describe a more efficient approach using the predictor-corrector method. Given an initial Pareto optimal point, this approach predicts the direction of a neighboring solution and refines this prediction using a few steps of multi-gradient descent. We show experimentally that this approach allows for the generation of high-quality Pareto fronts faster than baseline optimization methods. Sean Wang 0006, Arielle Carr, Sihong Xie |
BDCAT | 1 |
| 2022 | Efficient Multiple Objective Optimization for Fair Misinformation DetectionabstractMultiple-objective optimization (MOO) aims to simultaneously optimize multiple conflicting o bjectives a nd has found important applications in machine learning, such as simultaneously minimizing classification a nd f airness l osses. At an optimum, further optimizing one objective will necessarily increase at least another objective, and decision-makers need to comprehensively explore multiple optima to pin-point one final solution. We address the efficiency of exploring the Pareto front that contains all optima. First, stochastic multi-gradient descent (SMGD) takes time to converge to the Pareto front with large neural networks and datasets. Instead, we explore the Pareto front as a manifold from a few initial optima, based on a predictor-corrector method. Second, for each exploration step, the predictor iteratively solves a large-scale linear system that scales quadratically in the number of model parameters, and requires one backpropagation to evaluate a second-order Hessian-vector product per iteration of the solver. We propose a Gauss-Newton approximation that scales linearly, and that requires only first-order i nner-product p er i teration. T hird, we explore different linear system solvers, including the MINRES and conjugate gradient methods for approximately solving the linear systems. The innovations make predictor-corrector efficient for large networks and datasets. Experiments on a fair misinformation detection task show that 1) the predictor-corrector method can find Pareto fronts better than or similar to SMGD with less time, and 2) the proposed first-order method does not harm the quality of the Pareto front identified b y t he second-order method, while further reducing running time. Eric Enouen, Katja Mathesius, Sean Wang 0006, Arielle Carr, Sihong Xie |
IEEE Big Data | 3 |