-
Due to occlusion, and sensor quality, the point cloud is often sparse. how to handle sparse points?
- utilize point clouds in multiple frames;
- MM-Track [10] alleviates the sparse issue and structures a strong template feature for matching. However, it exposes an inference speed bottleneck.
- ⇒ explicit point cloud completion for the template
- this paper ⇒ TKT: an efficient implicit point cloud completion method with slight overhead.
- ⇒ implicit 其实做的是 ⇒ stronger template features.
-
Adaptive Refine Prediction (ARP): fig.3 & 4
- weights all predications with scores? no
- weights all predications with “reweighted” scores from original scores and predicated logits distances.
-
target and proposals
employ an attention mechanism to structure the matching procedure between target and proposals, which leverages implicit similarity operation for better matching.