paper-with-me

홈 › Papers

Extracting Explainable Dates From Medical Images By Reverse-Engineering UNIX Timestamps

2025-05-16 · Lee Harris, James Bentham, Philippe De Wilde

Dates often contribute towards highly impactful medical decisions, but it is rarely clear how to extract this data. AI has only just begun to be used transcribe such documents, and common methods are either to trust that the output produced by a complex AI model, or to parse the text using regular expressions. Recent work has established that regular expressions are an explainable form of logic, but it is difficult to decompose these into the component parts that are required to construct precise UNIX timestamps. First, we test publicly-available regular expressions, and we found that these were unable to capture a significant number of our dates. Next, we manually created easily-decomposable regular expressions, and we found that these were able to detect the majority of real dates, but also a lot of sequences of text that look like dates. Finally, we used regular expression synthesis to automatically identify regular expressions from the reverse-engineered UNIX timestamps that we created. We find that regular expressions created by regular expression synthesis detect far fewer sequences of text that look like dates than those that were manually created, at the cost of a slight increase to the number of missed dates. Overall, our results show that regular expressions can be created through regular expression synthesis to identify complex dates and date ranges in text transcriptions. To our knowledge, our proposed way of learning deterministic logic by reverse-engineering several many-one mappings and feeding these into a regular expression synthesiser is a new approach.

📄 PDF Abstract BibTeX arXiv:2505.11451

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Looking in the Right place for Anomalies: Explainable AI through Automatic Location Learning

2020-08-02 · Satyananda Kashyap, Alexandros Karargyris, Joy Wu, Yaniv Gur 외

Deep learning has now become the de facto approach to the recognition of anomalies in medical imaging. Their 'black box' way of classifying medical images into anomaly labels poses problems for their acceptance, particul…

FFA-IR: Towards an Explainable and Reliable Medical Report Generation Benchmark

2021-08-19 · Thirty-fifth Conference on Neural Information Processing Systems Datasets and Benchmarks Track (Round 2) 2021 8 · Mingjie Li, Wenjia Cai, Rui Liu, Yuetian Weng 외

The automatic generation of long and coherent medical reports given medical images (e.g. Chest X-ray and Fundus Fluorescein Angiography (FFA)) has great potential to support clinical practice. Researchers have explored a…

DiagnosticMedical Report GenerationText Generation

Unsupervised Reverse Domain Adaptation for Synthetic Medical Images via Adversarial Training

2017-11-17 · Faisal Mahmood, Richard Chen, Nicholas J. Durr

To realize the full potential of deep learning for medical imaging, large annotated datasets are required for training. Such datasets are difficult to acquire because labeled medical images are not usually available due …

Depth EstimationDomain Adaptation

Is Grad-CAM Explainable in Medical Images?

2023-07-20 · Subhashis Suara, Aayush Jha, Pratik Sinha, Arif Ahmed Sekh

Explainable Deep Learning has gained significant attention in the field of artificial intelligence (AI), particularly in domains such as medical imaging, where accurate and interpretable machine learning models are cruci…

Decision MakingDeep LearningInterpretable Machine Learning

RevSAM2: Prompt SAM2 for Medical Image Segmentation via Reverse-Propagation without Fine-tuning

2024-09-06 · Yunhao Bai, Boxiang Yun, Zeli Chen, Qinji Yu 외

The Segment Anything Model 2 (SAM2) has recently demonstrated exceptional performance in zero-shot prompt segmentation for natural images and videos. However, when the propagation mechanism of SAM2 is applied to medical …

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation