Skip to main content

Showing 1–25 of 25 results for author: Levi, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2503.12518  [pdf, other

    cs.DS

    Optimal mass estimation in the conditional sampling model

    Authors: Tomer Adar, Eldar Fischer, Amit Levi

    Abstract: The conditional sampling model, introduced by Cannone, Ron and Servedio (SODA 2014, SIAM J. Comput. 2015) and independently by Chakraborty, Fischer, Goldhirsh and Matsliah (ITCS 2013, SIAM J. Comput. 2016), is a common framework for a number of studies concerning strengthened models of distribution testing. A core task in these investigations is that of estimating the mass of individual elements.… ▽ More

    Submitted 29 March, 2025; v1 submitted 16 March, 2025; originally announced March 2025.

    Comments: Minor fixes

  2. arXiv:2502.09755  [pdf, ps, other

    cs.CR cs.LG

    Jailbreak Attack Initializations as Extractors of Compliance Directions

    Authors: Amit Levi, Rom Himelstein, Yaniv Nemcovsky, Avi Mendelson, Chaim Baskin

    Abstract: Safety-aligned LLMs respond to prompts with either compliance or refusal, each corresponding to distinct directions in the model's activation space. Recent works show that initializing attacks via self-transfer from other prompts significantly enhances their performance. However, the underlying mechanisms of these initializations remain unclear, and attacks utilize arbitrary or hand-picked initial… ▽ More

    Submitted 5 June, 2025; v1 submitted 13 February, 2025; originally announced February 2025.

  3. arXiv:2412.02235  [pdf, ps, other

    cs.DS

    Testing vs Estimation for Index-Invariant Properties in the Huge Object Model

    Authors: Sourav Chakraborty, Eldar Fischer, Arijit Ghosh, Amit Levi, Gopinath Mishra, Sayantan Sen

    Abstract: The Huge Object model of property testing [Goldreich and Ron, TheoretiCS 23] concerns properties of distributions supported on $\{0,1\}^n$, where $n$ is so large that even reading a single sampled string is unrealistic. Instead, query access is provided to the samples, and the efficiency of the algorithm is measured by the total number of queries that were made to them. Index-invariant propertie… ▽ More

    Submitted 3 December, 2024; originally announced December 2024.

    Comments: 57 Pages

  4. arXiv:2410.15012  [pdf

    eess.IV cs.AI cs.CV

    Pathologist-like explainable AI for interpretable Gleason grading in prostate cancer

    Authors: Gesa Mittmann, Sara Laiouar-Pedari, Hendrik A. Mehrtens, Sarah Haggenmüller, Tabea-Clara Bucher, Tirtha Chanda, Nadine T. Gaisa, Mathias Wagner, Gilbert Georg Klamminger, Tilman T. Rau, Christina Neppl, Eva Maria Compérat, Andreas Gocht, Monika Hämmerle, Niels J. Rupp, Jula Westhoff, Irene Krücken, Maximillian Seidl, Christian M. Schürch, Marcus Bauer, Wiebke Solass, Yu Chun Tam, Florian Weber, Rainer Grobholz, Jaroslaw Augustyniak , et al. (41 additional authors not shown)

    Abstract: The aggressiveness of prostate cancer, the most common cancer in men worldwide, is primarily assessed based on histopathological data using the Gleason scoring system. While artificial intelligence (AI) has shown promise in accurately predicting Gleason scores, these predictions often lack inherent explainability, potentially leading to distrust in human-machine interactions. To address this issue… ▽ More

    Submitted 19 October, 2024; originally announced October 2024.

    Comments: 58 pages, 15 figures (incl. supplementary)

  5. arXiv:2408.02347  [pdf, other

    cs.DS

    Improved Bounds for High-Dimensional Equivalence and Product Testing using Subcube Queries

    Authors: Tomer Adar, Eldar Fischer, Amit Levi

    Abstract: We study property testing in the subcube conditional model introduced by Bhattacharyya and Chakraborty (2017). We obtain the first equivalence test for $n$-dimensional distributions that is quasi-linear in $n$, improving the previously known $\tilde{O}(n^2/\varepsilon^2)$ query complexity bound to $\tilde{O}(n/\varepsilon^2)$. We extend this result to general finite alphabets with logarithmic cost… ▽ More

    Submitted 5 August, 2024; originally announced August 2024.

  6. arXiv:2308.15988  [pdf, other

    cs.DS

    Support Testing in the Huge Object Model

    Authors: Tomer Adar, Eldar Fischer, Amit Levi

    Abstract: The Huge Object model is a distribution testing model in which we are given access to independent samples from an unknown distribution over the set of strings $\{0,1\}^n$, but are only allowed to query a few bits from the samples. We investigate the problem of testing whether a distribution is supported on $m$ elements in this model. It turns out that the behavior of this property is surprisingly… ▽ More

    Submitted 17 September, 2024; v1 submitted 30 August, 2023; originally announced August 2023.

  7. arXiv:2304.04597  [pdf, other

    eess.IV cs.LG physics.optics

    Accelerated deep self-supervised ptycho-laminography for three-dimensional nanoscale imaging of integrated circuits

    Authors: Iksung Kang, Yi Jiang, Mirko Holler, Manuel Guizar-Sicairos, A. F. J. Levi, Jeffrey Klug, Stefan Vogt, George Barbastathis

    Abstract: Three-dimensional inspection of nanostructures such as integrated circuits is important for security and reliability assurance. Two scanning operations are required: ptychographic to recover the complex transmissivity of the specimen; and rotation of the specimen to acquire multiple projections covering the 3D spatial frequency domain. Two types of rotational scanning are possible: tomographic and… ▽ More

    Submitted 10 April, 2023; originally announced April 2023.

    Comments: 13 pages, 5 figures, 1 table

  8. arXiv:2212.06546  [pdf, other

    cs.DS

    Streaming Euclidean MST to a Constant Factor

    Authors: Vincent Cohen-Addad, Xi Chen, Rajesh Jayaram, Amit Levi, Erik Waingarten

    Abstract: We study streaming algorithms for the fundamental geometric problem of computing the cost of the Euclidean Minimum Spanning Tree (MST) on an $n$-point set $X \subset \mathbb{R}^d$. In the streaming model, the points in $X$ can be added and removed arbitrarily, and the goal is to maintain an approximation in small space. In low dimensions, $(1+ε)$ approximations are possible in sublinear space [Fra… ▽ More

    Submitted 13 December, 2022; originally announced December 2022.

  9. arXiv:2211.11853  [pdf, other

    cs.LG

    Learnable Graph Convolutional Attention Networks

    Authors: Adrián Javaloy, Pablo Sanchez-Martin, Amit Levi, Isabel Valera

    Abstract: Existing Graph Neural Networks (GNNs) compute the message exchange between nodes by either aggregating uniformly (convolving) the features of all the neighboring nodes, or by applying a non-uniform score (attending) to the features. Recent works have shown the strengths and weaknesses of the resulting GNN architectures, respectively, GCNs and GATs. In this work, we aim at exploiting the strengths… ▽ More

    Submitted 28 February, 2023; v1 submitted 21 November, 2022; originally announced November 2022.

    Comments: Published as a conference paper at ICLR 2023. 35 pages, 5 figures

  10. Vildehaye: A Family of Versatile, Widely-Applicable, and Field-Proven Lightweight Wildlife Tracking and Sensing Tags

    Authors: Sivan Toledo, Shai Mendel, Anat Levi, Yoni Vortman, Wiebke Ullmann, Lena-Rosa Scherer, Jan Pufelski, Frank van Maarseveen, Bas Denissen, Allert Bijleveld, Yotam Orchan, Yoav Bartan, Sivan Margalit, Idan Talmon, Ran Nathan

    Abstract: We describe the design and implementation of Vildehaye, a family of versatile, widely-applicable, and field-proven tags for wildlife sensing and radio tracking. The family includes 6 distinct hardware designs for tags, 3 add-on boards, a programming adapter, and base stations; modular firmware for tags and base stations (both standalone low-power embedded base stations and base stations tethered t… ▽ More

    Submitted 4 May, 2022; originally announced June 2022.

    Comments: Accepted version of IPSN 2022 paper

    Journal ref: Proceedings of the 21st ACM/IEEE International Conference on Information Processing in Sensor Networks (IPSN), 2022

  11. arXiv:2202.13060  [pdf, other

    cs.LG stat.ML

    Graph Attention Retrospective

    Authors: Kimon Fountoulakis, Amit Levi, Shenghao Yang, Aseem Baranwal, Aukosh Jagannath

    Abstract: Graph-based learning is a rapidly growing sub-field of machine learning with applications in social networks, citation networks, and bioinformatics. One of the most popular models is graph attention networks. They were introduced to allow a node to aggregate information from features of neighbor nodes in a non-uniform way, in contrast to simple graph convolution which does not distinguish the neig… ▽ More

    Submitted 21 May, 2023; v1 submitted 25 February, 2022; originally announced February 2022.

    Comments: 45 pages, 5 figures

  12. arXiv:2201.04271  [pdf, ps, other

    cs.SI cs.CY cs.HC

    No Community Can Do Everything: Why People Participate in Similar Online Communities

    Authors: Nathan TeBlunthuis, Charles Kiene, Isabella Brown, Laura Alia Levi, Nicole McGinnis, Benjamin Mako Hill

    Abstract: Large-scale quantitative analyses have shown that individuals frequently talk to each other about similar things in different online spaces. Why do these overlapping communities exist? We provide an answer grounded in the analysis of 20 interviews with active participants in clusters of highly related subreddits. Within a broad topical area, there are a diversity of benefits an online community ca… ▽ More

    Submitted 10 February, 2022; v1 submitted 11 January, 2022; originally announced January 2022.

    Comments: Accepted to CSCW 2022

    ACM Class: K.4.0

  13. arXiv:2111.03528  [pdf, ps, other

    cs.DS

    New Streaming Algorithms for High Dimensional EMD and MST

    Authors: Xi Chen, Rajesh Jayaram, Amit Levi, Erik Waingarten

    Abstract: We study streaming algorithms for two fundamental geometric problems: computing the cost of a Minimum Spanning Tree (MST) of an $n$-point set $X \subset \{1,2,\dots,Δ\}^d$, and computing the Earth Mover Distance (EMD) between two multi-sets $A,B \subset \{1,2,\dots,Δ\}^d$ of size $n$. We consider the turnstile model, where points can be added and removed. We give a one-pass streaming algorithm for… ▽ More

    Submitted 5 November, 2021; originally announced November 2021.

  14. A Survey on Ransomware: Evolution, Taxonomy, and Defense Solutions

    Authors: Harun Oz, Ahmet Aris, Albert Levi, A. Selcuk Uluagac

    Abstract: In recent years, ransomware has been one of the most notorious malware targeting end users, governments, and business organizations. It has become a very profitable business for cybercriminals with revenues of millions of dollars, and a very serious threat to organizations with financial loss of billions of dollars. Numerous studies were proposed to address the ransomware threat, including surveys… ▽ More

    Submitted 24 February, 2022; v1 submitted 11 February, 2021; originally announced February 2021.

    Comments: Accepted to ACM Computing Surveys

  15. arXiv:2011.14291  [pdf, ps, other

    cs.DS cs.DM

    Erasure-Resilient Sublinear-Time Graph Algorithms

    Authors: Amit Levi, Ramesh Krishnan S. Pallavoor, Sofya Raskhodnikova, Nithin Varma

    Abstract: We investigate sublinear-time algorithms that take partially erased graphs represented by adjacency lists as input. Our algorithms make degree and neighbor queries to the input graph and work with a specified fraction of adversarial erasures in adjacency entries. We focus on two computational tasks: testing if a graph is connected or $\varepsilon$-far from connected and estimating the average degr… ▽ More

    Submitted 29 November, 2020; originally announced November 2020.

    Comments: To appear in the 12th Innovations in Theoretical Computer Science (ITCS) conference, 2021

  16. arXiv:2004.12496  [pdf, ps, other

    cs.DS cs.DM cs.LG math.PR math.ST

    Learning and Testing Junta Distributions with Subcube Conditioning

    Authors: Xi Chen, Rajesh Jayaram, Amit Levi, Erik Waingarten

    Abstract: We study the problems of learning and testing junta distributions on $\{-1,1\}^n$ with respect to the uniform distribution, where a distribution $p$ is a $k$-junta if its probability mass function $p(x)$ depends on a subset of at most $k$ variables. The main contribution is an algorithm for finding relevant coordinates in a $k$-junta distribution with subcube conditioning [BC18, CCKLW20]. We give… ▽ More

    Submitted 26 April, 2020; originally announced April 2020.

  17. arXiv:1911.07357  [pdf, ps, other

    cs.DS cs.IT cs.LG math.PR math.ST

    Random Restrictions of High-Dimensional Distributions and Uniformity Testing with Subcube Conditioning

    Authors: Clément L. Canonne, Xi Chen, Gautam Kamath, Amit Levi, Erik Waingarten

    Abstract: We give a nearly-optimal algorithm for testing uniformity of distributions supported on $\{-1,1\}^n$, which makes $\tilde O (\sqrt{n}/\varepsilon^2)$ queries to a subcube conditional sampling oracle (Bhattacharyya and Chakraborty (2018)). The key technical component is a natural notion of random restriction for distributions on $\{-1,1\}^n$, and a quantitative analysis of how such a restriction af… ▽ More

    Submitted 4 February, 2021; v1 submitted 17 November, 2019; originally announced November 2019.

    Comments: Added Remark 4.4, which discusses the time complexity (the algorithms are polynomial-time, based on an observation from [CJLW20]); removing log log log n factor for the Gaussian testing algorithm. These changes reflect those included in the conference version (SODA'21)

  18. arXiv:1909.03255  [pdf, ps, other

    cs.CC cs.DM

    Hard properties with (very) short PCPPs and their applications

    Authors: Omri Ben-Eliezer, Eldar Fischer, Amit Levi, Ron D. Rothblum

    Abstract: We show that there exist properties that are maximally hard for testing, while still admitting PCPPs with a proof size very close to linear. Specifically, for every fixed $\ell$, we construct a property $\mathcal{P}^{(\ell)}\subseteq\{0,1\}^n$ satisfying the following: Any testing algorithm for $\mathcal{P}^{(\ell)}$ requires $Ω(n)$ many queries, and yet $\mathcal{P}^{(\ell)}$ has a constant query… ▽ More

    Submitted 15 November, 2019; v1 submitted 7 September, 2019; originally announced September 2019.

  19. arXiv:1907.04381  [pdf, ps, other

    cs.DS

    Nearly optimal edge estimation with independent set queries

    Authors: Xi Chen, Amit Levi, Erik Waingarten

    Abstract: We study the problem of estimating the number of edges of an unknown, undirected graph $G=([n],E)$ with access to an independent set oracle. When queried about a subset $S\subseteq [n]$ of vertices the independent set oracle answers whether $S$ is an independent set in $G$ or not. Our first main result is an algorithm that computes a $(1+ε)$-approximation of the number of edges $m$ of the graph us… ▽ More

    Submitted 9 July, 2019; originally announced July 2019.

  20. arXiv:1811.02023  [pdf, ps, other

    math.CO cs.DM cs.DS

    Ordered Graph Limits and Their Applications

    Authors: Omri Ben-Eliezer, Eldar Fischer, Amit Levi, Yuichi Yoshida

    Abstract: The emerging theory of graph limits exhibits an analytic perspective on graphs, showing that many important concepts and tools in graph theory and its applications can be described more naturally (and sometimes proved more easily) in analytic language. We extend the theory of graph limits to the ordered setting, presenting a limit object for dense vertex-ordered graphs, which we call an orderon. A… ▽ More

    Submitted 31 July, 2023; v1 submitted 5 November, 2018; originally announced November 2018.

    Comments: Completed the proof of the ordered removal lemma application; introduced the notion of pixelization

  21. arXiv:1806.10626  [pdf, other

    cs.DS

    Sublinear-Time Quadratic Minimization via Spectral Decomposition of Matrices

    Authors: Amit Levi, Yuichi Yoshida

    Abstract: We design a sublinear-time approximation algorithm for quadratic function minimization problems with a better error bound than the previous algorithm by Hayashi and Yoshida (NIPS'16). Our approximation algorithm can be modified to handle the case where the minimization is done over a sphere. The analysis of our algorithms is obtained by combining results from graph limit theory, along with a novel… ▽ More

    Submitted 27 June, 2018; originally announced June 2018.

  22. arXiv:1805.01074  [pdf, other

    cs.CC cs.DS

    Lower Bounds for Tolerant Junta and Unateness Testing via Rejection Sampling of Graphs

    Authors: Amit Levi, Erik Waingarten

    Abstract: We introduce a new model for testing graph properties which we call the \emph{rejection sampling model}. We show that testing bipartiteness of $n$-nodes graphs using rejection sampling queries requires complexity $\widetildeΩ(n^2)$. Via reductions from the rejection sampling model, we give three new lower bounds for tolerant testing of Boolean functions of the form $f\colon\{0,1\}^n\to \{0,1\}$:… ▽ More

    Submitted 2 May, 2018; originally announced May 2018.

  23. arXiv:1607.03938  [pdf, ps, other

    cs.DS cs.CC cs.DM

    Tolerant Junta Testing and the Connection to Submodular Optimization and Function Isomorphism

    Authors: Eric Blais, Clément L. Canonne, Talya Eden, Amit Levi, Dana Ron

    Abstract: A function $f\colon \{-1,1\}^n \to \{-1,1\}$ is a $k$-junta if it depends on at most $k$ of its variables. We consider the problem of tolerant testing of $k$-juntas, where the testing algorithm must accept any function that is $ε$-close to some $k$-junta and reject any function that is $ε'$-far from every $k'$-junta for some $ε'= O(ε)$ and $k' = O(k)$. Our first result is an algorithm that solve… ▽ More

    Submitted 3 November, 2016; v1 submitted 13 July, 2016; originally announced July 2016.

    Comments: Polished the writing, corrected typos, and fixed an issue in the proof of Theorem 1.2

  24. arXiv:1506.06325  [pdf, ps, other

    cs.DM math.CO

    On the Converse of Talagrand's Influence Inequality

    Authors: Saleet Klein, Amit Levi, Muli Safra, Clara Shikhelman, Yinon Spinka

    Abstract: In 1994, Talagrand showed a generalization of the celebrated KKL theorem. In this work, we prove that the converse of this generalization also holds. Namely, for any sequence of numbers $0<a_1,a_2,\ldots,a_n\le 1$ such that $\sum_{j=1}^n a_j/(1-\log a_j)\ge C$ for some constant $C>0$, it is possible to find a roughly balanced Boolean function $f$ such that $\textrm{Inf}_j[f] < a_j$ for every… ▽ More

    Submitted 23 June, 2015; v1 submitted 21 June, 2015; originally announced June 2015.

  25. Approximately Counting Triangles in Sublinear Time

    Authors: Talya Eden, Amit Levi, Dana Ron, C. Seshadhri

    Abstract: We consider the problem of estimating the number of triangles in a graph. This problem has been extensively studied in both theory and practice, but all existing algorithms read the entire graph. In this work we design a {\em sublinear-time\/} algorithm for approximating the number of triangles in a graph, where the algorithm is given query access to the graph. The allowed queries are degree queri… ▽ More

    Submitted 22 September, 2015; v1 submitted 3 April, 2015; originally announced April 2015.

    Comments: To appear in the 56th Annual IEEE Symposium on Foundations of Computer Science (FOCS 2015)