By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: The Llama 2-IVLMap Combination Delivering Smarter Robot Control | HackerNoon
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > Computing > The Llama 2-IVLMap Combination Delivering Smarter Robot Control | HackerNoon
Computing

The Llama 2-IVLMap Combination Delivering Smarter Robot Control | HackerNoon

News Room
Last updated: 2025/11/10 at 5:31 PM
News Room Published 10 November 2025
Share
The Llama 2-IVLMap Combination Delivering Smarter Robot Control | HackerNoon
SHARE

Table of Links

Abstract and I. Introduction

II. Related Work

III. Method

IV. Experiment

V. Conclusion, Acknowledgements, and References

VI. Appendix

III. METHOD

In our work, our objective is to construct a semantic map of the surrounding environment which also encompasses instance-level information and attribute information of objects. It is crucial to emphasize the inclusion of instance-level semantic information and object attributes in maps. This incorporation is vital for effectively processing linguistic commands commonly utilized in everyday language. In everyday life, robots commonly encounter commands like ”navigate to the fourth black chair across from the table”. Robots are required to identify ”which of the chair” both in terms of its sequence

and attributes. Simultaneously, they are required to find ”where is the chair” by paying attention to the spatial relationship between the chair and the table. Our method is proposed based on VLMap [5]. In the following subsections, we describe (i) how to build IVLMap (Sec.III-A), (ii) how to use these maps to localize open-vocabulary landmarks (Sec.III-B), (iii) How to employ VLMaps in tandem with large language models (LLMs) to enable instance level object goal navigation using natural language commands (sec.III-C). Our pipeline is visualized in Fig.2.

A. IVLMap Creation

In order to get the 3D Reconstruction Map in Bird’s-Eye View, we, in line with the approach employed by VLMaps, obtain the corresponding coordinates of each pixel u in the RGB-D data frame within the grid map by formula

Fig. 3. A schematic diagram illustrating a Matching Algorithm. We matched the masks generated by the SAM model with the Pixel-Text Similarity obtained from VLMap, assigning labels to each mask. This facilitated the subsequent implementation of IVLMap.

Listing 1. An illustrative instance of IVLMaps’ masks featuring diverse attributes in JSON format.

B. Localizing Open-Vocabulary Landmarks

C. Zero-Shot Instance Level Object Goal Navigation from Natural Language

In this chapter, we discuss the implementation of instance-level object goal navigation based on natural language, given a set of landmark descriptions specified by natural language instructions such as

There are numerous outstanding works in the field of zeroshot navigation, such as CoW [30], LM-Nav [4], VLMap [5]. Unlike their approaches, IVLMap enables navigation to instances of objects with specific attributes, such as ”the third chair on the left” or ”the nearest black sofa”. Particularly, we employ a large language model (LLM) to interpret the given natural language commands and decompose them into subgoals with attributes including object name, object instance information, object color [4], [5], [31], [32]. We have established a comprehensive set of advanced function libraries tailored for IVLMap. Building upon the understanding of natural language commands by the LLM, these libraries are invoked to generate executable Python robot code [25], [33]. Additional mathematical computations may be performed if required. Below are snippets showcasing some commands and the Python code generated by the model(input command in blue, output Python code in black), the full prompt can be referred to in Appendix B.

Additionally, numerous large language models have emerged recently. Apart from utilizing the ChatGPT API for navigation tasks, we also achieved similar results using opensource models. We employ Llama2 [29], an advanced opensource artificial intelligence model, to accomplish this task. We utilized the Llama-2-13b-chat-hf3 model from the Hugging Face repository. This model is fine-tuned for dialogue use cases and optimized for the Hugging Face Transformers format. To accelerate the model’s inference speed, we employed GPTQ [34], a one-shot weight quantization method based on approximate second-order information, to quantize the model from 8 bits to 4 bits. The experiments demonstrate an average improvement of around 30% in the inference speed after quantization.

:::info
Authors:

(1) Jiacui Huang, Senior, IEEE;

(2) Hongtao Zhang, Senior, IEEE;

(3) Mingbo Zhao, Senior, IEEE;

(4) Wu Zhou, Senior, IEEE.

:::


:::info
This paper is available on arxiv under CC by 4.0 Deed (Attribution 4.0 International) license.

:::

[1] The argmax operation in PyTorch returns the index of the maximum value along a specified axis in a tensor.

[2] The numpy unique method efficiently identifies and returns the unique elements of an array along with the count of occurrences for each unique element, preserving their original order.

[3] https://huggingface.co/meta-llama/Llama-2-13b-chat-hf

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article 5 Essential iPhone Apps Every Hiker Should Have Installed – BGR 5 Essential iPhone Apps Every Hiker Should Have Installed – BGR
Next Article What is gait analysis? And how reliable is this forensics tool? What is gait analysis? And how reliable is this forensics tool?
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

Quantifying Attribute Association Bias in Latent Factor Recommendation Models | HackerNoon
Quantifying Attribute Association Bias in Latent Factor Recommendation Models | HackerNoon
Computing
Considering a Starlink Mini Dish? It’s Now Just 9, a New Low
Considering a Starlink Mini Dish? It’s Now Just $229, a New Low
News
Why I love my OXO kitchen scale
Why I love my OXO kitchen scale
News
Tesla loses Model Y program manager in second blow in single day
Tesla loses Model Y program manager in second blow in single day
News

You Might also Like

Quantifying Attribute Association Bias in Latent Factor Recommendation Models | HackerNoon
Computing

Quantifying Attribute Association Bias in Latent Factor Recommendation Models | HackerNoon

9 Min Read
Detecting Hidden Bias in AI Recommendation Systems | HackerNoon
Computing

Detecting Hidden Bias in AI Recommendation Systems | HackerNoon

4 Min Read
A Practical Framework for Auditing Bias in Recommendation Algorithms | HackerNoon
Computing

A Practical Framework for Auditing Bias in Recommendation Algorithms | HackerNoon

24 Min Read
That Time We Found Gender Bias Hidden in a Podcast Recommendation System | HackerNoon
Computing

That Time We Found Gender Bias Hidden in a Podcast Recommendation System | HackerNoon

21 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?