Skip to content

Commit 7e48058

Browse files
committed
Add shared-encoder work
1 parent 8cde550 commit 7e48058

File tree

3 files changed

+69
-2
lines changed

3 files changed

+69
-2
lines changed

catalog/public/data/papers.bib

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,10 @@ @article{baghbanzadeh2025advancing
1212
journal={arXiv preprint arXiv:2503.14377},
1313
year={2025}
1414
}
15+
16+
@article{roy2025shared,
17+
title={A Shared Encoder Approach to Multimodal Representation Learning},
18+
author={Roy, Shuvendu and Fallahpour, Adibvafa and Baghbanzadeh, Negin and Parhizkar, Yasaman and Afkanpour, Arash and Etemad, Ali and Dolatabadi, Elham},
19+
journal={arXiv preprint arXiv:2503.01654},
20+
year={2025}
21+
}

catalog/public/data/repositories.json

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,44 @@
130130
"year": 2025,
131131
"github_url": "https://github.com/VectorInstitute/kg-rag"
132132
},
133+
{
134+
"name": "shared-encoder",
135+
"repo_id": "VectorInstitute/shared-encoder",
136+
"description": "A Shared Encoder Approach to Multimodal Representation Learning",
137+
"implementations": [
138+
{
139+
"name": "Shared Encoder Architecture",
140+
"url": "https://arxiv.org/abs/2503.01654"
141+
},
142+
{
143+
"name": "Multimodal Representation Learning",
144+
"url": null
145+
}
146+
],
147+
"type": "applied-research",
148+
"year": 2025,
149+
"github_url": "https://github.com/VectorInstitute/shared-encoder",
150+
"paper_url": "https://arxiv.org/abs/2503.01654",
151+
"bibtex": "roy2025shared",
152+
"public_datasets": [
153+
{
154+
"name": "PMC-OA",
155+
"url": null
156+
},
157+
{
158+
"name": "MIMIC-CXR",
159+
"url": "https://physionet.org/content/mimic-cxr/2.0.0/"
160+
},
161+
{
162+
"name": "DeepEyeNet",
163+
"url": null
164+
},
165+
{
166+
"name": "Quilt",
167+
"url": null
168+
}
169+
]
170+
},
133171
{
134172
"name": "ai-deployment",
135173
"repo_id": "VectorInstitute/ai-deployment",
@@ -791,7 +829,7 @@
791829
"github_url": "https://github.com/VectorInstitute/privacy-enhancing-techniques"
792830
}
793831
],
794-
"totalImplementations": 115,
832+
"totalImplementations": 117,
795833
"yearsOfResearch": 7,
796-
"lastUpdated": "2025-10-01T16:20:02.943326"
834+
"lastUpdated": "2025-10-01T22:07:14.759555"
797835
}

repositories/shared-encoder.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: shared-encoder
2+
repo_id: VectorInstitute/shared-encoder
3+
description: "A Shared Encoder Approach to Multimodal Representation Learning"
4+
implementations:
5+
- name: Shared Encoder Architecture
6+
url: https://arxiv.org/abs/2503.01654
7+
- name: Multimodal Representation Learning
8+
url: null
9+
type: applied-research
10+
year: 2025
11+
github_url: https://github.com/VectorInstitute/shared-encoder
12+
paper_url: https://arxiv.org/abs/2503.01654
13+
bibtex: roy2025shared
14+
public_datasets:
15+
- name: PMC-OA
16+
url: null
17+
- name: MIMIC-CXR
18+
url: https://physionet.org/content/mimic-cxr/2.0.0/
19+
- name: DeepEyeNet
20+
url: null
21+
- name: Quilt
22+
url: null

0 commit comments

Comments
 (0)