Skip to content

Commit c931651

Browse files
committed
adjust order of stflow
1 parent 823456e commit c931651

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

config/publications.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ export const publications: Publication[] = [
3030
impact: "MindLLM achieves state-of-the-art performance on a wide range of fMRI-to-text decoding tasks, and demonstrates strong generalization ability to unseen subjects and tasks. This work paves the way for future research on high-quality fMRI-to-text decoding.",
3131
tags: [Tag.MultiModalFoundationModel],
3232
},
33+
{
34+
title: "Scalable Generation of Spatial Transcriptomics from Histology Images via Whole-Slide Flow Matching",
35+
authors: "Tinglin Huang, Tianyu Liu, Mehrtash Babadi, Wengong Jin, Rex Ying",
36+
venue: "ICML, 2025 (Spotlight)",
37+
page: "stflow",
38+
code: "https://github.com/Graph-and-Geometric-Learning/STFlow",
39+
paper: "https://graph-and-geometric-learning.github.io/publications",
40+
abstract: "Propose STFlow, a flow matching generative model to directly infer the spatial gene expression from whole slide images.",
41+
impact: "We reformulate the original regression task as a generative modeling problem, allowing gene regulation to be integrated across cells. Additionally, the proposed geometry-aware denoiser achieves significantly higher efficiency compared to previous methods.",
42+
tags: [Tag.Applications, Tag.GeometricAndGraphLearning],
43+
},
3344
{
3445
title: "MTBench: A Multimodal Time Series Benchmark for Temporal Reasoning and Question Answering",
3546
authors: "Jialin Chen, Aosong Feng, Ziyu Zhao, Juan Garza, Gaukhar Nurbek, Ali Maatouk, Leandros Tassiulas, Yifeng Gao, Rex Ying",
@@ -77,17 +88,6 @@ export const publications: Publication[] = [
7788
impact: "STPath is the first model to generalize spatial gene expression prediction across organs and gene panels from WSIs. We believe that our work will contribute to this emerging field and provide a better understanding of pathology practice with the help of spatial transcriptomics.",
7889
tags: [Tag.Applications, Tag.GeometricAndGraphLearning],
7990
},
80-
{
81-
title: "Scalable Generation of Spatial Transcriptomics from Histology Images via Whole-Slide Flow Matching",
82-
authors: "Tinglin Huang, Tianyu Liu, Mehrtash Babadi, Wengong Jin, Rex Ying",
83-
venue: "ICML, 2025 (Spotlight)",
84-
page: "stflow",
85-
code: "https://github.com/Graph-and-Geometric-Learning/STFlow",
86-
paper: "https://graph-and-geometric-learning.github.io/publications",
87-
abstract: "Propose STFlow, a flow matching generative model to directly infer the spatial gene expression from whole slide images.",
88-
impact: "We reformulate the original regression task as a generative modeling problem, allowing gene regulation to be integrated across cells. Additionally, the proposed geometry-aware denoiser achieves significantly higher efficiency compared to previous methods.",
89-
tags: [Tag.Applications, Tag.GeometricAndGraphLearning],
90-
},
9191
{
9292
title: "Protein-Nucleic Acid Complex Modeling with Frame Averaging Transformer",
9393
authors: "Tinglin Huang, Zhenqiao Song, Rex Ying, Wengong Jin",

0 commit comments

Comments
 (0)