paper-with-me

Papers

Dynamic Points Agglomeration for Hierarchical Point Sets Learning

2019-10-01 · ICCV 2019 10 · Jinxian Liu, Bingbing Ni, Caiyuan Li, Jiancheng Yang, Qi Tian

Many previous works on point sets learning achieve excellent performance with hierarchical architecture. Their strategies towards points agglomeration, however, only perform points sampling and grouping in original Euclidean space in a fixed way. These heuristic and task-irrelevant strategies severely limit their ability to adapt to more varied scenarios. To this end, we develop a novel hierarchical point sets learning architecture, with dynamic points agglomeration. By exploiting the relation of points in semantic space, a module based on graph convolution network is designed to learn a soft points cluster agglomeration. We construct a hierarchical architecture that gradually agglomerates points by stacking this learnable and lightweight module. In contrast to fixed points agglomeration strategy, our method can handle more diverse situations robustly and efficiently. Moreover, we propose a parameter sharing scheme for reducing memory usage and computational burden induced by the agglomeration module. Extensive experimental results on several point cloud analytic tasks, including classification and segmentation, well demonstrate the superior performance of our dynamic hierarchical learning framework over current state-of-the-art methods.

📄 PDF Abstract BibTeX

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

Feature Agglomeration Networks for Single Stage Face Detection

2017-12-03 · Jialiang Zhang, Xiongwei Wu, Jianke Zhu, Steven C. H. Hoi

Recent years have witnessed promising results of face detection using deep learning. Despite making remarkable progresses, face detection in the wild remains an open research challenge especially when detecting faces at …

Face DetectionGPU

Hierarchical Graph Clustering using Node Pair Sampling

2018-06-05 · Thomas Bonald, Bertrand Charpentier, Alexis Galland, Alexandre Hollocou

We present a novel hierarchical graph clustering algorithm inspired by modularity-based clustering techniques. The algorithm is agglomerative and based on a simple distance between clusters induced by the probability of …

ClusteringGraph Clustering

Combinatorial and computational investigations of Neighbor-Joining bias

2020-07-18 · Ruth Davidson, Abraham Martin del Campo

The Neighbor-Joining algorithm is a popular distance-based phylogenetic method that computes a tree metric from a dissimilarity map arising from biological data. Realizing dissimilarity maps as points in Euclidean space,…

Accelerating Extreme Classification via Adaptive Feature Agglomeration

2019-05-28 · Ankit Jalan, Purushottam Kar

Extreme classification seeks to assign each data point, the most relevant labels from a universe of a million or more labels. This task is faced with the dual challenge of high precision and scalability, with millisecond…

ClassificationClusteringGeneral Classification

Hierarchical Refinement: Optimal Transport to Infinity and Beyond

2025-03-04 · Peter Halmos, Julian Gold, Xinhao Liu, Benjamin J. Raphael

Optimal transport (OT) has enjoyed great success in machine-learning as a principled way to align datasets via a least-cost correspondence. This success was driven in large part by the runtime efficiency of the Sinkhorn …