-
This Time is Different: An Observability Perspective on Time Series Foundation Models
Authors:
Ben Cohen,
Emaad Khwaja,
Youssef Doubli,
Salahidine Lemaachi,
Chris Lettieri,
Charles Masson,
Hugo Miccinilli,
Elise Ramé,
Qiqi Ren,
Afshin Rostamizadeh,
Jean Ogier du Terrail,
Anna-Monica Toon,
Kan Wang,
Stephan Xie,
Zongzhe Xu,
Viktoriya Zhukova,
David Asker,
Ameet Talwalkar,
Othmane Abou-Amal
Abstract:
We introduce Toto, a time series forecasting foundation model with 151 million parameters. Toto uses a modern decoder-only architecture coupled with architectural innovations designed to account for specific challenges found in multivariate observability time series data. Toto's pre-training corpus is a mixture of observability data, open datasets, and synthetic data, and is 4-10$\times$ larger th…
▽ More
We introduce Toto, a time series forecasting foundation model with 151 million parameters. Toto uses a modern decoder-only architecture coupled with architectural innovations designed to account for specific challenges found in multivariate observability time series data. Toto's pre-training corpus is a mixture of observability data, open datasets, and synthetic data, and is 4-10$\times$ larger than those of leading time series foundation models. Additionally, we introduce BOOM, a large-scale benchmark consisting of 350 million observations across 2,807 real-world time series. For both Toto and BOOM, we source observability data exclusively from Datadog's own telemetry and internal observability metrics. Extensive evaluations demonstrate that Toto achieves state-of-the-art performance on both BOOM and on established general purpose time series forecasting benchmarks. Toto's model weights, inference code, and evaluation scripts, as well as BOOM's data and evaluation code, are all available as open source under the Apache 2.0 License available at https://huggingface.co/Datadog/Toto-Open-Base-1.0 and https://github.com/DataDog/toto.
△ Less
Submitted 20 May, 2025;
originally announced May 2025.
-
Metadata augmented deep neural networks for wild animal classification
Authors:
Aslak Tøn,
Ammar Ahmed,
Ali Shariq Imran,
Mohib Ullah,
R. Muhammad Atif Azad
Abstract:
Camera trap imagery has become an invaluable asset in contemporary wildlife surveillance, enabling researchers to observe and investigate the behaviors of wild animals. While existing methods rely solely on image data for classification, this may not suffice in cases of suboptimal animal angles, lighting, or image quality. This study introduces a novel approach that enhances wild animal classifica…
▽ More
Camera trap imagery has become an invaluable asset in contemporary wildlife surveillance, enabling researchers to observe and investigate the behaviors of wild animals. While existing methods rely solely on image data for classification, this may not suffice in cases of suboptimal animal angles, lighting, or image quality. This study introduces a novel approach that enhances wild animal classification by combining specific metadata (temperature, location, time, etc) with image data. Using a dataset focused on the Norwegian climate, our models show an accuracy increase from 98.4% to 98.9% compared to existing methods. Notably, our approach also achieves high accuracy with metadata-only classification, highlighting its potential to reduce reliance on image quality. This work paves the way for integrated systems that advance wildlife classification technology.
△ Less
Submitted 7 September, 2024;
originally announced September 2024.
-
Mechanical Plasticity of Cell Membranes Enhances Epithelial Wound Closure
Authors:
Andrew T. Ton,
Arthur K. MacKeith,
Mark D. Shattuck,
Corey S. O'Hern
Abstract:
During epithelial wound healing, cell morphology near the healed wound and the healing rate vary strongly among different developmental stages even for a single species like \textit{Drosophila}. We develop deformable particle (DP) model simulations to understand how variations in cell mechanics give rise to distinct wound closure phenotypes in the \textit{Drosophila} embryonic ectoderm and larval…
▽ More
During epithelial wound healing, cell morphology near the healed wound and the healing rate vary strongly among different developmental stages even for a single species like \textit{Drosophila}. We develop deformable particle (DP) model simulations to understand how variations in cell mechanics give rise to distinct wound closure phenotypes in the \textit{Drosophila} embryonic ectoderm and larval wing disc epithelium. We find that plastic deformation of the cell membrane can generate large changes in cell shape consistent with wound closure in the embryonic ectoderm. Our results show that the embryonic ectoderm is best described by cell membranes with an elasto-plastic response, whereas the larval wing disc is best described by cell membranes with an exclusively elastic response. By varying the mechanical response of cell membranes in DP simulations, we recapitulate the wound closure behavior of both the embryonic ectoderm and the larval wing disc.
△ Less
Submitted 10 December, 2023; v1 submitted 19 May, 2023;
originally announced May 2023.
-
CutLang V2: towards a unified Analysis Description Language
Authors:
G. Unel,
S. Sekmen,
A. M. Toon,
B. Gokturk,
B. Orgen,
A. Paul,
N. Ravel,
J. Setpal
Abstract:
We will present the latest developments in CutLang, the runtime interpreter of a recently-developed analysis description language (ADL) for collider data analysis. ADL is a domain-specific, declarative language that describes the contents of an analysis in a standard and unambiguous way, independent of any computing framework. In ADL, analyses are written in human-readable plain text files, separa…
▽ More
We will present the latest developments in CutLang, the runtime interpreter of a recently-developed analysis description language (ADL) for collider data analysis. ADL is a domain-specific, declarative language that describes the contents of an analysis in a standard and unambiguous way, independent of any computing framework. In ADL, analyses are written in human-readable plain text files, separating object, variable and event selection definitions in blocks, with a syntax that includes mathematical and logical operations, comparison and optimisation operators, reducers, four-vector algebra and commonly used functions. Adopting ADLs would bring numerous benefits to the LHC experimental and phenomenological communities, ranging from analysis preservation beyond the lifetimes of experiments or analysis software to facilitating the abstraction, design, visualization, validation, combination, reproduction, interpretation and overall communication of the analysis contents. Since their initial release, ADL and CutLang have been used for implementing and running numerous LHC analyses. In this process, the original syntax from CutLang v1 has been modified for better ADL compatibility, and the interpreter has been adapted to work with that syntax, resulting in the current release v2. Furthermore, CutLang has been enhanced to handle object combinatorics, to include tables and weights, to save events at any analysis stage, to benefit from multi-core/multi-CPU hardware among other improvements. In this contribution, these and other enhancements are discussed in details. In addition, real life examples from LHC analyses are presented together with a user manual.
△ Less
Submitted 28 July, 2021; v1 submitted 22 January, 2021;
originally announced January 2021.
-
CutLang: a cut-based HEP analysis description language and runtime interpreter
Authors:
Gokhan Unel,
Sezen Sekmen,
Anna Monica Toon
Abstract:
We present CutLang, an analysis description language and runtime interpreter for high energy collider physics data analyses. An analysis description language is a declerative domain specific language that can express all elements of a data analysis in an easy and unambiguous way. A full-fledged human readable analysis description language, incorporating logical and mathematical expressions, would…
▽ More
We present CutLang, an analysis description language and runtime interpreter for high energy collider physics data analyses. An analysis description language is a declerative domain specific language that can express all elements of a data analysis in an easy and unambiguous way. A full-fledged human readable analysis description language, incorporating logical and mathematical expressions, would eliminate many programming difficulties and errors, consequently allowing the scientist to focus on the goal, but not on the tool. In this paper, we discuss the guiding principles and scope of the CutLang language, implementation of the CutLang runtime interpreter and the CutLang framework, and demonstrate an example of top pair reconstruction.
△ Less
Submitted 23 September, 2019;
originally announced September 2019.
-
Topology, Quantum Gravity and Particle Physics
Authors:
Andrew Toon
Abstract:
It is argued that quantum gravity has an interpretation as a topological field theory provided a certain constraint from the path intergral measure is respected. The constraint forces us to couple gauge and matter fields to gravity for space - time dimensions different from 3. We then discuss possible models which may be relevant to our universe.
It is argued that quantum gravity has an interpretation as a topological field theory provided a certain constraint from the path intergral measure is respected. The constraint forces us to couple gauge and matter fields to gravity for space - time dimensions different from 3. We then discuss possible models which may be relevant to our universe.
△ Less
Submitted 26 September, 1996; v1 submitted 3 June, 1996;
originally announced June 1996.
-
Quantum Einstein Gravity as a Topological Field Theory
Authors:
Andrew Toon
Abstract:
General covariance in quantum gravity is seen once one integrates over all possible metrics. In recent years topological field theories have given us a different route to general covariance without integrating over all possible metrics. Here we argue that Einstein quantum gravity may be viewed as a topological field theory provided a certain constrant from the path integral measure is satisfied.
General covariance in quantum gravity is seen once one integrates over all possible metrics. In recent years topological field theories have given us a different route to general covariance without integrating over all possible metrics. Here we argue that Einstein quantum gravity may be viewed as a topological field theory provided a certain constrant from the path integral measure is satisfied.
△ Less
Submitted 1 October, 1993;
originally announced October 1993.
-
Background Fields in 2+1 Topological Gravity
Authors:
A. Toon
Abstract:
The partition function of 2+1 Chern-Simons Witten topological gravity has an attractive interpretation in terms of the unbroken and broken phases of gravity. We make this physical interpretation manifest using the background field method.
The partition function of 2+1 Chern-Simons Witten topological gravity has an attractive interpretation in terms of the unbroken and broken phases of gravity. We make this physical interpretation manifest using the background field method.
△ Less
Submitted 14 September, 1993;
originally announced September 1993.
-
Particle Content in Topological Field Theories
Authors:
A. Toon
Abstract:
By demanding that the path integral measure of topological field theories be metric independent, we can derive powerful constraints on the particle content of a topological field theory as well as on the dimensionality of space-time.
By demanding that the path integral measure of topological field theories be metric independent, we can derive powerful constraints on the particle content of a topological field theory as well as on the dimensionality of space-time.
△ Less
Submitted 9 December, 1992;
originally announced December 1992.