Jiarui Lu

61 posts

Jiarui Lu

Jiarui Lu

@jiarlu

ML PhD student @Mila_Quebec

Katılım Aralık 2018
218 Takip Edilen384 Takipçiler
Zuobai Zhang
Zuobai Zhang@Oxer22·
Our latest progress on binder design is here, now backed by massive-scale wet-lab validation! 🧬 Proud to contribute to this amazing team pushing the boundaries of what’s possible.
Karsten Kreis@karsten_kreis

📢📢 Proteina-Complexa 📢📢 Atomistic Binder Design with Generative Pretraining and Test-Time Compute + Experimental Validation at Scale ⭐️ Project page (research.nvidia.com/labs/genair/pr…) for: 📜 Method paper (ICLR 2026 Oral) 🧬 Wet lab paper 🛠️ Code & models 📁 Data 🧵 Thread (1/n)

English
1
1
23
2.2K
ToposBio
ToposBio@ToposBio·
Announcing Topos-1, an all-atom generative model that sets a new benchmark for predicting structural ensembles of intrinsically disordered proteins. Topos-1 outperforms existing models by a large margin, with implications for designing drugs for challenging targets ranging from cancer to neurodegenerative disease. Read the full technical report on our website: toposbio.ai/tech-report
ToposBio tweet media
English
20
37
210
26.6K
Jiarui Lu retweetledi
Jian Tang
Jian Tang@tangjianpku·
My research lab @Mila_Quebec is recruiting multiple PhD positions next Fall working on #biofoundational models. In particular, we are looking for students to work on: (1) Generative models (diffusion models, flow matching) for protein science ( in particular on protein dynamics and design); (2) LLMs for multiomics (genomics, single-cell RNA seq, proteomics); (3) Building #generative_agents for biomedical applications with LLMs. Please DM or email me through tangjian@mila.quebec
English
6
71
312
30K
Gabriele Corso
Gabriele Corso@GabriCorso·
There is lots of chat these days about simple/fast folding models. Few people know that more than a year ago, @jeremyWohlwend and @meteos_97 built MiniFold, a super fast folding method that actually approaches ESMFold accuracy while being >10x faster. Unfortunately, they never did any PR, so they never got enough credit for it. Go check it out: github.com/jwohlwend/mini…
Gabriele Corso tweet media
English
5
43
240
32.4K
Jiarui Lu
Jiarui Lu@jiarlu·
Wrapped up my intern at @Apple MLR and heading back to school. Really lucky to learn from & work with amazing folks here. Excited to see SimpleFold (github.com/apple/ml-simpl…) out and moving forward 🔥 — proud to contribute, and make minuscular effort to the community w/ the team.
English
5
12
250
25.2K
Jiarui Lu retweetledi
Jiarui Lu retweetledi
Jiarui Lu retweetledi
Miguel Angel Bautista
Miguel Angel Bautista@itsbautistam·
So I understand that was unexpected for a lot of people, @Apple MLR has released a protein folding model! arxiv.org/abs/2509.18480. Here’s a summary of what SimpleFold is and what it represents: - What is SimpleFold? A generative model that essentially treats protein folding almost exactly as if it were a text-to-image or text-to-3D problem. - What are we sharing? A research paper and a codebase under an MIT license github.com/apple/ml-simpl… (looking forward to people contributing to it!). We are also releasing pre-trained checkpoints of different sizes so that researchers can best tradeoff performance for efficiency. - Why protein folding? We are doing this work largely because protein folding is an excellent benchmark for structured data generation and multi-modality. Protein folding is a very interesting problem from a generative modeling perspective and we do research on generative modeling :) - Why is it interesting? IMO SimpleFold is interesting because I believe in finding recipes (architectures, training objectives, etc.) that generalize across the board to many different data modalities. Let’s say you are an ML expert in text-to-image or text-to-3D, now you can apply your latest and greatest architectural blocks or efficient samplers to protein folding with SimpleFold. I believe this is a net benefit for ML research and science in general. Now getting more into the technical details: - Our architecture is very simple (hence the name), just a stack of transformer blocks with time-step conditioning. This is important because it makes the model efficient at inference time. You can run SimpleFold directly on your Mac and get results quickly without data ever leaving your laptop. - SimpleFold is not necessarily a model that “rejects” inductive biases, it just doesn’t enforce them directly on the architecture. For example, we apply rotation augmentation to all the protein structures during training. This makes the model “softly” invariant to this symmetry. - There were some concerns online about data leakage from AFESM and that driving performance of SimpleFold or making it overfit. We filtered AFESM data so that the CASP14 sequences are not seen during training. As a matter of fact we distilled structures from AF2/ESMFold models, which have the same cutoff data as SimpleFold for PDB data. Both AF2 and ESMFold train on self-distilled datasets, we just train SimpleFold on a bigger set of distilled data. I want to thank my awesome team of collaborators, they are all rockstars. That’s all, for now :)
Tanishq Mathew Abraham, Ph.D.@iScienceLuvr

