English

Robust Pooling through the Data Mode

Computer Vision and Pattern Recognition 2021-06-22 v1

Abstract

The task of learning from point cloud data is always challenging due to the often occurrence of noise and outliers in the data. Such data inaccuracies can significantly influence the performance of state-of-the-art deep learning networks and their ability to classify or segment objects. While there are some robust deep learning approaches, they are computationally too expensive for real-time applications. This paper proposes a deep learning solution that includes a novel robust pooling layer which greatly enhances network robustness and performs significantly faster than state-of-the-art approaches. The proposed pooling layer looks for data a mode/cluster using two methods, RANSAC, and histogram, as clusters are indicative of models. We tested the pooling layer into frameworks such as Point-based and graph-based neural networks, and the tests showed enhanced robustness as compared to robust state-of-the-art methods.

Keywords

Cite

@article{arxiv.2106.10850,
  title  = {Robust Pooling through the Data Mode},
  author = {Ayman Mukhaimar and Ruwan Tennakoon and Chow Yin Lai and Reza Hoseinnezhad and AlirezaBab-Hadiashar},
  journal= {arXiv preprint arXiv:2106.10850},
  year   = {2021}
}

Comments

under consideration at Computer Vision and Image Understanding

R2 v1 2026-06-24T03:24:37.262Z