Poly-PC: A Polyhedral Network for Multiple Point Cloud Tasks at Once

Tao Xie, Shiguang Wang, Ke Wang, L. Yang, Zhiqiang Jiang +4 more
2/14/2026

Abstract

In this work, we show that it is feasible to perform multiple tasks concurrently on point cloud with a straightforward yet effective multi-task network. Our framework, Poly-PC, tackles the inherent obstacles (e.g., different model architectures caused by task bias and conflicting gradients caused by multiple dataset domains, etc.) of multi-task learning on point cloud. Specifically, we propose a residual set abstraction (Res-SA) layer for efficient and effective scaling in both width and depth of the network, hence accommodating the needs of various tasks. We develop a weight-entanglement- based one-shot NAS technique to find optimal architectures for all tasks. Moreover, such technique entangles the weights of multiple tasks in each layer to offer task-shared parameters for efficient storage deployment while providing ancillary task-specific parameters for learning task-related features. Finally, to facilitate the training of Poly-PC, we introduce a task-prioritization-based gradient balance algorithm that leverages task prioritization to reconcile conflicting gradients, ensuring high performance for all tasks. Benefiting from the suggested techniques, models optimized by Poly-PC collectively for all tasks keep fewer total FLOPs and parameters and outperform previous methods. We also demonstrate that Poly-PC allows incremental learning and evades catastrophic forgetting when tuned to a new task.

DOISemantic Scholar

Code Implementations

No confident code match yet

We couldn't find an author-owned or strongly-evidenced community implementation for this paper. Any repos shown below are weak matches — verify before relying on them.

No code implementations found yet.

Know of an implementation? Let us know in the comments below!

Cite this paper

@article{xie2026polypc,
  title  = {Poly-PC: A Polyhedral Network for Multiple Point Cloud Tasks at Once},
  author = {Tao Xie and Shiguang Wang and Ke Wang and L. Yang and Zhiqiang Jiang and Xingcheng Zhang and Kun Dai and Rui Li and Jian Cheng},
  year   = {2026},
  doi    = {10.1109/CVPR52729.2023.00125},
  url    = {https://doi.org/10.1109/CVPR52729.2023.00125},
  journal = {CVPR 2023 2023}
}

Discussion