Skip to content

Commit a260b22

Browse files
committed
added lightspeed paper
1 parent 0bf6f8d commit a260b22

File tree

2 files changed

+65
-1
lines changed

2 files changed

+65
-1
lines changed

_data/authors_internal.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,12 @@ tarunyenamadra:
5050
mariiagladkova:
5151
first_name: Mariia
5252
last_name: Gladkova
53-
website: https://cvg.cit.tum.de/members/gladkova
53+
website: https://cvg.cit.tum.de/members/gladkova
54+
reginehartwig:
55+
first_name: Regine
56+
last_name: Hartwig
57+
website: https://reginehartwig.github.io
58+
riccardomarin:
59+
first_name: Riccardo
60+
last_name: Marin
61+
website: https://ricma.netlify.app

_publications/lightspeed/index.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
layout: publications
3+
permalink: /publications/lightspeed/
4+
external_link: https://reginehartwig.github.io/publications/lightspeed/
5+
date: 2024_12_01 # determines sorting just take the date of the first publication as YYYY_MM_DD
6+
image: assets/teaser.png
7+
image_mouseover: assets/header_vid.png
8+
9+
title: "Lightspeed Computation of Geometry-aware Semantic Embeddings"
10+
venue: TBD, 2025
11+
authors:
12+
- name: reginehartwig
13+
affiliations: "1,2"
14+
- name: dominikmuhle
15+
affiliations: "1,2"
16+
- name: riccardomarin
17+
affiliations: "1,2"
18+
- name: danielcremers
19+
affiliations: "1,2"
20+
21+
affiliations:
22+
- name: tum
23+
length: short
24+
- name: mcml
25+
length: long
26+
27+
28+
description: "A novel, optimal-transport based learning method to solve the challenge of matching semantically similar parts distinguished by their geometric properties, e.g., left/right eyes or front/back legs. It is faster and outperforms previous supervised methods in terms of semantic matching and geometric understanding."
29+
30+
31+
links:
32+
- name: Project Page
33+
link: https://reginehartwig.github.io/publications/lightspeed/
34+
# - name: Paper
35+
# link: https://arxiv.org/abs/2404.07933
36+
# style: "bi bi-file-earmark-richtext"
37+
# - name: Code
38+
# link: https://github.com/keonhee-han/KDBTS
39+
# style: "bi bi-github"
40+
41+
42+
# citation: '@inproceedings{han2024kdbts,
43+
# title = {Boosting Self-Supervision for Single-View Scene Completion
44+
# via Knowledge Distillation},
45+
# author = {K Han and D Muhle and F Wimbauer and D Cremers},
46+
# booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
47+
# year = {2024},
48+
# eprint = {2404.07933},
49+
# eprinttype = {arXiv},
50+
# eprintclass = {cs.CV},
51+
# }'
52+
53+
54+
# acknowledgements: 'This work was supported by the ERC Advanced Grant SIMULACRON, by the Munich Center for Machine Learning, and by the German Federal Ministry of Transport and Digital Infrastructure (BMDV) under grant 19F2251F for the ADAM project.'
55+
56+
---

0 commit comments

Comments
 (0)