PressureVision++: Estimating Fingertip Pressure from Diverse RGB Images

Patrick Grady,Jeremy A. Collins,Chengcheng Tang,Christopher D. Twigg,Kunal Aneja,James Hays,Charles C. Kemp
2024-01-04
Abstract:Touch plays a fundamental role in manipulation for humans; however, machine perception of contact and pressure typically requires invasive sensors. Recent research has shown that deep models can estimate hand pressure based on a single RGB image. However, evaluations have been limited to controlled settings since collecting diverse data with ground-truth pressure measurements is difficult. We present a novel approach that enables diverse data to be captured with only an RGB camera and a cooperative participant. Our key insight is that people can be prompted to apply pressure in a certain way, and this prompt can serve as a weak label to supervise models to perform well under varied conditions. We collect a novel dataset with 51 participants making fingertip contact with diverse objects. Our network, PressureVision++, outperforms human annotators and prior work. We also demonstrate an application of PressureVision++ to mixed reality where pressure estimation allows everyday surfaces to be used as arbitrary touch-sensitive interfaces. Code, data, and models are available online.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The paper aims to address the problem of estimating finger pressure on various surfaces using a regular RGB camera. Specifically, the paper proposes a new method called PressureVision++, which trains a model using contact labels to achieve accurate estimation of finger pressure under different conditions. Unlike previous systems, this method does not rely on expensive and difficult-to-install pressure sensors. Instead, it uses the behavior of human participants under specific instructions as weak labels for supervised learning. Additionally, the paper demonstrates the application of this technology in mixed reality, such as transforming everyday surfaces into touch-sensitive interfaces like virtual keyboards. In this way, the researchers hope to enable mixed reality devices to detect contact pressure between hands and various object surfaces using low-cost RGB cameras, thereby enhancing the user interaction experience.