paper-with-me

홈 › Papers

Barnes-Hut Approximation for Point SetGeodesic Shooting

2019-07-10 · Jiancong Wang, Long Xie, Paul Yushkevich, James Gee

Geodesic shooting has been successfully applied to diffeo-morphic registration of point sets. Exact computation of the geodesicshooting between point sets, however, requiresO(N2) calculations each time step on the number of points in the point set. We proposean approximation approach based on the Barnes-Hut algorithm to speedup point set geodesic shooting. This approximation can reduce the al-gorithm complexity toO(N b+N logN). The evaluation of the proposedmethod in both simulated images and the medial temporal lobe thick-ness analysis demonstrates a comparable accuracy to the exact point set geodesic shooting while offering up to 3-fold speed up. This improvementopens up a range of clinical research studies and practical problems towhich the method can be effectively applied.

📄 PDF Abstract BibTeX arXiv:1907.04834

Code (1)

niccolot/Scientific_programming/tree/main/Barnes-Hut_algorithm

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

Barnes-Hut-SNE

2013-01-15 · Laurens van der Maaten

The paper presents an O(N log N)-implementation of t-SNE -- an embedding technique that is commonly used for the visualization of high-dimensional data in scatter plots and that normally runs in O(N^2). The new implement…

Accelerated Gravitational Point Set Alignment With Altered Physical Laws

2019-10-01 · ICCV 2019 10 · Vladislav Golyanik, Christian Theobalt, Didier Stricker

This work describes Barnes-Hut Rigid Gravitational Approach (BH-RGA) -- a new rigid point set registration method relying on principles of particle dynamics. Interpreting the inputs as two interacting particle swarms, we…

Decision-Theoretic Troubleshooting: Hardness of Approximation

2013-04-24 · Václav Lín

Decision-theoretic troubleshooting is one of the areas to which Bayesian networks can be applied. Given a probabilistic model of a malfunctioning man-made device, the task is to construct a repair strategy with minimal e…

TARS: Timestep-Aware Data Scaling for 3D-Free Video Re-Shooting

2026-07-30 · Jiwen Liu, Shujuan Li, Xiaohan Li, Zijie Meng 외 arxiv

Video re-shooting aims to regenerate videos with controllable camera motion and viewpoint. Existing methods rely on explicit 3D priors, which are limited by reconstruction quality and often perform poorly when synthesizi…

3D Reconstruction

Accelerating Barnes-Hut t-SNE Algorithm by Efficient Parallelization on Multi-Core CPUs

2022-12-22 · Narendra Chaudhary, Alexander Pivovar, Pavel Yakovlev, Andrey Gorshkov 외

t-SNE remains one of the most popular embedding techniques for visualizing high-dimensional data. Most standard packages of t-SNE, such as scikit-learn, use the Barnes-Hut t-SNE (BH t-SNE) algorithm for large datasets. H…

CPU