Posted 2023-05-10Updated 2024-12-21a few seconds read (About 56 words)basic Step Recursion Store(Memoize) Bottom-up StepRecursionFind the recursive solution to the problem Store(Memoize)If there are many repeated computation, we can store the results for the computation Bottom-upIf don’t want to use recursion anymore, use iteration by bottom-up approach
2024-12-17Dynamic Open-Vocabulary 3D Scene Graphs for Long-term Language-Guided Mobile ManipulationReview