Skip to content

Commit dac515f

Browse files
committed
added anycam proliminary
1 parent 2683e3c commit dac515f

File tree

6 files changed

+65
-5
lines changed

6 files changed

+65
-5
lines changed

_data/authors_internal.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,8 @@ riccardomarin:
6262
zhenzhangye:
6363
first_name: Zhenzhang
6464
last_name: Ye
65-
website: https://cvg.cit.tum.de/members/yez
65+
website: https://cvg.cit.tum.de/members/yez
66+
weirongchen:
67+
first_name: Weirong
68+
last_name: Chen
69+
website: https://chiaki530.github.io

_data/news.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- date: March 2025
2+
description: 'I am proud to be part of **two** of my colleagues work that have been accepted to **CVPR 2025**. The first paper is [AnyCam](publications/anycam) by [Felix Wimbauer](https://fwmb.github.io) and the second paper is [Nonisotropic Gaussian Diffusion for Realistic 3D Human Motion Prediction](https://ceveloper.github.io/publications/skeletondiffusion) by [Cecilia Curreli](https://ceveloper.github.io).'
13
- date: March 2024
24
description: 'Happy to announce that my [students](https://keonhee-han.github.io) paper [Boosting Self-Supervision for Single View Scene Completion via Knowledge Distillation](https://keonhee-han.github.io/publications/kdbts/) was accepted to **CVPR 2024**'
35
- date: November 2023
3.84 MB
Binary file not shown.
2.71 MB
Binary file not shown.

_publications/anycam/index.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
layout: publications
3+
permalink: /publications/anycam/
4+
# external_link: https://ceveloper.github.io/publications/skeletondiffusion
5+
date: 2025_03_02 # determines sorting just take the date of the first publication as YYYY_MM_DD
6+
image: /assets/teaser.pdf
7+
image_mouseover: /assets/architecture.pdf
8+
# icon: /assets/favicon.ico
9+
10+
title: "AnyCam: Learning to Recover Camera Poses and Intrinsics from Casual Videos"
11+
venue: CVPR, 2025
12+
authors:
13+
- name: felixwimbauer
14+
affiliations: "1,2"
15+
- name: weirongchen
16+
affiliations: "1,2"
17+
- name: dominikmuhle
18+
affiliations: "1,2"
19+
- name: christianrupprecht
20+
affiliations: "3"
21+
- name: danielcremers
22+
affiliations: "1,2"
23+
affiliations:
24+
- name: tum
25+
length: long
26+
- name: mcml
27+
length: long
28+
- name: oxford
29+
length: long
30+
31+
32+
description: "AnyCam is a fast transformer model that directly estimates camera poses and intrinsics from a dynamic video sequence in feed-forward fashion. Our intuition is that such a network can learn strong priors over realistic camera motions. To scale up our training, we rely on an uncertainty-based loss formulation and pre-trained depth and flow networks instead of motion or trajectory supervision. This allows us to use diverse, unlabelled video datasets obtained mostly from YouTube."
33+
34+
links:
35+
- name: Project Page
36+
link: /publications/anycam/
37+
# - name: Paper
38+
# link: https://arxiv.org/abs/2501.06035
39+
# style: "bi bi-file-earmark-richtext"
40+
# - name: Code
41+
# link: https://github.com/Ceveloper/SkeletonDiffusion/tree/main
42+
# style: "bi bi-github"
43+
44+
# citation: '@article{curreli2025nonisotropic,
45+
# title={Nonisotropic Gaussian Diffusion for Realistic 3D Human Motion Prediction},
46+
# author={Curreli, Cecilia and Muhle, Dominik and Saroha, Abhishek and Ye, Zhenzhang and Marin, Riccardo and Cremers, Daniel},
47+
# journal={arXiv preprint arXiv:2501.06035},
48+
# year={2025},
49+
# url={https://arxiv.org/abs/2501.06035},
50+
# eprinttype={arXiv},
51+
# eprintclass={cv.CV},
52+
# }'
53+
# acknowledgements: 'This work was supported by the ERC Advanced Grant SIMULACRON. Thanks to Dr. Almut Sophia Koepke, Yuesong Shen and Shenhan Qian for the proofreading and feedback, Lu Sang for the discussion, Stefania Zunino and the whole CVG team for the support.'
54+
---

_publications/skeletondiffusion/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: publications
33
permalink: /publications/skeletondiffusion/
4-
# external_link: https://ceveloper.github.io/CeciliaCurreli.github.io//publications/skeletondiffusion/
5-
date: 2024_08_27 # determines sorting just take the date of the first publication as YYYY_MM_DD
4+
external_link: https://ceveloper.github.io/publications/skeletondiffusion
5+
date: 2025_03_01 # determines sorting just take the date of the first publication as YYYY_MM_DD
66
image: /assets/teaser.gif
7-
# image_mouseover: /assets/header_vid.mp4
7+
image_mouseover: /assets/header_vid.mp4
88
# icon: /assets/favicon.ico
99

1010
title: "Nonisotropic Gaussian Diffusion for Realistic 3D Human Motion Prediction"
11-
# venue: preprint
11+
venue: CVPR, 2025
1212
authors:
1313
- name: ceciliacurreli
1414
affiliations: "1,2"

0 commit comments

Comments
 (0)