Top-1 CORSMAL Challenge 2020 Submission: Filling Mass Estimation Using Multi-modal Observations of Human-robot Handovers

2 Dec 2020  ยท  Vladimir Iashin, Francesca Palermo, Gรถkhan Solak, Claudio Coppola ยท

Human-robot object handover is a key skill for the future of human-robot collaboration. CORSMAL 2020 Challenge focuses on the perception part of this problem: the robot needs to estimate the filling mass of a container held by a human. Although there are powerful methods in image processing and audio processing individually, answering such a problem requires processing data from multiple sensors together. The appearance of the container, the sound of the filling, and the depth data provide essential information. We propose a multi-modal method to predict three key indicators of the filling mass: filling type, filling level, and container capacity. These indicators are then combined to estimate the filling mass of a container. Our method obtained Top-1 overall performance among all submissions to CORSMAL 2020 Challenge on both public and private subsets while showing no evidence of overfitting. Our source code is publicly available: https://github.com/v-iashin/CORSMAL

PDF Abstract

Datasets


  Add Datasets introduced or used in this paper
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Filling Level Estimation CORSMAL 2020 (Private Test) RF + GRU Weighted Average F1-score 0.8116 # 1
Filling Mass Estimation CORSMAL 2020 (Private Test) RF + GRU + LoDE Average Filling Mass Score 0.6515 # 1
Capacity Estimation CORSMAL 2020 (Private Test) LoDE Average Capacity Score 0.6058 # 1
Filling Type Estimation CORSMAL 2020 (Private Test) RF + GRU Weighted Average F1-score 0.947 # 1
Filling Level Estimation CORSMAL 2020 (Public Test) RF + GRU Weighted Average F1-score 0.7814 # 1
Filling Type Estimation CORSMAL 2020 (Public Test) RF + GRU Weighted Average F1-score 0.9383 # 1
Filling Mass Estimation CORSMAL 2020 (Public Test) RF + GRU + LoDE Average Filling Mass Score 0.6498 # 1
Capacity Estimation CORSMAL 2020 (Public Test) LoDE Average Capacity Score 0.6056 # 1

Methods


Adam โ€ข GRU