Datasets:
The dataset viewer is not available for this split.
Error code: StreamingRowsError Exception: OSError Message: cannot find loader for this HDF5 file Traceback: Traceback (most recent call last): File "/src/services/worker/src/worker/utils.py", line 90, in get_rows_or_raise return get_rows( File "/src/libs/libcommon/src/libcommon/utils.py", line 197, in decorator return func(*args, **kwargs) File "/src/services/worker/src/worker/utils.py", line 68, in get_rows rows_plus_one = list(itertools.islice(ds, rows_max_number + 1)) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 2016, in __iter__ example = _apply_feature_types_on_example( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 1566, in _apply_feature_types_on_example decoded_example = features.decode_example(encoded_example, token_per_repo_id=token_per_repo_id) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/features.py", line 2041, in decode_example return { File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/features.py", line 2042, in <dictcomp> column_name: decode_nested_example(feature, value, token_per_repo_id=token_per_repo_id) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/features.py", line 1403, in decode_nested_example return schema.decode_example(obj, token_per_repo_id=token_per_repo_id) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/image.py", line 188, in decode_example image.load() # to avoid "Too many open files" errors File "/src/services/worker/.venv/lib/python3.9/site-packages/PIL/ImageFile.py", line 366, in load raise OSError(msg) OSError: cannot find loader for this HDF5 file
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
WSI Classification Dataset for AEM
Dataset Summary
This dataset is derived from the publicly available CAMELYON16 and CAMELYON17 datasets. It consists of feature embeddings extracted from tissue patches of whole slide images (WSIs) using various pre-trained models. The dataset is designed for use in multiple instance learning (MIL) based WSI classification tasks, particularly for the Attention Entropy Maximization (AEM) method.
Usage
For detailed instructions on using this dataset with the Attention Entropy Maximization (AEM) method, please refer to the official AEM GitHub repository and arXiv paper:
- AEM GitHub Repository
- AEM: Attention Entropy Maximization for Multiple Instance Learning based Whole Slide Image Classification
These resources provide implementation details, examples, and documentation on applying AEM to WSI classification tasks using this dataset.
Dataset Creation
Source Data
- CAMELYON16: 400 WSIs of sentinel lymph node sections. More info
- CAMELYON17: 500 WSIs with slide-level annotations, selected from the CAMELYON17 training set. More information
Data Processing
Tissue patches were extracted from the WSIs using the CLAM toolkit.
Feature embeddings were generated for each patch using these pre-trained models:
- ResNet18: PyTorch pre-trained weights
- Lunit pre-trained DINO: Checkpoint
- PathGen-CLIP: Pre-trained checkpoints
Considerations for Using the Data
Intended Uses
This dataset is primarily intended for research in computational pathology, specifically for developing and evaluating MIL-based WSI classification methods.
Social Impact and Biases
While this dataset aims to advance research in computational pathology and potentially improve diagnostic tools, users should be aware of potential biases inherent in the original CAMELYON datasets. These biases may affect the generalizability of models trained on this data.
Additional Information
Licensing Information
This dataset is released under the Apache 2.0 license.
Citation Information
If you use this dataset, please cite:
@article{zhang2023attention,
title={Attention-challenging multiple instance learning for whole slide image classification},
author={Zhang, Yunlong and Li, Honglin and Sun, Yuxuan and Zheng, Sunyi and Zhu, Chenglu and Yang, Lin},
journal={arXiv preprint arXiv:2311.07125},
year={2023}
}
@misc{zhang2024aemattentionentropymaximization,
title={AEM: Attention Entropy Maximization for Multiple Instance Learning based Whole Slide Image Classification},
author={Yunlong Zhang and Zhongyi Shui and Yunxuan Sun and Honglin Li and Jingxiong Li and Chenglu Zhu and Lin Yang},
year={2024},
eprint={2406.15303},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2406.15303}
}
- Downloads last month
- 51