@inproceedings{e305cbc1e19f41dcb968e43529462ef0,
title = "Efficient memoization for approximate function evaluation over sequence arguments",
abstract = "This paper proposes strategies for maintaining a database of computational results of functions f on sequence arguments x, where x is sorted in non-decreasing order and f(x) has greatest dependence on the first few terms of x. This scenario applies also to symmetric functions f, where the partial derivatives approach zero as the corresponding component value increases. The goal is to pre-compute exact values f(u) on a tight enough net of sequence arguments, so that given any other sequence x, a neighboring sequence u in the net giving a close approximation can be efficiently found. Our scheme avoids pre-computing the more-numerous partial-derivative values. It employs a new data structure that combines ideas of a trie and an array implementation of a heap, representing grid values compactly in the array, yet still allowing access by a single index lookup rather than pointer jumping. We demonstrate good size/approximation performance in a natural application.",
keywords = "Data structures, cloud computing, machine learning, memoization, metrics, sequences, topology",
author = "Tamal Biswas and Regan, \{Kenneth W.\}",
year = "2014",
doi = "10.1007/978-3-319-07956-1\_17",
language = "English",
isbn = "9783319079554",
series = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
publisher = "Springer Verlag",
pages = "185--196",
booktitle = "Algorithmic Aspects in Information and Management - 10th International Conference, AAIM 2014, Proceedings",
address = "Germany",
note = "10th International Conference on Algorithmic Aspects of Information and Management, AAIM 2014 ; Conference date: 08-07-2014 Through 11-07-2014",
}