HN user

tmabraham

951 karma

Tanishq Abraham, Ph.D.: CEO of MedARC, Research Director at Stability AI, PhD at 19 Twitter: @iScienceLuvr website: https://tanishq.ai

Posts41
Comments120
View on HN
sophont.med 10mo ago

Sophont announces $9.22M seed round to build multimodal models for healthcare

tmabraham
2pts0
sophontai.com 1y ago

Sophont: Building open multimodal foundation models for the future of healthcare

tmabraham
5pts1
stability.ai 2y ago

Celebrating One Year of MedARC

tmabraham
1pts0
stabilityai-public-packages.s3.us-west-2.amazonaws.com 2y ago

Scaling Rectified Flow Transformers for High-Resolution Image Synthesis [pdf]

tmabraham
2pts0
stanford-aimi.github.io 2y ago

CheXagent: Towards a Foundation Model for Chest X-Ray Interpretation

tmabraham
1pts0
www.medarc.ai 2y ago

Evaluating the Medical Knowledge of Open LLMs

tmabraham
2pts0
www.medarc.ai 2y ago

Evaluating the Medical Knowledge of Open Language Models

tmabraham
3pts0
www.tanishq.ai 2y ago

RLHF for Diffusion Models from Scratch

tmabraham
2pts0
carper.ai 2y ago

Enhancing Diffusion Models with Reinforcement Learning

tmabraham
2pts0
github.com 2y ago

DRLX: RLHF for Diffusion Models

tmabraham
2pts0
github.com 2y ago

GPU Puzzles

tmabraham
2pts0
stability.ai 3y ago

fMRI-to-image with contrastive learning and diffusion priors

tmabraham
146pts64
claude.ai 3y ago

Talk to Claude 2

tmabraham
2pts0
stability.ai 3y ago

fMRI-to-Image with Contrastive Learning and Diffusion Priors

tmabraham
1pts0
medarc-ai.github.io 3y ago

MindEye: fMRI-to-Image with Contrastive Learning and Diffusion Priors

tmabraham
2pts0
arxiv.org 3y ago

State-of-the-art fMRI-image reconstruction (MindEye)

tmabraham
3pts0
medarc-ai.github.io 3y ago

Mind’s Eye: fMRI-to-Image with Contrastive Learning and Diffusion Priors

tmabraham
1pts0
twitter.com 3y ago

Exploring the multimodal capabilities of GPT-4

tmabraham
3pts0
www.medarc.ai 3y ago

MedARC -Unlock new possibilities in medical AI research

tmabraham
3pts1
podcast.fast.ai 3y ago

Their Life and Work, with Jeremy Howard

tmabraham
1pts0
www.youtube.com 3y ago

Their Life and Work, with Jeremy Howard

tmabraham
1pts0
www.medarc.ai 3y ago

The Launch of the Medical AI Research Center (MedARC)

tmabraham
10pts1
stability.ai 3y ago

Stable Diffusion 2.1 Release

tmabraham
2pts0
stability.ai 3y ago

Stable Diffusion launch announcement

tmabraham
174pts39
nbdev.fast.ai 3y ago

Nbdev: Create delightful software with Jupyter Notebooks

tmabraham
149pts24
www.fast.ai 4y ago

Practical Deep Learning for Coders 2022

tmabraham
423pts80
twitter.com 4y ago

DALL·E mini has rebranded to craiyon

tmabraham
12pts0
twitter.com 4y ago

The meaning of interpolation and generalization in deep learning

tmabraham
1pts0
wandb.ai 4y ago

DALL·E mini – AI for generating images from a text prompt

tmabraham
1pts0
tmabraham.github.io 5y ago

My thoughts and experience on the new GitHub Copilot tool

tmabraham
1pts0

Sophont Inc. | Founding Research Engineer / Scientist | Remote | Full-time

Sophont is a public-benefit corporation building open multimodal foundation models for medicine. Joining Sophont means you are paid to lead and contribute to high-impact medical AI research ultimately aimed to transform healthcare and life sciences.

We are looking for exceptional, high-agency ML research engineers who are passionate about using AI to build the future of healthcare. No previous background in medical AI is needed!

If you’re interested in working on highly impactful AI projects that could have the potential to transform and save many lives, Sophont is the company to work at.

## Roles

Founding Research Engineer, LLM Team - https://sophont.med/job_postings/llm Founding Research Scientist, Vision Team - https://sophont.med/job_postings/vision Founding Research Scientist, Miscellaneous - https://sophont.med/job_postings/misc

How to apply:

Email resume to hiring@sophontai.com

Stable Audio Open 2 years ago

it was already planned for open-sourcing, the leak did not affect the plans in any way

Nicolas Bourbaki 2 years ago

