paper-with-me

Papers

RealPatch: A Statistical Matching Framework for Model Patching with Real Samples

2022-08-03 · Sara Romiti, Christopher Inskip, Viktoriia Sharmanska, Novi Quadrianto

Machine learning classifiers are typically trained to minimise the average error across a dataset. Unfortunately, in practice, this process often exploits spurious correlations caused by subgroup imbalance within the training data, resulting in high average performance but highly variable performance across subgroups. Recent work to address this problem proposes model patching with CAMEL. This previous approach uses generative adversarial networks to perform intra-class inter-subgroup data augmentations, requiring (a) the training of a number of computationally expensive models and (b) sufficient quality of model's synthetic outputs for the given domain. In this work, we propose RealPatch, a framework for simpler, faster, and more data-efficient data augmentation based on statistical matching. Our framework performs model patching by augmenting a dataset with real samples, mitigating the need to train generative models for the target task. We demonstrate the effectiveness of RealPatch on three benchmark datasets, CelebA, Waterbirds and a subset of iWildCam, showing improvements in worst-case subgroup performance and in subgroup performance gap in binary classification. Furthermore, we conduct experiments with the imSitu dataset with 211 classes, a setting where generative model-based patching such as CAMEL is impractical. We show that RealPatch can successfully eliminate dataset leakage while reducing model leakage and maintaining high utility. The code for RealPatch can be found at https://github.com/wearepal/RealPatch.

📄 PDF Abstract BibTeX arXiv:2208.02192

Code (1)

wearepal/realpatch 공식 구현

Tasks

Binary ClassificationData Augmentation

Similar Papers 제목 키워드 기반

GenMatch: An End-to-End Generative Matching Framework for Micro-View Order-Dispatching in Ride-Hailing

2026-08-20 · Chuang Liu, Yuxueqing Zhang, Tengfei Lyu, Zirui Yuan 외 arxiv

Micro-View Order-Dispatching assigns available drivers to passenger orders within each dispatch batch and is critical to the service quality and operational efficiency of ride-hailing platforms. Mainstream industrial sol…

A prediction-based forward-looking vehicle dispatching strategy for dynamic ride-pooling

2024-03-11 · Xiaolei Wang, Chen Yang, Yuzhen Feng, Luohan Hu 외

For on-demand dynamic ride-pooling services, e.g., Uber Pool and Didi Pinche, a well-designed vehicle dispatching strategy is crucial for platform profitability and passenger experience. Most existing dispatching strateg…

Neural Approximate Dynamic Programming for the Ultra-fast Order Dispatching Problem

2023-11-21 · Arash Dehghan, Mucahit Cevik, Merve Bodur

Same-Day Delivery (SDD) services aim to maximize the fulfillment of online orders while minimizing delivery delays but are beset by operational uncertainties such as those in order volumes and courier planning. Our work …

Deep Reinforcement LearningFeature Engineering

Can Sophisticated Dispatching Strategy Acquired by Reinforcement Learning? - A Case Study in Dynamic Courier Dispatching System

2019-03-07 · Yujie Chen, Yu Qian, Yichen Yao, Zili Wu 외

In this paper, we study a courier dispatching problem (CDP) raised from an online pickup-service platform of Alibaba. The CDP aims to assign a set of couriers to serve pickup requests with stochastic spatial and temporal…

Multi-agent Reinforcement LearningReinforcement Learning

Mutual Information as Intrinsic Reward of Reinforcement Learning Agents for On-demand Ride Pooling

2023-12-23 · Xianjie Zhang, Jiahao Sun, Chen Gong, Kai Wang 외

The emergence of on-demand ride pooling services allows each vehicle to serve multiple passengers at a time, thus increasing drivers' income and enabling passengers to travel at lower prices than taxi/car on-demand servi…

Reinforcement Learning (RL)