paper-with-me

Papers

Scalable Anytime Algorithms for Learning Fragments of Linear Temporal Logic

2021-10-13 · Ritam Raha, Rajarshi Roy, Nathanaël Fijalkow, Daniel Neider

Linear temporal logic (LTL) is a specification language for finite sequences (called traces) widely used in program verification, motion planning in robotics, process mining, and many other areas. We consider the problem of learning LTL formulas for classifying traces; despite a growing interest of the research community, existing solutions suffer from two limitations: they do not scale beyond small formulas, and they may exhaust computational resources without returning any result. We introduce a new algorithm addressing both issues: our algorithm is able to construct formulas an order of magnitude larger than previous methods, and it is anytime, meaning that it in most cases successfully outputs a formula, albeit possibly not of minimal size. We evaluate the performances of our algorithm using an open source implementation against publicly available benchmarks.

📄 PDF Abstract BibTeX arXiv:2110.06726

Code (1)

rajarshi008/scarlet 공식 구현

Tasks

Motion Planning

Similar Papers 제목 키워드 기반

The Complexity of Learning Linear Temporal Formulas from Examples

2021-02-01 · Nathanaël Fijalkow, Guillaume Lagarde

In this paper we initiate the study of the computational complexity of learning linear temporal logic (LTL) formulas from examples. We construct approximation algorithms for fragments of LTL and prove hardness results; i…

Efficient Feature Group Sequencing for Anytime Linear Prediction

2014-09-19 · Hanzhang Hu, Alexander Grubb, J. Andrew Bagnell, Martial Hebert

We consider \textit{anytime} linear prediction in the common machine learning setting, where features are in groups that have costs. We achieve anytime (or interruptible) predictions by sequencing the computation of feat…

Prediction

GADGET SVM: A Gossip-bAseD sub-GradiEnT Solver for Linear SVMs

2018-12-05 · Haimonti Dutta, Nitin Nataraj

In the era of big data, an important weapon in a machine learning researcher's arsenal is a scalable Support Vector Machine (SVM) algorithm. SVMs are extensively used for solving classification problems. Traditional algo…

Binary ClassificationGeneral Classification

Anytime Diagnosis for Reconfiguration

2021-02-19 · Alexander Felfernig, Rouven Walter, Jose A. Galindo, David Benavides 외

Many domains require scalable algorithms that help to determine diagnoses efficiently and often within predefined time limits. Anytime diagnosis is able to determine solutions in such a way and thus is especially useful …

DiagnosticManagementScheduling

Provable Anytime Ensemble Sampling Algorithms in Nonlinear Contextual Bandits

2025-10-12 · Jiazheng Sun, Weixin Wang, Pan Xu arxiv

We provide a unified algorithmic framework for ensemble sampling in nonlinear contextual bandits and develop corresponding regret bounds for two most common nonlinear contextual bandit settings: Generalized Linear Ensemb…