In this guide we will focus on RedBrick AI’s features for breast imaging. We’ll walk through three projects focusing on different modalities, and the special features the platform has for efficient viewing and annotation.
Mammography
In this project, we will annotate the left and right standard mammogram views — Cranial Caudal (CC) and Medial Lateral Oblique (MLO). Each study will include two timepoints for the same patient. We will focus on importing the data and correctly configuring hanging protocols.
Preparing & uploading the data
We will use publicly sourced data that is hosted by RedBrick AI and publicly accessible. Data accessible through public URLs can easily imported into RedBrick AI using an Items List.
The items list has three tasks with data in the following format:
To import this data within your RedBrick AI project, simply upload the JSON file through Upload Data → External Storage → Public.
Hanging the mammograms
Hanging protocols are crucial for effectively viewing mammograms. Our goal is to view all eight mammograms in the study simultaneously, by arranging them in as shown in the diagram below. Furthermore, we want to apply a default windowing that’s different for the CC & MLO views.
We can add a hanging protocol to our project to automatically set up the viewer in this way. You can write a custom Javascript function to define your hanging protocol. Defining the hanging protocol with JS code gives you almost unlimited functionality in implementing custom hanging protocol logic.
By combining the points above, we get the following hanging protocols script.
Add this hanging protocol script to your project settings:
Now all tasks will appear with the correct configuration enabling efficient viewing and annotation!
Digital Breast Tomosynthesis tumor detection
Digital breast tomosynthesis (DBT) is an advanced form of breast imaging that is gaining popularity, especially in cancer detection. In this project, we’ll annotate lesions using 2D bounding boxes slice by slice.
Taxonomy set up
While creating a project, make sure to add a 2D bounding box titled “lesion” so we can annotate lesions slice by slice.
Importing data
As in the previous section, we'll utilize a public items file to import the DBT data.
To import the public JSON file into a project, navigate to Import Data → External Storage → Public.
2D bounding box annotation using cineloop
Cineloop is a useful feature on RedBrick AI that allows you to view your 3D volumes as a sequence of 2D frames, similar to a video. This is particularly beneficial for performing annotations like 2D bounding box slice-by-slice annotation. To activate Cineloop, right-click on a viewport and select "cineloop". This will reveal a "timeline" at the bottom of the viewport.
With the Cineloop timeline visible, you can utilize the interpolation features, as demonstrated in the video below, to effectively annotate with bounding boxes across the 3D volume.
Breast MRI 3D tumor detection
Breast MRI is often used as a supplementary tool to mammography or ultrasound, especially in diagnosing and evaluating breast cancer. In this project, we will use two different weighted MRI series per study to annotate lesions using cuboid bounding boxes.
Add cuboid to project taxonomy
While creating a project, make sure to add a 3D bounding box titled “lesion” (i.e., a cuboid type) so we can annotate lesions.
Importing data
As in the previous section, we'll utilize a public items file to import the breast MRI data.
To import the public JSON file into a project, navigate to Import Data → External Storage → Public. Similar to the section on Mammography, each entry in the items list has a the following format:
3D bounding box using intellisync and label mirroring
First, we're going to annotate the lesion on the initial MRI series in MPR mode. Then, using intellisync, we'll synchronize the view, including the scroll position, pan, and zoom level. This enables us to project the cuboid on the remaining series for synchronized viewing. As a result, we can examine the annotations on different weighted MRI scans for more precise annotations.