Zum Hauptinhalt springen

Showing 1–18 of 18 results for author: Domingos, P

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

    cs.LG cs.NE stat.ML

    Every Model Learned by Gradient Descent Is Approximately a Kernel Machine

    Authors: Pedro Domingos

    Abstract: Deep learning's successes are often attributed to its ability to automatically discover new representations of the data, rather than relying on handcrafted features like other learning methods. We show, however, that deep networks learned by the standard gradient descent algorithm are in fact mathematically approximately equivalent to kernel machines, a learning method that simply memorizes the da… ▽ More

    Submitted 30 November, 2020; originally announced December 2020.

    Comments: 12 pages, 2 figures

    ACM Class: I.2.6; I.5.1

  2. arXiv:2009.13146  [pdf, other

    cs.RO cs.CV cs.LG

    Amodal 3D Reconstruction for Robotic Manipulation via Stability and Connectivity

    Authors: William Agnew, Christopher Xie, Aaron Walsman, Octavian Murad, Caelen Wang, Pedro Domingos, Siddhartha Srinivasa

    Abstract: Learning-based 3D object reconstruction enables single- or few-shot estimation of 3D object models. For robotics, this holds the potential to allow model-based methods to rapidly adapt to novel objects and scenes. Existing 3D reconstruction techniques optimize for visual reconstruction fidelity, typically measured by chamfer distance or voxel IOU. We find that when applied to realistic, cluttered… ▽ More

    Submitted 28 September, 2020; originally announced September 2020.

  3. arXiv:2003.01384  [pdf, other

    cs.LG cs.AI stat.ML

    Relevance-Guided Modeling of Object Dynamics for Reinforcement Learning

    Authors: William Agnew, Pedro Domingos

    Abstract: Current deep reinforcement learning (RL) approaches incorporate minimal prior knowledge about the environment, limiting computational and sample efficiency. \textit{Objects} provide a succinct and causal description of the world, and many recent works have proposed unsupervised object representation learning using priors and losses over static object properties like visual consistency. However, ob… ▽ More

    Submitted 3 June, 2021; v1 submitted 3 March, 2020; originally announced March 2020.

  4. arXiv:1711.03902  [pdf, other

    cs.AI

    Neural-Symbolic Learning and Reasoning: A Survey and Interpretation

    Authors: Tarek R. Besold, Artur d'Avila Garcez, Sebastian Bader, Howard Bowman, Pedro Domingos, Pascal Hitzler, Kai-Uwe Kuehnberger, Luis C. Lamb, Daniel Lowd, Priscila Machado Vieira Lima, Leo de Penning, Gadi Pinkas, Hoifung Poon, Gerson Zaverucha

    Abstract: The study and understanding of human behaviour is relevant to computer science, artificial intelligence, neural computation, cognitive science, philosophy, psychology, and several other areas. Presupposing cognition as basis of behaviour, among the most prominent tools in the modelling of behaviour are computational-logic systems, connectionist models of cognition, and models of uncertainty. Recen… ▽ More

    Submitted 10 November, 2017; originally announced November 2017.

    Comments: 58 pages, work in progress

  5. arXiv:1710.11573  [pdf, other

    cs.LG cs.CV cs.NE

    Deep Learning as a Mixed Convex-Combinatorial Optimization Problem

    Authors: Abram L. Friesen, Pedro Domingos

    Abstract: As neural networks grow deeper and wider, learning networks with hard-threshold activations is becoming increasingly important, both for network quantization, which can drastically reduce time and energy requirements, and for creating large integrated systems of deep networks, which may have non-differentiable components and must avoid vanishing and exploding gradients for effective learning. Howe… ▽ More

    Submitted 16 April, 2018; v1 submitted 31 October, 2017; originally announced October 2017.

    Comments: 14 pages (9 body, 5 pages of references and appendices)

    Journal ref: In Proceedings of the International Conference on Learning Representations (ICLR) 2018

  6. arXiv:1611.03553  [pdf, other

    cs.LG cs.AI

    The Sum-Product Theorem: A Foundation for Learning Tractable Models

    Authors: Abram L. Friesen, Pedro Domingos

    Abstract: Inference in expressive probabilistic models is generally intractable, which makes them difficult to learn and limits their applicability. Sum-product networks are a class of deep models where, surprisingly, inference remains tractable even when an arbitrary number of hidden layers are present. In this paper, we generalize this result to a much broader set of learning problems: all those where inf… ▽ More

    Submitted 10 November, 2016; originally announced November 2016.

    Comments: 15 pages (10 body, 5 pages of appendices)

    Journal ref: Proceedings of the 33rd International Conference on Machine Learning, pp. 1909-1918, 2016

  7. arXiv:1611.02755  [pdf, other

    cs.AI cs.LG stat.ML

    Recursive Decomposition for Nonconvex Optimization

    Authors: Abram L. Friesen, Pedro Domingos

    Abstract: Continuous optimization is an important problem in many areas of AI, including vision, robotics, probabilistic inference, and machine learning. Unfortunately, most real-world optimization problems are nonconvex, causing standard convex techniques to find only local optima, even with extensions like random restarts and simulated annealing. We observe that, in many cases, the local modes of the obje… ▽ More

    Submitted 8 November, 2016; originally announced November 2016.

    Comments: 11 pages, 7 figures, pdflatex

    Journal ref: Proceedings of the 24th International Joint Conference on Artificial Intelligence (2015), pp. 253-259

  8. arXiv:1601.06180  [pdf, ps, other

    cs.AI cs.LG

    On the Latent Variable Interpretation in Sum-Product Networks

    Authors: Robert Peharz, Robert Gens, Franz Pernkopf, Pedro Domingos

    Abstract: One of the central themes in Sum-Product networks (SPNs) is the interpretation of sum nodes as marginalized latent variables (LVs). This interpretation yields an increased syntactic or semantic structure, allows the application of the EM algorithm and to efficiently perform MPE inference. In literature, the LV interpretation was justified by explicitly introducing the indicator variables correspon… ▽ More

    Submitted 28 October, 2016; v1 submitted 22 January, 2016; originally announced January 2016.

    Comments: Revised version, accepted for publication in IEEE Transactions on Machine Intelligence and Pattern Analysis (TPAMI). Shortened and revised Section 4: Thanks to our reviewers, pointing out that Theorem 2 holds for selective SPNs. Added paragraph in Section 2.1, relating sizes of original/augmented SPNs. Fixed typos, rephrased sentences, revised references

    MSC Class: 62

  9. arXiv:1507.01698  [pdf, other

    cs.SE cs.LG

    Learning Tractable Probabilistic Models for Fault Localization

    Authors: Aniruddh Nath, Pedro Domingos

    Abstract: In recent years, several probabilistic techniques have been applied to various debugging problems. However, most existing probabilistic debugging systems use relatively simple statistical models, and fail to generalize across multiple programs. In this work, we propose Tractable Fault Localization Models (TFLMs) that can be learned from data, and probabilistically infer the location of the bug. Wh… ▽ More

    Submitted 7 July, 2015; originally announced July 2015.

    Comments: Fifth International Workshop on Statistical Relational AI (StaR-AI 2015)

  10. arXiv:1405.0501  [pdf, other

    cs.LG cs.AI

    Exchangeable Variable Models

    Authors: Mathias Niepert, Pedro Domingos

    Abstract: A sequence of random variables is exchangeable if its joint distribution is invariant under variable permutations. We introduce exchangeable variable models (EVMs) as a novel class of probabilistic models whose basic building blocks are partially exchangeable sequences, a generalization of exchangeable sequences. We prove that a family of tractable EVMs is optimal under zero-one loss for a large c… ▽ More

    Submitted 2 May, 2014; originally announced May 2014.

    Comments: ICML 2014

  11. arXiv:1309.6832  [pdf

    cs.AI

    Structured Message Passing

    Authors: Vibhav Gogate, Pedro Domingos

    Abstract: In this paper, we present structured message passing (SMP), a unifying framework for approximate inference algorithms that take advantage of structured representations such as algebraic decision diagrams and sparse hash tables. These representations can yield significant time and space savings over the conventional tabular representation when the message has several identical values (context-speci… ▽ 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-252-261

  12. arXiv:1206.5292  [pdf

    cs.AI

    Markov Logic in Infinite Domains

    Authors: Parag Singla, Pedro Domingos

    Abstract: Combining first-order logic and probability has long been a goal of AI. Markov logic (Richardson & Domingos, 2006) accomplishes this by attaching weights to first-order formulas and viewing them as templates for features of Markov networks. Unfortunately, it does not have the full power of first-order logic, because it is only defined for finite domains. This paper extends Markov logic to infinite… ▽ 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-368-375

  13. arXiv:1206.3271  [pdf

    cs.AI

    Learning Arithmetic Circuits

    Authors: Daniel Lowd, Pedro Domingos

    Abstract: Graphical models are usually learned without regard to the cost of doing inference with them. As a result, even if a good model is learned, it may perform poorly at prediction, because it requires approximate inference. We propose an alternative: learning models with a score function that directly penalizes the cost of inference. Specifically, we learn arithmetic circuits with a penalty on the num… ▽ 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-383-392

  14. arXiv:1203.3482  [pdf

    cs.AI

    Formula-Based Probabilistic Inference

    Authors: Vibhav Gogate, Pedro Domingos

    Abstract: Computing the probability of a formula given the probabilities or weights associated with other formulas is a natural extension of logical inference to the probabilistic setting. Surprisingly, this problem has received little attention in the literature to date, particularly considering that it includes many standard inference problems as special cases. In this paper, we propose two algorithms for… ▽ More

    Submitted 15 March, 2012; originally announced March 2012.

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

    Report number: UAI-P-2010-PG-210-219

  15. arXiv:1202.3732  [pdf

    cs.LG cs.AI stat.ML

    Sum-Product Networks: A New Deep Architecture

    Authors: Hoifung Poon, Pedro Domingos

    Abstract: The key limiting factor in graphical model inference and learning is the complexity of the partition function. We thus ask the question: what are general conditions under which the partition function is tractable? The answer leads to a new kind of deep architecture, which we call sum-product networks (SPNs). SPNs are directed acyclic graphs with variables as leaves, sums and products as internal n… ▽ More

    Submitted 14 February, 2012; originally announced February 2012.

    Report number: UAI-P-2011-PG-337-346

  16. arXiv:1202.3724  [pdf

    cs.AI

    Probabilistic Theorem Proving

    Authors: Vibhav Gogate, Pedro Domingos

    Abstract: Many representation schemes combining first-order logic and probability have been proposed in recent years. Progress in unifying logical and probabilistic inference has been slower. Existing methods are mainly variants of lifted variable elimination and belief propagation, neither of which take logical structure into account. We propose the first method that has the full power of both graphical mo… ▽ More

    Submitted 14 February, 2012; originally announced February 2012.

    Report number: UAI-P-2011-PG-256-265

  17. arXiv:1202.3723  [pdf

    cs.AI

    Approximation by Quantization

    Authors: Vibhav Gogate, Pedro Domingos

    Abstract: Inference in graphical models consists of repeatedly multiplying and summing out potentials. It is generally intractable because the derived potentials obtained in this way can be exponentially large. Approximate inference techniques such as belief propagation and variational methods combat this by simplifying the derived potentials, typically by dropping variables from them. We propose an alterna… ▽ More

    Submitted 14 February, 2012; originally announced February 2012.

    Report number: UAI-P-2011-PG-247-255

  18. Relational Dynamic Bayesian Networks

    Authors: P. Domingos, S. Sanghai, D. Weld

    Abstract: Stochastic processes that involve the creation of objects and relations over time are widespread, but relatively poorly studied. For example, accurate fault diagnosis in factory assembly processes requires inferring the probabilities of erroneous assembly operations, but doing this efficiently and accurately is difficult. Modeled as dynamic Bayesian networks, these processes have discrete variable… ▽ More

    Submitted 9 September, 2011; originally announced September 2011.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 24, pages 759-797, 2005