Skip to content

Feature 10: Multi-Model AI Ensemble Engine #169

Description

@saidai-bhuvanesh

Description

This issue proposes upgrading the core prediction engine to a Multi-Model AI Ensemble Engine. Currently, Stream A and Stream B outputs are fused via a fixed linear combination.

We will implement dynamic weighting based on input quality metrics: if the eye crop is dark or blurry, its ensemble weight is automatically scaled down and the body/gill weights are scaled up. We will also implement confidence intervals using logit distribution spread, and add fallback logic.

Technical Implementation Details

  1. Dynamic Weights: Modify main.py to calculate dynamic stream weights.
  2. Confidence Interval: Compute margin of error from probability deviations.
  3. Graceful Degradation: Recalibrate weights if a stream fails to load.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions