tbp.monty.frameworks.models.mixins#

tbp.monty.frameworks.models.mixins.no_reset_evidence#

class TheoreticalLimitLMLoggingMixin[source]#

Bases: object

Mixin that adds theoretical limit and pose error logging for learning modules.

This mixin augments the learning module with methods to compute and log:
  • The maximum evidence score for each object.

  • The theoretical lower bound of pose error on the target object, assuming Monty had selected the best possible hypothesis (oracle performance).

  • The actual pose error of the most likely hypothesis (MLH) on the target object.

These metrics are useful for analyzing the performance gap between the model’s current inference and its best achievable potential given its internal hypotheses.

Compatible with:
  • EvidenceGraphLM