Nicolas Bourbaki is the name of a character in twenty one pilots' concept album

"He'll always try to stop me, that Nicolas Bourbaki He's got no friends close, but those who know him most know He goes by Nico"

It is indeed inspired by the actual pseudonym, not just a pun.

Because you can take advantage of pretrained CNNs and perform transfer learning, which is significantly more data-efficient than training from scratch, which is what you'd likely have to do with raw digital signals. This paper is not unique in this approach and many papers have obtained SOTA results by processing digital signals as images.

Our model generates CLIP image embeddings from fMRI signals and those image embeddings can be used for retrieval (using cosine similarity for example) or passed into a pretrained diffusion model that takes in CLIP image embeddings and generates an image (it's a bit more complicated than that but that's the gist, read the blog post for more info).

So we are doing both reconstruction and retrieval.

The reconstruction achieves SOTA results. The retrieval demonstrates that the image embeddings contain fine-grained information, not just saying it's just a picture of a teddy bear and then the diffusion model just generates a random teddy bear picture.

I think the zebra example really highlights that. The image embedding generated matches the exact zebra image that was seen by the person. If the model only could say it's just a zebra picture, it wouldn't be able to do that. But the model is picking up on fine-grained info present in the fMRI signal.

The blog post has more information and the paper itself has even more information so please check it out! :)

We think it could be useful for clinical research and maybe even diagnostics. For example, you could imagine a person with depression(or other neurological disorders) may have a different perception of the same image than a healthy person. Now with the much higher fidelity that both more powerful MRI machines and better generative AI tools can provide, this may now be a very promising direction for future research.

I use GitHub Copilot very frequently for any programming I do.

I also use BingChat very often, I consider it to be a very underrated tool that people haven't fully explored. Of course, it's great for when you want your LLM queries augmented with search results. But BingChat can also view the current webpage, so for example you can pull up papers and ask BingChat questions about it. I've used it to help write abstracts for my papers. When I do this, BingChat literally searches up "how to write an abstract" which I found absolutely hilarious , it's like it's learning skills on the go as well. I didn't use the outputs directly, but it served as useful inspiration. I think BingChat uses a mix of models including GPT-4, all for free! Apparently more features are coming soon, including multimodal features.

Okay, but are you a diffusion model/generative AI researcher?

As a researcher in this field, I found the article fairly understandable and accessible. I suspect that was the target audience.

The domain of diffusion models have a lot of terminology and concepts that are not explained here, so maybe that's why it's harder to understand?

the actual platform is called "HuggingFace Hub". The company itself is called "HuggingFace" or "Hugging Face" (I have seen it referred to in both ways, I am unsure which is officially correct). There is no namespace collision.

Hello everyone, I'm Tanishq, the founding CEO of MedARC. MedARC is a new research organization for medical AI research. We are interested in building foundation models for medical AI and building interdisciplinary teams to solve clinical problems. We have a couple of ongoing projects right now (fMRI-image reconstruction and fine-tuning Stable Diffusion for Chest X-rays) and more projects to be announced soon. Check our website for more details. You can also join our Discord:

https://discord.com/invite/CqsMthnauZ

Happy to answer any questions!

4) their own large language model LaMDA, that is apparently so good it convinced a senior AI researcher that it was sentient

Oh come on, that guy would be convinced that ELIZA is sentient

5) researchers that invented Transformers that GPT is modeled after Only one researcher from that paper remains at Google, the rest have gone on to work at or found their own startups. The so-called "Google Brain drain" is certainly a concern (although there still are many great researchers there).

HuggingFace is a company that mainly builds open-source libraries and platforms to support open-source ML projects. They started out with their famous Transformers library and have many other libraries including the diffusion model one that is actually what this application here is using. They also have this model/dataset hub and interactive application platform known as "Spaces". Their goal is to be the "GitHub of machine learning".

Their business model is basically supporting enterprise and private use-cases. For example, getting expert support for using these libraries, or hosting models and datasets privately. You can see more information about the pricing here: https://huggingface.co/pricing

They reached a $2 billion valuation after a recent round of funding so overall they're probably pretty flush with cash lol

Good question!

I think a major reason for this is because of transfer learning. For computer vision, there are many good pretrained models that were trained on huge datasets (like ImageNet) that can be fine-tuned for custom tasks. Other fields often do not have such pretrained models and huge datasets to work on, so it turns out transforming a dataset into an image dataset and fine-tuning a pretrained model works better than training from scratch.

Mathpix is great, but they have become much more restrictive.

I had an old version of this software which I think allowed for unlimited snips but now I am limited to 100 for the free version. Plus this is also a closed-source proprietary product. I will look into the open-source alternative linked in this thread.