paper-with-me

Papers

Polytope: An Algorithm for Efficient Feature Extraction on Hypercubes

2023-06-20 · Mathilde Leuridan, James Hawkes, Simon Smart, Emanuele Danovaro, Tiago Quintino

Data extraction algorithms on data hypercubes, or datacubes, are traditionally only capable of cutting boxes of data along the datacube axes. For many use cases however, this is not a sufficient approach and returns more data than users might actually need. This not only forces users to apply post-processing after extraction, but more importantly this consumes more I/O resources than is necessary. When considering very large datacubes from which users only want to extract small non-rectangular subsets, the box approach does not scale well. Indeed, with this traditional approach, I/O systems quickly reach capacity, trying to read and return unwanted data to users. In this paper, we propose a novel technique, based on computational geometry concepts, which instead carefully pre-selects the precise bytes of data which the user needs in order to then only read those from the datacube. As we discuss later on, this novel extraction method will considerably help scale access to large petabyte size data hypercubes in a variety of scientific fields.

📄 PDF Abstract BibTeX arXiv:2306.11553

Code (1)

ecmwf/polytope 공식 구현

Similar Papers 제목 키워드 기반

Neural Network Approximation: A View from Polytope Decomposition

2026-01-26 · ZeYu Li, ShiJun Zhang, TieYong Zeng, FengLei Fan arxiv

Universal approximation theory offers a foundational framework to verify neural network expressiveness, enabling principled utilization in real-world applications. However, most existing theoretical constructions are est…

Learning Union of Integer Hypercubes with Queries (Technical Report)

2021-05-27 · Oliver Markgraf, Daniel Stan, Anthony W. Lin

We study the problem of learning a finite union of integer (axis-aligned) hypercubes over the d-dimensional integer lattice, i.e., whose edges are parallel to the coordinate axes. This is a natural generalization of the …

Learning Theory

A Note on Small Percolating Sets on Hypercubes via Generative AI

2024-11-29 · Gergely Bérczi, Adam Zsolt Wagner

We apply a generative AI pattern-recognition technique called PatternBoost to study bootstrap percolation on hypercubes. With this, we slightly improve the best existing upper bound for the size of percolating subsets of…

PolytopeWalk: Sparse MCMC Sampling over Polytopes

2024-12-09 · Benny Sun, Yuansi Chen

High dimensional sampling is an important computational tool in statistics and other computational disciplines, with applications ranging from Bayesian statistical uncertainty quantification, metabolic modeling in system…

Uncertainty Quantification

Linear Convergence of the Frank-Wolfe Algorithm over Product Polytopes

2025-05-16 · Gabriele Iommazzo, David Martínez-Rubio, Francisco Criado, Elias Wirth 외

We study the linear convergence of Frank-Wolfe algorithms over product polytopes. We analyze two condition numbers for the product polytope, namely the \emph{pyramidal width} and the \emph{vertex-facet distance}, based o…