Welcome to the 2022 AI2-THOR Rearrangement Challenge hosted at the CVPR 2022 Embodied AI Workshop. The goal of this challenge is to build a model/agent that moves objects in a room, such that they are restored to a given initial configuration.
Our rearrangement task involves moving and modifying (i.e. opening/closing) randomly placed objects within a room to obtain a goal configuration. There are 2 phases:
For the 2022 challenge, we have two distinct tracks:
In both of these tracks, agents should make decisions based off of egocentric sensor readings. The types of sensors allowed/provided for this challenge include:
While you are absolutely free to use any sensor information you would like during training (e.g. pretraining your CNN using semantic segmentations from AI2-THOR or using a scene graph to compute expert actions for imitation learning) such additional sensor information should not be used at inference time.
A total of 82 actions are available to our agents, these include:
Navigation
Object Interaction
Done action
Winners of the challenge will have the opportunity to present their work at the CVPR 2022 Embodied AI Workshop.
We have built support for this challenge into the AllenAct framework. For more information see here.
We are using the AI2 Leaderboard to host challenge submissions.
To make submissions for the 1-Phase Track of the rearrangement task, use the following leaderboard:
To make submissions for the 2-Phase Track of the rearrangement task, use the following leaderboard:
To cite this work, please cite our paper:
@InProceedings{RoomR,
author = {Luca Weihs and Matt Deitke and Aniruddha Kembhavi and Roozbeh Mottaghi},
title = {Visual Room Rearrangement},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2021}
}