News

June 4, 2025 ยท View on GitHub

We are happy to announce that VPI has been accepted to IROS2024! ๐Ÿ˜†๐ŸŽ‰๐ŸŽ‰

Initial code released.

Visual Preference Inference: An Image Sequence-Based Preference Reasoning in Tabletop Object Manipulation

[ Project Page | Paper | Video ]

Official Implementation of the paper Visual Preference Inference: An Image Sequence-Based Preference Reasoning in Tabletop Object Manipulation

fig_overview

How to Start?

Note

At the time of writing this paper, we used the gpt-4-vision-preview API for our implementation. However, this model is now deprecated and has been replaced with gpt-4o or gpt-4o-mini.

  • Install requirements via requirements.txt
      pip3 install -r requirements.txt
    
  • Add your OpenAI API key to use GPT-4V: Here
      export OPENAI_API_KEY="your-api-key"
    
  • Run the example notebook scripts/household-chain-of-visual-residuals.ipynb to see how VPI works with household objects