中文
相关论文

相关论文: Exponential Lower Bounds for Threshold Circuits of…

200 篇论文

In this work we investigate into energy complexity, a Boolean function measure related to circuit complexity. Given a circuit $\mathcal{C}$ over the standard basis $\{\vee_2,\wedge_2,\neg\}$, the energy complexity of $\mathcal{C}$, denoted…

计算复杂性 · 计算机科学 2019-04-29 Xiaoming Sun , Yuan Sun , Kewen Wu , Zhiyu Xia

$\newcommand{\EC}{\mathsf{EC}}\newcommand{\KW}{\mathsf{KW}}\newcommand{\DT}{\mathsf{DT}}\newcommand{\psens}{\mathsf{psens}} \newcommand{\calB}{{\cal B}} $ For a Boolean function $f:\{0,1\}^n \to \{0,1\}$ computed by a circuit $C$ over a…

计算复杂性 · 计算机科学 2020-09-17 Krishnamoorthy Dinesh , Samir Otiv , Jayalal Sarma

Let $U_{k,N}$ denote the Boolean function which takes as input $k$ strings of $N$ bits each, representing $k$ numbers $a^{(1)},\dots,a^{(k)}$ in $\{0,1,\dots,2^{N}-1\}$, and outputs 1 if and only if $a^{(1)} + \cdots + a^{(k)} \geq 2^N.$…

计算复杂性 · 计算机科学 2015-08-14 Xi Chen , Igor C. Oliveira , Rocco A. Servedio

In order to formally understand the power of neural computing, we first need to crack the frontier of threshold circuits with two and three layers, a regime that has been surprisingly intractable to analyze. We prove the first super-linear…

计算复杂性 · 计算机科学 2018-02-01 Daniel M. Kane , Ryan Williams

Measures of circuit complexity are usually analyzed to ensure the computation of Boolean functions with economy and efficiency. One of these measures is energy complexity, which is related to the number of gates that output true in a…

计算复杂性 · 计算机科学 2022-10-14 Janio Carlos Nascimento Silva , Uéverton S. Souza

We study depth lower bounds against non-monotone circuits, parametrized by a new measure of non-monotonicity: the orientation of a function $f$ is the characteristic vector of the minimum sized set of negated variables needed in any…

计算复杂性 · 计算机科学 2015-02-04 Sajin Koroth , Jayalal Sarma

Let $ACC \circ THR$ be the class of constant-depth circuits comprised of AND, OR, and MOD$m$ gates (for some constant $m > 1$), with a bottom layer of gates computing arbitrary linear threshold functions. This class of circuits can be seen…

计算复杂性 · 计算机科学 2014-01-13 Ryan Williams

Due to energy-efficiency requirements, computational systems are now being implemented using noisy nanoscale semiconductor devices whose reliability depends on energy consumed. We study circuit-level energy-reliability limits for deep…

信息论 · 计算机科学 2020-03-17 Avhishek Chatterjee , Lav R. Varshney

$ \newcommand{\cclass}[1]{{\normalfont\textsf{##1}}} $We show average-case lower bounds for explicit Boolean functions against bounded-depth threshold circuits with a superlinear number of wires. We show that for each integer $d > 1$, there…

计算复杂性 · 计算机科学 2018-06-19 Ruiwen Chen , Rahul Santhanam , Srikanth Srinivasan

A notorious open question in circuit complexity is whether Boolean operations of arbitrary arity can efficiently be expressed using modular counting gates only. H{\aa}stad's celebrated switching lemma yields exponential lower bounds for the…

计算复杂性 · 计算机科学 2026-04-07 Benedikt Pago

Neural gates compute functions based on weighted sums of the input variables. The expressive power of neural gates (number of distinct functions it can compute) depends on the weight sizes and, in general, large weights (exponential in the…

计算复杂性 · 计算机科学 2022-05-18 Kordag Mehmet Kilic , Jin Sima , Jehoshua Bruck

Motivated by the resurgence of neural networks in being able to solve complex learning tasks we undertake a study of high depth networks using ReLU gates which implement the function $x \mapsto \max\{0,x\}$. We try to understand the role of…

计算复杂性 · 计算机科学 2017-11-10 Anirbit Mukherjee , Amitabh Basu

One of the prominent current challenges in complexity theory is the attempt to prove lower bounds for $TC^0$, the class of constant-depth, polynomial-size circuits with majority gates. Relying on the results of Williams (2013), an appealing…

计算复杂性 · 计算机科学 2017-11-07 Roei Tell

Kayal, Saha and Tavenas [Theory of Computing, 2018] showed that for all large enough integers $n$ and $d$ such that $d\geq \omega(\log{n})$, any syntactic depth four circuit of bounded individual degree $\delta = o(d)$ that computes the…

计算复杂性 · 计算机科学 2021-07-21 Suryajith Chillara

In this paper, we consider bounded width circuits and nondeterministic circuits in three somewhat new directions. In the first part of this paper, we mainly consider bounded width circuits. The main purpose of this part is to prove that…

计算复杂性 · 计算机科学 2019-04-15 Hiroki Morizumi

Multiplication is one of the most fundamental computational problems, yet its true complexity remains elusive. The best known upper bound, by F\"{u}rer, shows that two $n$-bit numbers can be multiplied via a boolean circuit of size $O(n \lg…

数据结构与算法 · 计算机科学 2019-03-01 Peyman Afshani , Casper Benjamin Freksen , Lior Kamma , Kasper Green Larsen

We show that sharp thresholds for Boolean functions directly imply average-case circuit lower bounds. More formally we show that any Boolean function exhibiting a sharp enough threshold at \emph{arbitrary} critical density cannot be…

计算复杂性 · 计算机科学 2024-07-17 David Gamarnik , Elchanan Mossel , Ilias Zadik

Proving complexity lower bounds remains a challenging task: we only know how to prove conditional uniform lower bounds and nonuniform lower bounds in restricted circuit models. Williams (STOC 2010) showed how to derive nonuniform lower…

计算复杂性 · 计算机科学 2026-03-10 Nikolai Chukhin , Alexander S. Kulikov , Ivan Mihajlin , Arina Smirnova

The threshold degree of a Boolean function $f\colon\{0,1\}^n\to\{0,1\}$ is the minimum degree of a real polynomial $p$ that represents $f$ in sign: $\mathrm{sgn}\; p(x)=(-1)^{f(x)}.$ A related notion is sign-rank, defined for a Boolean…

计算复杂性 · 计算机科学 2019-01-07 Alexander A. Sherstov , Pei Wu

In this paper, we investigate an approach to circuit lower bounds via bounded width circuits. The approach consists of two steps: (i) We convert circuits to (deterministic or nondeterministic) bounded width circuits. (ii) We prove lower…

计算复杂性 · 计算机科学 2023-05-02 Hiroki Morizumi
‹ 上一页 1 2 3 10 下一页 ›