paper-with-me

홈 › Papers

Irrelevant Pixels are Everywhere: Find and Exclude Them for More Efficient Computer Vision

2022-07-21 · Caleb Tung, Abhinav Goel, Xiao Hu, Nicholas Eliopoulos, Emmanuel Amobi, George K. Thiruvathukal, Vipin Chaudhary, Yung-Hsiang Lu

Computer vision is often performed using Convolutional Neural Networks (CNNs). CNNs are compute-intensive and challenging to deploy on power-contrained systems such as mobile and Internet-of-Things (IoT) devices. CNNs are compute-intensive because they indiscriminately compute many features on all pixels of the input image. We observe that, given a computer vision task, images often contain pixels that are irrelevant to the task. For example, if the task is looking for cars, pixels in the sky are not very useful. Therefore, we propose that a CNN be modified to only operate on relevant pixels to save computation and energy. We propose a method to study three popular computer vision datasets, finding that 48% of pixels are irrelevant. We also propose the focused convolution to modify a CNN's convolutional layers to reject the pixels that are marked irrelevant. On an embedded device, we observe no loss in accuracy, while inference latency, energy consumption, and multiply-add count are all reduced by about 45%.

📄 PDF Abstract BibTeX arXiv:2207.10741

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Is happiness u-shaped in age everywhere? A methodological reconsideration for Europe

2021-08-31 · David Bartram

A recent contribution to research on age and well-being (Blanchflower 2021) found that the impact of age on happiness is "u-shaped" virtually everywhere: happiness declines towards middle age and subsequently rises, in a…

The Death of Schema Linking? Text-to-SQL in the Age of Well-Reasoned Language Models

2024-08-14 · Karime Maamari, Fadhil Abubaker, Daniel Jaroslawicz, Amine Mhedhbi

Schema linking is a crucial step in Text-to-SQL pipelines. Its goal is to retrieve the relevant tables and columns of a target database for a user's query while disregarding irrelevant ones. However, imperfect schema lin…

Natural Language QueriesText to SQLText-To-SQL

Superpixel Segmentation using Dynamic and Iterative Spanning Forest

2020-07-08 · F. C. Belem, S. J. F. Guimaraes, A. X. Falcao

As constituent parts of image objects, superpixels can improve several higher-level operations. However, image segmentation methods might have their accuracy seriously compromised for reduced numbers of superpixels. We h…

ARCImage SegmentationSemantic SegmentationSuperpixels

OCM3D: Object-Centric Monocular 3D Object Detection

2021-04-13 · Liang Peng, Fei Liu, Senbo Yan, Xiaofei He 외

Image-only and pseudo-LiDAR representations are commonly used for monocular 3D object detection. However, methods based on them have shortcomings of either not well capturing the spatial relationships in neighbored image…

3D Object DetectionMonocular 3D Object DetectionObjectobject-detection+1

RANSAC based three points algorithm for ellipse fitting of spherical object's projection

2015-01-30 · Shenghui Xu

As the spherical object can be seen everywhere, we should extract the ellipse image accurately and fit it by implicit algebraic curve in order to finish the 3D reconstruction. In this paper, we propose a new ellipse fitt…

3D ReconstructionObject