Skip to content

Commit

Permalink
添加 5 Papers
Browse files Browse the repository at this point in the history
  • Loading branch information
amusi committed Mar 4, 2023
1 parent 7dff152 commit f15a1ec
Showing 1 changed file with 43 additions and 3 deletions.
46 changes: 43 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ CVPR2023 decisions are now available on OpenReview! This year, wereceived a reco
- [医学图像(Medical Image)](#Medical-Image)
- [视频生成(Video Generation)](#Video-Generation)
- [知识蒸馏(Knowledge Distillation)](#KD)
- [三维重建(3D Reconstruction)](#3D-Reconstruction)
- [轨迹预测Trajectory Prediction)](#TP)
- [数据集(Datasets)](#Datasets)
- [新任务(New Tasks)](#New-Tasks)
Expand Down Expand Up @@ -109,6 +110,12 @@ CVPR2023 decisions are now available on OpenReview! This year, wereceived a reco
- Paper: https://arxiv.org/abs/2301.08556
- Code: None

**Panoptic Lifting for 3D Scene Understanding with Neural Fields**

- Homepage: https://nihalsid.github.io/panoptic-lifting/
- Paper: https://arxiv.org/abs/2212.09802
- Code: None

<a name="DETR"></a>

# DETR
Expand Down Expand Up @@ -153,13 +160,25 @@ CVPR2023 decisions are now available on OpenReview! This year, wereceived a reco
- Paper: https://arxiv.org/abs/2211.10656
- Code: None

**DiffRF: Rendering-guided 3D Radiance Field Diffusion**

- Homepage: https://sirwyver.github.io/DiffRF/
- Paper: https://arxiv.org/abs/2212.01206
- Code: None

# Vision Transformer

**Integrally Pre-Trained Transformer Pyramid Networks**

- Paper: https://arxiv.org/abs/2211.12735
- Code: https://github.com/sunsmarterjie/iTPN

**Mask3D: Pre-training 2D Vision Transformers by Learning Masked 3D Priors**

- Homepage: https://niessnerlab.org/projects/hou2023mask3d.html
- Paper: https://arxiv.org/abs/2302.14746
- Code: None

<a name="Avatars"></a>

# Avatars
Expand Down Expand Up @@ -225,7 +244,7 @@ CVPR2023 decisions are now available on OpenReview! This year, wereceived a reco
- Paper: https://arxiv.org/abs/2206.04656
- Code: None

<a name="KD"></a>
3D Reconstruction<a name="KD"></a>

# 知识蒸馏(Knowledge Distillation)

Expand All @@ -234,9 +253,23 @@ CVPR2023 decisions are now available on OpenReview! This year, wereceived a reco
- Paper: https://arxiv.org/abs/2302.14290
- Code: None

<a name="3D-Reconstruction"></a>

# 三维重建(3D Reconstruction)

**OReX: Object Reconstruction from Planar Cross-sections Using Neural Fields**

- Paper: https://arxiv.org/abs/2211.12886
- Code: None

**SparsePose: Sparse-View Camera Pose Regression and Refinement**

- Paper: https://arxiv.org/abs/2211.16991
- Code: None

<a name="TP"></a>

# Trajectory Prediction
# 轨迹预测(Trajectory Prediction)

**IPCC-TP: Utilizing Incremental Pearson Correlation Coefficient for Joint Multi-Agent Trajectory Prediction**

Expand Down Expand Up @@ -341,4 +374,11 @@ CVPR2023 decisions are now available on OpenReview! This year, wereceived a reco
**Disentangling Orthogonal Planes for Indoor Panoramic Room Layout Estimation with Cross-Scale Distortion Awareness**

- Paper: https://arxiv.org/abs/2303.00971
- Code: https://github.com/zhijieshen-bjtu/DOPNet
- Code: https://github.com/zhijieshen-bjtu/DOPNet

**Learning Neural Parametric Head Models**

- Homepage: https://simongiebenhain.github.io/NPHM)
- Paper: https://arxiv.org/abs/2212.02761
- Code: None

0 comments on commit f15a1ec

Please sign in to comment.