CVNov 10, 2015

The Fast Bilateral Solver

arXiv:1511.03296v2400 citations
Originality Highly original
AI Analysis

This provides a fast and accurate solution for edge-aware smoothing in computer vision, benefiting researchers and practitioners in fields like image processing and deep learning.

The paper tackles edge-aware smoothing in computer vision by introducing the bilateral solver, which achieves state-of-the-art results on tasks like stereo and semantic segmentation while being 10-1000 times faster than competing methods.

We present the bilateral solver, a novel algorithm for edge-aware smoothing that combines the flexibility and speed of simple filtering approaches with the accuracy of domain-specific optimization algorithms. Our technique is capable of matching or improving upon state-of-the-art results on several different computer vision tasks (stereo, depth superresolution, colorization, and semantic segmentation) while being 10-1000 times faster than competing approaches. The bilateral solver is fast, robust, straightforward to generalize to new domains, and simple to integrate into deep learning pipelines.

Code Implementations3 repos
Foundations

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

Your Notes