Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New references #6

Closed
mxochicale opened this issue Feb 21, 2023 · 12 comments
Closed

New references #6

mxochicale opened this issue Feb 21, 2023 · 12 comments

Comments

@mxochicale
Copy link
Member

mxochicale commented Feb 21, 2023

This issue is to post any related references, code and data.

@0-0zhuxiaoning
Copy link
Collaborator

Exploring Discrete Diffusion Models for Image Captioning : https://github.com/buxiangzhiren/DDCap (text generation)

@mxochicale mxochicale mentioned this issue Feb 21, 2023
5 tasks
@0-0zhuxiaoning
Copy link
Collaborator

0-0zhuxiaoning commented Mar 5, 2023

Model selection:

  1. PubMedBERT (predict model pre-training on only medical resources trouble: how to fine-tune tokenizer )
  1. attention-based GRU language generator model (what I am replicating now)
  1. Medical image captioning via generative pre-trained transformers (encoder, decoder with attention model is similar to what I have replication. Then the output of the first model will be the input of GTP-3, and GTP-3 will generate a new report based on the old report generated by the first model. )
  1. Neural Image Caption Generation with Visual Attention
  1. A Transformer decoder model

@0-0zhuxiaoning
Copy link
Collaborator

list of models: https://docs.google.com/spreadsheets/d/1C3F5zeNORxkIAbSJja39_uMyCraqvl2rerlhgaP-p58/edit?usp=sharing

@mxochicale
Copy link
Member Author

Have a look to some relevant references on transformers for report generation https://github.com/mindflow-institue/Awesome-Transformer#report-generation

@0-0zhuxiaoning
Copy link
Collaborator

0-0zhuxiaoning commented Mar 23, 2023 via email

@mxochicale
Copy link
Member Author

This paper seems relevant to your work. Have a look to it

Despite the high number of machine learning models presented in the last few years for automatically annotating medical images with deep learning models, clear baselines to compare methods upon are still missing. We present an initial set of experimentations of a standard encoder-decoder architecture with the Indiana University Chest X-ray dataset. The experiments include different convolutional architectures and decoding strategies for the recurrent decoder module. The results here presented could potentially benefit those tackling the same task in languages with fewer linguistic resources than those available in English.

Cardillo, F.A. (2023). Baselines for Automatic Medical Image Reporting. In: Filipovic, N. (eds) Applied Artificial Intelligence: Medicine, Biology, Chemistry, Financial, Games, Engineering. AAI 2022. Lecture Notes in Networks and Systems, vol 659. Springer, Cham. https://doi.org/10.1007/978-3-031-29717-5_4

@mxochicale
Copy link
Member Author

Liu, Zhengliang, et al. "c." arXiv preprint arXiv:2306.08666 (2023).

@0-0zhuxiaoning
Copy link
Collaborator

0-0zhuxiaoning commented Jun 23, 2023 via email

@mxochicale
Copy link
Member Author

Artificial intelligence tools in radiology practices have surged, with modules developed to target specific findings becoming increasingly prevalent and proving valuable in the daily emergency room radiology practice. The number of US Food and Drug Administration-cleared radiology-related algorithms has soared from just 10 in early 2017 to over 200 presently. This review will concentrate on the present utilization of AI tools in clinical ER radiology setting, including a brief discussion of the limitations of the technique. As radiologists, it is essential that we embrace this technology, comprehend its constraints, and use it to improve patient care.
Another trend will be using NLP to create reports in a standardized format, regardless of the radiologists' dictation style, streamlining the communication process. NLP will likely analyze the report being dictated and identify relevant prior imaging, going beyond just the study headers. Additionally, automatic report generation for routine follow-up imaging may improve radiologists’ efficiency in clinical practice. AI may provide automated suggestions for follow-up imaging modality and timing, optimizing patient care.
In conclusion, there has been a dramatic increase in the utilization of AI-powered tools in clinical radiology. It is time for us radiologists to embrace the technology, understand its limitations, and utilize the tool for better patient care.

Dundamadappa, Sathish Kumar. "AI tools in Emergency Radiology reading room: a new era of Radiology." Emergency Radiology (2023): 1-11.
https://link.springer.com/article/10.1007/s10140-023-02154-5

@mxochicale
Copy link
Member Author

Xu et. al., "ELIXR: Towards a general purpose X-ray artificial intelligence system through alignment of large language models and radiology vision encoders" [v1] Wed, 2 Aug 2023 17:59:45 UTC (2,530 KB)

https://arxiv.org/abs/2308.01317
tweet: https://twitter.com/chrisck/status/1687192083470180354

@mxochicale
Copy link
Member Author

Rajpurkar, Pranav, and Matthew P. Lungren. "The Current and Future State of AI Interpretation of Medical Images." New England Journal of Medicine 388, no. 21 (2023): 1981-1990.
DOI: 10.1056/NEJMra2301725
google-citations: https://scholar.google.com/scholar?cites=9504411958882111601&as_sdt=2005&sciodt=0,5&hl=en

@mxochicale
Copy link
Member Author

mxochicale commented Aug 25, 2023

Polina Golland presents good lines of research on applications of chest x-ray to predict pulmonary edema (mild/severe fluid in the lugs):

Video is here: https://www.youtube.com/watch?v=p4duojuQmh0
Google-scholar of Polina Golland: https://scholar.google.com/citations?hl=en&user=4GpKQUIAAAAJ&view_op=list_works&sortby=pubdate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants