English
Related papers

Related papers: Effective 1.0: An Analytic Effective Action Analys…

200 papers

The in-out formalism is a systematic and powerful method for finding the effective actions in an electromagnetic field and a curved spacetime provided that the field equation has explicitly known solutions. The effective action becomes…

High Energy Physics - Theory · Physics 2017-04-05 Sang Pyo Kim

Classical field theories coupled to stochastic noise provide an extremely powerful tool for modeling phenomena as diverse as turbulence, pattern-formation, and the structural development of the universe itself. In this Letter we sketch a…

Statistical Mechanics · Physics 2007-05-23 David Hochberg , Carmen Molina-Paris , Juan Perez-Mercader , Matt Visser

Mapping UV theories onto low energy effective descriptions is a procedure known as matching. The last decade has seen tremendous progress in the development of new tools for efficiently performing matching calculations, by relying on…

High Energy Physics - Phenomenology · Physics 2022-03-15 Timothy Cohen , Xiaochuan Lu , Zhengkang Zhang

We introduce a new framework for sample-efficient model evaluation that we call active testing. While approaches like active learning reduce the number of labels needed for model training, existing literature largely ignores the cost of…

Machine Learning · Statistics 2021-06-15 Jannik Kossen , Sebastian Farquhar , Yarin Gal , Tom Rainforth

Effective field theory is the ideal framework for discussing top and weak boson properties. We discuss the application of this framework to top physics at both tree level and one loop. We consider weak boson pair production within an…

High Energy Physics - Phenomenology · Physics 2015-06-05 Scott Willenbrock

This paper presents Warrior1, a tool that detects performance anti-patterns in C++ libraries. Many programs are slowed down by many small inefficiencies. Large-scale C++ applications are large, complex, and developed by large groups of…

Software Engineering · Computer Science 2020-10-20 Nadav Rotem , Lee Howes , David Goldblatt

Motivated by bubble nucleation in first order phase transitions, we question the validity of the effective potential for inhomogeneous configurations. In an attempt to get some insight into the importance of derivative terms, we analyze a…

High Energy Physics - Phenomenology · Physics 2014-11-17 Scott Dodelson , Ben-Ami Gradwohl

We present the CAPD::DynSys library for rigorous numerical analysis of dynamical systems. The basic interface is described together with several interesting case studies illustrating how it can be used for computer-assisted proofs in…

Numerical Analysis · Mathematics 2021-07-28 Tomasz Kapela , Marian Mrozek , Daniel Wilczak , Piotr Zgliczyński

Automatic differentiation is a set of techniques to efficiently and accurately compute the derivative of a function represented by a computer program. Existing C++ libraries for automatic differentiation (e.g. Adept, Stan Math Library),…

Mathematical Software · Computer Science 2021-02-09 James Yang

In this paper we present DYNAMIC, an open-source C++ library implementing dynamic compressed data structures for string manipulation. Our framework includes useful tools such as searchable partial sums, succinct/gap-encoded bitvectors, and…

Data Structures and Algorithms · Computer Science 2017-01-26 Nicola Prezza

We present a generic C++ design to perform efficient and exact geometric computations using lazy evaluations. Exact geometric computations are critical for the robustness of geometric algorithms. Their efficiency is also critical for most…

Computational Geometry · Computer Science 2007-05-23 Sylvain Pion , Andreas Fabri

In reinforcement learning (RL), agents often operate in partially observed and uncertain environments. Model-based RL suggests that this is best achieved by learning and exploiting a probabilistic model of the world. 'Active inference' is…

Machine Learning · Computer Science 2019-11-26 Alexander Tschantz , Manuel Baltieri , Anil. K. Seth , Christopher L. Buckley

The theoretical properties of active inference agents are impressive, but how do we realize effective agents in working hardware and software on edge devices? This is an interesting problem because the computational load for policy…

Machine Learning · Statistics 2023-07-27 Bert de Vries

Effective field theory provides a way of parameterizing strong-field deviations from General Relativity that might be observable in the gravitational waves emitted in a black hole merger. To perform numerical simulations of mergers in such…

General Relativity and Quantum Cosmology · Physics 2020-07-01 Aron D. Kovacs , Harvey S. Reall

We present a collection of modular open source C++ libraries for the development of logic synthesis applications. These libraries can be used to develop applications for the design of classical and emerging technologies, as well as for the…

Inspired by the concept of active learning, we propose active inference$\unicode{x2013}$a methodology for statistical inference with machine-learning-assisted data collection. Assuming a budget on the number of labels that can be collected,…

Machine Learning · Statistics 2026-04-09 Tijana Zrnic , Emmanuel J. Candès

We study the one loop effective action for a class of higher spin fields by using a first-quantized description. The latter is obtained by considering spinning particles, characterized by an extended local supersymmetry on the worldline,…

High Energy Physics - Theory · Physics 2015-04-10 Fiorenzo Bastianelli , Roberto Bonezzi , Olindo Corradini , Emanuele Latini

We present the C++ library CppSs (C++ super-scalar), which provides efficient task-parallelism without the need for special compilers or other software. Any C++ compiler that supports C++11 is sufficient. CppSs features different…

Distributed, Parallel, and Cluster Computing · Computer Science 2015-02-27 Steffen Brinkmann , Jose Gracia

Despite the importance of sparse matrices in numerous fields of science, software implementations remain difficult to use for non-expert users, generally requiring the understanding of underlying details of the chosen sparse matrix storage…

Mathematical Software · Computer Science 2019-07-23 Conrad Sanderson , Ryan Curtin

Active learning is a machine learning method aiming at optimal design for model training. At variance with supervised learning, which labels all samples, active learning provides an improved model by labeling samples with maximal…