For well over a quarter century, detection systems have been driven by models learned from input features collected from real or simulated environments. An artifact (e.g., network event, potential malware sample, suspicious email) is deemed malicious or non-malicious based on its similarity to the learned model at runt…
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
Training neural network often uses a machine learning framework such as TensorFlow and Caffe2. These frameworks employ a dataflow model where the NN training is modeled as a directed graph composed of a set of nodes. Operations in neural network training are typically implemented by the frameworks as primitives and rep…
Scorio.jl ranks systems from repeated tasks using various methods.
Bayesian rating system for large competitions improves prediction and efficiency.
Bayesian method predicts runtime metrics for fog manufacturing.
New methods improve solving linear systems and preconditioning with reduced complexity.
The event-driven and elastic nature of serverless runtimes makes them a very efficient and cost-effective alternative for scaling up computations. So far, they have mostly been used for stateless, data parallel and ephemeral computations. In this work, we propose using serverless runtimes to solve generic, large-scale …
FLAME auto-labels mobile data efficiently on diverse processors.
Data aggregation improves HAC for resource-constrained systems.
This paper presents Rudra, a parameter server based distributed computing framework tuned for training large-scale deep neural networks. Using variants of the asynchronous stochastic gradient descent algorithm we study the impact of synchronization protocol, stale gradient updates, minibatch size, learning rates, and n…
A novel ML verification technique using manifold learning.
We describe the concept of logical scaffolds, which can be used to improve the quality of software that relies on AI components. We explain how some of the existing ideas on runtime monitors for perception systems can be seen as a specific instance of logical scaffolds. Furthermore, we describe how logical scaffolds ma…
Model predicts counterfactuals under domain shift and inaccessible variables.
Paper develops efficient recursive learning for multi-channel systems with heterogeneous dynamics.
New method controls linear systems with partial info and disturbances.
QBSD optimizes KPI forecasting for RAN networks with fast runtime and accuracy.
Auto-Surprise automates recommender system selection and optimization.
Vecchia approximations provide the best accuracy-runtime trade-off for Gaussian process approximations.
Stochastic momentum methods trade compute efficiency for serial runtime.
Limbo is an open-source C++11 library for Bayesian optimization which is designed to be both highly flexible and very fast. It can be used to optimize functions for which the gradient is unknown, evaluations are expensive, and runtime cost matters (e.g., on embedded systems or robots). Benchmarks on standard functions …
The runtime for Kernel Partial Least Squares (KPLS) to compute the fit is quadratic in the number of examples. However, the necessity of obtaining sensitivity measures as degrees of freedom for model selection or confidence intervals for more detailed analysis requires cubic runtime, and thus constitutes a computationa…
A new federated learning method speeds up training by selecting faster nodes first.
Asynchronous SGD can speed up training with a trade-off of gradient staleness.
There has been a growing interest in using non-parametric regression methods like Gaussian Process (GP) regression for system identification. GP regression does traditionally have three important downsides: (1) it is computationally intensive, (2) it cannot efficiently implement newly obtained measurements online, and …
Algorithm decides if two hyperbolic 3-manifolds are homeomorphic.
Much research in systemic risk is focused on default contagion. While this demands an understanding of valuation, fewer articles specifically deal with the existence, the uniqueness, and the computation of equilibrium prices in structural models of interconnected financial systems. However, beyond contagion research, t…
New methods prune unpromising rules from KGs, improving scalability and runtime.
In this paper, we propose AutoCompete, a highly automated machine learning framework for tackling machine learning competitions. This framework has been learned by us, validated and improved over a period of more than two years by participating in online machine learning competitions. It aims at minimizing human interf…
In many recent applications, data is plentiful. By now, we have a rather clear understanding of how more data can be used to improve the accuracy of learning algorithms. Recently, there has been a growing interest in understanding how more data can be leveraged to reduce the required training runtime. In this paper, we…
Tribuo integrates ML models with provenance in Java.
Separating the short jobs from the long is a known technique to improve scheduling performance. In this paper we describe a method we developed for accurately predicting the runtimes classes of the jobs to enable this separation. Our method uses the fact that the runtimes can be represented as a mixture of overlapping …
New model scales MHPs for analyzing large-scale diffusion processes.
GNMR controls runtime stability in low-precision language model training.
Perhaps surprisingly, it is possible to predict how long an algorithm will take to run on a previously unseen input, using machine learning techniques to build a model of the algorithm's runtime as a function of problem-specific instance features. Such models have important applications to algorithm analysis, portfolio…
The lack of adequate training data is one of the major hurdles in WiFi-based activity recognition systems. In this paper, we propose Wi-Fringe, which is a WiFi CSI-based device-free human gesture recognition system that recognizes named gestures, i.e., activities and gestures that have a semantically meaningful name in…
Optimizes random forest inference by defining step order to maximize accuracy.
New method reduces Bayesian inference time by optimizing Hamiltonian flows.
Run2Survive uses survival analysis for algorithm selection, outperforming traditional methods.
Validates neural networks inputs to protect against adversarial examples.
Quantum machine learning can't achieve polylogarithmic runtimes, even with quantum data access.
Fully Homomorphic Encryption (FHE) refers to a set of encryption schemes that allow computations to be applied directly on encrypted data without requiring a secret key. This enables novel application scenarios where a client can safely offload storage and computation to a third-party cloud provider without having to t…
One approach to designing decision making logic for an aircraft collision avoidance system frames the problem as a Markov decision process and optimizes the system using dynamic programming. The resulting collision avoidance strategy can be represented as a numeric table. This methodology has been used in the developme…
A new runtime for AI agents calculates risks in real-time.
New method for valid prediction intervals in counterfactual outcomes with runtime confounding.
Distributed Stochastic Gradient Descent (SGD) when run in a synchronous manner, suffers from delays in waiting for the slowest learners (stragglers). Asynchronous methods can alleviate stragglers, but cause gradient staleness that can adversely affect convergence. In this work we present a novel theoretical characteriz…
PClean automates Bayesian data cleaning for specific datasets.
Daydream predicts DNN optimization efficacy efficiently.
LSTM based language models are an important part of modern LVCSR systems as they significantly improve performance over traditional backoff language models. Incorporating them efficiently into decoding has been notoriously difficult. In this paper we present an approach based on a combination of one-pass decoding and l…