paper-with-me

홈 › Papers

Efficient Learning by Directed Acyclic Graph For Resource Constrained Prediction

2015-10-26 · NeurIPS 2015 12 · Joseph Wang, Kirill Trapeznikov, Venkatesh Saligrama

We study the problem of reducing test-time acquisition costs in classification systems. Our goal is to learn decision rules that adaptively select sensors for each example as necessary to make a confident prediction. We model our system as a directed acyclic graph (DAG) where internal nodes correspond to sensor subsets and decision functions at each node choose whether to acquire a new sensor or classify using the available measurements. This problem can be naturally posed as an empirical risk minimization over training data. Rather than jointly optimizing such a highly coupled and non-convex problem over all decision nodes, we propose an efficient algorithm motivated by dynamic programming. We learn node policies in the DAG by reducing the global objective to a series of cost sensitive learning problems. Our approach is computationally efficient and has proven guarantees of convergence to the optimal system for a fixed architecture. In addition, we present an extension to map other budgeted learning problems with large number of sensors to our DAG architecture and demonstrate empirical performance exceeding state-of-the-art algorithms for data composed of both few and many sensors.

📄 PDF Abstract BibTeX arXiv:1510.07609

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multilevel Acyclic Hypergraph Partitioning

2020-02-06 · Merten Popp, Sebastian Schlag, Christian Schulz, Daniel Seemaier

A directed acyclic hypergraph is a generalized concept of a directed acyclic graph, where each hyperedge can contain an arbitrary number of tails and heads. Directed hypergraphs can be used to model data flow and executi…

hypergraph partitioningScheduling

FJMP: Factorized Joint Multi-Agent Motion Prediction over Learned Directed Acyclic Interaction Graphs

2022-11-27 · CVPR 2023 1 · Luke Rowe, Martin Ethier, Eli-Henry Dykhne, Krzysztof Czarnecki

Predicting the future motion of road agents is a critical task in an autonomous driving pipeline. In this work, we address the problem of generating a set of scene-level, or joint, future trajectory predictions in multi-…

Autonomous DrivingGraph Neural Networkmotion prediction

A Continuous Max-Flow Approach to Multi-Labeling Problems under Arbitrary Region Regularization

2014-05-05 · John S. H. Baxter, Martin Rajchl, Jing Yuan, Terry M. Peters

The incorporation of region regularization into max-flow segmentation has traditionally focused on ordering and part-whole relationships. A side effect of the development of such models is that it constrained regularizat…

Segmentation

Learning Large DAGs by Combining Continuous Optimization and Feedback Arc Set Heuristics

2021-07-01 · Pierre Gillot, Pekka Parviainen

Bayesian networks represent relations between variables using a directed acyclic graph (DAG). Learning the DAG is an NP-hard problem and exact learning algorithms are feasible only for small sets of variables. We propose…

ARC

Control-DAG: Constrained Decoding for Non-Autoregressive Directed Acyclic T5 using Weighted Finite State Automata

2024-04-10 · Jinghong Chen, Weizhe Lin, Jingbiao Mei, Bill Byrne

The Directed Acyclic Transformer is a fast non-autoregressive (NAR) model that performs well in Neural Machine Translation. Two issues prevent its application to general Natural Language Generation (NLG) tasks: frequent …

Machine TranslationText GenerationTranslation