Detecting Out-of-Distribution Datapoints via Embeddings or Predictions

This page summarizes the projects mentioned and recommended in the original post on /r/computervision

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • cleanlab

    The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.

  • Many of you will likely find this useful -- our open-source team at https://cleanlab.ai has spent the last few years building out the much-needed standard python framework for all things #datacentricAI.

  • dgl

    Python package built to ease deep learning on graph, on top of existing DL frameworks.

  • For trees/graphs, you’ll want a neural net that can take these as inputs for which I’m not sure a standard library exists. One recommendation is to checkout dgl: https://github.com/dmlc/dgl

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • detectron2

    Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.

  • You should already be able to use the code for object detection data if you do the outlier detection based on feature embeddings rather than predictions! You just need to get embeddings out of your object detection network, as demonstrated here for example: https://detectron2.readthedocs.io/en/latest/tutorials/models.html#partially-execute-a-model https://github.com/facebookresearch/detectron2/issues/5

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts