paper-with-me

Papers

Set Based Stochastic Subsampling

2020-06-25 · Bruno Andreis, Seanie Lee, A. Tuan Nguyen, Juho Lee, Eunho Yang, Sung Ju Hwang

Deep models are designed to operate on huge volumes of high dimensional data such as images. In order to reduce the volume of data these models must process, we propose a set-based two-stage end-to-end neural subsampling model that is jointly optimized with an \textit{arbitrary} downstream task network (e.g. classifier). In the first stage, we efficiently subsample \textit{candidate elements} using conditionally independent Bernoulli random variables by capturing coarse grained global information using set encoding functions, followed by conditionally dependent autoregressive subsampling of the candidate elements using Categorical random variables by modeling pair-wise interactions using set attention networks in the second stage. We apply our method to feature and instance selection and show that it outperforms the relevant baselines under low subsampling rates on a variety of tasks including image classification, image reconstruction, function reconstruction and few-shot classification. Additionally, for nonparametric models such as Neural Processes that require to leverage the whole training data at inference time, we show that our method enhances the scalability of these models.

📄 PDF Abstract BibTeX arXiv:2006.14222

Code (0)

등록된 구현이 없습니다.

Tasks

feature selectionimage-classificationImage ClassificationImage ReconstructionMeta-Learning

Similar Papers 제목 키워드 기반

Losing momentum in continuous-time stochastic optimisation

2022-09-08 · Kexin Jin, Jonas Latz, ChenGuang Liu, Alessandro Scagliotti

The training of modern machine learning models often consists in solving high-dimensional non-convex optimisation problems that are subject to large-scale data. In this context, momentum-based stochastic optimisation alg…

image-classificationImage Classification

Differentially Private Stochastic Gradient Descent with Fixed-Size Minibatches: Tighter RDP Guarantees with or without Replacement

2024-08-19 · Jeremiah Birrell, Reza Ebrahimi, Rouzbeh Behnia, Jason Pacheco

Differentially private stochastic gradient descent (DP-SGD) has been instrumental in privately training deep learning models by providing a framework to control and track the privacy loss incurred during training. At the…

Federated LearningLEMMA

Subsampling Error in Stochastic Gradient Langevin Diffusions

2023-05-23 · Kexin Jin, ChenGuang Liu, Jonas Latz

The Stochastic Gradient Langevin Dynamics (SGLD) are popularly used to approximate Bayesian posterior distributions in statistical learning procedures with large-scale data. As opposed to many usual Markov chain Monte Ca…

Notes on Sampled Gaussian Mechanism

2024-09-06 · Nikita P. Kalinin

In these notes, we prove a recent conjecture posed in the paper by R\"ais\"a, O. et al. [Subsampling is not Magic: Why Large Batch Sizes Work for Differentially Private Stochastic Optimization (2024)]. Theorem 6.2 of the…

Stochastic Optimization

Stochastic Subsampling With Average Pooling

2024-09-25 · Bum Jun Kim, Sang Woo Kim

Regularization of deep neural networks has been an important issue to achieve higher generalization performance without overfitting problems. Although the popular method of Dropout provides a regularization effect, it ca…

Fine-Grained Image ClassificationImage ClassificationObject DetectionSemantic Segmentation