-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtopics.json
44 lines (44 loc) · 1.63 KB
/
topics.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[
{
"name": "Grounding language to 3D",
"description": "I'm interested in how can we create AI systems for describing and localizing 3D objects in scenes.",
"tagsets": [["vl", "3d"]],
"img": ""
},
{
"name": "Language based content creation",
"description": "I'm also interested in using language to assist with the creation of 3D content. 3D interfaces can be challenging to use and natural language interfaces can make it easier for anyone to create 3D objects and generate 3D scenes.",
"tagsets": [["text2shape"], ["text2scene"]],
"img": ""
},
{
"name": "Embodied AI",
"description": "In embodied AI, we want to study how an artificial agent can learn to act based on sensory perception.",
"tagsets": [["embodied", "!simulator", "!dataset"]],
"img": ""
},
{
"name": "Simulation platforms",
"description": "To foster research in the area of embodied AI, we need to have easy-to-use simulation platforms.",
"tagsets": [["simulator"]],
"img": ""
},
{
"name": "Articulated objects for interactive environments",
"description": "",
"tagsets": [["articulations", "!simulator"]],
"img": ""
},
{
"name": "Large-scale datasets for 3D deep learning",
"description": "Another focus of my work is the creation of large-scale 3D datasets. With data, we can develop new models and tasks for 3D understanding and generation. These assets are also essential for training embodied AI agents to learn to move and interact in 3D environments.",
"tagsets": [["3d", "dataset"]],
"img": ""
},
{
"name": "3D scene understanding and generation",
"description": "",
"tagsets": [["3d", "scene", "!dataset"]],
"img": ""
}
]