paper-with-me

홈 › Papers

In Defense of Classical Image Processing: Fast Depth Completion on the CPU

2018-01-31 · Jason Ku, Ali Harakeh, Steven L. Waslander

With the rise of data driven deep neural networks as a realization of universal function approximators, most research on computer vision problems has moved away from hand crafted classical image processing algorithms. This paper shows that with a well designed algorithm, we are capable of outperforming neural network based methods on the task of depth completion. The proposed algorithm is simple and fast, runs on the CPU, and relies only on basic image processing operations to perform depth completion of sparse LIDAR depth data. We evaluate our algorithm on the challenging KITTI depth completion benchmark, and at the time of submission, our method ranks first on the KITTI test server among all published methods. Furthermore, our algorithm is data independent, requiring no training data to perform the task at hand. The code written in Python will be made publicly available at https://github.com/kujason/ip_basic.

📄 PDF Abstract BibTeX arXiv:1802.00036

Code (2)

kujason/ip_basic 공식 구현
sabadijou/FastDepthCompletionCPU

Tasks

CPUDepth Completion

Similar Papers 제목 키워드 기반

Certified Defenses for Adversarial Patches

2020-03-14 · ICLR 2020 1 · Ping-Yeh Chiang, Renkun Ni, Ahmed Abdelkader, Chen Zhu 외

Adversarial patch attacks are among one of the most practical threat models against real-world computer vision systems. This paper studies certified and empirical defenses against patch attacks. We begin with a set of ex…

Task-driven Compression for Collision Encoding based on Depth Images

2023-09-11 · Mihir Kulkarni, Kostas Alexis

This paper contributes a novel learning-based method for aggressive task-driven compression of depth images and their encoding as images tailored to collision prediction for robotic systems. A novel 3D image processing m…

ZeD-MAP: Bundle Adjustment Guided Zero-Shot Depth Maps for Real-Time Aerial Imaging

2026-04-06 · Selim Ahmet Iz, Francesco Nex, Norman Kerle, Henry Meissner 외 arxiv

Real-time depth reconstruction from ultra-high-resolution UAV imagery is essential for time-critical geospatial tasks such as disaster response, yet remains challenging due to wide-baseline parallax, large image sizes, l…

Depth Estimation

Image Processing in Quantum Computers

2018-12-28 · Aditya Dendukuri, Khoa Luu

Quantum Image Processing (QIP)is an exciting new field showing a lot of promise as a powerful addition to the arsenal of Image Processing techniques. Representing image pixel by pixel using classical information requires…

TensorShield: Tensor-based Defense Against Adversarial Attacks on Images

2020-02-18 · Negin Entezari, Evangelos E. Papalexakis

Recent studies have demonstrated that machine learning approaches like deep neural networks (DNNs) are easily fooled by adversarial attacks. Subtle and imperceptible perturbations of the data are able to change the resul…

BIG-bench Machine Learningimage-classificationImage ClassificationTensor Decomposition