HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Making a Case for 3D Convolutions for Object Segmentation in Videos

Sabarinath Mahadevan Ali Athar Aljoša Ošep Sebastian Hennen Laura Leal-Taixé Bastian Leibe

Making a Case for 3D Convolutions for Object Segmentation in Videos

Abstract

The task of object segmentation in videos is usually accomplished by processing appearance and motion information separately using standard 2D convolutional networks, followed by a learned fusion of the two sources of information. On the other hand, 3D convolutional networks have been successfully applied for video classification tasks, but have not been leveraged as effectively to problems involving dense per-pixel interpretation of videos compared to their 2D convolutional counterparts and lag behind the aforementioned networks in terms of performance. In this work, we show that 3D CNNs can be effectively applied to dense video prediction tasks such as salient object segmentation. We propose a simple yet effective encoder-decoder network architecture consisting entirely of 3D convolutions that can be trained end-to-end using a standard cross-entropy loss. To this end, we leverage an efficient 3D encoder, and propose a 3D decoder architecture, that comprises novel 3D Global Convolution layers and 3D Refinement modules. Our approach outperforms existing state-of-the-arts by a large margin on the DAVIS'16 Unsupervised, FBMS and ViSal dataset benchmarks in addition to being faster, thus showing that our architecture can efficiently learn expressive spatio-temporal features and produce high quality video segmentation masks. We have made our code and trained models publicly available at https://github.com/sabarim/3DC-Seg.

Code Repositories

sabarim/3DC-Seg
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
unsupervised-video-object-segmentation-on-103DC-Seg
F: 84.7
G: 84.5
J: 84.3
video-object-segmentation-on-davis-20163DC-Seg
F-Score: 84.7
Jaccard (Mean): 84.3

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Making a Case for 3D Convolutions for Object Segmentation in Videos | Papers | HyperAI