Skip to content
View Raman1121's full-sized avatar

Organizations

@LASC-SNU

Block or report Raman1121

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. CheXGenBench CheXGenBench Public

    A Unified Benchmark For Fidelity, Privacy and Utility of Synthetic Chest Radiographs

    Python 69 2

  2. FairTune FairTune Public

    A framework to optimize Parameter-Efficient Fine-Tuning for Fairness in Medical Image Analysis

    Python 11 1

  3. MemControl MemControl Public

    A bi-level optimisation framework that automates the selection of parameters for fine-tuning to mitigate data memorisation and ensure high-fidelity generation.

    Python 3

  4. Running inference on a single image ... Running inference on a single image using LLaVA-Med
    1
    # From: https://github.com/microsoft/LLaVA-Med/blob/main/llava/eval/model_vqa_med.py
    2
    
                  
    3
    import argparse
    4
    from transformers import AutoTokenizer, AutoModelForCausalLM, AutoConfig
    5
    import torch
  5. diffusion_memorization diffusion_memorization Public

    Forked from YuxinWenRick/diffusion_memorization

    Code for The Devil is in the Prompts: De-Identification Traces Enhance Memorization Risks in Synthetic Chest X-Ray Generation

    Jupyter Notebook