paper-with-me

홈 › Papers

A shallow feature extraction network with a large receptive field for stereo matching tasks

2020-01-01 · ICLR 2020 1 · Jianguo Liu, Yunjian Feng, Guo Ji, Fuwu Yan

Stereo matching is one of the important basic tasks in the computer vision field. In recent years, stereo matching algorithms based on deep learning have achieved excellent performance and become the mainstream research direction. Existing algorithms generally use deep convolutional neural networks (DCNNs) to extract more abstract semantic information, but we believe that the detailed information of the spatial structure is more important for stereo matching tasks. Based on this point of view, this paper proposes a shallow feature extraction network with a large receptive field. The network consists of three parts: a primary feature extraction module, an atrous spatial pyramid pooling (ASPP) module and a feature fusion module. The primary feature extraction network contains only three convolution layers. This network utilizes the basic feature extraction ability of the shallow network to extract and retain the detailed information of the spatial structure. In this paper, the dilated convolution and atrous spatial pyramid pooling (ASPP) module is introduced to increase the size of receptive field. In addition, a feature fusion module is designed, which integrates the feature maps with multiscale receptive fields and mutually complements the feature information of different scales. We replaced the feature extraction part of the existing stereo matching algorithms with our shallow feature extraction network, and achieved state-of-the-art performance on the KITTI 2015 dataset. Compared with the reference network, the number of parameters is reduced by 42%, and the matching accuracy is improved by 1.9%.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Stereo Matching

Methods 이 논문이 사용한 방법론

Spatial Pyramid Pooling Spatial Pyramid Pooling (SPP) is a pooling layer that removes the fixed-size constraint of the network, i.e. a CNN does not require a fixed-size input image. Specifically, we…
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 제목 키워드 기반

Investigating the Impact of CNN Depth on Neonatal Seizure Detection Performance

2018-06-08 · Alison O'Shea, Gordon Lightbody, Geraldine Boylan, Andriy Temko

This study presents a novel, deep, fully convolutional architecture which is optimized for the task of EEG-based neonatal seizure detection. Architectures of different depths were designed and tested; varying network dep…

EEGElectroencephalogram (EEG)Seizure Detection

Multi-scale temporal network for continuous sign language recognition

2022-04-08 · Qidan Zhu, Jing Li, Fei Yuan, Quan Gan

Continuous Sign Language Recognition (CSLR) is a challenging research task due to the lack of accurate annotation on the temporal sequence of sign language data. The recent popular usage is a hybrid model based on "CNN +…

Sign Language Recognition

Large receptive field strategy and important feature extraction strategy in 3D object detection

2024-01-22 · Leichao Cui, Xiuxian Li, Min Meng, Guangyu Jia

The enhancement of 3D object detection is pivotal for precise environmental perception and improved task execution capabilities in autonomous driving. LiDAR point clouds, offering accurate depth information, serve as a c…

3D Object DetectionAutonomous Drivingfeature selectionModel Compression+2

Texture Synthesis Using Shallow Convolutional Networks with Random Filters

2016-05-31 · Ivan Ustyuzhaninov, Wieland Brendel, Leon A. Gatys, Matthias Bethge

Here we demonstrate that the feature space of random shallow convolutional neural networks (CNNs) can serve as a surprisingly good model of natural textures. Patches from the same texture are consistently classified as b…

Texture Synthesis

Condensing CNNs With Partial Differential Equations

2022-01-01 · CVPR 2022 1 · Anil Kag, Venkatesh Saligrama

Convolutional neural networks (CNNs) rely on the depth of the architecture to obtain complex features. It results in computationally expensive models for low-resource IoT devices. Convolutional operators are local an…