paper-with-me

Papers

FlatteNet: A Simple Versatile Framework for Dense Pixelwise Prediction

2019-09-22 · Xin Cai, Yi-Fei PU

In this paper, we focus on devising a versatile framework for dense pixelwise prediction whose goal is to assign a discrete or continuous label to each pixel for an image. It is well-known that the reduced feature resolution due to repeated subsampling operations poses a serious challenge to Fully Convolutional Network (FCN) based models. In contrast to the commonly-used strategies, such as dilated convolution and encoder-decoder structure, we introduce the Flattening Module to produce high-resolution predictions without either removing any subsampling operations or building a complicated decoder module. In addition, the Flattening Module is lightweight and can be easily combined with any existing FCNs, allowing the model builder to trade off among model size, computational cost and accuracy by simply choosing different backbone networks. We empirically demonstrate the effectiveness of the proposed Flattening Module through competitive results in human pose estimation on MPII, semantic segmentation on PASCAL-Context and object detection on PASCAL VOC. We hope that the proposed approach can serve as a simple and strong alternative of current dominant dense pixelwise prediction frameworks.

📄 PDF Abstract BibTeX arXiv:1909.09961

Code (1)

TotalVariation/Flattenet 공식 구현 pytorch

Tasks

Decoderobject-detectionObject DetectionPose EstimationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Dilated Convolution 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

PVSNet: Pixelwise Visibility-Aware Multi-View Stereo Network

2020-07-15 · Qingshan Xu, Wenbing Tao

Recently, learning-based multi-view stereo methods have achieved promising results. However, they all overlook the visibility difference among different views, which leads to an indiscriminate multi-view similarity defin…

3D Reconstruction

PatchMatch-RL: Deep MVS with Pixelwise Depth, Normal, and Visibility

2021-08-19 · ICCV 2021 10 · Jae Yong Lee, Joseph DeGol, Chuhang Zou, Derek Hoiem

Recent learning-based multi-view stereo (MVS) methods show excellent performance with dense cameras and small depth ranges. However, non-learning based approaches still outperform for scenes with large depth ranges and s…

RAFT-3D: Scene Flow using Rigid-Motion Embeddings

2020-12-01 · CVPR 2021 1 · Zachary Teed, Jia Deng

We address the problem of scene flow: given a pair of stereo or RGB-D video frames, estimate pixelwise 3D motion. We introduce RAFT-3D, a new deep architecture for scene flow. RAFT-3D is based on the RAFT model developed…

Optical Flow EstimationScene Flow Estimation

Detailed Dense Inference with Convolutional Neural Networks via Discrete Wavelet Transform

2018-08-06 · Lingni Ma, Jörg Stückler, Tao Wu, Daniel Cremers

Dense pixelwise prediction such as semantic segmentation is an up-to-date challenge for deep convolutional neural networks (CNNs). Many state-of-the-art approaches either tackle the loss of high-resolution information du…

DecoderSemantic Segmentation

DeepCut: Object Segmentation from Bounding Box Annotations using Convolutional Neural Networks

2016-05-25 · Martin Rajchl, Matthew C. H. Lee, Ozan Oktay, Konstantinos Kamnitsas 외

In this paper, we propose DeepCut, a method to obtain pixelwise object segmentations given an image dataset labelled with bounding box annotations. It extends the approach of the well-known GrabCut method to include mach…

ObjectSemantic Segmentation