Papers by Joey Liu
VPL: Visual Proxy Learning Framework for Zero-Shot Medical Image Diagnosis (2024.findings-emnlp)
Copied to clipboard
| Challenge: | Insufficient medical text precision and the modal disparity between text and vision spaces pose challenges for vision-language models like CLIP. |
| Approach: | They propose a visual proxy learning framework that combines a text refinement module and a stable Sinkhorn algorithm to enhance the diagnostic performance. |
| Outcome: | The proposed model outperforms the state-of-the-art CLIP inference by 1.69% to 15.31% on five datasets covering various diseases. |
Fine-Grained Controllable Text Generation Using Non-Residual Prompting (2022.acl-long)
Copied to clipboard
| Challenge: | Existing approaches to control the text generation process are not expressive enough. |
| Approach: | They propose an encoder-decoder architecture that enables intermediate text prompts at arbitrary time steps. |
| Outcome: | The proposed architecture is expressive and versatile on multiple experimental settings. |
MedCoT: Medical Chain of Thought via Hierarchical Expert (2024.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for medical visual question answering lack robustness and reasoning paths for real-world medical diagnostics. |
| Approach: | They propose a hierarchical expert verification reasoning chain method to enhance interpretability and accuracy in medical visual question answering. |
| Outcome: | The proposed method outperforms existing methods on four standard Med-VQA datasets. |
DR-BiLSTM: Dependent Reading Bidirectional LSTM for Natural Language Inference (N18-1)
Copied to clipboard
Reza Ghaeini, Sadid A. Hasan, Vivek Datla, Joey Liu, Kathy Lee, Ashequl Qadir, Yuan Ling, Aaditya Prakash, Xiaoli Fern, Oladimeji Farri
| Challenge: | Existing approaches to natural language inference rely on simple reading mechanisms for independent encoding of the premise and hypothesis. |
| Approach: | They propose a novel bidirectional dependent reading network to efficiently model the relationship between a premise and a hypothesis during encoding and inference. |
| Outcome: | The proposed model outperforms existing methods by a considerable margin on the Stanford Natural Language Inference (SNLI) dataset. |