CVLGNov 27, 2018

Beyond One Glance: Gated Recurrent Architecture for Hand Segmentation

arXiv:1811.10914v31 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient hand segmentation in mixed reality, offering an incremental improvement over existing recurrent techniques.

The paper tackles the problem of egocentric hand segmentation by introducing a gated recurrent architecture that refines segmentation masks iteratively, outperforming state-of-the-art methods on standard benchmarks and a new dataset, with demonstrated generality in road segmentation.

As mixed reality is gaining increased momentum, the development of effective and efficient solutions to egocentric hand segmentation is becoming critical. Traditional segmentation techniques typically follow a one-shot approach, where the image is passed forward only once through a model that produces a segmentation mask. This strategy, however, does not reflect the perception of humans, who continuously refine their representation of the world. In this paper, we therefore introduce a novel gated recurrent architecture. It goes beyond both iteratively passing the predicted segmentation mask through the network and adding a standard recurrent unit to it. Instead, it incorporates multiple encoder-decoder layers of the segmentation network, so as to keep track of its internal state in the refinement process. As evidenced by our results on standard hand segmentation benchmarks and on our own dataset, our approach outperforms these other, simpler recurrent segmentation techniques, as well as the state-of-the-art hand segmentation one. Furthermore, we demonstrate the generality of our approach by applying it to road segmentation, where it also outperforms other baseline methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes