CVAIDec 7, 2020

Rethinking Learnable Tree Filter for Generic Feature Transform

arXiv:2012.03482v118 citationsHas Code
Originality Incremental advance
AI Analysis

This work provides an incremental improvement to the Learnable Tree Filter, making it more effective for computer vision tasks requiring long-range dependency modeling.

This paper addresses the limitation of Learnable Tree Filters in capturing long-range interactions due to geometric constraints. By reformulating the filter as a Markov Random Field with a learnable unary term and introducing a learnable spanning tree algorithm, the authors achieve improved performance, including 82.1% mIoU on the Cityscapes benchmark for semantic segmentation.

The Learnable Tree Filter presents a remarkable approach to model structure-preserving relations for semantic segmentation. Nevertheless, the intrinsic geometric constraint forces it to focus on the regions with close spatial distance, hindering the effective long-range interactions. To relax the geometric constraint, we give the analysis by reformulating it as a Markov Random Field and introduce a learnable unary term. Besides, we propose a learnable spanning tree algorithm to replace the original non-differentiable one, which further improves the flexibility and robustness. With the above improvements, our method can better capture long-range dependencies and preserve structural details with linear complexity, which is extended to several vision tasks for more generic feature transform. Extensive experiments on object detection/instance segmentation demonstrate the consistent improvements over the original version. For semantic segmentation, we achieve leading performance (82.1% mIoU) on the Cityscapes benchmark without bells-and-whistles. Code is available at https://github.com/StevenGrove/LearnableTreeFilterV2.

Code Implementations1 repo
Foundations

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

Your Notes