Skip to content

Commit 8572374

Browse files
committed
update papers
1 parent 1ef4ba7 commit 8572374

4 files changed

Lines changed: 69 additions & 0 deletions

File tree

src/lib/helpers/projectsProvider.ts

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,75 @@ import { FunProject, LinkWithIcon, ResearchProject } from '../types';
1212
*/
1313
export function getResearchProjects(): ResearchProject[] {
1414
const projects = [
15+
new ResearchProject(
16+
'Your other Left! Vision-Language Models Fail to Identify Relative Positions in Medical Images',
17+
[
18+
'Daniel Wolf',
19+
'Heiko Hillenhagen',
20+
'Billurvan Taskin',
21+
'Alex Bäuerle',
22+
'Meinrad Beer',
23+
'Michael Götz',
24+
'Timo Ropinski'
25+
],
26+
'Clinical decision-making relies heavily on understanding relative positions of anatomical structures and anomalies. Therefore, for Vision-Language Models (VLMs) to be applicable in clinical practice, the ability to accurately determine relative positions on medical images is a fundamental prerequisite. Our evaluations suggest that, in medical imaging, VLMs rely more on prior anatomical knowledge than on actual image content for answering relative position questions, often leading to incorrect conclusions. To facilitate further research in this area, we introduce the MIRP – Medical Imaging Relative Positioning – benchmark dataset, designed to systematically evaluate the capability to identify relative positions in medical images.',
27+
'2025',
28+
'MICCAI',
29+
'images/other_left.png',
30+
[
31+
new LinkWithIcon(
32+
'https://link.springer.com/chapter/10.1007/978-3-032-04971-1_65',
33+
FilePdfBox
34+
),
35+
new LinkWithIcon('https://wolfda95.github.io/your_other_left/', Github)
36+
]
37+
),
38+
new ResearchProject(
39+
'Cell Painting for cytotoxicity and mode-of-action analysis in primary human hepatocytes',
40+
[
41+
'Jessica D Ewald',
42+
'Katherine L Titterton',
43+
'Alex Bäuerle',
44+
'Alex Beatson',
45+
'Daniil A Boiko',
46+
'Ángel A Cabrera',
47+
'Jaime Cheah',
48+
'Beth A Cimini',
49+
'Bram Gorissen',
50+
'Thouis Jones',
51+
'Konrad J Karczewski',
52+
'David Rouquie',
53+
'Srijit Seal',
54+
'Erin Weisbart',
55+
'Brandon White',
56+
'Anne E Carpenter',
57+
'Shantanu Singh'
58+
],
59+
'We apply image-based profiling (the Cell Painting assay) and two cytotoxicity assays (metabolic and membrane damage readouts) to primary human hepatocytes after exposure to eight concentrations of 1085 compounds that include pharmaceuticals, pesticides, and industrial chemicals with known liver toxicity-related outcomes. We found that the morphological profiles detect compound bioactivity at lower concentrations than standard cytotoxicity assays. In supervised analyses, they predict cytotoxicity and targeted cell-based assay readouts, but not cell-free assay readouts. We envision that image-based profiling could serve as a key component of modern safety assessment.',
60+
'2025',
61+
'bioRxiv',
62+
'images/tox.png',
63+
[new LinkWithIcon('https://pmc.ncbi.nlm.nih.gov/articles/PMC11785178/', FilePdfBox)]
64+
),
65+
new ResearchProject(
66+
'A Survey on Quality Metrics for Text-to-Image Generation',
67+
[
68+
'Sebastian Hartwig',
69+
'Dominik Engel',
70+
'Leon Sick',
71+
'Hannah Kniesel',
72+
'Tristan Payer',
73+
'Poonam Poonam',
74+
'Michael Glöckner',
75+
'Alex Bäuerle',
76+
'Timo Ropinski'
77+
],
78+
'Within this survey, we provide a comprehensive overview of text-to-image quality metrics, and propose a taxonomy to categorize these metrics. Our taxonomy is grounded in the assumption, that there are two main quality criteria, namely compositional quality and general quality, that contribute to the overall image quality. Besides the metrics, this survey covers dedicated text-to-image benchmark datasets, over which the metrics are frequently computed. Finally, we identify limitations and open challenges in the field of text-to-image generation, and derive guidelines for practitioners conducting text-to-image evaluation.',
79+
'2025',
80+
'TVCG',
81+
'images/image_quality.png',
82+
[new LinkWithIcon('https://ieeexplore.ieee.org/document/11062594', FilePdfBox)]
83+
),
1584
new ResearchProject(
1685
'Humboldt: Metadata-Driven Extensible Data Discovery',
1786
['Alex Bäuerle', 'Çağatay Demiralp', 'Michael Stonebraker'],

static/images/image_quality.png

355 KB
Loading

static/images/other_left.png

108 KB
Loading

static/images/tox.png

50.1 KB
Loading

0 commit comments

Comments
 (0)