Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:


Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,


Post your ideas

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

IBM Employees should enter Ideas at https://ideas.ibm.com


Status Not under consideration
Workspace Openscale
Created by Guest
Created on Sep 19, 2023

Feature enhancement to monitor object detection models.

Openscale allows us to monitor the quality of machine learning models for classification, regression, and time series.
There is a valuable opportunity to extend its capabilities to include monitoring and explainability for object detection models.



To this end, the proposed enhancement should encompass the following key features:

Object Detection Model Monitoring: Extend the monitoring capabilities of Openscale to accommodate object detection models. This involves capturing and analyzing relevant metrics related to object detection, such as precision, recall, average precision, and Intersection over Union (IoU)
Drift Detection for Object Detection Models: Incorporate the ability to detect drift over time in object detection models. This would entail tracking changes in model performance metrics as new data is processed (e.g., drop in IoU), as well as changes in data consistency when Compared to training data characteristics (e.g., drop in data consistency), ultimately enabling us to identify shifts in model behavior that might require investigation or intervention.
Prediction Explanations for Object Detection: Integrate a model explainability feature (such as the already supported LIME/SHAP algorithms, the activation mapping strategy, etc) tailored to object detection predictions. This functionality should provide insights into why the model made specific object detection decisions, giving us the ability to understand the rationale behind its outputs.



With regards to model interface, object detection models (YOLO, Faster R-CNN, RetinaNet, etc), have outputs with bounding boxes, associated to each identified object, with possibly additional labels associated to each box (e.g., type of the detected object) and the associated probability of each label. The position of the bounding box and the corresponding label of each box are key for evaluating the model predictive capabilities.



Example output from a fasterrcnn_resnet50_fpn model applied to one image:

[

[

[428.7435302734375, 615.2029418945312, 785.7673950195312, 686.4015502929688],

[130.20187377929688, 621.3179321289062, 322.0318908691406, 684.5108032226562],

[134.7923126220703, 619.2686767578125, 348.74078369140625, 687.2103271484375],

[189.14572143554688, 623.9539184570312, 308.3393249511719, 671.8619384765625],

[232.48667907714844, 600.1325073242188, 819.13525390625, 707.5929565429688],

[158.17599487304688, 639.2443237304688, 303.9165954589844, 680.7589111328125],

[170.49835205078125, 618.3055419921875, 255.9059600830078, 686.3331909179688],

[179.680908203125, 621.8128051757812, 310.39300537109375, 674.1179809570312]

],

[1, 2, 1, 2, 1, 2, 2, 1],

[0.9955915212631226, 0.8873008489608765, 0.2926303744316101, 0.12386716157197952, 0.09948956221342087, 0.07224336266517639, 0.06265052407979965, 0.05544465407729149]

]



Needed By Week