Papers
arxiv:2506.14318

BRISC: Annotated Dataset for Brain Tumor Segmentation and Classification

Published on Jun 17, 2025
Authors:
,
,
,
,
,

Abstract

Accurate segmentation and classification of brain tumors from Magnetic Resonance Imaging (MRI) remain key challenges in medical image analysis, primarily due to the lack of high-quality, balanced, and diverse datasets with expert annotations. In this work, we address this gap by introducing BRISC, a dataset designed for brain tumor segmentation and classification tasks, featuring high-resolution segmentation masks. The dataset comprises 6,000 contrast-enhanced T1-weighted MRI scans, which were collated from multiple public datasets that lacked segmentation labels. Our primary contribution is the subsequent expert annotation of these images, performed by certified radiologists and physicians. It includes three major tumor types, namely glioma, meningioma, and pituitary, as well as non-tumorous cases. Each sample includes high-resolution labels and is categorized across axial, sagittal, and coronal imaging planes to facilitate robust model development and cross-view generalization. To demonstrate the utility of the dataset, we provide benchmark results for both tasks using standard deep learning models. The BRISC dataset is made publicly available. datasetlink: Kaggle (https://www.kaggle.com/datasets/briscdataset/brisc2025/), Figshare (https://doi.org/10.6084/m9.figshare.30533120), Zenodo (https://doi.org/10.5281/zenodo.17524350)

Community

Paper author
This comment has been hidden (marked as Low Quality)

BRISC2025 - Copy

🧠 BRISC 2025: Brain Tumor MRI Dataset for Segmentation and Classification

BRISC is a high-quality, expert-annotated MRI dataset curated for brain tumor segmentation and classification. It addresses common limitations in existing datasets (e.g., BraTS, Figshare), including class imbalance, narrow tumor focus, and annotation inconsistencies.

BRISC2025_Sample_Segmentations_Different_Planes

BRISC2025_Partial_Region_Underannotations

This dataset includes:

  • 6,000 T1-weighted MRI images
  • Four classes: Glioma, Meningioma, Pituitary Tumor, and No Tumor
  • Pixel-wise segmentation masks validated by physicians and radiologists
  • Three anatomical planes: Axial, Coronal, and Sagittal
  • Clean, stratified training (5,000) and testing (1,000) splits

πŸ“¦ Dataset Contents

The BRISC dataset is organized into two main tasks:

  1. Classification Task β€” for multi-class tumor identification
  2. Segmentation Task β€” for pixel-wise tumor region annotation

πŸ“ Folder Descriptions

classification_task/

  • Contains subfolders organized by tumor class (glioma, meningioma, pituitary, no_tumor)
  • Each class folder includes raw T1-weighted MRI slices in .jpg format
  • Supports training of image-level classification models

segmentation_task/

  • Contains paired MRI images/ and corresponding binary masks/
  • All slices are from T1-weighted MRI scans
  • Masks are pixel-level annotations created and verified by medical experts
  • Image and mask filenames are aligned

πŸ“¦ Dataset structure

brisc2025/
β”œβ”€ classification_task/
β”‚  β”œβ”€ train/
β”‚  β”‚  β”œβ”€ glioma/
β”‚  β”‚  β”‚  β”œβ”€ brisc2025_train_00001_gl_ax_t1.jpg
β”‚  β”‚  β”‚  └─ ...
β”‚  β”‚  β”œβ”€ meningioma/
β”‚  β”‚  β”œβ”€ pituitary/
β”‚  β”‚  └─ no_tumor/
β”‚  └─ test/
β”‚     β”œβ”€ glioma/
β”‚     β”‚  β”œβ”€ brisc2025_test_00001_gl_ax_t1.jpg
β”‚     β”‚  └─ ...
β”‚     β”œβ”€ meningioma/
β”‚     β”œβ”€ pituitary/
β”‚     └─ no_tumor/
β”œβ”€ segmentation_task/
β”‚  β”œβ”€ train/
β”‚  β”‚  β”œβ”€ images/
β”‚  β”‚  β”‚  β”œβ”€ brisc2025_train_00001_gl_ax_t1.jpg
β”‚  β”‚  β”‚  └─ ...
β”‚  β”‚  └─ masks/
β”‚  β”‚     β”œβ”€ brisc2025_train_00001_gl_ax_t1.png
β”‚  β”‚     └─ ...
β”‚  └─ test/
β”‚     β”œβ”€ images/
β”‚     β”‚  β”œβ”€ brisc2025_test_00001_gl_ax_t1.jpg
β”‚     β”‚  └─ ...
β”‚     └─ masks/
β”‚        β”œβ”€ brisc2025_test_00001_gl_ax_t1.png
β”‚        └─ ...
β”œβ”€ manifest.json
β”œβ”€ manifest.csv
β”œβ”€ manifest.json.sha256
β”œβ”€ manifest.csv.sha256
└─ README.md

Notes:

  • Classification folders contain image-level labels suitable for standard image classification pipelines.
  • Segmentation folders contain paired MRI images/ and corresponding binary masks/.
  • Image and mask filenames are identical except for file extension (images: .jpg, masks: .png).
  • All images are T1-weighted slices.

πŸ§ͺ Technical Details

BRISC2025_Class_Distribution_Based_On_MRI_Planes

  • Total samples: 6,000 (5,000 training / 1,000 testing)
  • Annotation quality: Reviewed and corrected by medical experts
  • Imaging modality: Only T1-weighted MRI
  • Planes: Balanced representation across axial, coronal, and sagittal
  • Tumor classes: Balanced distribution across four categories
Component Example Meaning
Prefix brisc2025 Dataset identifier
Split test Data split: train or test
Index 00010 Zero‑padded image number
Tumor gl gl = glioma, me = meningioma, pi = pituitary
View ax ax = axial, co = coronal, sa = sagittal
Sequence t1 MRI sequence (e.g. t1 for T1‑weighted images)
  • Example Filename: brisc2025_test_00010_gl_ax_t1.jpg

🎯 Why Use BRISC?

  • βœ… Balanced and diverse multi-class labels
  • βœ… Expert-refined segmentation masks with medical consensus
  • βœ… Includes challenging real-world cases and subtle tumors
  • βœ… Designed for multi-task learning: segmentation + classification
  • βœ… Ideal for training robust models with real-world MRI variability

πŸ“ˆ Applications

  • Brain tumor segmentation using deep learning
  • Multi-class classification and binary tumor detection
  • Cross-plane generalization in 2D medical imaging
  • Developing AI-assisted diagnosis tools in neuro-oncology

πŸ“„ Citation & Publication

This dataset is introduced in our publication:
"BRISC: Annotated Dataset for Brain Tumor Segmentation and Classification with Swin-HAFNet" Fateh et al., 2025

If you use the BRISC dataset in your research, please cite our paper:

###BibTeX

@article {fateh2025brisc,
  title={Brisc: Annotated dataset for brain tumor segmentation and classification with swin-hafnet},
  author={Fateh, Amirreza and Rezvani, Yasin and Moayedi, Sara and Rezvani, Sadjad and Fateh, Fatemeh and Fateh, Mansoor and Abolghasemi, Vahid},
  journal={arXiv preprint arXiv:2506.14318},
  year={2025}
}

πŸ”— Acknowledgments

  • Credits: Special thanks to our collaborating radiologists and physicians for expert annotation and review.

πŸ“š Sources

The BRISC dataset was developed with reference to and inspiration from several widely used and cited brain tumor imaging datasets. These include:

Sign up or log in to comment

Get this paper in your agent:

hf papers read 2506.14318
Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash

Models citing this paper 1

Datasets citing this paper 4

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2506.14318 in a Space README.md to link it from this page.

Collections including this paper 0

No Collection including this paper

Add this paper to a collection to link it from this page.