中文
相关论文

相关论文: Computing Marginals Using MapReduce

200 篇论文

Given a large graph G = (V,E) with millions of nodes and edges, how do we compute its connected components efficiently? Recent work addresses this problem in map-reduce, where a fundamental trade-off exists between the number of map-reduce…

数据结构与算法 · 计算机科学 2012-11-14 Vibhor Rastogi , Ashwin Machanavajjhala , Laukik Chitnis , Anish Das Sarma

Center-based clustering is a pivotal primitive for unsupervised learning and data analysis. A popular variant is undoubtedly the k-means problem, which, given a set $P$ of points from a metric space and a parameter $k<|P|$, requires to…

分布式、并行与集群计算 · 计算机科学 2022-02-21 Enrico Dandolo , Andrea Pietracaprina , Geppino Pucci

The popular cubic smoothing spline estimate of a regression function arises as the minimizer of the penalized sum of squares $\sum_j(Y_j - {\mu}(t_j))^2 + {\lambda}\int_a^b [{\mu}"(t)]^2 dt$, where the data are $t_j,Y_j$, $j=1,..., n$. The…

机器学习 · 统计学 2011-11-09 Nancy Heckman

The minimum k-partition problem is a challenging combinatorial problem with a diverse set of applications ranging from telecommunications to sports scheduling. It generalizes the max-cut problem and has been extensively studied since the…

最优化与控制 · 数学 2017-11-20 Guanglei Wang , Hassan Hijazi

Robust Optimization is becoming increasingly important in machine learning applications. This paper studies the problem of robust submodular minimization subject to combinatorial constraints. Constrained Submodular Minimization arises in…

机器学习 · 计算机科学 2020-01-28 Rishabh Iyer

We consider non-preemptive scheduling of MapReduce jobs with multiple tasks in the practical scenario where each job requires several map-reduce rounds. We seek to minimize the average weighted completion time and consider scheduling on…

数据结构与算法 · 计算机科学 2016-02-18 Dimitris Fotakis , Ioannis Milis , Orestis Papadigenopoulos , Vasilis Vassalos , Georgios Zois

We consider the recently introduced monochromatic reverse top-k queries which ask for, given a new tuple q and a dataset D, all possible top-k queries on D union {q} for which q is in the result. Towards this problem, we focus on designing…

数据库 · 计算机科学 2012-05-07 Sean Chester , Alex Thomo , S. Venkatesh , Sue Whitesides

Probabilistic circuits (PCs) are a class of tractable probabilistic models that allow efficient, often linear-time, inference of queries such as marginals and most probable explanations (MPE). However, marginal MAP, which is central to many…

人工智能 · 计算机科学 2022-03-07 YooJung Choi , Tal Friedman , Guy Van den Broeck

Why does the low dimensionality of representations, typically $d\approx 1000$, not prevent modern embedding-based retrieval models from scaling to billions, or even trillions, of data points? To answer this question, we study maximal-margin…

机器学习 · 计算机科学 2026-05-25 Kiril Bangachev , Guy Bresler , Jonathan Kogan , Yury Polyanskiy

This paper addresses the problem of decomposing a numerical semigroup into m-irreducible numerical semigroups. The problem originally stated in algebraic terms is translated, introducing the so called Kunz-coordinates, to resolve a series…

最优化与控制 · 数学 2011-01-24 Víctor Blanco , Justo Puerto

This paper concerns the minimax center of a collection of linear subspaces. When the subspaces are $k$-dimensional subspaces of $\mathbb{R}^n$, this can be cast as finding the center of a minimum enclosing ball on a Grassmann manifold,…

机器学习 · 计算机科学 2020-03-30 Timothy Marrinan , P. -A. Absil , Nicolas Gillis

Consider a distributed coding for computing problem with constant decoding locality, i.e., with a vanishing error probability, any single sample of the function can be approximately recovered by probing only constant number of compressed…

信息论 · 计算机科学 2024-03-01 Deheng Yuan , Tao Guo , Zhongyi Huang , Shi Jin

The MinRank problem is a simple linear algebra problem: given matrices with coefficients in a field, find a non trivial linear combination of the matrices that has a small rank. There are several algebraic modeling of the problem. The main…

密码学与安全 · 计算机科学 2025-07-22 Magali Bardet , Alban Gilard

The quantum marginal problem asks whether a set of given density matrices are consistent, i.e., whether they can be the reduced density matrices of a global quantum state. Not many non-trivial analytic necessary (or sufficient) conditions…

量子物理 · 物理学 2016-03-09 Jianxin Chen , Zhengfeng Ji , Nengkun Yu , Bei Zeng

A common method to define a parallel solution for a computational problem consists in finding a way to use the Divide and Conquer paradigm in order to have processors acting on its own data and scheduled in a parallel fashion. MapReduce is…

分布式、并行与集群计算 · 计算机科学 2017-01-13 Edelmira Pasarella , Maria-Esther Vidal , Cristina Zoltan

Image resampling is a necessary component of any operation that changes the size of an image or its geometry. Methods tuned for natural image upsampling (roughly speaking, image enlargement) are analyzed and developed with a focus on their…

图形学 · 计算机科学 2015-03-20 Chantal Racette

We study the {\em $k$-route} generalizations of various cut problems, the most general of which is \emph{$k$-route multicut} ($k$-MC) problem, wherein we have $r$ source-sink pairs and the goal is to delete a minimum-cost set of edges to…

数据结构与算法 · 计算机科学 2014-10-21 Guru Guruganesh , Laura Sanita , Chaitanya Swamy

In this work, we propose a machine learning-based approach to address a specific aspect of the Quantum Marginal Problem: reconstructing a global density matrix compatible with a given set of quantum marginals. Our method integrates a…

The problem of finding a $k \times k$ submatrix of maximum volume of a matrix $A$ is of interest in a variety of applications. For example, it yields a quasi-best low-rank approximation constructed from the rows and columns of $A$. We show…

数值分析 · 数学 2019-02-07 Alice Cortinovis , Daniel Kressner , Stefano Massei

In the MINIMUM CONVEX COVER (MCC) problem, we are given a simple polygon $\mathcal P$ and an integer $k$, and the question is if there exist $k$ convex polygons whose union is $\mathcal P$. It is known that MCC is $\mathsf{NP}$-hard…

计算几何 · 计算机科学 2021-06-07 Mikkel Abrahamsen