paper-with-me

Papers

Less Is Better: Unweighted Data Subsampling via Influence Function

2019-12-03 · Zifeng Wang, Hong Zhu, Zhenhua Dong, Xiuqiang He, Shao-Lun Huang

In the time of Big Data, training complex models on large-scale data sets is challenging, making it appealing to reduce data volume for saving computation resources by subsampling. Most previous works in subsampling are weighted methods designed to help the performance of subset-model approach the full-set-model, hence the weighted methods have no chance to acquire a subset-model that is better than the full-set-model. However, we question that how can we achieve better model with less data? In this work, we propose a novel Unweighted Influence Data Subsampling (UIDS) method, and prove that the subset-model acquired through our method can outperform the full-set-model. Besides, we show that overly confident on a given test set for sampling is common in Influence-based subsampling methods, which can eventually cause our subset-model's failure in out-of-sample test. To mitigate it, we develop a probabilistic sampling scheme to control the worst-case risk over all distributions close to the empirical distribution. The experiment results demonstrate our methods superiority over existed subsampling methods in diverse tasks, such as text classification, image classification, click-through prediction, etc.

📄 PDF Abstract BibTeX arXiv:1912.01321

Code (1)

RyanWangZf/Influence_Subsampling 공식 구현

Tasks

General Classificationimage-classificationImage Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Optimal Subsampling Approaches for Large Sample Linear Regression

2015-09-17 · Rong Zhu, Ping Ma, Michael W. Mahoney, Bin Yu

A significant hurdle for analyzing large sample data is the lack of effective statistical computing and inference methods. An emerging powerful approach for analyzing large sample data is subsampling, by which one takes …

regression

Optimal Subsampling with Influence Functions

2018-12-01 · NeurIPS 2018 12 · Daniel Ting, Eric Brochu

Subsampling is a common and often effective method to deal with the computational challenges of large datasets. However, for most statistical models, there is no well-motivated approach for drawing a non-uniform subsampl…

regression

Model-specific Data Subsampling with Influence Functions

2020-10-20 · Anant Raj, Cameron Musco, Lester Mackey, Nicolo Fusi

Model selection requires repeatedly evaluating models on a given dataset and measuring their relative performances. In modern applications of machine learning, the models being considered are increasingly more expensive …

BIG-bench Machine LearningmodelModel Selection

Hyperparameter Selection for Subsampling Bootstraps

2020-06-02 · Yingying Ma, Hansheng Wang

Massive data analysis becomes increasingly prevalent, subsampling methods like BLB (Bag of Little Bootstraps) serves as powerful tools for assessing the quality of estimators for massive data. However, the performance of…

CPU

Fast and Robust Least Squares Estimation in Corrupted Linear Models

2014-06-12 · NeurIPS 2014 12 · Brian McWilliams, Gabriel Krummenacher, Mario Lucic, Joachim M. Buhmann

Subsampling methods have been recently proposed to speed up least squares estimation in large scale settings. However, these algorithms are typically not robust to outliers or corruptions in the observed covariates. Th…

regression