Skip to content

Sharing semantic infromation for grounded robots and any kind of other agents requiring semantic information without computational overhead or perspective performance loss

Notifications You must be signed in to change notification settings

RozDavid/semantic_mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Semantic Label Transfer in Human-Robot Collaboration

Supplementary material for our ICCV 2021 CVinHRC workshop presentation

Abstract - We tackle two practical problems in robotic scene understanding. First, the computational requirements of current semantic segmentation algorithms are prohibitive fortypical robots. Second, the viewpoints of ground robots arequite different from the typical human viewpoints of trainingdatasets which may lead to misclassified objects from robotviewpoints. We present a system for sharing and reusing 3Dsemantic information between multiple agents with differentviewpoints. We first co-localize all agents in the same coordinate system. Next, we create a 3D dense semantic modelof the space from human viewpoints close to real time. Finally, by re-rendering the model’s semantic labels (and/ordepth maps) from the ground robots’ own estimated view-points and sharing them over the network, we can give 3Dsemantic understanding to simpler agents. We evaluate thereconstruction quality and show how tiny robots can reuse knowledge about the space collected by more capable peers.

ICCV Open Access | Videos

Supporting code for the project semantic 3D reconstruction in simulated and real environments and remote semantic label transfer.

  • The majority of the pipeline can be found under the kimera_ws directory
  • Supporting scripts in the scripts folder
  • The simulation environment in habitat
  • Finally semantic segmentation related nodes are in the semantic_segmentation folder.

Additional README-s and installation/execution descriptions can be found in the corresponding folders. If you have problems with the installation or have questions regarding the implemnetation/paper please open an issue.

If you find our work useful please cite with:

@inproceedings{3d_label_transfer,
  title={3D Semantic Label Transfer in Human-Robot Collaboration},
  author={Rozenberszki, David and Soros, Gabor and Szeier, Szilvia and Lorincz, Andras},
  booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
  pages={2602--2611},
  year={2021}
}

About

Sharing semantic infromation for grounded robots and any kind of other agents requiring semantic information without computational overhead or perspective performance loss

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published