paper-with-me

홈 › Papers

SLIM: Semi-Lazy Inference Mechanism for Plan Recognition

2017-03-02 · Retuh Mirsky, Ya'akov, Gal

Plan Recognition algorithms require to recognize a complete hierarchy explaining the agent's actions and goals. While the output of such algorithms is informative to the recognizer, the cost of its calculation is high in run-time, space, and completeness. Moreover, performing plan recognition online requires the observing agent to reason about future actions that have not yet been seen and maintain a set of hypotheses to support all possible options. This paper presents a new and efficient algorithm for online plan recognition called SLIM (Semi-Lazy Inference Mechanism). It combines both a bottom-up and top-down parsing processes, which allow it to commit only to the minimum necessary actions in real-time, but still provide complete hypotheses post factum. We show both theoretically and empirically that although the computational cost of this process is still exponential, there is a significant improvement in run-time when compared to a state of the art of plan recognition algorithm.

📄 PDF Abstract BibTeX arXiv:1703.00838

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

OmniSparse: Training-Aware Fine-Grained Sparse Attention for Long-Video MLLMs

2025-11-15 · Feng Chen, Yefei He, Shaoxuan He, Yuanyu He 외 arxiv

Existing sparse attention methods primarily target inference-time acceleration by selecting critical tokens under predefined sparsity patterns. However, they often fail to bridge the training-inference gap and lack the c…

Semantic Similarity

Lifted Sequential Planning with Lazy Constraint Generation Solvers

2023-07-17 · Anubhav Singh, Miquel Ramirez, Nir Lipovetzky, Peter J. Stuckey

This paper studies the possibilities made open by the use of Lazy Clause Generation (LCG) based approaches to Constraint Programming (CP) for tackling sequential classical planning. We propose a novel CP model based on s…

valid

Lazy Explanation-Based Approximation for Probabilistic Logic Programming

2015-07-10 · Joris Renkens, Angelika Kimmig, Luc De Raedt

We introduce a lazy approach to the explanation-based approximation of probabilistic logic programs. It uses only the most significant part of the program when searching for explanations. The result is a fast and anytime…

SLiM: One-shot Quantization and Sparsity with Low-rank Approximation for LLM Weight Compression

2024-10-12 · Mohammad Mozaffari, Amir Yazdanbakhsh, Maryam Mehri Dehnavi

Conventional model compression techniques for LLMs address high memory consumption and slow inference challenges but typically require computationally expensive retraining to preserve accuracy. In contrast, one-shot comp…

Model CompressionNatural Language Understandingparameter-efficient fine-tuningQuantization

SlimInfer: Accelerating Long-Context LLM Inference via Dynamic Token Pruning

2025-08-08 · Lingkun Long, Rubing Yang, Yushi Huang, Desheng Hui 외 arxiv

Long-context inference for Large Language Models (LLMs) is heavily limited by high computational demands. While several existing methods optimize attention computation, they still process the full set of hidden states at…