paper-with-me

홈 › Papers

SPFCN: Select and Prune the Fully Convolutional Networks for Real-time Parking Slot Detection

2020-03-25 · Zhuoping Yu, Zhong Gao, Hansheng Chen, Yuyao Huang

For vehicles equipped with the automatic parking system, the accuracy and speed of the parking slot detection are crucial. But the high accuracy is obtained at the price of low speed or expensive computation equipment, which are sensitive for many car manufacturers. In this paper, we proposed a detector using CNN(convolutional neural networks) for faster speed and smaller model size while keeps accuracy. To achieve the optimal balance, we developed a strategy to select the best receptive fields and prune the redundant channels automatically after each training epoch. The proposed model is capable of jointly detecting corners and line features of parking slots while running efficiently in real time on average processors. The model has a frame rate of about 30 FPS on a 2.3 GHz CPU core, yielding parking slot corner localization error of 1.51$\pm$2.14 cm (std. err.) and slot detection accuracy of 98\%, generally satisfying the requirements in both speed and accuracy on on-board mobile terminals.

📄 PDF Abstract BibTeX arXiv:2003.11337

Code (1)

tjiiv-cprg/SPFCN-ParkingSlotDetection 공식 구현 pytorch

Tasks

CPU

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

REPrune: Channel Pruning via Kernel Representative Selection

2024-02-27 · Mincheol Park, DongJin Kim, Cheonjun Park, Yuna Park 외

Channel pruning is widely accepted to accelerate modern convolutional neural networks (CNNs). The resulting pruned model benefits from its immediate deployment on general-purpose software and hardware resources. However,…

Data-Driven Sparse Structure Selection for Deep Neural Networks

2017-07-05 · ECCV 2018 9 · Zehao Huang, Naiyan Wang

Deep convolutional neural networks have liberated its extraordinary power on various tasks. However, it is still very challenging to deploy state-of-the-art models into real-world applications due to their high computati…

Interpreting Convolutional Neural Networks Through Compression

2017-11-07 · Reza Abbasi-Asl, Bin Yu

Convolutional neural networks (CNNs) achieve state-of-the-art performance in a wide variety of tasks in computer vision. However, interpreting CNNs still remains a challenge. This is mainly due to the large number of par…

Object Recognition

LEAN: graph-based pruning for convolutional neural networks by extracting longest chains

2021-09-29 · Richard Arnoud Schoonhoven, Allard Hendriksen, Daniel Pelt, Joost Batenburg

Neural network pruning techniques can substantially reduce the computational cost of applying convolutional neural networks (CNNs). Common pruning methods determine which convolutional filters to remove by ranking the fi…

Network Pruning

Learning to Prune Dependency Trees with Rethinking for Neural Relation Extraction

2020-12-01 · COLING 2020 8 · Bowen Yu, Xue Mengge, Zhenyu Zhang, Tingwen Liu 외

Dependency trees have been shown to be effective in capturing long-range relations between target entities. Nevertheless, how to selectively emphasize target-relevant information and remove irrelevant content from the tr…

RelationRelation Extraction