Skip to main content

Showing 1–50 of 55 results for author: Oberman, A

.
  1. arXiv:2312.10725  [pdf, other

    cs.LG cs.AI cs.CV

    Addressing Sample Inefficiency in Multi-View Representation Learning

    Authors: Kumar Krishna Agrawal, Arna Ghosh, Adam Oberman, Blake Richards

    Abstract: Non-contrastive self-supervised learning (NC-SSL) methods like BarlowTwins and VICReg have shown great promise for label-free representation learning in computer vision. Despite the apparent simplicity of these techniques, researchers must rely on several empirical heuristics to achieve competitive performance, most notably using high-dimensional projector heads and two augmentations of the same i… ▽ More

    Submitted 17 December, 2023; originally announced December 2023.

  2. arXiv:2212.11803  [pdf, other

    cs.LG

    EuclidNets: An Alternative Operation for Efficient Inference of Deep Learning Models

    Authors: Xinlin Li, Mariana Parazeres, Adam Oberman, Alireza Ghaffari, Masoud Asgharian, Vahid Partovi Nia

    Abstract: With the advent of deep learning application on edge devices, researchers actively try to optimize their deployments on low-power and restricted memory devices. There are established compression method such as quantization, pruning, and architecture search that leverage commodity hardware. Apart from conventional compression algorithms, one may redesign the operations of deep learning models that… ▽ More

    Submitted 22 December, 2022; originally announced December 2022.

    ACM Class: I.2.6

  3. arXiv:2210.12254  [pdf, other

    cs.LG cs.CV

    Score-based Denoising Diffusion with Non-Isotropic Gaussian Noise Models

    Authors: Vikram Voleti, Christopher Pal, Adam Oberman

    Abstract: Generative models based on denoising diffusion techniques have led to an unprecedented increase in the quality and diversity of imagery that is now possible to create with neural generative models. However, most contemporary state-of-the-art methods are derived from a standard isotropic Gaussian formulation. In this work we examine the situation where non-isotropic Gaussian distributions are used.… ▽ More

    Submitted 22 November, 2022; v1 submitted 21 October, 2022; originally announced October 2022.

    Comments: NeurIPS 2022 Workshop ; 4 pages, 1 page of references, 18 pages of appendix, 2 figures

    Journal ref: NeurIPS 2022 Workshop on Score-Based Methods

  4. arXiv:2210.01210  [pdf, ps, other

    cs.CV cs.LG stat.ML

    A Reproducible and Realistic Evaluation of Partial Domain Adaptation Methods

    Authors: Tiago Salvador, Kilian Fatras, Ioannis Mitliagkas, Adam Oberman

    Abstract: Unsupervised Domain Adaptation (UDA) aims at classifying unlabeled target images leveraging source labeled ones. In this work, we consider the Partial Domain Adaptation (PDA) variant, where we have extra source classes not present in the target domain. Most successful algorithms use model selection strategies that rely on target labels to find the best hyper-parameters and/or models along training… ▽ More

    Submitted 3 October, 2022; originally announced October 2022.

    Comments: 17 pages, 13 tables

  5. arXiv:2203.00543  [pdf, other

    cs.LG cs.AI stat.ML

    On the Generalization of Representations in Reinforcement Learning

    Authors: Charline Le Lan, Stephen Tu, Adam Oberman, Rishabh Agarwal, Marc G. Bellemare

    Abstract: In reinforcement learning, state representations are used to tractably deal with large problem spaces. State representations serve both to approximate the value function with few parameters, but also to generalize to newly encountered states. Their features may be learned implicitly (as part of a neural network) or explicitly (for example, the successor representation of \citet{dayan1993improving}… ▽ More

    Submitted 1 March, 2022; originally announced March 2022.

    Comments: Accepted at AISTATS22

  6. arXiv:2106.08462  [pdf, other

    cs.CV cs.LG eess.IV

    Multi-Resolution Continuous Normalizing Flows

    Authors: Vikram Voleti, Chris Finlay, Adam Oberman, Christopher Pal

    Abstract: Recent work has shown that Neural Ordinary Differential Equations (ODEs) can serve as generative models of images using the perspective of Continuous Normalizing Flows (CNFs). Such models offer exact likelihood calculation, and invertible generation/density estimation. In this work we introduce a Multi-Resolution variant of such models (MRCNF), by characterizing the conditional distribution over t… ▽ More

    Submitted 5 October, 2021; v1 submitted 15 June, 2021; originally announced June 2021.

    Comments: 10 pages, 5 figures, 3 tables, 18 equations

  7. arXiv:2106.03762  [pdf, other

    stat.ML cs.LG

    Frustratingly Easy Uncertainty Estimation for Distribution Shift

    Authors: Tiago Salvador, Vikram Voleti, Alexander Iannantuono, Adam Oberman

    Abstract: Distribution shift is an important concern in deep image classification, produced either by corruption of the source images, or a complete change, with the solution involving domain adaptation. While the primary goal is to improve accuracy under distribution shift, an important secondary goal is uncertainty estimation: evaluating the probability that the prediction of a model is correct. While imp… ▽ More

    Submitted 17 October, 2021; v1 submitted 7 June, 2021; originally announced June 2021.

    Comments: 17 pages, 4 Tables, 9 Figures

  8. arXiv:2106.03761  [pdf, other

    cs.CV cs.LG stat.ML

    FairCal: Fairness Calibration for Face Verification

    Authors: Tiago Salvador, Stephanie Cairns, Vikram Voleti, Noah Marshall, Adam Oberman

    Abstract: Despite being widely used, face recognition models suffer from bias: the probability of a false positive (incorrect face match) strongly depends on sensitive attributes such as the ethnicity of the face. As a result, these models can disproportionately and negatively impact minority groups, particularly when used by law enforcement. The majority of bias reduction methods have several drawbacks: th… ▽ More

    Submitted 30 March, 2022; v1 submitted 7 June, 2021; originally announced June 2021.

    Comments: Accepted at ICLR 2022

  9. arXiv:2010.02508  [pdf, other

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

    Adversarial Boot Camp: label free certified robustness in one epoch

    Authors: Ryan Campbell, Chris Finlay, Adam M Oberman

    Abstract: Machine learning models are vulnerable to adversarial attacks. One approach to addressing this vulnerability is certification, which focuses on models that are guaranteed to be robust for a given perturbation size. A drawback of recent certified models is that they are stochastic: they require multiple computationally expensive model evaluations with random noise added to a given input. In our wor… ▽ More

    Submitted 5 October, 2020; originally announced October 2020.

    Comments: 13 pages, 5 figures, 5 tables. Under review as a conference paper at ICLR 2021. arXiv admin note: substantial text overlap with arXiv:2006.06061

  10. arXiv:2006.06061  [pdf, other

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

    Deterministic Gaussian Averaged Neural Networks

    Authors: Ryan Campbell, Chris Finlay, Adam M Oberman

    Abstract: We present a deterministic method to compute the Gaussian average of neural networks used in regression and classification. Our method is based on an equivalence between training with a particular regularized loss, and the expected values of Gaussian averages. We use this equivalence to certify models which perform well on clean data but are not robust to adversarial perturbations. In terms of cer… ▽ More

    Submitted 10 June, 2020; originally announced June 2020.

  11. arXiv:2006.06033  [pdf, other

    cs.LG stat.ML

    Learning normalizing flows from Entropy-Kantorovich potentials

    Authors: Chris Finlay, Augusto Gerolin, Adam M Oberman, Aram-Alexandre Pooladian

    Abstract: We approach the problem of learning continuous normalizing flows from a dual perspective motivated by entropy-regularized optimal transport, in which continuous normalizing flows are cast as gradients of scalar potential functions. This formulation allows us to train a dual objective comprised only of the scalar potential functions, and removes the burden of explicitly computing normalizing flows… ▽ More

    Submitted 10 June, 2020; originally announced June 2020.

  12. arXiv:2002.02798  [pdf, other

    stat.ML cs.LG

    How to train your neural ODE: the world of Jacobian and kinetic regularization

    Authors: Chris Finlay, Jörn-Henrik Jacobsen, Levon Nurbekyan, Adam M Oberman

    Abstract: Training neural ODEs on large datasets has not been tractable due to the necessity of allowing the adaptive numerical ODE solver to refine its step size to very small values. In practice this leads to dynamics equivalent to many hundreds or even thousands of layers. In this paper, we overcome this apparent difficulty by introducing a theoretically-grounded combination of both optimal transport and… ▽ More

    Submitted 23 June, 2020; v1 submitted 7 February, 2020; originally announced February 2020.

    Comments: Accepted to ICML 2020

  13. No-collision Transportation Maps

    Authors: Levon Nurbekyan, Alexander Iannantuono, Adam M. Oberman

    Abstract: Transportation maps between probability measures are critical objects in numerous areas of mathematics and applications such as PDE, fluid mechanics, geometry, machine learning, computer science, and economics. Given a pair of source and target measures, one searches for a map that has suitable properties and transports the source measure to the target one. Here, we study maps that possess the \te… ▽ More

    Submitted 5 April, 2020; v1 submitted 4 December, 2019; originally announced December 2019.

    Comments: 24 pages, 4 figures, 6 tables

    MSC Class: 49M27;

    Journal ref: J Sci Comput 82, 45 (2020)

  14. arXiv:1910.02840  [pdf, ps, other

    cs.LG cs.CV

    Farkas layers: don't shift the data, fix the geometry

    Authors: Aram-Alexandre Pooladian, Chris Finlay, Adam M Oberman

    Abstract: Successfully training deep neural networks often requires either batch normalization, appropriate weight initialization, both of which come with their own challenges. We propose an alternative, geometrically motivated method for training. Using elementary results from linear programming, we introduce Farkas layers: a method that ensures at least one neuron is active at a given layer. Focusing on r… ▽ More

    Submitted 4 October, 2019; originally announced October 2019.

  15. arXiv:1910.01612  [pdf, other

    cs.LG math.AP stat.ML

    Partial differential equation regularization for supervised machine learning

    Authors: Adam M Oberman

    Abstract: This article is an overview of supervised machine learning problems for regression and classification. Topics include: kernel methods, training by stochastic gradient descent, deep learning architecture, losses for classification, statistical learning theory, and dimension independent generalization bounds. Implicit regularization in deep learning examples are presented, including data augmentatio… ▽ More

    Submitted 3 October, 2019; originally announced October 2019.

    Comments: 16 pages, 5 figures

    MSC Class: Primary 65N99; Secondary 35A15; 49M99; 65C50

  16. arXiv:1908.07861  [pdf, other

    math.OC

    Nesterov's method with decreasing learning rate leads to accelerated stochastic gradient descent

    Authors: Maxime Laborde, Adam M. Oberman

    Abstract: We present a coupled system of ODEs which, when discretized with a constant time step/learning rate, recovers Nesterov's accelerated gradient descent algorithm. The same ODEs, when discretized with a decreasing learning rate, leads to novel stochastic gradient descent (SGD) algorithms, one in the convex and a second in the strongly convex case. In the strongly convex case, we obtain an algorithm s… ▽ More

    Submitted 1 September, 2020; v1 submitted 21 August, 2019; originally announced August 2019.

    Comments: 23 pages, 1 table, (minor revision), accepted to AISTATS 2020

  17. arXiv:1908.01667  [pdf, ps, other

    cs.LG cs.CV stat.ML

    A principled approach for generating adversarial images under non-smooth dissimilarity metrics

    Authors: Aram-Alexandre Pooladian, Chris Finlay, Tim Hoheisel, Adam Oberman

    Abstract: Deep neural networks perform well on real world data but are prone to adversarial perturbations: small changes in the input easily lead to misclassification. In this work, we propose an attack methodology not only for cases where the perturbations are measured by $\ell_p$ norms, but in fact any adversarial dissimilarity metric with a closed proximal form. This includes, but is not limited to,… ▽ More

    Submitted 8 October, 2019; v1 submitted 5 August, 2019; originally announced August 2019.

  18. arXiv:1908.00578  [pdf, other

    math.AP math.NA

    A Partial Differential Equation Obstacle Problem for the Level Set Approach to Visibility

    Authors: Adam Oberman, Tiago Salvador

    Abstract: In this article we consider the problem of finding the visibility set from a given point when the obstacles are represented as the level set of a given function. Although the visibility set can be computed efficiently by ray tracing, there are advantages to using a level set representation for the obstacles, and to characterizing the solution using a Partial Differential Equation (PDE). A nonlocal… ▽ More

    Submitted 1 August, 2019; originally announced August 2019.

    Comments: 18 pages, 8 figures, 1 table

    MSC Class: 35J15; 35J60; 65N06; 65N12

  19. arXiv:1905.11468  [pdf, other

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

    Scaleable input gradient regularization for adversarial robustness

    Authors: Chris Finlay, Adam M Oberman

    Abstract: In this work we revisit gradient regularization for adversarial robustness with some new ingredients. First, we derive new per-image theoretical robustness bounds based on local gradient information. These bounds strongly motivate input gradient regularization. Second, we implement a scaleable version of input gradient regularization which avoids double backpropagation: adversarially robust ImageN… ▽ More

    Submitted 4 October, 2019; v1 submitted 27 May, 2019; originally announced May 2019.

  20. arXiv:1903.10396  [pdf, other

    cs.LG cs.CR stat.ML

    The LogBarrier adversarial attack: making effective use of decision boundary information

    Authors: Chris Finlay, Aram-Alexandre Pooladian, Adam M. Oberman

    Abstract: Adversarial attacks for image classification are small perturbations to images that are designed to cause misclassification by a model. Adversarial attacks formally correspond to an optimization problem: find a minimum norm image perturbation, constrained to cause misclassification. A number of effective attacks have been developed. However, to date, no gradient-based attacks have used best practi… ▽ More

    Submitted 25 March, 2019; originally announced March 2019.

    Comments: 12 pages, 4 figures, 6 tables

  21. arXiv:1903.09215  [pdf, other

    stat.ML cs.LG

    Calibrated Top-1 Uncertainty estimates for classification by score based models

    Authors: Adam M. Oberman, Chris Finlay, Alexander Iannantuono, Tiago Salvador

    Abstract: While the accuracy of modern deep learning models has significantly improved in recent years, the ability of these models to generate uncertainty estimates has not progressed to the same degree. Uncertainty methods are designed to provide an estimate of class probabilities when predicting class assignment. While there are a number of proposed methods for estimating uncertainty, they all suffer f… ▽ More

    Submitted 16 June, 2020; v1 submitted 21 March, 2019; originally announced March 2019.

    Comments: 12 pages, 5 figures, 6 tables (major revision, new benchmark allows us to show model calibration is better)

  22. arXiv:1903.08688  [pdf, other

    math.OC

    Stochastic Gradient Descent with Polyak's Learning Rate

    Authors: Adam M. Oberman, Mariana Prazeres

    Abstract: Stochastic gradient descent (SGD) for strongly convex functions converges at the rate $\bO(1/k)$. However, achieving good results in practice requires tuning the parameters (for example the learning rate) of the algorithm. In this paper we propose a generalization of the Polyak step size, used for subgradient methods, to Stochastic gradient descent. We prove a non-asymptotic convergence at the rat… ▽ More

    Submitted 11 July, 2019; v1 submitted 20 March, 2019; originally announced March 2019.

  23. arXiv:1810.00953   

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

    Improved robustness to adversarial examples using Lipschitz regularization of the loss

    Authors: Chris Finlay, Adam Oberman, Bilal Abbasi

    Abstract: We augment adversarial training (AT) with worst case adversarial training (WCAT) which improves adversarial robustness by 11% over the current state-of-the-art result in the $\ell_2$ norm on CIFAR-10. We obtain verifiable average case and worst case robustness guarantees, based on the expected and maximum values of the norm of the gradient of the loss. We interpret adversarial training as Total Va… ▽ More

    Submitted 13 September, 2019; v1 submitted 1 October, 2018; originally announced October 2018.

    Comments: Merged with arXiv:1808.09540

  24. arXiv:1808.09540  [pdf, other

    cs.LG math.NA stat.ML

    Lipschitz regularized Deep Neural Networks generalize and are adversarially robust

    Authors: Chris Finlay, Jeff Calder, Bilal Abbasi, Adam Oberman

    Abstract: In this work we study input gradient regularization of deep neural networks, and demonstrate that such regularization leads to generalization proofs and improved adversarial robustness. The proof of generalization does not overcome the curse of dimensionality, but it is independent of the number of layers in the networks. The adversarial robustness regularization combines adversarial training, whi… ▽ More

    Submitted 11 September, 2019; v1 submitted 28 August, 2018; originally announced August 2018.

    Comments: 18 pages, 4 figures (merged with arXiv:1810.00953)

  25. arXiv:1807.05150  [pdf, other

    math.NA

    Improved accuracy of monotone finite difference schemes on point clouds and regular grids

    Authors: Chris Finlay, Adam Oberman

    Abstract: Finite difference schemes are the method of choice for solving nonlinear, degenerate elliptic PDEs, because the Barles-Sougandis convergence framework [Barles and Sougandidis, Asymptotic Analysis, 4(3):271-283, 1991] provides sufficient conditions for convergence to the unique viscosity solution [Crandall, Ishii and Lions, Bull. Amer. Math Soc., 27(1):1-67, 1992]. For anisotropic operators, such a… ▽ More

    Submitted 13 July, 2018; originally announced July 2018.

    MSC Class: 65N06; 65N12; 65N22; 35J15; 35J25

  26. Approximate homogenization of fully nonlinear elliptic PDEs: estimates and numerical results for Pucci type equations

    Authors: Chris Finlay, Adam M. Oberman

    Abstract: We are interested in the shape of the homogenized operator $\overline F(Q)$ for PDEs which have the structure of a nonlinear Pucci operator. A typical operator is $H^{a_1,a_2}(Q,x) = a_1(x) λ_{\min}(Q) + a_2(x)λ_{\max}(Q)$. Linearization of the operator leads to a non-divergence form homogenization problem, which can be solved by averaging against the invariant measure. We estimate the error obtai… ▽ More

    Submitted 14 May, 2018; v1 submitted 27 October, 2017; originally announced October 2017.

    Comments: Journal of Scientific Computing (2018)

    MSC Class: 35B27

  27. arXiv:1710.10309  [pdf, ps, other

    math.AP

    Approximate homogenization of convex nonlinear elliptic PDEs

    Authors: Chris Finlay, Adam M. Oberman

    Abstract: We approximate the homogenization of fully nonlinear, convex, uniformly elliptic Partial Differential Equations in the periodic setting, using a variational formula for the optimal invariant measure, which may be derived via Legendre-Fenchel duality. The variational formula expresses $\bar H$ as an average of the operator against the optimal invariant measure, generalizing the linear case. Several… ▽ More

    Submitted 27 October, 2017; originally announced October 2017.

    MSC Class: 35B27

  28. arXiv:1710.07746  [pdf, other

    math.OC cs.LG stat.ML

    Stochastic Backward Euler: An Implicit Gradient Descent Algorithm for $k$-means Clustering

    Authors: Penghang Yin, Minh Pham, Adam Oberman, Stanley Osher

    Abstract: In this paper, we propose an implicit gradient descent algorithm for the classic $k$-means problem. The implicit gradient step or backward Euler is solved via stochastic fixed-point iteration, in which we randomly sample a mini-batch gradient in every iteration. It is the average of the fixed-point trajectory that is carried over to the next gradient step. We draw connections between the proposed… ▽ More

    Submitted 21 May, 2018; v1 submitted 20 October, 2017; originally announced October 2017.

  29. arXiv:1707.00424  [pdf, other

    cs.LG cs.DC stat.ML

    Parle: parallelizing stochastic gradient descent

    Authors: Pratik Chaudhari, Carlo Baldassi, Riccardo Zecchina, Stefano Soatto, Ameet Talwalkar, Adam Oberman

    Abstract: We propose a new algorithm called Parle for parallel training of deep networks that converges 2-4x faster than a data-parallel implementation of SGD, while achieving significantly improved error rates that are nearly state-of-the-art on several benchmarks including CIFAR-10 and CIFAR-100, without introducing any additional hyper-parameters. We exploit the phenomenon of flat minima that has been sh… ▽ More

    Submitted 10 September, 2017; v1 submitted 3 July, 2017; originally announced July 2017.

  30. arXiv:1704.04932  [pdf, other

    cs.LG math.AP math.OC

    Deep Relaxation: partial differential equations for optimizing deep neural networks

    Authors: Pratik Chaudhari, Adam Oberman, Stanley Osher, Stefano Soatto, Guillaume Carlier

    Abstract: In this paper we establish a connection between non-convex optimization methods for training deep neural networks and nonlinear partial differential equations (PDEs). Relaxation techniques arising in statistical physics which have already been used successfully in this context are reinterpreted as solutions of a viscous Hamilton-Jacobi PDE. Using a stochastic control interpretation allows we prove… ▽ More

    Submitted 1 June, 2017; v1 submitted 17 April, 2017; originally announced April 2017.

  31. arXiv:1703.01350  [pdf, other

    cs.CG math.CO

    Approximate Convex Hulls: sketching the convex hull using curvature

    Authors: Robert Graham, Adam M. Oberman

    Abstract: Convex hulls are fundamental objects in computational geometry. In moderate dimensions or for large numbers of vertices, computing the convex hull can be impractical due to the computational complexity of convex hull algorithms. In this article we approximate the convex hull in using a scalable algorithm which finds high curvature vertices with high probability. The algorithm is particularly effec… ▽ More

    Submitted 14 June, 2017; v1 submitted 27 February, 2017; originally announced March 2017.

    Comments: 16 pages, 8 figures

    MSC Class: Primary: 52-04; Secondary: 52A41; 52A20; 65Y20; 53C45

  32. arXiv:1612.06813  [pdf, other

    math.AP math.NA

    A partial differential equation for the strictly quasiconvex envelope

    Authors: Bilal Abbasi, Adam M. Oberman

    Abstract: In a series of papers Barron, Goebel, and Jensen studied Partial Differential Equations (PDE)s for quasiconvex (QC) functions \cite{barron2012functions, barron2012quasiconvex,barron2013quasiconvex,barron2013uniqueness}. To overcome the lack of uniqueness for the QC PDE, they introduced a regularization: a PDE for $\e$-robust QC functions, which is well-posed. Building on this work, we introduce a… ▽ More

    Submitted 20 December, 2016; originally announced December 2016.

    Comments: 20 pages, 6 figures, 1 table

    Journal ref: IMA Journal of Numerical Analysis Volume 39 Issue 1, 25 January 2019 Pages 141-166

  33. arXiv:1612.05584  [pdf, ps, other

    math.NA math.AP

    Computing the quasiconvex envelope using a nonlocal line solver

    Authors: Bilal Abbasi, Adam M. Oberman

    Abstract: Recently in a series of articles, Barron, Goebel, and Jensen \cite{barron2012functions} \cite{barron2012quasiconvex} \cite{barron2013quasiconvex} \cite{barron2013uniqueness} have studied second order degenerate elliptic PDE and first order nonlocal PDEs for the quasiconvex envelope. Quasiconvex functions are functions whose level sets are convex. The PDE is difficult to solve. In this article we p… ▽ More

    Submitted 16 December, 2016; originally announced December 2016.

    Comments: 15 pages, 7 figures

  34. arXiv:1611.00164  [pdf, other

    math.NA

    Finite difference methods for fractional Laplacians

    Authors: Yanghong Huang, Adam Oberman

    Abstract: The fractional Laplacian $(-Δ)^{α/2}$ is the prototypical non-local elliptic operator. While analytical theory has been advanced and understood for some time, there remain many open problems in the numerical analysis of the operator. In this article, we study several different finite difference discretisations of the fractional Laplacian on uniform grids in one dimension that takes the same form.… ▽ More

    Submitted 1 November, 2016; originally announced November 2016.

  35. arXiv:1610.08831  [pdf, other

    math.NA

    Numerical methods for motion of level sets by affine curvature

    Authors: Adam M. Oberman, Tiago Salvador

    Abstract: We study numerical methods for the nonlinear partial differential equation that governs the motion of level sets by affine curvature. We show that standard finite difference schemes are nonlinearly unstable. We build convergent finite difference schemes, using the theory of viscosity solutions. We demonstrate that our approximate solutions capture the affine invariance and morphological properties… ▽ More

    Submitted 28 October, 2016; v1 submitted 27 October, 2016; originally announced October 2016.

    Comments: 36 pages, 6 figures, 3 tables

  36. arXiv:1608.04348  [pdf, ps, other

    cs.LG cs.CV cs.DB

    Anomaly detection and classification for streaming data using PDEs

    Authors: Bilal Abbasi, Jeff Calder, Adam M. Oberman

    Abstract: Nondominated sorting, also called Pareto Depth Analysis (PDA), is widely used in multi-objective optimization and has recently found important applications in multi-criteria anomaly detection. Recently, a partial differential equation (PDE) continuum limit was discovered for nondominated sorting leading to a very fast approximate sorting algorithm called PDE-based ranking. We propose in this paper… ▽ More

    Submitted 15 March, 2017; v1 submitted 15 August, 2016; originally announced August 2016.

    MSC Class: 35D40; 49L25; 65N06; 06A07; 35F21; 68Q87 ACM Class: I.5; G.3; H.2.8

    Journal ref: SIAM Journal on Applied Math, 78(2), 921--941, 2018

  37. A partial differential equation for the rank one convex envelope

    Authors: Adam M. Oberman, Yuanlong Ruan

    Abstract: In this article we introduce a Partial Differential Equation (PDE) for the rank one convex envelope. Rank one convex envelopes arise in non-convex vector valued variational problems \cite{BallElasticity, kohn1986optimal1, BallJames87, chipot1988equilibrium}. More generally, we study a PDE for directional convex envelopes, which includes the usual convex envelope \cite{ObermanConvexEnvelope} and th… ▽ More

    Submitted 12 January, 2017; v1 submitted 10 May, 2016; originally announced May 2016.

    Comments: 26 pages, 5 figures, 4 tables

  38. arXiv:1509.03668  [pdf, other

    math.NA

    An efficient linear programming method for Optimal Transportation

    Authors: Adam M. Oberman, Yuanlong Ruan

    Abstract: An efficient method for computing solutions to the Optimal Transportation (OT) problem with a wide class of cost functions is presented. The standard linear programming (LP) discretization of the continuous problem becomes intractible for moderate grid sizes. A grid refinement method results in a linear cost algorithm. Weak convergence of solutions is stablished. Barycentric projection of transfer… ▽ More

    Submitted 11 September, 2015; originally announced September 2015.

    Comments: 25 pages, 11 figures, 2 tables

  39. arXiv:1502.04969  [pdf, other

    math.NA

    Numerical Methods for the 2-Hessian Elliptic Partial Differential Equation

    Authors: Brittany D. Froese, Adam M. Oberman, Tiago Salvador

    Abstract: The elliptic 2-Hessian equation is a fully nonlinear partial differential equation (PDE) that is related to intrinsic curvature for three dimensional manifolds. We introduce two numerical methods for this PDE: the first is provably convergent to the viscosity solution, and the second is more accurate, and convergent in practice but lacks a proof. The PDE is elliptic on a restricted set of function… ▽ More

    Submitted 10 February, 2016; v1 submitted 17 February, 2015; originally announced February 2015.

    Comments: 26 pages, 6 figures, 8 tables

  40. arXiv:1412.3057  [pdf, other

    math.NA math.AP

    Adaptive finite difference methods for nonlinear elliptic and parabolic partial differential equations with free boundaries

    Authors: Adam M. Oberman, Ian Zwiers

    Abstract: Monotone finite difference methods provide stable convergent discretizations of a class of degenerate elliptic and parabolic Partial Differential Equations (PDEs). These methods are best suited to regular rectangular grids, which leads to low accuracy near curved boundaries or singularities of solutions. In this article we combine monotone finite difference methods with an adaptive grid refinement… ▽ More

    Submitted 18 November, 2015; v1 submitted 9 December, 2014; originally announced December 2014.

    Comments: 19 pages, 12 figures, 2 tables

  41. A multigrid scheme for 3D Monge-Ampère equations

    Authors: Jun Liu, Brittany D. Froese, Adam M. Oberman, Mingqing Xiao

    Abstract: The elliptic Monge-Ampère equation is a fully nonlinear partial differential equation which has been the focus of increasing attention from the scientific computing community. Fast three dimensional solvers are needed, for example in medical image registration but are not yet available. We build fast solvers for smooth solutions in three dimensions using a nonlinear full-approximation storage mult… ▽ More

    Submitted 29 December, 2016; v1 submitted 25 November, 2014; originally announced November 2014.

    Comments: 18 pages, 1 figure, 7 tables, 41 references. Accepted by International Journal of Computer Mathematics (published online: 21 Nov 2016)

    MSC Class: 65N06; 65N22; 65N55; 65N12

  42. arXiv:1411.3602  [pdf, other

    math.NA math.AP

    Numerical methods for matching for teams and Wasserstein barycenters

    Authors: Guillaume Carlier, Adam Oberman, Edouard Oudet

    Abstract: Equilibrium multi-population matching (matching for teams) is a problem from mathematical economics which is related to multi-marginal optimal transport. A special but important case is the Wasserstein barycenter problem, which has applications in image processing and statistics. Two algorithms are presented: a linear programming algorithm and an efficient nonsmooth optimization algorithm, which a… ▽ More

    Submitted 13 November, 2014; originally announced November 2014.

    Comments: 29 pages, 13 figures

  43. Filtered schemes for Hamilton-Jacobi equations: a simple construction of convergent accurate difference schemes

    Authors: Adam M. Oberman, Tiago Salvador

    Abstract: We build a simple and general class of finite difference schemes for first order Hamilton-Jacobi (HJ) Partial Differential Equations. These filtered schemes are convergent to the unique viscosity solution of the equation. The schemes are accurate: we implement second, third and fourth order accurate schemes in one dimension and second order accurate schemes in two dimensions, indicating how to bui… ▽ More

    Submitted 12 November, 2014; originally announced November 2014.

    Comments: 31 pages, 9 figures, 9 tables

    MSC Class: 35J15; 35J25; 35J60; 35J96 65N06; 65N12; 65N22

  44. arXiv:1311.7691  [pdf, ps, other

    math.NA

    Numerical Methods for the Fractional Laplacian: a Finite Difference-quadrature Approach

    Authors: Yanghong Huang, Adam Oberman

    Abstract: The fractional Laplacian $(-Δ)^{α/2}$ is a non-local operator which depends on the parameter $α$ and recovers the usual Laplacian as $α\to 2$. A numerical method for the fractional Laplacian is proposed, based on the singular integral representation for the operator. The method combines finite difference with numerical quadrature, to obtain a discrete convolution operator with positive weights. Th… ▽ More

    Submitted 13 November, 2014; v1 submitted 29 November, 2013; originally announced November 2013.

    Comments: 29 pages, 9 figures

  45. arXiv:1212.0834  [pdf, other

    math.AP

    Nonlinear elliptic Partial Differential Equations and p-harmonic functions on graphs

    Authors: Juan J. Manfredi, Adam M. Oberman, Alex P. Svirodov

    Abstract: In this article we study the well-posedness (uniqueness and existence of solutions) of nonlinear elliptic Partial Differential Equations (PDEs) on a finite graph. These results are obtained using the discrete comparison principle and connectivity properties of the graph. This work is in the spirit of the theory of viscosity solutions for PDEs. The equations include the graph Laplacian, the $p$-L… ▽ More

    Submitted 28 February, 2013; v1 submitted 4 December, 2012; originally announced December 2012.

    Comments: 19 pages, 2 figures

    MSC Class: 35J20; 35J60; 35J70

  46. arXiv:1208.4873  [pdf, other

    math.NA math.AP

    A viscosity solution approach to the Monge-Ampere formulation of the Optimal Transportation Problem

    Authors: Jean-David Benamou, Brittany D. Froese, Adam M. Oberman

    Abstract: In this work we present a numerical method for the Optimal Mass Transportation problem. Optimal Mass Transportation (OT) is an active research field in mathematics.It has recently led to significant theoretical results as well as applications in diverse areas. Numerical solution techniques for the OT problem remain underdeveloped. The solution is obtained by solving the second boundary value probl… ▽ More

    Submitted 2 August, 2013; v1 submitted 23 August, 2012; originally announced August 2012.

    Comments: 22 pages, 7 figures

    MSC Class: 35J96; 65l12; 49M25

  47. arXiv:1208.4870  [pdf, other

    math.NA math.AP

    Numerical solution of the Optimal Transportation problem using the Monge-Ampere equation

    Authors: Jean-David Benamou, Brittany D. Froese, Adam M. Oberman

    Abstract: A numerical method for the solution of the elliptic Monge-Ampere Partial Differential Equation, with boundary conditions corresponding to the Optimal Transportation (OT) problem is presented. A local representation of the OT boundary conditions is combined with a finite difference scheme for the Monge-Ampere equation. Newton's method is implemented leading to a fast solver, comparable to solving t… ▽ More

    Submitted 23 August, 2012; originally announced August 2012.

    Comments: 27 pages, 7 figures

  48. arXiv:1204.5798  [pdf, other

    math.NA

    Convergent filtered schemes for the Monge-Ampère partial differential equation

    Authors: Brittany D. Froese, Adam M. Oberman

    Abstract: The theory of viscosity solutions has been effective for representing and approximating weak solutions to fully nonlinear Partial Differential Equations (PDEs) such as the elliptic Monge-Ampère equation. The approximation theory of Barles-Souganidis [Barles and Souganidis, Asymptotic Anal., 4 (1999) 271-283] requires that numerical schemes be monotone (or elliptic in the sense of [Oberman, SIAM J.… ▽ More

    Submitted 3 December, 2012; v1 submitted 25 April, 2012; originally announced April 2012.

    Comments: 24 pages, to appear in SINUM

    MSC Class: 35J15; 35J25; 35J60; 35J96 65N06; 65N12; 65N22

  49. arXiv:1107.5290  [pdf, other

    math.NA

    A numerical method for variational problems with convexity constraints

    Authors: Adam M. Oberman

    Abstract: We consider the problem of approximating the solution of variational problems subject to the constraint that the admissible functions must be convex. This problem is at the interface between convex analysis, convex optimization, variational problems, and partial differential equation techniques. The approach is to approximate the (non-polyhedral) cone of convex functions by a polyhedral cone whi… ▽ More

    Submitted 23 August, 2012; v1 submitted 26 July, 2011; originally announced July 2011.

    Comments: 21 pages, 6 figures, 6 tables

    MSC Class: 65K15; 90C25; 26B25; 65N06; 52A41; 91B68

  50. arXiv:1107.5278  [pdf, other

    math.NA

    Finite difference methods for the Infinity Laplace and p-Laplace equations

    Authors: Adam M. Oberman

    Abstract: We build convergent discretizations and semi-implicit solvers for the Infinity Laplacian and the game theoretical $p$-Laplacian. The discretizations simplify and generalize earlier ones. We prove convergence of the solution of the Wide Stencil finite difference schemes to the unique viscosity solution of the underlying equation. We build a semi-implicit solver, which solves the Laplace equation as… ▽ More

    Submitted 5 December, 2012; v1 submitted 26 July, 2011; originally announced July 2011.

    Comments: 22 pages, 10 figures