paper-with-me

Papers

Efficient first-order predictor-corrector multiple objective optimization for fair misinformation detection

2022-09-15 · Eric Enouen, Katja Mathesius, Sean Wang, Arielle Carr, Sihong Xie

Multiple-objective optimization (MOO) aims to simultaneously optimize multiple conflicting objectives and has found important applications in machine learning, such as minimizing classification loss and discrepancy in treating different populations for fairness. At optimality, further optimizing one objective will necessarily harm at least another objective, and decision-makers need to comprehensively explore multiple optima (called Pareto front) to pinpoint one final solution. We address the efficiency of finding the Pareto front. First, finding the front from scratch using stochastic multi-gradient descent (SMGD) is expensive with large neural networks and datasets. We propose to 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 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 only scales linearly, and that requires only first-order inner-product per iteration. This also allows for a choice between the MINRES and conjugate gradient methods when approximately solving the linear system. The innovations make predictor-corrector possible for large networks. Experiments on multi-objective (fairness and accuracy) misinformation detection tasks 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 by the second-order method, while further reduce running time.

📄 PDF Abstract BibTeX arXiv:2209.07245

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessMisinformation

Similar Papers 제목 키워드 기반

Predictor-Corrector Enhanced Transformers with Exponential Moving Average Coefficient Learning

2024-11-05 · Bei Li, Tong Zheng, Rui Wang, Jiahao Liu 외

Residual networks, as discrete approximations of Ordinary Differential Equations (ODEs), have inspired significant advancements in neural network design, including multistep methods, high-order methods, and multi-particl…

Abstractive Text SummarizationLanguage ModelingLanguage ModellingMachine Translation+2

UniPC: A Unified Predictor-Corrector Framework for Fast Sampling of Diffusion Models

2023-02-09 · NeurIPS 2023 11 · Wenliang Zhao, Lujia Bai, Yongming Rao, Jie zhou 외

Diffusion probabilistic models (DPMs) have demonstrated a very promising ability in high-resolution image synthesis. However, sampling from a pre-trained DPM is time-consuming due to the multiple evaluations of the denoi…

DenoisingImage Generation

Predictor-Corrector Policy Optimization

2018-10-15 · Ching-An Cheng, Xinyan Yan, Nathan Ratliff, Byron Boots

We present a predictor-corrector framework, called PicCoLO, that can transform a first-order model-free reinforcement or imitation learning algorithm into a new hybrid method that leverages predictive models to accelerat…

Imitation Learning

Meta-Learned Basis Adaptation for Parametric Linear PDEs

2026-04-10 · Vikas Dwivedi, Monica Sigovan, Bruno Sixou arxiv

We propose a hybrid physics-informed framework for solving families of parametric linear partial differential equations (PDEs) by combining a meta-learned predictor with a least-squares corrector. The predictor, termed \…

Discrete Predictor-Corrector Diffusion Models for Image Synthesis

2022-09-29 · ICLR Anonymous Submission 2022 9 · Anonymous

We introduce Discrete Predictor-Corrector diffusion models (DPC), extending predictor-corrector samplers in Gaussian diffusion models to the discrete case. Predictor-corrector samplers are a class of samplers for diffusi…

Conditional Image GenerationImage Generation