SimpleFold: Folding Proteins is Simpler than You Think "we introduce SimpleFold, the first flow-matching based protein folding model that solely uses general purpose transformer blocks. Protein folding models typically employ computationally expensive modules involving triangular updates, explicit pair representations or multiple training objectives curated for this specific domain. Instead, SimpleFold employs standard transformer blocks with adaptive layers and is trained via a generative flow-matching objective with an additional structural term."

English
7
40
310
50.6K
Jiarui Lu retweetledi
Joshua Susskind
Joshua Susskind@jmsusskind·
SimpleFold is out! I'm excited to see how the community receives this work from our research group at Apple, and I hope to see people trying out protein folding on their own laptops with MLX!
Yuyang Wang@YuyangW95

New preprint & open-source! 🚨 “SimpleFold: Folding Proteins is Simpler than You Think” (arxiv.org/abs/2509.18480). We ask: Do protein folding models really need expensive and domain-specific modules like pair representation? We build SimpleFold, a 3B scalable folding model solely built on general-purpose transformers + flow matching, and is trained on 9M structures. SimpleFold supports easy deployment and efficient inference on consumer-level hardware with PyTorch/MLX (try it on your MacBook!) (1/n)

English
1
3
11
1.5K
Jiarui Lu
Jiarui Lu@jiarlu·
Huge thanks to all my gorgeous mentors and collaborators at Apple MLR: @YuyangW95 (project lead), Navdeep Jaitly, @jmsusskind, and @itsbautistam . 🚀 One of (a strike thru) the COOLEST stuff during my internship this summer!!
English
0
0
5
143
Jiarui Lu
Jiarui Lu@jiarlu·
Excited to share our recent work on protein folding with "deliberately" minimalist (not small, scale up to 3B params) non-equivariant model built on general-purpose transformers + FM. How about folding proteins on your M-chip Mac in secs? Try it now! 😎
Yuyang Wang@YuyangW95

New preprint & open-source! 🚨 “SimpleFold: Folding Proteins is Simpler than You Think” (arxiv.org/abs/2509.18480). We ask: Do protein folding models really need expensive and domain-specific modules like pair representation? We build SimpleFold, a 3B scalable folding model solely built on general-purpose transformers + flow matching, and is trained on 9M structures. SimpleFold supports easy deployment and efficient inference on consumer-level hardware with PyTorch/MLX (try it on your MacBook!) (1/n)

English
1
3
20
1.7K
Jiarui Lu retweetledi
Tanishq Mathew Abraham, Ph.D.
Tanishq Mathew Abraham, Ph.D.@iScienceLuvr·
SimpleFold: Folding Proteins is Simpler than You Think "we introduce SimpleFold, the first flow-matching based protein folding model that solely uses general purpose transformer blocks. Protein folding models typically employ computationally expensive modules involving triangular updates, explicit pair representations or multiple training objectives curated for this specific domain. Instead, SimpleFold employs standard transformer blocks with adaptive layers and is trained via a generative flow-matching objective with an additional structural term."
Tanishq Mathew Abraham, Ph.D. tweet media
English
30
135
1.3K
287.4K
Jiarui Lu retweetledi
Yuyang Wang
Yuyang Wang@YuyangW95·
New preprint & open-source! 🚨 “SimpleFold: Folding Proteins is Simpler than You Think” (arxiv.org/abs/2509.18480). We ask: Do protein folding models really need expensive and domain-specific modules like pair representation? We build SimpleFold, a 3B scalable folding model solely built on general-purpose transformers + flow matching, and is trained on 9M structures. SimpleFold supports easy deployment and efficient inference on consumer-level hardware with PyTorch/MLX (try it on your MacBook!) (1/n)
Yuyang Wang tweet media
English
13
87
354
105.3K
Jiarui Lu
Jiarui Lu@jiarlu·
@jakublala Congrats Jakub, super fun to see the animation! How do you see the difference between BAGEL and the good old Rosetta for protein design, I guess they share the core of idea? what shows more promises for BAGEL?
English
0
0
0
73