Skip to main content

Showing 1–10 of 10 results for author: Toma, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2404.14567  [pdf, other

    cs.CL

    WangLab at MEDIQA-M3G 2024: Multimodal Medical Answer Generation using Large Language Models

    Authors: Ronald Xie, Steven Palayew, Augustin Toma, Gary Bader, Bo Wang

    Abstract: This paper outlines our submission to the MEDIQA2024 Multilingual and Multimodal Medical Answer Generation (M3G) shared task. We report results for two standalone solutions under the English category of the task, the first involving two consecutive API calls to the Claude 3 Opus API and the second involving training an image-disease label joint embedding in the style of CLIP for image classificati… ▽ More

    Submitted 22 April, 2024; originally announced April 2024.

  2. arXiv:2404.14544  [pdf, other

    cs.CL

    WangLab at MEDIQA-CORR 2024: Optimized LLM-based Programs for Medical Error Detection and Correction

    Authors: Augustin Toma, Ronald Xie, Steven Palayew, Patrick R. Lawler, Bo Wang

    Abstract: Medical errors in clinical text pose significant risks to patient safety. The MEDIQA-CORR 2024 shared task focuses on detecting and correcting these errors across three subtasks: identifying the presence of an error, extracting the erroneous sentence, and generating a corrected sentence. In this paper, we present our approach that achieved top performance in all three subtasks. For the MS dataset,… ▽ More

    Submitted 22 April, 2024; originally announced April 2024.

  3. arXiv:2403.12046  [pdf, other

    cs.CV

    GPT-4V(ision) Unsuitable for Clinical Care and Education: A Clinician-Evaluated Assessment

    Authors: Senthujan Senkaiahliyan, Augustin Toma, Jun Ma, An-Wen Chan, Andrew Ha, Kevin R. An, Hrishikesh Suresh, Barry Rubin, Bo Wang

    Abstract: OpenAI's large multimodal model, GPT-4V(ision), was recently developed for general image interpretation. However, less is known about its capabilities with medical image interpretation and diagnosis. Board-certified physicians and senior residents assessed GPT-4V's proficiency across a range of medical conditions using imaging modalities such as CT scans, MRIs, ECGs, and clinical photographs. Alth… ▽ More

    Submitted 14 November, 2023; originally announced March 2024.

  4. arXiv:2305.12031  [pdf, other

    cs.CL cs.AI

    Clinical Camel: An Open Expert-Level Medical Language Model with Dialogue-Based Knowledge Encoding

    Authors: Augustin Toma, Patrick R. Lawler, Jimmy Ba, Rahul G. Krishnan, Barry B. Rubin, Bo Wang

    Abstract: We present Clinical Camel, an open large language model (LLM) explicitly tailored for clinical research. Fine-tuned from LLaMA-2 using QLoRA, Clinical Camel achieves state-of-the-art performance across medical benchmarks among openly available medical LLMs. Leveraging efficient single-GPU training, Clinical Camel surpasses GPT-3.5 in five-shot evaluations on all assessed benchmarks, including 64.3… ▽ More

    Submitted 17 August, 2023; v1 submitted 19 May, 2023; originally announced May 2023.

    Comments: for model weights, see https://huggingface.co/wanglab/

  5. arXiv:2305.02220  [pdf, other

    cs.CL cs.AI cs.LG

    WangLab at MEDIQA-Chat 2023: Clinical Note Generation from Doctor-Patient Conversations using Large Language Models

    Authors: John Giorgi, Augustin Toma, Ronald Xie, Sondra S. Chen, Kevin R. An, Grace X. Zheng, Bo Wang

    Abstract: This paper describes our submission to the MEDIQA-Chat 2023 shared task for automatic clinical note generation from doctor-patient conversations. We report results for two approaches: the first fine-tunes a pre-trained language model (PLM) on the shared task data, and the second uses few-shot in-context learning (ICL) with a large language model (LLM). Both achieve high performance as measured by… ▽ More

    Submitted 3 June, 2023; v1 submitted 3 May, 2023; originally announced May 2023.

    Comments: Camera-ready submission to ClinicalNLP @ ACL 2023

  6. A Cloud-based Deep Learning Framework for Early Detection of Pushing at Crowded Event Entrances

    Authors: Ahmed Alia, Mohammed Maree, Mohcine Chraibi, Anas Toma, Armin Seyfried

    Abstract: Crowding at the entrances of large events may lead to critical and life-threatening situations, particularly when people start pushing each other to reach the event faster. Automatic and timely identification of pushing behavior would help organizers and security forces to intervene early and mitigate dangerous situations. In this paper, we propose a cloud-based deep learning framework for automat… ▽ More

    Submitted 9 June, 2023; v1 submitted 16 February, 2023; originally announced February 2023.

    Journal ref: 2023, IEEE Access

  7. arXiv:2203.03092  [pdf, other

    cs.RO cs.AI

    Systematic Comparison of Path Planning Algorithms using PathBench

    Authors: Hao-Ya Hsueh, Alexandru-Iosif Toma, Hussein Ali Jaafar, Edward Stow, Riku Murai, Paul H. J. Kelly, Sajad Saeedi

    Abstract: Path planning is an essential component of mobile robotics. Classical path planning algorithms, such as wavefront and rapidly-exploring random tree (RRT) are used heavily in autonomous robots. With the recent advances in machine learning, development of learning-based path planning algorithms has been experiencing rapid growth. An unified path planning interface that facilitates the development an… ▽ More

    Submitted 6 March, 2022; originally announced March 2022.

    Comments: Accepted to Advanced Robotics Journal; 23 pages, 9 figures, 4 tables. arXiv admin note: substantial text overlap with arXiv:2105.01777

  8. arXiv:2105.01777  [pdf, other

    cs.RO cs.LG

    PathBench: A Benchmarking Platform for Classical and Learned Path Planning Algorithms

    Authors: Alexandru-Iosif Toma, Hao-Ya Hsueh, Hussein Ali Jaafar, Riku Murai, Paul H. J. Kelly, Sajad Saeedi

    Abstract: Path planning is a key component in mobile robotics. A wide range of path planning algorithms exist, but few attempts have been made to benchmark the algorithms holistically or unify their interface. Moreover, with the recent advances in deep neural networks, there is an urgent need to facilitate the development and benchmarking of such learning-based planning algorithms. This paper presents PathB… ▽ More

    Submitted 4 May, 2021; originally announced May 2021.

    Comments: The Conference on Robots and Vision (CRV2021), Supplementary Website: https://sites.google.com/view/pathbench/

  9. arXiv:2105.00312  [pdf, other

    cs.RO cs.LG

    Waypoint Planning Networks

    Authors: Alexandru-Iosif Toma, Hussein Ali Jaafar, Hao-Ya Hsueh, Stephen James, Daniel Lenton, Ronald Clark, Sajad Saeedi

    Abstract: With the recent advances in machine learning, path planning algorithms are also evolving; however, the learned path planning algorithms often have difficulty competing with success rates of classic algorithms. We propose waypoint planning networks (WPN), a hybrid algorithm based on LSTMs with a local kernel - a classic algorithm such as A*, and a global kernel using a learned algorithm. WPN produc… ▽ More

    Submitted 1 May, 2021; originally announced May 2021.

    Comments: The Conference on Robots and Vision (CRV2021) Supplementary Website: https://sites.google.com/view/waypoint-planning-networks

  10. Emitter Localisation from Reception Timestamps in Asynchronous Networks

    Authors: Nicolo' Facchi, Francesco Gringoli, Fabio Ricciato, Andrea Toma

    Abstract: We address the problem of localising a mobile terminal ("blind" node) in unknown position from a set of "anchor" nodes in known positions. The proposed method does not require any form of node synchronisation nor measurement (or control) of the transmission times, which is difficult or anyway costly to achieve in practice. It relies exclusively on reception timestamps collected by the anchor nodes… ▽ More

    Submitted 14 July, 2015; v1 submitted 30 July, 2014; originally announced July 2014.

    Comments: To appear in Computer Networks