Models registry#
Every model and backbone buildable from a model = dict(type=...) config block.
Build any of these from a config with model = dict(type=...), using the type string in the first column. Generated from the live registry - 53 classes (54 names including aliases), grouped by role.
Backbones#
Encoder/decoder networks used as a backbone= inside task models.
Name |
Summary |
|---|---|
Point Transformer V3 with 3D RoPE and bottleneck CPE. |
|
Flat Volt encoder for Sonata pretraining. |
|
Flat Volt encoder + transposed-conv decoder, returning per-input-point features. |
|
|
|
|
|
|
|
|
|
|
|
Point Transformer V3 with 3D RoPE and bottleneck CPE. |
|
|
|
|
Flat Volt encoder for Sonata pretraining. |
|
Flat Volt encoder + transposed-conv decoder, returning per-input-point features. |
Self-supervised pretraining#
Discriminative and masked-autoencoder pretraining systems.
Name |
Summary |
|---|---|
Self-contained PoLAr-MAE for pimm’s DefaultTrainer. |
|
PoLAr-MAE semantic segmentation for pimm’s DefaultTrainer. |
|
Self-contained PoLAr-MAE for pimm's DefaultTrainer. |
|
PoLAr-MAE semantic segmentation for pimm's DefaultTrainer. |
|
Segmentation & classification#
Per-point semantic segmentation and event/point classification heads.
Name |
Summary |
|---|---|
Object detection#
Instance / panoptic detectors: Mask2Former-style Panda, autoregressive Panda, and PointGroup.
Name |
Summary |
|---|---|
Shared-backbone Panda detector with one batched query decoder for all labels. |
|
Unified Panda detector: arbitrary per-query heads, optional pre-attention |
|
Backbone, shared query decoder, losses, and panoptic postprocessing. |
|
Backbone, shared query decoder, losses, and panoptic postprocessing. |
|
|
Shared-backbone Panda detector with one batched query decoder for all labels. |
Unified Panda detector: arbitrary per-query heads, optional pre-attention point removal, configurable queries, and per-label overlap. |
|
Backbone, shared query decoder, losses, and panoptic postprocessing. |
|
Backbone, shared query decoder, losses, and panoptic postprocessing. |
|
Adapters#
Parameter-efficient adapters that wrap an existing model.
Name |
Summary |
|---|---|
Freeze a built model and LoRA-tune its attention blocks. |
Freeze a built model and LoRA-tune its attention blocks. |