Skip to main content

Showing 1–28 of 28 results for author: Weiss, Y

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

    cs.CV

    Formal Verification of Object Detection

    Authors: Avraham Raviv, Yizhak Y. Elboher, Michelle Aluf-Medina, Yael Leibovich Weiss, Omer Cohen, Roy Assa, Guy Katz, Hillel Kugler

    Abstract: Deep Neural Networks (DNNs) are ubiquitous in real-world applications, yet they remain vulnerable to errors and adversarial attacks. This work tackles the challenge of applying formal verification to ensure the safety of computer vision models, extending verification beyond image classification to object detection. We propose a general formulation for certifying the robustness of object detection… ▽ More

    Submitted 1 July, 2024; originally announced July 2024.

  2. arXiv:2404.07153  [pdf, other

    cs.CV

    Lost in Translation: Modern Neural Networks Still Struggle With Small Realistic Image Transformations

    Authors: Ofir Shifman, Yair Weiss

    Abstract: Deep neural networks that achieve remarkable performance in image classification have previously been shown to be easily fooled by tiny transformations such as a one pixel translation of the input image. In order to address this problem, two approaches have been proposed in recent years. The first approach suggests using huge datasets together with data augmentation in the hope that a highly varie… ▽ More

    Submitted 10 April, 2024; originally announced April 2024.

    Comments: 14 pages, 6 appendices, 17 figures

  3. arXiv:2404.06313  [pdf, other

    cs.LG

    On adversarial training and the 1 Nearest Neighbor classifier

    Authors: Amir Hagai, Yair Weiss

    Abstract: The ability to fool deep learning classifiers with tiny perturbations of the input has lead to the development of adversarial training in which the loss with respect to adversarial examples is minimized in addition to the training examples. While adversarial training improves the robustness of the learned classifiers, the procedure is computationally expensive, sensitive to hyperparameters and may… ▽ More

    Submitted 11 April, 2024; v1 submitted 9 April, 2024; originally announced April 2024.

  4. Just Undo It: Exploring Undo Mechanics in Multi-User Virtual Reality

    Authors: Julian Rasch, Florian Perzl, Yannick Weiss, Florian Müller

    Abstract: With the proliferation of VR and a metaverse on the horizon, many multi-user activities are migrating to the VR world, calling for effective collaboration support. As one key feature, traditional collaborative systems provide users with undo mechanics to reverse errors and other unwanted changes. While undo has been extensively researched in this domain and is now considered industry standard, it… ▽ More

    Submitted 18 March, 2024; originally announced March 2024.

    Comments: To appear in Proceedings of the CHI Conference on Human Factors in Computing Systems (CHI '24), May 11-16, 2024, Honolulu, HI, USA

  5. arXiv:2402.14098  [pdf, other

    cs.LG cs.CV

    Intriguing Properties of Modern GANs

    Authors: Roy Friedman, Yair Weiss

    Abstract: Modern GANs achieve remarkable performance in terms of generating realistic and diverse samples. This has led many to believe that ``GANs capture the training data manifold''. In this work we show that this interpretation is wrong. We empirically show that the manifold learned by modern GANs does not fit the training distribution: specifically the manifold does not pass through the training exampl… ▽ More

    Submitted 21 February, 2024; originally announced February 2024.

  6. arXiv:2308.15938  [pdf, other

    cs.SE

    Provengo: A Tool Suite for Scenario Driven Model-Based Testing

    Authors: Michael Bar-Sinai, Achiya Elyasaf, Gera Weiss, Yeshayahu Weiss

    Abstract: We present Provengo, a comprehensive suite of tools designed to facilitate the implementation of Scenario-Driven Model-Based Testing (SDMBT), an innovative approach that utilizes scenarios to construct a model encompassing the user's perspective and the system's business value while also defining the desired outcomes. With the assistance of Provengo, testers gain the ability to effortlessly create… ▽ More

    Submitted 30 August, 2023; originally announced August 2023.

    Comments: 4 pages, 3 figures, 2 listing

  7. arXiv:2206.02454  [pdf, other

    cs.CV

    What do CNNs Learn in the First Layer and Why? A Linear Systems Perspective

    Authors: Rhea Chowers, Yair Weiss

    Abstract: It has previously been reported that the representation that is learned in the first layer of deep Convolutional Neural Networks (CNNs) is highly consistent across initializations and architectures. In this work, we quantify this consistency by considering the first layer as a filter bank and measuring its energy distribution. We find that the energy distribution is very different from that of the… ▽ More

    Submitted 14 February, 2023; v1 submitted 6 June, 2022; originally announced June 2022.

  8. arXiv:2203.11862  [pdf, other

    cs.CV

    Generating natural images with direct Patch Distributions Matching

    Authors: Ariel Elnekave, Yair Weiss

    Abstract: Many traditional computer vision algorithms generate realistic images by requiring that each patch in the generated image be similar to a patch in a training image and vice versa. Recently, this classical approach has been replaced by adversarial training with a patch discriminator. The adversarial approach avoids the computational burden of finding nearest neighbors of patches but often requires… ▽ More

    Submitted 4 September, 2022; v1 submitted 22 March, 2022; originally announced March 2022.

    Comments: Corrected typos In text and figures (Thanks to Ronen Schaffer)

  9. Generalized Coverage Criteria for Combinatorial Sequence Testing

    Authors: Achiya Elyasaf, Eitan Farchi, Oded Margalit, Gera Weiss, Yeshayahu Weiss

    Abstract: We present a new model-based approach for testing systems that use sequences of actions and assertions as test vectors. Our solution includes a method for quantifying testing quality, a tool for generating high-quality test suites based on the coverage criteria we propose, and a framework for assessing risks. For testing quality, we propose a method that specifies generalized coverage criteria ove… ▽ More

    Submitted 31 October, 2023; v1 submitted 3 January, 2022; originally announced January 2022.

    Comments: 12 pages, 5 tables, 5 figures, and 2 listing

    Journal ref: in IEEE Transactions on Software Engineering, vol. 49, no. 8, pp. 4023-4034, 24 May 2023

  10. arXiv:2112.01538  [pdf, other

    cs.SE

    Testing Reactive Systems Using Behavioural Programming, a Model Centric Approach

    Authors: Yeshayahu Weiss

    Abstract: Testing is a significant aspect of software development. As systems become complex and their use becomes critical to the security and the function of society, the need for testing methodologies that ensure reliability and detect faults as early as possible becomes critical. The most promising approach is the model-based approach where a model is developed that defines how the system is expected to… ▽ More

    Submitted 7 December, 2021; v1 submitted 2 December, 2021; originally announced December 2021.

    Comments: 31 pages, 7 figures

  11. arXiv:2104.09895  [pdf, other

    cs.CV

    Posterior Sampling for Image Restoration using Explicit Patch Priors

    Authors: Roy Friedman, Yair Weiss

    Abstract: Almost all existing methods for image restoration are based on optimizing the mean squared error (MSE), even though it is known that the best estimate in terms of MSE may yield a highly atypical image due to the fact that there are many plausible restorations for a given noisy image. In this paper, we show how to combine explicit priors on patches of natural images in order to sample from the post… ▽ More

    Submitted 20 April, 2021; originally announced April 2021.

  12. arXiv:2010.10148  [pdf, other

    cs.HC

    Don't Drone Yourself in Work: Discussing DronOS as a Framework for Human-Drone Interaction

    Authors: Matthias Hoppe, Yannick Weiß, Marinus Burger, Thomas Kosch

    Abstract: More and more off-the-shelf drones provide frameworks that enable the programming of flight paths. These frameworks provide vendor-dependent programming and communication interfaces that are intended for flight path definitions. However, they are often limited to outdoor and GPS-based use only. A key disadvantage of such a solution is that they are complicated to use and require readjustments when… ▽ More

    Submitted 20 October, 2020; originally announced October 2020.

  13. arXiv:2007.12568  [pdf, other

    cs.CV

    The Surprising Effectiveness of Linear Unsupervised Image-to-Image Translation

    Authors: Eitan Richardson, Yair Weiss

    Abstract: Unsupervised image-to-image translation is an inherently ill-posed problem. Recent methods based on deep encoder-decoder architectures have shown impressive results, but we show that they only succeed due to a strong locality bias, and they fail to learn very simple nonlocal transformations (e.g. map** upside down faces to upright faces). When the locality bias is removed, the methods are too po… ▽ More

    Submitted 24 July, 2020; originally announced July 2020.

    Comments: Preprint - under review

  14. arXiv:2002.08859  [pdf, other

    cs.LG cs.CR cs.CV stat.ML

    A Bayes-Optimal View on Adversarial Examples

    Authors: Eitan Richardson, Yair Weiss

    Abstract: Since the discovery of adversarial examples - the ability to fool modern CNN classifiers with tiny perturbations of the input, there has been much discussion whether they are a "bug" that is specific to current neural architectures and training methods or an inevitable "feature" of high dimensional geometry. In this paper, we argue for examining adversarial examples from the perspective of Bayes-O… ▽ More

    Submitted 17 March, 2021; v1 submitted 20 February, 2020; originally announced February 2020.

    Comments: Minor revision per journal review, 28 pages

  15. arXiv:1805.12462  [pdf, other

    cs.CV cs.LG

    On GANs and GMMs

    Authors: Eitan Richardson, Yair Weiss

    Abstract: A longstanding problem in machine learning is to find unsupervised methods that can learn the statistical structure of high dimensional signals. In recent years, GANs have gained much attention as a possible solution to the problem, and in particular have shown the ability to generate remarkably realistic high resolution sampled images. At the same time, many authors have pointed out that GANs may… ▽ More

    Submitted 3 November, 2018; v1 submitted 31 May, 2018; originally announced May 2018.

    Comments: Accepted to NIPS 2018

  16. arXiv:1805.12177  [pdf, other

    cs.CV

    Why do deep convolutional networks generalize so poorly to small image transformations?

    Authors: Aharon Azulay, Yair Weiss

    Abstract: Convolutional Neural Networks (CNNs) are commonly assumed to be invariant to small image transformations: either because of the convolutional architecture or because they were trained using data augmentation. Recently, several authors have shown that this is not the case: small translations or rescalings of the input image can drastically change the network's prediction. In this paper, we quantify… ▽ More

    Submitted 31 December, 2019; v1 submitted 30 May, 2018; originally announced May 2018.

    Journal ref: JMLR 20(184) 1-25 2019

  17. arXiv:1702.05958  [pdf, other

    cs.CV

    Reflection Separation Using Guided Annotation

    Authors: Ofer Springer, Yair Weiss

    Abstract: Photographs taken through a glass surface often contain an approximately linear superposition of reflected and transmitted layers. Decomposing an image into these layers is generally an ill-posed task and the use of an additional image prior and user provided cues is presently necessary in order to obtain good results. Current annotation approaches rely on a strong sparsity assumption. For images… ▽ More

    Submitted 10 May, 2017; v1 submitted 20 February, 2017; originally announced February 2017.

    Comments: To be presented at ICIP 2017, 6 pages, 7 figures

  18. arXiv:1608.05275  [pdf, other

    cs.LG stat.ML

    A Tight Convex Upper Bound on the Likelihood of a Finite Mixture

    Authors: Elad Mezuman, Yair Weiss

    Abstract: The likelihood function of a finite mixture model is a non-convex function with multiple local maxima and commonly used iterative algorithms such as EM will converge to different solutions depending on initial conditions. In this paper we ask: is it possible to assess how far we are from the global maximum of the likelihood? Since the likelihood of a finite mixture model can grow unboundedly by ce… ▽ More

    Submitted 18 August, 2016; originally announced August 2016.

    Comments: icpr 2016

  19. arXiv:1604.02902  [pdf, other

    cs.CV

    Statistics of RGBD Images

    Authors: Dan Rosenbaum, Yair Weiss

    Abstract: Cameras that can measure the depth of each pixel in addition to its color have become easily available and are used in many consumer products worldwide. Often the depth channel is captured at lower quality compared to the RGB channels and different algorithms have been proposed to improve the quality of the D channel given the RGB channels. Typically these approaches work by assuming that edges in… ▽ More

    Submitted 11 April, 2016; originally announced April 2016.

  20. arXiv:1604.02815  [pdf, other

    cs.CV

    Beyond Brightness Constancy: Learning Noise Models for Optical Flow

    Authors: Dan Rosenbaum, Yair Weiss

    Abstract: Optical flow is typically estimated by minimizing a "data cost" and an optional regularizer. While there has been much work on different regularizers many modern algorithms still use a data cost that is not very different from the ones used over 30 years ago: a robust version of brightness constancy or gradient constancy. In this paper we leverage the recent availability of ground-truth optical fl… ▽ More

    Submitted 11 April, 2016; originally announced April 2016.

  21. arXiv:1309.6848  [pdf

    cs.AI

    Tighter Linear Program Relaxations for High Order Graphical Models

    Authors: Elad Mezuman, Daniel Tarlow, Amir Globerson, Yair Weiss

    Abstract: Graphical models with High Order Potentials (HOPs) have received considerable interest in recent years. While there are a variety of approaches to inference in these models, nearly all of them amount to solving a linear program (LP) relaxation with unary consistency constraints between the HOP and the individual variables. In many cases, the resulting relaxations are loose, and in these cases the… ▽ More

    Submitted 26 September, 2013; originally announced September 2013.

    Comments: Appears in Proceedings of the Twenty-Ninth Conference on Uncertainty in Artificial Intelligence (UAI2013)

    Report number: UAI-P-2013-PG-421-430

  22. arXiv:1301.6725  [pdf

    cs.AI cs.LG

    Loopy Belief Propagation for Approximate Inference: An Empirical Study

    Authors: Kevin Murphy, Yair Weiss, Michael I. Jordan

    Abstract: Recently, researchers have demonstrated that loopy belief propagation - the use of Pearls polytree algorithm IN a Bayesian network WITH loops OF error- correcting codes.The most dramatic instance OF this IS the near Shannon - limit performance OF Turbo Codes codes whose decoding algorithm IS equivalent TO loopy belief propagation IN a chain - structured Bayesian network. IN this paper we ask : IS… ▽ More

    Submitted 23 January, 2013; originally announced January 2013.

    Comments: Appears in Proceedings of the Fifteenth Conference on Uncertainty in Artificial Intelligence (UAI1999)

    Report number: UAI-P-1999-PG-467-476

  23. arXiv:1301.2296  [pdf

    cs.AI

    The Factored Frontier Algorithm for Approximate Inference in DBNs

    Authors: Kevin Murphy, Yair Weiss

    Abstract: The Factored Frontier (FF) algorithm is a simple approximate inferencealgorithm for Dynamic Bayesian Networks (DBNs). It is very similar tothe fully factorized version of the Boyen-Koller (BK) algorithm, butinstead of doing an exact update at every step followed bymarginalisation (projection), it always works with factoreddistributions. Hence it can be applied to models for which the exactupdate… ▽ More

    Submitted 10 January, 2013; originally announced January 2013.

    Comments: Appears in Proceedings of the Seventeenth Conference on Uncertainty in Artificial Intelligence (UAI2001)

    Report number: UAI-P-2001-PG-378-385

  24. arXiv:1206.5286  [pdf

    cs.AI cs.LG stat.ML

    MAP Estimation, Linear Programming and Belief Propagation with Convex Free Energies

    Authors: Yair Weiss, Chen Yanover, Talya Meltzer

    Abstract: Finding the most probable assignment (MAP) in a general graphical model is known to be NP hard but good approximations have been attained with max-product belief propagation (BP) and its variants. In particular, it is known that using BP on a single-cycle graph or tree reweighted BP on an arbitrary graph will give the MAP solution if the beliefs have no ties. In this paper we extend the setting un… ▽ More

    Submitted 20 June, 2012; originally announced June 2012.

    Comments: Appears in Proceedings of the Twenty-Third Conference on Uncertainty in Artificial Intelligence (UAI2007)

    Report number: UAI-P-2007-PG-416-425

  25. arXiv:1206.3288  [pdf

    cs.DS cs.AI cs.CE

    Tightening LP Relaxations for MAP using Message Passing

    Authors: David Sontag, Talya Meltzer, Amir Globerson, Tommi S. Jaakkola, Yair Weiss

    Abstract: Linear Programming (LP) relaxations have become powerful tools for finding the most probable (MAP) configuration in graphical models. These relaxations can be solved efficiently using message-passing algorithms such as belief propagation and, when the relaxation is tight, provably find the MAP configuration. The standard LP relaxation is not tight enough in many real-world problems, however, and t… ▽ More

    Submitted 13 June, 2012; originally announced June 2012.

    Comments: Appears in Proceedings of the Twenty-Fourth Conference on Uncertainty in Artificial Intelligence (UAI2008)

    Report number: UAI-P-2008-PG-503-510

  26. arXiv:1206.3254  [pdf

    cs.IR cs.CL cs.LG stat.ML

    Latent Topic Models for Hypertext

    Authors: Amit Gruber, Michal Rosen-Zvi, Yair Weiss

    Abstract: Latent topic models have been successfully applied as an unsupervised topic discovery technique in large document collections. With the proliferation of hypertext document collection such as the Internet, there has also been great interest in extending these approaches to hypertext [6, 9]. These approaches typically model links in an analogous fashion to how they model words - the document-link co… ▽ More

    Submitted 13 June, 2012; originally announced June 2012.

    Comments: Appears in Proceedings of the Twenty-Fourth Conference on Uncertainty in Artificial Intelligence (UAI2008)

    Report number: UAI-P-2008-PG-230-239

  27. arXiv:1205.2625  [pdf

    cs.AI cs.LG

    Convergent message passing algorithms - a unifying view

    Authors: Talya Meltzer, Amir Globerson, Yair Weiss

    Abstract: Message-passing algorithms have emerged as powerful techniques for approximate inference in graphical models. When these algorithms converge, they can be shown to find local (or sometimes even global) optima of variational formulations to the inference problem. But many of the most popular algorithms are not guaranteed to converge. This has lead to recent interest in convergent message-passing alg… ▽ More

    Submitted 9 May, 2012; originally announced May 2012.

    Comments: Appears in Proceedings of the Twenty-Fifth Conference on Uncertainty in Artificial Intelligence (UAI2009)

    Report number: UAI-P-2009-PG-393-401

  28. arXiv:0901.4275  [pdf, ps, other

    cs.IT

    Informative Sensing

    Authors: Hyun Sung Chang, Yair Weiss, William T. Freeman

    Abstract: Compressed sensing is a recent set of mathematical results showing that sparse signals can be exactly reconstructed from a small number of linear measurements. Interestingly, for ideal sparse signals with no measurement noise, random measurements allow perfect reconstruction while measurements based on principal component analysis (PCA) or independent component analysis (ICA) do not. At the same… ▽ More

    Submitted 27 January, 2009; originally announced January 2009.

    Comments: 26 pages; submitted to IEEE Transactions on Information Theory