TL;DR
This paper introduces BR-NS, a novel approach to novelty search that eliminates the need for an archive and nearest neighbour search, making it more suitable for high-dimensional, non-Euclidean behavior spaces and potentially improving exploration efficiency.
Contribution
The paper proposes Behavior Recognition based Novelty Search (BR-NS), an archive-less method that does not depend on Euclidean metrics or nearest neighbour search, addressing limitations of traditional NS in complex spaces.
Findings
BR-NS removes the need for an archive, reducing memory and computational costs.
Experimental results suggest BR-NS is feasible and may outperform archive-based NS in high-dimensional spaces.
BR-NS offers a flexible framework for novelty estimation without strict metric assumptions.
Abstract
As open-ended learning based on divergent search algorithms such as Novelty Search (NS) draws more and more attention from the research community, it is natural to expect that its application to increasingly complex real-world problems will require the exploration to operate in higher dimensional Behavior Spaces which will not necessarily be Euclidean. Novelty Search traditionally relies on k-nearest neighbours search and an archive of previously visited behavior descriptors which are assumed to live in a Euclidean space. This is problematic because of a number of issues. On one hand, Euclidean distance and Nearest-neighbour search are known to behave differently and become less meaningful in high dimensional spaces. On the other hand, the archive has to be bounded since, memory considerations aside, the computational complexity of finding nearest neighbours in that archive grows…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Methodsk-Nearest Neighbors
