paper-with-me

홈 › Papers

Learnable Tree Filter for Structure-preserving Feature Transform

2019-09-27 · NeurIPS 2019 12 · Lin Song, Yanwei Li, Zeming Li, Gang Yu, Hongbin Sun, Jian Sun, Nanning Zheng

Learning discriminative global features plays a vital role in semantic segmentation. And most of the existing methods adopt stacks of local convolutions or non-local blocks to capture long-range context. However, due to the absence of spatial structure preservation, these operators ignore the object details when enlarging receptive fields. In this paper, we propose the learnable tree filter to form a generic tree filtering module that leverages the structural property of minimal spanning tree to model long-range dependencies while preserving the details. Furthermore, we propose a highly efficient linear-time algorithm to reduce resource consumption. Thus, the designed modules can be plugged into existing deep neural networks conveniently. To this end, tree filtering modules are embedded to formulate a unified framework for semantic segmentation. We conduct extensive ablation studies to elaborate on the effectiveness and efficiency of the proposed method. Specifically, it attains better performance with much less overhead compared with the classic PSP block and Non-local operation under the same backbone. Our approach is proved to achieve consistent improvements on several benchmarks without bells-and-whistles. Code and models are available at https://github.com/StevenGrove/TreeFilter-Torch.

📄 PDF Abstract BibTeX arXiv:1909.12513

Code (1)

StevenGrove/TreeFilter-Torch 공식 구현 pytorch

Tasks

Semantic Segmentation

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Non-Local Operation A Non-Local Operation is a component for capturing long-range dependencies with deep neural networks. It is a generalization of the classical non-local mean operation in…

Similar Papers 제목 키워드 기반

Rethinking Learnable Tree Filter for Generic Feature Transform

2020-12-07 · NeurIPS 2020 12 · Lin Song, Yanwei Li, Zhengkai Jiang, Zeming Li 외

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 sp…

Instance Segmentationobject-detectionObject DetectionSegmentation+1

Improving Deep Tabular Learning

2025-09-19 · Sivan Sarafian, Yehudit Aperstein arxiv

Tabular data remain a dominant form of real-world information but pose persistent challenges for deep learning due to heterogeneous feature types, lack of natural structure, and limited label-preserving augmentations. As…

Learnable Topological Features for Phylogenetic Inference via Graph Neural Networks

2023-02-17 · Cheng Zhang

Structural information of phylogenetic tree topologies plays an important role in phylogenetic inference. However, finding appropriate topological structures for specific phylogenetic inference tasks often requires signi…

Graph Representation LearningRepresentation Learning

Fully Connected Guided Image Filtering

2015-12-01 · ICCV 2015 12 · Longquan Dai, Mengke Yuan, Feihu Zhang, Xiaopeng Zhang

This paper presents a linear time fully connected guided filter by introducing the minimum spanning tree (MST) to the guided filter (GF). Since the intensity based filtering kernel of GF is apt to overly smooth edges and…

Segment Graph Based Image Filtering: Fast Structure-Preserving Smoothing

2015-12-01 · ICCV 2015 12 · Feihu Zhang, Longquan Dai, Shiming Xiang, Xiaopeng Zhang

In this paper, we design a new edge-aware structure, named segment graph, to represent the image and we further develop a novel double weighted average image filter (SGF) based on the segment graph. In our SGF, we use th…

CPUOptical Flow EstimationStereo MatchingStereo Matching Hand