Posts

meaning

Last edited: August 8, 2025

MedBlindTuner

Last edited: August 8, 2025

One possible approach for using homomorphic encryption, developed specifically for imaging data.

  1. extract relevant features locally
  2. resulting data is encrypted using FHE
  3. train model remotely using FHE encrypted data
  4. send model back, and data owners decrypt the inference results locally

Medical Dialogue Generation

Last edited: August 8, 2025

RAG for generic risk conversations.

  1. tag transcripts with the relevant themes a la action research
  2. use llama2 to embed the given information
  3. then send the overall information to a larger language model

People generally preferred grounded GPT responses over human responses. Sometimes, in 2 of the features, humans preferred the non grounded responses.

Medical Knowledge Extraction

Last edited: August 8, 2025

SnowMed CT: large medical ontology

  1. created pairwise distance matrix on SnowMed CT
  2. created weighted graphs using the SnowMed information
  3. Node2Vec! Suddenly you have an embedding for each disease.

Two Tasks:

Patient Disease Embeddings

Using the node2vec with snowmed

Similar Patient Retrial

Reveal hidden co-morbidities via Jaccard Coefficient

meeting 7/25

Last edited: August 8, 2025