iconLogo
Published:2025/12/3 21:19:53

タイトル & 超要約:LSHで粒子追跡爆速化!ITもアゲる🚀

ギャル的キラキラポイント✨ ● GNN(グラフニューラルネットワーク)より速いって、マジ卍じゃん? ● LSH (Locality-Sensitive Hashing) っていう魔法🧙‍♀️で計算コスト削減! ● 自動運転とか画像認識とか、色んな分野で大活躍の予感💖

詳細解説 ● 背景 素粒子実験 (そりゅうしじっけん) で、粒子 (しりゅうし) の動きを追跡 (ついせき) するのは大変💦 膨大なデータ (ぼうだい) だから、計算めっちゃ時間かかるんだよね😭 GNNっていうスゴイ技術もあるけど、遅いのがネックだったの🥺

● 方法 LSHっていう方法を使って、計算を高速化💨 HEPTv2ってのを開発したよ! LSHは、似てるデータをまとめてくれるから、計算がめっちゃ楽になるの✨ しかも、GPU (ジーピーユー) っていう高性能な機械で動くから、めっちゃ速いんだ💖

● 結果 既存 (きぞん) のGNNとほぼ同じ精度なのに、HEPTv2は爆速💥 処理速度が段違いなの! しかも、ハードウェア (はーどうぇあ) 効率も良いから、コスパも最高👍 実用化も夢じゃないね😎

続きは「らくらく論文」アプリで

Locality-Sensitive Hashing-Based Efficient Point Transformer for Charged Particle Reconstruction

Shitij Govil / Jack P. Rodgers / Yuan-Tang Chou / Siqi Miao / Amit Saha / Advaith Anand / Kilian Lieret / Gage DeZoort / Mia Liu / Javier Duarte / Pan Li / Shih-Chieh Hsu

Charged particle track reconstruction is a foundational task in collider experiments and the main computational bottleneck in particle reconstruction. Graph neural networks (GNNs) have shown strong performance for this problem, but costly graph construction, irregular computations, and random memory access patterns substantially limit their throughput. The recently proposed Hashing-based Efficient Point Transformer (HEPT) offers a theoretically guaranteed near-linear complexity for large point cloud processing via locality-sensitive hashing (LSH) in attention computations; however, its evaluations have largely focused on embedding quality, and the object condensation pipeline on which HEPT relies requires a post-hoc clustering step (e.g., DBScan) that can dominate runtime. In this work, we make two contributions. First, we present a unified, fair evaluation of physics tracking performance for HEPT and a representative GNN-based pipeline under the same dataset and metrics. Second, we introduce HEPTv2 by extending HEPT with a lightweight decoder that eliminates the clustering stage and directly predicts track assignments. This modification preserves HEPT's regular, hardware-friendly computations while enabling ultra-fast end-to-end inference. On the TrackML dataset, optimized HEPTv2 achieves approximately 28 ms per event on an A100 while maintaining competitive tracking efficiency. These results position HEPTv2 as a practical, scalable alternative to GNN-based pipelines for fast tracking.

cs / hep-ex / cs.LG