When the whole is greater than the sum of its parts: Scaling black-box inference to large data settings through divide-and-conquer
Emily C. Hector, Amanda Lenzi

TL;DR
This paper introduces a divide-and-conquer framework for black-box inference in large, complex datasets, significantly reducing computational costs by partitioning data, parallel processing, and combining estimates efficiently.
Contribution
It presents a novel scalable approach for black-box inference that handles expensive data simulation, enabling analysis of large spatial datasets with improved efficiency.
Findings
Accelerates inference by partitioning data and parallel processing.
Enables analysis of large-scale spatial data with tens of thousands of locations.
Demonstrates effectiveness on climate and observational temperature data.
Abstract
Black-box methods such as deep neural networks are exceptionally fast at obtaining point estimates of model parameters due to their amortisation of the loss function computation, but are currently restricted to settings for which simulating training data is inexpensive. When simulating data is computationally expensive, both the training and uncertainty quantification, which typically relies on a parametric bootstrap, become intractable. We propose a black-box divide-and-conquer estimation and inference framework when data simulation is computationally expensive that trains a black-box estimation method on a partition of the multivariate data domain, estimates and bootstraps on the partitioned data, and combines estimates and inferences across data partitions. Through the divide step, only small training data need be simulated, substantially accelerating the training. Further, the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStatistical Methods and Inference
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
