中文
相关论文

相关论文: Property Testing of LP-Type Problems

200 篇论文

We propose a unifying framework for smoothed analysis of combinatorial local optimization problems, and show how a diverse selection of problems within the complexity class PLS can be cast within this model. This abstraction allows us to…

计算复杂性 · 计算机科学 2025-09-24 Yiannis Giannakopoulos , Alexander Grosz , Themistoklis Melissourgos

We give a poly$(s,1/\epsilon)$-query algorithm for testing whether an unknown and arbitrary function $f: \{0,1\}^n \to \{0,1\}$ is an $s$-term DNF, in the challenging relative-error framework for Boolean function property testing that was…

计算复杂性 · 计算机科学 2026-01-23 Xi Chen , William Pires , Toniann Pitassi , Rocco A. Servedio

It is known that graded cyclic modules over $S=K[x,y]$ have the Weak Lefschetz Property (WLP). This is not true for non-cyclic modules over $S$. The purpose of this note is to study which conditions on $S$-modules ensure the WLP. We give an…

交换代数 · 数学 2013-05-13 Giuseppe Favacchio , Phong Dinh Thieu

For many applications, it is critical to interpret and validate groups of observations obtained via clustering. A common validation approach involves testing differences in feature means between observations in two estimated clusters. In…

统计方法学 · 统计学 2023-11-29 Yiqun T. Chen , Lucy L. Gao

Finding whether a linear-constraint loop has a linear ranking function is an important key to understanding the loop behavior, proving its termination and establishing iteration bounds. If no preconditions are provided, the decision problem…

计算机科学中的逻辑 · 计算机科学 2014-08-27 Amir M. Ben-Amram

Given a redundant dictionary $\Phi$, represented by an $M \times N$ matrix ($\Phi \in \mathbb{R}^{M \times N}$) and a target signal $y \in \mathbb{R}^M$, the \emph{sparse approximation problem} asks to find an approximate representation of…

计算复杂性 · 计算机科学 2011-11-29 Ali Civril

In this work, we study the extension of two variants of the facility location problem (FL) to make them robust towards a few distantly located clients. First, $k$-facility location problem ($k$FL), a common generalization of FL and $k$…

数据结构与算法 · 计算机科学 2021-07-02 Rajni Dabas , Neelima Gupta

Sparsity is a basic property of real vectors that is exploited in a wide variety of applications. In this work, we describe property testing algorithms for sparsity that observe a low-dimensional projection of the input. We consider two…

数据结构与算法 · 计算机科学 2017-09-14 Siddharth Barman , Arnab Bhattacharyya , Suprovat Ghoshal

The relationship between the complexity classes $P$ and $NP$ is an unsolved question in the field of theoretical computer science. In the first part of this paper, a lattice framework is proposed to handle the 3-CNF-SAT problems, known to…

计算复杂性 · 计算机科学 2020-01-06 Marcel Rémon , Johan Barthélemy

We study the identity testing problem for high-dimensional distributions. Given as input an explicit distribution $\mu$, an $\varepsilon>0$, and access to sampling oracle(s) for a hidden distribution $\pi$, the goal in identity testing is…

数据结构与算法 · 计算机科学 2024-09-02 Antonio Blanca , Zongchen Chen , Daniel Štefankovič , Eric Vigoda

Factor-revealing linear programs (LPs) and policy-revealing LPs arise in various contexts of algorithm design and analysis. They are commonly used techniques for analyzing the performance of approximation and online algorithms, especially…

数据结构与算法 · 计算机科学 2025-03-20 Pan Xu

Parameterized complexity seeks to use input structure to obtain faster algorithms for NP-hard problems. This has been most successful for graphs of low treewidth: Many problems admit fast algorithms relative to treewidth and many of them…

计算复杂性 · 计算机科学 2022-12-20 Falko Hegerfeld , Stefan Kratsch

We study here the semi-supervised $k$-clustering problem where information is available on whether pairs of objects are in the same or in different clusters. This information is either available with certainty or with a limited level of…

机器学习 · 计算机科学 2024-10-21 Philipp Baumann , Dorit S. Hochbaum

This paper introduces the 2019 version of \us{}, a novel Constraint Programming framework for floating point verification problems expressed with the SMT language of SMTLIB. SMT solvers decompose their task by delegating to specific…

人工智能 · 计算机科学 2020-03-02 Heytem Zitoun , Claude Michel , Laurent Michel , Michel Rueher

We present a new distributed model of probabilistically checkable proofs (PCP). A satisfying assignment $x \in \{0,1\}^n$ to a CNF formula $\varphi$ is shared between two parties, where Alice knows $x_1, \dots, x_{n/2}$, Bob knows…

计算复杂性 · 计算机科学 2017-11-02 Amir Abboud , Aviad Rubinstein , Ryan Williams

The polynomial method by Beals, Buhrman, Cleve, Mosca, and de Wolf (FOCS 1998, J. ACM 2001), the adversary method by Ambainis (STOC 2000, J. Comput. Syst. Sci. 2002), and the compressed oracle method by Zhandry (CRYPTO 2019) have been shown…

量子物理 · 物理学 2025-10-27 Qisheng Wang , Zhicheng Zhang

Security properties of real-time systems often involve reasoning about hyper-properties, as opposed to properties of single executions or trees of executions. These hyper-properties need to additionally be expressive enough to reason about…

密码学与安全 · 计算机科学 2024-05-21 Nabarun Deka , Minjian Zhang , Rohit Chadha , Mahesh Viswanathan

Answer Set Programming with Quantifiers (ASP(Q)) has been introduced to provide a natural extension of ASP modeling to problems in the polynomial hierarchy (PH). However, ASP(Q) lacks a method for encoding in an elegant and compact way…

人工智能 · 计算机科学 2025-01-22 Giuseppe Mazzotta , Francesco Ricca , Mirek Truszczynski

Inspired by the works of Goldreich and Ron (J. ACM, 2017) and Nakar and Ron (ICALP, 2021), we initiate the study of property testing in dynamic environments with arbitrary topologies. Our focus is on the simplest non-trivial rule that can…

分布式、并行与集群计算 · 计算机科学 2024-04-22 Augusto Modanese , Yuichi Yoshida

Selective inference (SI) has been actively studied as a promising framework for statistical hypothesis testing for data-driven hypotheses. The basic idea of SI is to make inferences conditional on an event that a hypothesis is selected. In…

机器学习 · 统计学 2023-12-29 Tomohiro Shiraishi , Daiki Miwa , Vo Nguyen Le Duy , Ichiro Takeuchi