# A 3D Convolutional Approach to Spectral Object Segmentation in Space and   Time

**Authors:** Elena Burceanu, Marius Leordeanu

arXiv: 1907.02731 · 2020-04-29

## TL;DR

This paper introduces a fast 3D convolutional spectral clustering method for pixel-level object segmentation in videos, leveraging graph partitioning in space-time to improve accuracy and speed over existing techniques.

## Contribution

The authors propose a novel 3D filtering technique that efficiently computes spectral clustering for video segmentation without explicit matrix construction, enabling fast GPU implementation.

## Key findings

- Outperforms state-of-the-art methods on DAVIS-2016 in unsupervised and semi-supervised settings.
- Achieves top results on SegTrackv2 dataset.
- Significantly faster than classical power iteration methods.

## Abstract

We formulate object segmentation in video as a graph partitioning problem in space and time, in which nodes are pixels and their relations form local neighborhoods. We claim that the strongest cluster in this pixel-level graph represents the salient object segmentation. We compute the main cluster using a novel and fast 3D filtering technique that finds the spectral clustering solution, namely the principal eigenvector of the graph's adjacency matrix, without building the matrix explicitly - which would be intractable. Our method is based on the power iteration for finding the principal eigenvector of a matrix, which we prove is equivalent to performing a specific set of 3D convolutions in the space-time feature volume. This allows us to avoid creating the matrix and have a fast parallel implementation on GPU. We show that our method is much faster than classical power iteration applied directly on the adjacency matrix. Different from other works, ours is dedicated to preserving object consistency in space and time at the level of pixels. For that, it requires powerful pixel-wise features at the frame level. This makes it perfectly suitable for incorporating the output of a backbone network or other methods and fast-improving over their solution without supervision. In experiments, we obtain consistent improvement, with the same set of hyper-parameters, over the top state of the art methods on DAVIS-2016 dataset, both in unsupervised and semi-supervised tasks. We also achieve top results on the well-known SegTrackv2 dataset.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.02731/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1907.02731/full.md

## References

33 references — full list in the complete paper: https://tomesphere.com/paper/1907.02731/full.md

---
Source: https://tomesphere.com/paper/1907.02731