paper-with-me

Papers

Contextual Memory Trees

2018-07-17 · Wen Sun, Alina Beygelzimer, Hal Daumé III, John Langford, Paul Mineiro

We design and study a Contextual Memory Tree (CMT), a learning memory controller that inserts new memories into an experience store of unbounded size. It is designed to efficiently query for memories from that store, supporting logarithmic time insertion and retrieval operations. Hence CMT can be integrated into existing statistical learning algorithms as an augmented memory unit without substantially increasing training and inference computation. Furthermore CMT operates as a reduction to classification, allowing it to benefit from advances in representation or architecture. We demonstrate the efficacy of CMT by augmenting existing multi-class and multi-label classification algorithms with CMT and observe statistical improvement. We also test CMT learning on several image-captioning tasks to demonstrate that it performs computationally better than a simple nearest neighbors memory system while benefitting from reward learning.

📄 PDF Abstract BibTeX arXiv:1807.06473

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationImage CaptioningMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONRetrieval

Similar Papers 제목 키워드 기반

Contextual Care Protocol using Neural Networks and Decision Trees

2018-11-15 · Yash Pratyush Sinha, Pranshu Malviya, Minerva Panda, Syed Mohd Ali

A contextual care protocol is used by a medical practitioner for patient healthcare, given the context or situation that the specified patient is in. This paper proposes a method to build an automated self-adapting proto…

A Practical Method for Solving Contextual Bandit Problems Using Decision Trees

2017-06-14 · Adam N. Elmachtoub, Ryan McNellis, Sechan Oh, Marek Petrik

Many efficient algorithms with strong theoretical guarantees have been proposed for the contextual multi-armed bandit problem. However, applying these algorithms in practice can be difficult because they require domain e…

Thompson Sampling

Inducing Grammar from Long Short-Term Memory Networks by Shapley Decomposition

2020-07-01 · ACL 2020 6 · Yuhui Zhang, Allen Nie

The principle of compositionality has deep roots in linguistics: the meaning of an expression is determined by its structure and the meanings of its constituents. However, modern neural network models such as long short-…

Fast TreeSHAP: Accelerating SHAP Value Computation for Trees

2021-09-20 · Jilei Yang

SHAP (SHapley Additive exPlanation) values are one of the leading tools for interpreting machine learning models, with strong theoretical guarantees (consistency, local accuracy) and a wide availability of implementation…

BIG-bench Machine LearningComputational Efficiency

Linear TreeShap

2022-09-16 · Peng Yu, Chao Xu, Albert Bifet, Jesse Read

Decision trees are well-known due to their ease of interpretability. To improve accuracy, we need to grow deep trees or ensembles of trees. These are hard to interpret, offsetting their original benefits. Shapley values …