Skip to main content

Showing 1–50 of 158 results for author: Weiss, G

.
  1. arXiv:2406.07222  [pdf, other

    cs.CL cs.AI cs.LG

    Improving Autoformalization using Type Checking

    Authors: Auguste Poiroux, Gail Weiss, Viktor Kunčak, Antoine Bosselut

    Abstract: Large language models show promise for autoformalization, the task of automatically translating natural language into formal languages. However, current autoformalization methods remain limited. The last reported state-of-the-art performance on the ProofNet formalization benchmark for the Lean proof assistant, achieved using Codex for Lean 3, only showed successful formalization of 16.1% of inform… ▽ More

    Submitted 11 June, 2024; originally announced June 2024.

  2. arXiv:2405.15856  [pdf, ps, other

    math.AP

    A singular perturbation approach to the Dirichlet-area minimisation problem

    Authors: Anthony Salib, Georg S. Weiss

    Abstract: We study both one and two-phase minimisers of the Dirichlet-area energy $$E(v) = \int_{B_1} \vert\nabla v\vert^2 + Per(\{v>0\},B_1).$$ In the two-phase case, we show that the energies $$E_{\varepsilon}(v) = \int_{B_1}\vert\nabla v\vert^2 + \frac{1}{\varepsilon}W\left(\frac{v}{\varepsilon^{1/2}}\right),$$ $Γ$-converge to $E$ as $\varepsilon \to 0$, where $W$ is the double well potential extended by… ▽ More

    Submitted 26 June, 2024; v1 submitted 24 May, 2024; originally announced May 2024.

    MSC Class: 35R35

  3. arXiv:2404.01858  [pdf, ps, other

    cs.SE

    Kee** Behavioral Programs Alive: Specifying and Executing Liveness Requirements

    Authors: Tom Yaacov, Achiya Elyasaf, Gera Weiss

    Abstract: One of the benefits of using executable specifications such as Behavioral Programming (BP) is the ability to align the system implementation with its requirements. This is facilitated in BP by a protocol that allows independent implementation modules that specify what the system may, must, and must not do. By that, each module can enforce a single system requirement, including negative specificati… ▽ More

    Submitted 2 April, 2024; originally announced April 2024.

    Comments: Accepted to the 32nd IEEE International Requirements Engineering 2024 conference (RE'24)

  4. arXiv:2403.19489  [pdf, other

    cs.NE

    Evolving Assembly Code in an Adversarial Environment

    Authors: Irina Maliukov, Gera Weiss, Oded Margalit, Achiya Elyasaf

    Abstract: In this work, we evolve Assembly code for the CodeGuru competition. The goal is to create a survivor -- an Assembly program that runs the longest in shared memory, by resisting attacks from adversary survivors and finding their weaknesses. For evolving top-notch solvers, we specify a Backus Normal Form (BNF) for the Assembly language and synthesize the code from scratch using Genetic Programming (… ▽ More

    Submitted 10 June, 2024; v1 submitted 28 March, 2024; originally announced March 2024.

    Comments: 20 pages, 6 figures, 6 listings, 5 tables

  5. arXiv:2403.18879  [pdf, other

    math.AP

    Classification of global solutions to the obstacle problem in the plane

    Authors: Anthony Salib, Georg Weiss

    Abstract: Global solutions to the obstacle problem were first completely classified in two dimensions by Sakai using complex analysis techniques. Although the complex analysis approach produced a very succinct proof in two dimensions, it left the higher dimensional cases, and even closely related problems in two dimensions, unresolved. A complete classification in dimensions $n\geq 3$ was recently given by… ▽ More

    Submitted 27 March, 2024; originally announced March 2024.

    MSC Class: 35B08; 35R35

  6. arXiv:2311.00208  [pdf, other

    cs.LG cs.CL cs.FL cs.LO

    What Formal Languages Can Transformers Express? A Survey

    Authors: Lena Strobl, William Merrill, Gail Weiss, David Chiang, Dana Angluin

    Abstract: As transformers have gained prominence in natural language processing, some researchers have investigated theoretically what problems they can and cannot solve, by treating problems as formal languages. Exploring such questions can help clarify the power of transformers relative to other models of computation, their fundamental capabilities and limits, and the impact of architectural choices. Work… ▽ More

    Submitted 6 May, 2024; v1 submitted 31 October, 2023; originally announced November 2023.

  7. arXiv:2310.03084  [pdf, other

    cs.CL cs.AI cs.LG

    Discovering Knowledge-Critical Subnetworks in Pretrained Language Models

    Authors: Deniz Bayazit, Negar Foroutan, Zeming Chen, Gail Weiss, Antoine Bosselut

    Abstract: Pretrained language models (LMs) encode implicit representations of knowledge in their parameters. However, localizing these representations and disentangling them from each other remains an open problem. In this work, we investigate whether pretrained language models contain various knowledge-critical subnetworks: particular sparse computational subgraphs responsible for encoding specific knowled… ▽ More

    Submitted 4 October, 2023; originally announced October 2023.

  8. 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

  9. arXiv:2306.10131  [pdf, ps, other

    math.AP

    Rectifiability, finite Hausdorff measure, and compactness for non-minimizing Bernoulli free boundaries

    Authors: Dennis Kriventsov, Georg S. Weiss

    Abstract: While there are numerous results on minimizers or stable solutions of the Bernoulli problem proving regularity of the free boundary and analyzing singularities, much less in known about critical points of the corresponding energy. Saddle points of the energy (or of closely related energies) and solutions of the corresponding time-dependent problem occur naturally in applied problems such as water… ▽ More

    Submitted 16 June, 2023; originally announced June 2023.

    MSC Class: 35R35

  10. arXiv:2305.06349  [pdf, other

    cs.CL cs.AI cs.LG

    RECKONING: Reasoning through Dynamic Knowledge Encoding

    Authors: Zeming Chen, Gail Weiss, Eric Mitchell, Asli Celikyilmaz, Antoine Bosselut

    Abstract: Recent studies on transformer-based language models show that they can answer questions by reasoning over knowledge provided as part of the context (i.e., in-context reasoning). However, since the available knowledge is often not filtered for a particular question, in-context reasoning can be sensitive to distractor facts, additional content that is irrelevant to a question but that may be relevan… ▽ More

    Submitted 5 November, 2023; v1 submitted 10 May, 2023; originally announced May 2023.

    Comments: 22 pages, 8 figures, 10 tables, Accepted to NeurIPS 2023

  11. arXiv:2304.12997  [pdf, ps, other

    math.FA

    Automatic selfadjoint-ideal semigroups for finite matrices

    Authors: Sasmita Patnaik, Sanehlata, Gary Weiss

    Abstract: The notion of automatic selfadjointness of all ideals in a multiplicative semigroup of the bounded linear operators on a separable Hilbert space B(H) arose in a 2015 discussion with Heydar Radjavi who pointed out that B(H) and the finite rank operators F(H) possessed this unitary invariant property which category we named SI semigroups (for automatic selfadjoint ideal semigroups). Equivalent to th… ▽ More

    Submitted 25 April, 2023; originally announced April 2023.

    Comments: 21 pages

    MSC Class: Operator Theory

  12. arXiv:2304.12978  [pdf, ps, other

    math.FA

    Singly generated Selfadjoint-Ideal operator semigroups: spectral density of the generator and simplicity

    Authors: Sasmita Patnaik, Sanehlata, Gary Weiss

    Abstract: This extends our new study of the automatic selfadjoint ideal property for B(H)-operator semigroups introduced to us by Heydar Radjavi (SI semigroups for short). Our investigation here of singly generated SI semigroups led to unexpected algebraic and analytic phenomena on the simplicity of SI semigroups and on the spectral density of their generators. In particular: the SI property yields for a hy… ▽ More

    Submitted 25 April, 2023; originally announced April 2023.

    Comments: 31 pages

    MSC Class: Operator Theory

  13. Optimization of Cartesian Tasks with Configuration Selection

    Authors: Martin G. Weiß

    Abstract: A basic task in the design of an industrial robot application is the relative placement of robot and workpiece. Process points are defined in Cartesian coordinates relative to the workpiece coordinate system, and the workpiece has to be located such that the robot can reach all points. Finding such a location is still an iterative procedure based on the developers' intuition. One difficulty is the… ▽ More

    Submitted 18 February, 2023; originally announced February 2023.

    Comments: 8 pages, 2nd IMA Conference on Mathematics of Robotics, 2021

    MSC Class: 90C26

  14. Non-Convergence and Limit Cycles in the Adam optimizer

    Authors: Sebastian Bock, Martin Georg Weiß

    Abstract: One of the most popular training algorithms for deep neural networks is the Adaptive Moment Estimation (Adam) introduced by Kingma and Ba. Despite its success in many applications there is no satisfactory convergence analysis: only local convergence can be shown for batch mode under some restrictions on the hyperparameters, counterexamples exist for incremental mode. Recent results show that for s… ▽ More

    Submitted 5 October, 2022; originally announced October 2022.

  15. arXiv:2210.01949  [pdf, other

    math.CA

    On Complex Analytic tools, and the Holomorphic Rotation methods

    Authors: Ronald R. Coifman, Jacques Peyrière, Guido Weiss

    Abstract: We describe recent nonlinear analytic approximation tools in the classical setting of Hardy spaces in the upper half plane and show how to transfer them to the higher dimensional real setting of harmonic functions in upper half spaces. It is known [6] that all harmonic functions in higher dimensions are combinations of holomorphic functions on 2 dimensional planes, extended as, constant in normal… ▽ More

    Submitted 4 October, 2022; originally announced October 2022.

    Comments: arXiv admin note: substantial text overlap with arXiv:2101.05311

  16. arXiv:2208.10319  [pdf, other

    q-fin.RM

    Comparing and quantifying tail dependence

    Authors: Karl Friedrich Siburg, Christopher Strothmann, Gregor Weiß

    Abstract: We introduce a new stochastic order for the tail dependence between random variables. We then study different measures of tail dependence which are monotone in the proposed order, thereby extending various known tail dependence coefficients from the literature. We apply our concepts in an empirical study where we investigate the tail dependence for different pairs of S&P 500 stocks and indices, an… ▽ More

    Submitted 22 August, 2022; originally announced August 2022.

    Comments: 9 pages, 7 figures, 2 tables

  17. arXiv:2208.03108  [pdf, ps, other

    math.AP

    Complete classification of global solutions to the obstacle problem

    Authors: Simon Eberle, Alessio Figalli, Georg S. Weiss

    Abstract: The characterization of global solutions to the obstacle problems in $\mathbb{R}^N$, or equivalently of null quadrature domains, has been studied over more than 90 years. In this paper we give a conclusive answer to this problem by proving the following long-standing conjecture: The coincidence set of a global solution to the obstacle problem is either a half-space, an ellipsoid, a paraboloid, or… ▽ More

    Submitted 19 August, 2022; v1 submitted 5 August, 2022; originally announced August 2022.

    MSC Class: 35R35; 35B65

  18. arXiv:2207.08771  [pdf, other

    math.OC

    PI control of stable nonlinear plants using projected dynamical systems

    Authors: Pietro Lorenzetti, George Weiss

    Abstract: This paper presents a novel anti-windup proportional-integral controller for stable multi-input multi-output nonlinear plants. We use tools from projected dynamical systems theory to force the integrator state to remain in a desired (compact and convex) region, such that the plant input steady-state values satisfy the operational constraints of the problem. Under suitable monotonicity assumptions… ▽ More

    Submitted 18 July, 2022; originally announced July 2022.

  19. arXiv:2207.07916  [pdf, ps, other

    stat.ML cs.AI cs.LG

    Efficient One Sided Kolmogorov Approximation

    Authors: Liat Cohen, Tal Grinshpoun, Gera Weiss

    Abstract: We present an efficient algorithm that, given a discrete random variable $X$ and a number $m$, computes a random variable whose support is of size at most $m$ and whose Kolmogorov distance from $X$ is minimal, also for the one-sided Kolmogorov approximation. We present some variants of the algorithm, analyse their correctness and computational complexity, and present a detailed empirical evaluatio… ▽ More

    Submitted 14 July, 2022; originally announced July 2022.

    Comments: arXiv admin note: substantial text overlap with arXiv:1805.07535

  20. arXiv:2207.06246  [pdf, ps, other

    math.OC cs.LG

    Normalized gradient flow optimization in the training of ReLU artificial neural networks

    Authors: Simon Eberle, Arnulf Jentzen, Adrian Riekert, Georg Weiss

    Abstract: The training of artificial neural networks (ANNs) is nowadays a highly relevant algorithmic procedure with many applications in science and industry. Roughly speaking, ANNs can be regarded as iterated compositions between affine linear functions and certain fixed nonlinear functions, which are usually multidimensional versions of a one-dimensional so-called activation function. The most popular ch… ▽ More

    Submitted 13 July, 2022; originally announced July 2022.

    Comments: 26 pages, 1 figure

  21. What Petri Net Obliges Us to Say: Comparing Approaches for Behavior Composition

    Authors: Achiya Elyasaf, Tom Yaacov, Gera Weiss

    Abstract: We identify and demonstrate a weakness of Petri Nets (PN) in specifying composite behavior of reactive systems. Specifically, we show how, when specifying multiple requirements in one PN model, modelers are obliged to specify mechanisms for combining these requirements. This yields, in many cases, over-specification and incorrect models. We demonstrate how some execution paths are missed, and some… ▽ More

    Submitted 19 April, 2023; v1 submitted 30 April, 2022; originally announced May 2022.

    Comments: 14 pages, 10 figures, Published in IEEE Transactions on Software Engineering (IEEE TSE)

    Journal ref: in IEEE Transactions on Software Engineering, vol. 49, no. 4, pp. 2303-2317, 1 April 2023

  22. arXiv:2204.03337  [pdf, ps, other

    math.AP

    The structure of the regular part of the free boundary close to singularities in the obstacle problem

    Authors: Simon Eberle, Henrik Shahgholian, Georg Sebastian Weiss

    Abstract: We prove the -- to the best knowledge of the authors -- first result on the fine asymptotic behavior of the regular part of the free boundary of the obstacle problem close to singularities. The result is motivated by our recent partial answer to a long standing conjecture and the first partial classification of global solutions of the obstacle problem with unbounded coincidence sets in higher dime… ▽ More

    Submitted 17 October, 2023; v1 submitted 7 April, 2022; originally announced April 2022.

    Comments: arXiv admin note: substantial text overlap with arXiv:2005.04915

    MSC Class: 35R35; 35B65

  23. arXiv:2203.11995  [pdf, other

    math.FA

    On commutators of compact operators via block tridiagonalization: generalizations and limitations of Anderson's approach

    Authors: Jireh Loreaux, Sasmita Patnaik, Srdjan Petrovic, Gary Weiss

    Abstract: We offer a new perspective and some advances on the 1971 Pearcy--Top** problem: Is every compact operator a commutator of compact operators? Our goal is to analyze and generalize the 1970's work in this area of Joel Anderson combined with the work of the last named author of this paper. We reduce the general problem to a simpler sequence of finite matrix equations with norm constraints, while at… ▽ More

    Submitted 22 March, 2022; originally announced March 2022.

    Comments: 34 pages

  24. arXiv:2201.06115  [pdf, other

    cs.FL

    The Normalized Edit Distance with Uniform Operation Costs is a Metric

    Authors: Dana Fisman, Joshua Grogin, Oded Margalit, Gera Weiss

    Abstract: We prove that the normalized edit distance proposed in [Marzal and Vidal 1993] is a metric when the cost of all the edit operations are the same. This closes a long standing gap in the literature where several authors noted that this distance does not satisfy the triangle inequality in the general case, and that it was not known whether it is satisfied in the uniform case where all the edit costs… ▽ More

    Submitted 23 April, 2022; v1 submitted 16 January, 2022; originally announced January 2022.

    Comments: 14 pages, 0 figures, accepted to CPM 2022

  25. 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

  26. Strong stabilization of (almost) impedance passive systems by static output feedback

    Authors: Ruth Curtain, George Weiss

    Abstract: The plant to be stabilized is a system node $Σ$ with generating triple $(A,B,C)$ and transfer function $\bf G$, where $A$ generates a contraction semigroup on the Hilbert space $X$. The control and observation operators $B$ and $C$ may be unbounded and they are not assumed to be admissible. The crucial assumption is that there exists a bounded operator $E$ such that, if we replace ${\bf G}(s)$ by… ▽ More

    Submitted 15 December, 2021; originally announced December 2021.

    Comments: 29 pages

    Journal ref: MATHEMATICAL CONTROL AND RELATED FIELDS, Volume 9, Number 4, December 2019

  27. arXiv:2109.10946  [pdf, other

    q-fin.RM q-fin.ST

    Marginals Versus Copulas: Which Account For More Model Risk In Multivariate Risk Forecasting?

    Authors: Simon Fritzsch, Maike Timphus, Gregor Weiss

    Abstract: Copulas. We study the model risk of multivariate risk models in a comprehensive empirical study on Copula-GARCH models used for forecasting Value-at-Risk and Expected Shortfall. To determine whether model risk inherent in the forecasting of portfolio risk is caused by the candidate marginal or copula models, we analyze different groups of models in which we fix either the marginals, the copula, or… ▽ More

    Submitted 22 September, 2021; originally announced September 2021.

  28. arXiv:2108.08106  [pdf, other

    cs.LG math.DS math.NA

    Existence, uniqueness, and convergence rates for gradient flows in the training of artificial neural networks with ReLU activation

    Authors: Simon Eberle, Arnulf Jentzen, Adrian Riekert, Georg S. Weiss

    Abstract: The training of artificial neural networks (ANNs) with rectified linear unit (ReLU) activation via gradient descent (GD) type optimization schemes is nowadays a common industrially relevant procedure. Till this day in the scientific literature there is in general no mathematical convergence analysis which explains the numerical success of GD type optimization schemes in the training of ANNs with R… ▽ More

    Submitted 18 August, 2021; originally announced August 2021.

    Comments: 30 pages. arXiv admin note: text overlap with arXiv:2107.04479, arXiv:2108.04620

    Journal ref: Electronic Research Archive 2023, Volume 31, Issue 5: 2519-2554

  29. arXiv:2106.06981  [pdf, other

    cs.LG cs.CL

    Thinking Like Transformers

    Authors: Gail Weiss, Yoav Goldberg, Eran Yahav

    Abstract: What is the computational model behind a Transformer? Where recurrent neural networks have direct parallels in finite state machines, allowing clear discussion and thought around architecture variants or trained models, Transformers have no such familiar parallel. In this paper we aim to change that, proposing a computational model for the transformer-encoder in the form of a programming language.… ▽ More

    Submitted 19 July, 2021; v1 submitted 13 June, 2021; originally announced June 2021.

    Comments: ICML 2021

  30. arXiv:2106.04135  [pdf, ps, other

    math.AP

    Regularity of the free boundary for a parabolic cooperative system

    Authors: Gohar Aleksanyan, Morteza Fotouhi, Henrik Shahgholian, Georg S. Weiss

    Abstract: In this paper we study the following parabolic system \begin{equation*} Δ\u -\partial_t \u =|\u|^{q-1}\u\,χ_{\{ |\u|>0 \}}, \qquad \u = (u^1, \cdots , u^m) \ , \end{equation*} with free boundary $\partial \{|\u | >0\}$. For $0\leq q<1$, we prove optimal growth rate for solutions $\u $ to the above system near free boundary points, and show that in a uniform neighbourhood of any a priori… ▽ More

    Submitted 8 June, 2021; originally announced June 2021.

  31. arXiv:2105.13837  [pdf, other

    cs.FL

    Adapting Behaviors via Reactive Synthesis

    Authors: Gal Amram, Suguman Bansal, Dror Fried, Lucas M. Tabajara, Moshe Y. Vardi, Gera Weiss

    Abstract: In the \emph{Adapter Design Pattern}, a programmer implements a \emph{Target} interface by constructing an \emph{Adapter} that accesses an existing \emph{Adaptee} code. In this work, we present a reactive synthesis interpretation to the adapter design pattern, wherein an algorithm takes an \emph{Adaptee} and a \emph{Target} transducers, and the aim is to synthesize an \emph{Adapter} transducer tha… ▽ More

    Submitted 28 May, 2021; originally announced May 2021.

  32. arXiv:2105.09830  [pdf, other

    cs.CV

    Biologically Inspired Semantic Lateral Connectivity for Convolutional Neural Networks

    Authors: Tonio Weidler, Julian Lehnen, Quinton Denman, Dávid Sebők, Gerhard Weiss, Kurt Driessens, Mario Senden

    Abstract: Lateral connections play an important role for sensory processing in visual cortex by supporting discriminable neuronal responses even to highly similar features. In the present work, we show that establishing a biologically inspired Mexican hat lateral connectivity profile along the filter domain can significantly improve the classification accuracy of a variety of lightweight convolutional neura… ▽ More

    Submitted 20 May, 2021; originally announced May 2021.

    Comments: 10 pages, 4 figures

  33. arXiv:2104.14500  [pdf

    cs.SI cs.LG

    Identifying Hubs in Undergraduate Course Networks Based on Scaled Co-Enrollments: Extended Version

    Authors: Gary M. Weiss, Nam Nguyen, Karla Dominguez, Daniel D. Leeds

    Abstract: Understanding course enrollment patterns is valuable to predict upcoming demands for future courses, and to provide student with realistic courses to pursue given their current backgrounds. This study uses undergraduate student enrollment data to form networks of courses where connections are based on student co-enrollments. The course networks generated in this paper are based on eight years of u… ▽ More

    Submitted 27 April, 2021; originally announced April 2021.

    Comments: 9 pages

  34. arXiv:2104.02999  [pdf, ps, other

    cs.DM math.CO

    A Cycle Joining Construction of the Prefer-Max De Bruijn Sequence

    Authors: Gal Amram, Amir Rubin, Gera Weiss

    Abstract: We propose a novel construction for the well-known prefer-max De Bruijn sequence, based on the cycle joining technique. We further show that the construction implies known results from the literature in a straightforward manner. First, it implies the correctness of the onion theorem, stating that, effectively, the reverse of prefer-max is in fact an infinite De Bruijn sequence. Second, it implies… ▽ More

    Submitted 7 April, 2021; originally announced April 2021.

  35. arXiv:2103.09215  [pdf, other

    math.FA

    Matrix splitting and ideals in $\mathcal{B}(\mathcal{H})$

    Authors: Jireh Loreaux, Gary Weiss

    Abstract: We investigate the relationship between ideal membership of an operator and its pieces relative to several canonical types of partitions of the entries of its matrix representation with respect to a given orthonormal basis. Our main theorems establish that if $T$ lies in an ideal $\mathcal{I}$, then $\sum P_n T P_n$ (or more generally $\sum Q_n T P_n$) lies in the arithmetic mean closure of… ▽ More

    Submitted 16 March, 2021; originally announced March 2021.

    Comments: 11 pages

    MSC Class: 47B10; 47L20 (Primary) 15A42; 47B07 (Secondary)

  36. arXiv:2103.07952  [pdf, other

    math.OC

    The equilibrium points and stability of grid-connected synchronverters

    Authors: Pietro Lorenzetti, Zeev Kustanovich, Shivprasad Shivratri, George Weiss

    Abstract: Virtual synchronous machines are inverters with a control algorithm that causes them to behave towards the power grid like synchronous generators. A popular way to realize such inverters are synchronverters. Their control algorithm has evolved over time, but all the different formulations in the literature share the same "basic control algorithm". We investigate the equilibrium points and the stab… ▽ More

    Submitted 1 July, 2021; v1 submitted 14 March, 2021; originally announced March 2021.

  37. Acoustic properties of metallic glasses at low temperatures -- tunneling systems and their dephasing

    Authors: Arnold Meißner, Tim Voigtländer, Saskia M. Meißner, Uta Kühn, Susanne Schneider, Alexander Shnirman, Georg Weiss

    Abstract: The low temperature acoustic properties of bulk metallic glasses measured over a broad range of frequencies rigorously test the predictions of the standard tunneling model. The strength of these experiments and their analyses is mainly based on the interaction of the tunneling states with conduction electrons or quasiparticles in the superconducting state. A new series of experiments at kHz and GH… ▽ More

    Submitted 11 March, 2021; originally announced March 2021.

    Journal ref: Phys. Rev. B 103, 224209 (2021)

  38. arXiv:2103.04405  [pdf, other

    math.OC

    Revised SCLP-simplex Algorithm with Application to Large-Scale Fluid Processing Networks

    Authors: Evgeny Shindin, Michael Masin, Gideon Weiss, Alexander Zadorojniy

    Abstract: We describe an efficient implementation of a recent simplex-type algorithm for the exact solution of separated continuous linear programs, and compare it with linear programming approximation of these problems obtained via discretization of the time horizon. The implementation overcomes many numerical pitfalls often neglected in theoretical analysis allowing better accuracy or acceleration up to s… ▽ More

    Submitted 6 October, 2021; v1 submitted 7 March, 2021; originally announced March 2021.

    Comments: Accepted at IEEE CDC 2021 conference

  39. arXiv:2102.09804  [pdf, other

    cs.LG math.NA

    Local Convergence of Adaptive Gradient Descent Optimizers

    Authors: Sebastian Bock, Martin Georg Weiß

    Abstract: Adaptive Moment Estimation (ADAM) is a very popular training algorithm for deep neural networks and belongs to the family of adaptive gradient descent optimizers. However to the best of the authors knowledge no complete convergence analysis exists for ADAM. The contribution of this paper is a method for the local convergence analysis in batch mode for a deterministic fixed training set, which give… ▽ More

    Submitted 19 February, 2021; originally announced February 2021.

  40. arXiv:2101.08200  [pdf, other

    cs.FL cs.LG

    Synthesizing Context-free Grammars from Recurrent Neural Networks (Extended Version)

    Authors: Daniel M. Yellin, Gail Weiss

    Abstract: We present an algorithm for extracting a subclass of the context free grammars (CFGs) from a trained recurrent neural network (RNN). We develop a new framework, pattern rule sets (PRSs), which describe sequences of deterministic finite automata (DFAs) that approximate a non-regular language. We present an algorithm for recovering the PRS behind a sequence of such automata, and apply it to the sequ… ▽ More

    Submitted 28 March, 2021; v1 submitted 20 January, 2021; originally announced January 2021.

    Comments: Extended version of paper to appear in TACAS 2021

  41. arXiv:2101.05122  [pdf, other

    math.OC

    Saturating PI control of stable nonlinear systems using singular perturbations

    Authors: Pietro Lorenzetti, George Weiss

    Abstract: This paper presents an anti-windup PI controller, using a saturating integrator, for a single-input single-output stable nonlinear plant, whose steady-state input-output map is increasing. We prove that, under reasonable assumptions, there exists an upper bound on the controller gain such that for any constant reference input, the corresponding equilibrium point of the closed-loop system is expone… ▽ More

    Submitted 1 July, 2021; v1 submitted 13 January, 2021; originally announced January 2021.

  42. arXiv:2012.05633  [pdf, other

    cs.CV cs.LG

    Can we detect harmony in artistic compositions? A machine learning approach

    Authors: Adam Vandor, Marie van Vollenhoven, Gerhard Weiss, Gerasimos Spanakis

    Abstract: Harmony in visual compositions is a concept that cannot be defined or easily expressed mathematically, even by humans. The goal of the research described in this paper was to find a numerical representation of artistic compositions with different levels of harmony. We ask humans to rate a collection of grayscale images based on the harmony they convey. To represent the images, a set of special fea… ▽ More

    Submitted 10 December, 2020; originally announced December 2020.

    Comments: 9 pages, ICAART 2021

  43. arXiv:2009.08757  [pdf, other

    physics.comp-ph cond-mat.soft physics.bio-ph physics.chem-ph

    Volume-Scaled Common Nearest Neighbor Clustering Algorithm with Free-Energy Hierarchy

    Authors: R. Gregor Weiß, Benjamin Ries, Shuzhe Wang, Sereina Riniker

    Abstract: The combination of Markov state modeling (MSM) and molecular dynamics (MD) simulations has been shown in recent years to be a valuable approach to unravel the slow processes of molecular systems with increasing complexity. While the algorithms for intermediate steps in the MSM workflow like featurization and dimensionality reduction have been specifically adapted for MD data sets, conventional clu… ▽ More

    Submitted 18 September, 2020; originally announced September 2020.

    Comments: 11 pages, 9 figures

  44. arXiv:2009.08144  [pdf, other

    cond-mat.soft cond-mat.stat-mech physics.bio-ph physics.chem-ph

    Affinity, Kinetics, and Pathways of Anisotropic Ligands Binding to Hydrophobic Model Pockets

    Authors: R. Gregor Weiß, Richard Chudoba, Piotr Setny, Joachim Dzubiella

    Abstract: Using explicit-water molecular dynamics (MD) simulations of a generic pocket-ligand model we investigate how chemical and shape anisotropy of small ligands influences the affinities, kinetic rates and pathways for their association to hydrophobic binding sites. In particular, we investigate aromatic compounds, all of similar molecular size, but distinct by various hydrophilic or hydrophobic residu… ▽ More

    Submitted 17 September, 2020; originally announced September 2020.

    Comments: 25 pages, 8 figures, plus Supporting Information

    Journal ref: J. Chem. Phys. 149, 094902 (2018)

  45. arXiv:2006.12928  [pdf, ps, other

    math.AP

    Characterizing compact coincidence sets in the thin obstacle problem and the obstacle problem for the fractional Laplacian

    Authors: Simon Eberle, Xavier Ros-Oton, Georg S. Weiss

    Abstract: In this paper we give a full classification of global solutions of the obstacle problem for the fractional Laplacian (including the thin obstacle problem) with compact coincidence set and at most polynomial growth in dimension $N \geq 3$. We do this in terms of a bijection onto a set of polynomials describing the asymptotics of the solution. Furthermore we prove that coincidence sets of global sol… ▽ More

    Submitted 15 June, 2021; v1 submitted 23 June, 2020; originally announced June 2020.

    MSC Class: 35R35; 35B65

  46. arXiv:2005.10490  [pdf, ps, other

    math.AP

    Characterizing compact coincidence sets in the obstacle problem -- a short proof

    Authors: Simon Eberle, Georg S. Weiss

    Abstract: Motivated by the almost completely open problem of characterizing unbounded coincidence sets of global solutions of the classical obstacle problem in higher dimensions, we give in this note a concise and easy-to-extend proof of the known fact that if the coincidence set $\{u=0 \}$ of a global solution $u$ is bounded with nonempty interior then it is an ellipsoid.

    Submitted 3 June, 2020; v1 submitted 21 May, 2020; originally announced May 2020.

    MSC Class: 35R35; 35B65

  47. arXiv:2005.04915  [pdf, ps, other

    math.AP

    On global solutions of the obstacle problem

    Authors: Simon Eberle, Henrik Shahgholian, Georg S. Weiss

    Abstract: Assuming a lower bound on the dimension, we prove a long standing conjecture concerning the classification of global solutions of the obstacle problem with unbounded coincidence sets.

    Submitted 5 August, 2022; v1 submitted 11 May, 2020; originally announced May 2020.

    MSC Class: 35R35; 35B65

  48. arXiv:2004.08500  [pdf, other

    cs.CL cs.FL

    A Formal Hierarchy of RNN Architectures

    Authors: William Merrill, Gail Weiss, Yoav Goldberg, Roy Schwartz, Noah A. Smith, Eran Yahav

    Abstract: We develop a formal hierarchy of the expressive capacity of RNN architectures. The hierarchy is based on two formal properties: space complexity, which measures the RNN's memory, and rational recurrence, defined as whether the recurrent update can be described by a weighted finite-state machine. We place several RNN variants within this hierarchy. For example, we prove the LSTM is not rational, wh… ▽ More

    Submitted 19 September, 2020; v1 submitted 17 April, 2020; originally announced April 2020.

    Comments: To appear at ACL 2020. Updated to include computational cost estimates and updated experimental results (in an erratum appendix)

  49. arXiv:2003.10123  [pdf, other

    math.AP

    Stabilizability properties of a linearized water waves system

    Authors: Pei Su, Marius Tucsnak, George Weiss

    Abstract: We consider the strong stabilization of small amplitude gravity water waves in a two dimensional rectangular domain. The control acts on one lateral boundary, by imposing the horizontal acceleration of the water along that boundary, as a multiple of a scalar input function $u$, times a given function $h$ of the height along the active boundary. The state $z$ of the system consists of two functions… ▽ More

    Submitted 23 March, 2020; originally announced March 2020.

  50. arXiv:1912.00489  [pdf, other

    math.PR

    Directed FCFS Infinite Bipartite Matching

    Authors: Gideon Weiss

    Abstract: We consider an infinite sequence consisting of agents of several types and goods of several types, with a bipartite compatibility graph between agent and good types. Goods are matched with agents that appear earlier in the sequence using FCFS matching, if such are available, and are lost otherwise. This model may be used for two sided queueing applications such as ride sharing, web purchases, orga… ▽ More

    Submitted 1 December, 2019; originally announced December 2019.