wushengqiong
commited on
Commit
Β·
c0ecd4f
1
Parent(s):
8478baf
add scope c task data
Browse files- Scope-C/3d-comp.json +80 -0
- Scope-C/3d-gen.json +45 -0
- Scope-C/aud-comp.json +92 -0
- Scope-C/aud-gen.json +84 -0
- Scope-C/img-comp.json +742 -0
- Scope-C/img-gen.json +167 -0
- Scope-C/nlp.json +391 -0
- Scope-C/vid-comp.json +309 -0
- Scope-C/vid-gen.json +152 -0
Scope-C/3d-comp.json
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"3D Human-related Object Classification": [
|
3 |
+
{
|
4 |
+
"3D Accessory Classification": "3d_classification/ModelNet40/accessory"
|
5 |
+
},
|
6 |
+
{
|
7 |
+
"3D Appliance Classification": "3d_classification/ModelNet40/appliance"
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"3D Tableware Classification": "3d_classification/ModelNet40/tableware"
|
11 |
+
},
|
12 |
+
{
|
13 |
+
"3D Musical Instrument Classification": "3d_classification/ModelNet40/musical_instrument"
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"3D Person Classification": "3d_classification/ModelNet40/person"
|
17 |
+
}
|
18 |
+
],
|
19 |
+
"3D Geometry Feature Analysis": [],
|
20 |
+
"3D Detection": [],
|
21 |
+
"3D Question Answering": [],
|
22 |
+
"3D Motion Understanding": [],
|
23 |
+
"3D Structure and Environment Classification": [
|
24 |
+
{
|
25 |
+
"3D Furniture Classification": "3d_classification/ModelNet40/furniture"
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"3D Structure Classification": "3d_classification/ModelNet40/structure"
|
29 |
+
}
|
30 |
+
],
|
31 |
+
"Transportation and Technology Object Classification": [
|
32 |
+
{
|
33 |
+
"3D Electronic Classification": "3d_classification/ModelNet40/electronic"
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"3D Vehicle Classification": "3d_classification/ModelNet40/vehicle"
|
37 |
+
}
|
38 |
+
],
|
39 |
+
"3D Indoor Scene Semantic Segmentation": [
|
40 |
+
{
|
41 |
+
"3D Indoor Appliance Semantic Segmentation": "3d_indoor_semantic_segmentation"
|
42 |
+
}
|
43 |
+
],
|
44 |
+
"3D Outdoor Scene Semantic Segmentation": [
|
45 |
+
{
|
46 |
+
"3D Outdoor Semantic Segmentation": "3d_outdoor_semantic_segmentation"
|
47 |
+
}
|
48 |
+
],
|
49 |
+
"3D Indoor Scene Instance Segmentation": [
|
50 |
+
{
|
51 |
+
"3D Indoor Instance Segmentation": "3d_outdoor_instance_segmentation"
|
52 |
+
}
|
53 |
+
],
|
54 |
+
"3D Pose Estimation": [
|
55 |
+
{
|
56 |
+
"3D Odometry": "3d_outdoor_odometry"
|
57 |
+
}
|
58 |
+
],
|
59 |
+
"3D Part Segmentation": [
|
60 |
+
{
|
61 |
+
"3D Aircrafts Part Segmentation": "3d_part_segmentation/aircrafts"
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"3D Personal Item Part Segmentation": "3d_part_segmentation/personal_item"
|
65 |
+
},
|
66 |
+
{
|
67 |
+
"3D Vehicle Part Segmentation": "3d_part_segmentation/vehicles"
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"3D Furniture Part Segmentation": "3d_part_segmentation/furniture"
|
71 |
+
},
|
72 |
+
{
|
73 |
+
"3D Tableware Part Segmentation": "3d_part_segmentation/tableware"
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"3D Weapon Part Segmentation": "3d_part_segmentation/weapons"
|
77 |
+
}
|
78 |
+
],
|
79 |
+
"3D Tracking": []
|
80 |
+
}
|
Scope-C/3d-gen.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Point Cloud Completion": [],
|
3 |
+
"Point Cloud to Mesh Reconstruction": [],
|
4 |
+
"Text to Point Cloud Generation": [
|
5 |
+
{
|
6 |
+
"Text to 3D Living and Arts Point Cloud Generation": "text_2_3d_pointcloud_gen"
|
7 |
+
},
|
8 |
+
{
|
9 |
+
"Text to 3D Science and Technology Point Cloud Generation": "text_2_3d_pointcloud_gen"
|
10 |
+
},
|
11 |
+
{
|
12 |
+
"Text to 3D Nature and Biology Point Cloud Generation": "text_2_3d_pointcloud_gen"
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"Text to 3D Culture and Structure Point Cloud Generation": "text_2_3d_pointcloud_gen"
|
16 |
+
}
|
17 |
+
],
|
18 |
+
"Text to Mesh Generation": [
|
19 |
+
{
|
20 |
+
"Text to 3D Living and Arts Mesh Generation": "text_2_3d_mesh_gen"
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"Text to 3D Science and Technology Mesh Generation": "text_2_3d_mesh_gen"
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"Text to 3D Nature and Biology Mesh Generation": "text_2_3d_mesh_gen"
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"Text to 3D Culture and Structure Mesh Generation": "text_2_3d_mesh_gen"
|
30 |
+
}
|
31 |
+
],
|
32 |
+
"Image to Point Cloud Generation": [],
|
33 |
+
"Image to Mesh Generation": [],
|
34 |
+
"RGB-D to Point Cloud Reconstruction": [],
|
35 |
+
"RGB-D to Mesh Reconstruction": [
|
36 |
+
{
|
37 |
+
"RGB-D to Mesh Reconstruction": "rgbd_to_mesh"
|
38 |
+
}
|
39 |
+
],
|
40 |
+
"Text to 3D Motion Generation": [
|
41 |
+
{
|
42 |
+
"Text to 3D Motion Generation": "text_2_3d_motion_gen"
|
43 |
+
}
|
44 |
+
]
|
45 |
+
}
|
Scope-C/aud-comp.json
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Speech Accent Understanding": [
|
3 |
+
{
|
4 |
+
"Accent Classification": "AccentClassification"
|
5 |
+
},
|
6 |
+
{
|
7 |
+
"Accent Sex Classification": "AccentSexClassification"
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"Speaker Identification": "SpeakerIdentification"
|
11 |
+
},
|
12 |
+
{
|
13 |
+
"Vocal Sound Classification": "VocalSoundClassification"
|
14 |
+
}
|
15 |
+
],
|
16 |
+
"Speech Content Understanding": [
|
17 |
+
{
|
18 |
+
"Intent Classification": "IntentClassification"
|
19 |
+
},
|
20 |
+
{
|
21 |
+
"Speech Command": "SpeechCommand"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"Speech Event Extraction": "SpeechEventExtraction"
|
25 |
+
}
|
26 |
+
],
|
27 |
+
"Speech Emotion Understanding": [
|
28 |
+
{
|
29 |
+
"Speech Emotion Recognition": "SpeechEmotionRecognition"
|
30 |
+
}
|
31 |
+
],
|
32 |
+
"Music Understanding": [
|
33 |
+
{
|
34 |
+
"Music Genre Classification": "MusicGenreClassification"
|
35 |
+
},
|
36 |
+
{
|
37 |
+
"Music Instrument Classification": "MusicInstrumentClassification"
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"Music Instrument Source Analysis": "MusicInstrumentSourceAnalysis"
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"Music Pitch Analysis": "MusicPitchAnalysis"
|
44 |
+
}
|
45 |
+
],
|
46 |
+
"Audio Technique Understanding": [
|
47 |
+
{
|
48 |
+
"Note Qualities Analysis": "NoteQualitiesAnalysis"
|
49 |
+
},
|
50 |
+
{
|
51 |
+
"Singer Identification": "SingerIdentification"
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"Vocal Technique Detection": "VocalTechniqueDetection"
|
55 |
+
}
|
56 |
+
],
|
57 |
+
"Audio Content Understanding": [
|
58 |
+
{
|
59 |
+
"Long Audio Captioning": "LongAudioCaptioning"
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"Wild Audio Captioning": "WildAudioCaptioning"
|
63 |
+
}
|
64 |
+
],
|
65 |
+
"General Audio Question Answering": [
|
66 |
+
{
|
67 |
+
"Open Audio Question Answering": "OpenAudioQuestionAnswering"
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"Audio Question Answering": "AudioQuestionAnswering"
|
71 |
+
}
|
72 |
+
],
|
73 |
+
"Animal Sound Analysis": [
|
74 |
+
{
|
75 |
+
"Bird Sound Detection": "BirdSoundDetection"
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"Animal Sound Detection": "AnimalSoundDetection"
|
79 |
+
}
|
80 |
+
],
|
81 |
+
"Environment Sound Understanding": [
|
82 |
+
{
|
83 |
+
"Acoustic Scene Recognition": "AcousticSceneRecognition"
|
84 |
+
},
|
85 |
+
{
|
86 |
+
"Environment Sound Recognition": "EnvironmentSoundRecognition"
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"Sound Event Recognition": "SoundEventRecognition"
|
90 |
+
}
|
91 |
+
]
|
92 |
+
}
|
Scope-C/aud-gen.json
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Audio Edit": [
|
3 |
+
{
|
4 |
+
"AudioEdit": "AudioEdit"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"Music Synthesis": [
|
8 |
+
{
|
9 |
+
"Piano-to-Orchestration Generation": "PianoToOrchestrationGeneration"
|
10 |
+
},
|
11 |
+
{
|
12 |
+
"Pop Music Generation": "PopMusicGeneration"
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"Singing Voice Synthesis": "SingingVoiceSynthesis"
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"Song Generation": "SongGeneration"
|
19 |
+
}
|
20 |
+
],
|
21 |
+
"Music Style Transfer": [
|
22 |
+
{
|
23 |
+
"Music Style Transfer": "MusicStyleTransfer"
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"Chord-based Music Style Transfer": "ChordBasedMusicStyleTransfer"
|
27 |
+
}
|
28 |
+
],
|
29 |
+
"Dialogue Speech Generation": [
|
30 |
+
{
|
31 |
+
"Daily Talk Generation": "DailyTalkGeneration"
|
32 |
+
}
|
33 |
+
],
|
34 |
+
"Emotional Speech Generation": [
|
35 |
+
{
|
36 |
+
"Emotional Speech Synthesis": "EmotionalSpeechSynthesis"
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"Emotion Style Transfer": "EmotionStyleTransfer"
|
40 |
+
}
|
41 |
+
],
|
42 |
+
"Text-To-Speech Synthesis": [
|
43 |
+
{
|
44 |
+
"Text-To-Speech": "TextToSpeech"
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"Multimodal TTS": "MultimodalTTS"
|
48 |
+
}
|
49 |
+
],
|
50 |
+
"Text-to-Audio Synthesis": [
|
51 |
+
{
|
52 |
+
"Single Caption To Audio Generation": "SingleCaptionToAudio"
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"Two Captions To Audio Generation": "TwoCaptionsToAudio"
|
56 |
+
}
|
57 |
+
],
|
58 |
+
"Image-to-Audio Synthesis": [
|
59 |
+
{
|
60 |
+
"Image-to-Speech": "ImageToSpeech"
|
61 |
+
}
|
62 |
+
],
|
63 |
+
"Video-to-Audio Synthesis": [
|
64 |
+
{
|
65 |
+
"Video-to-Audio": "VideoToAudio"
|
66 |
+
}
|
67 |
+
],
|
68 |
+
"Speech Style Transfer": [
|
69 |
+
{
|
70 |
+
"Voice Conversion": "VoiceConversion"
|
71 |
+
}
|
72 |
+
],
|
73 |
+
"Speech Translation": [
|
74 |
+
{
|
75 |
+
"Chinese-to-English Speech Translation": "SpeechTranslationChToEn"
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"English-to-Chinese Speech Translation": "SpeechTranslationEnToCh"
|
79 |
+
},
|
80 |
+
{
|
81 |
+
"English-to-Mogolian Speech Translation": "SpeechTranslationEnToMo"
|
82 |
+
}
|
83 |
+
]
|
84 |
+
}
|
Scope-C/img-comp.json
ADDED
@@ -0,0 +1,742 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Behavior Recognition": [
|
3 |
+
{
|
4 |
+
"Sports Image Classification": "sports_image_classification"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"Image Caption": [
|
8 |
+
{
|
9 |
+
"Instagram Image Caption": "instagram_image_caption"
|
10 |
+
},
|
11 |
+
{
|
12 |
+
"Satellite Image Caption": "satellite_image_caption"
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"Astronomy Image Captioning": "astronomy-image-captioning"
|
16 |
+
}
|
17 |
+
],
|
18 |
+
"Image Depth Estimation": [],
|
19 |
+
"Image Instance Segmentation": [
|
20 |
+
{
|
21 |
+
"Pedestrian Instance Segmentation": "pedestrian_instance_segmentation"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"Vehicle Instance Segmentation": "vehicle_instance_segmentation"
|
25 |
+
}
|
26 |
+
],
|
27 |
+
"Image OCR": [
|
28 |
+
{
|
29 |
+
"Handwriting OCR": "handwriting-component-detection"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"Letter and Number OCR": "letter_and_number_ocr"
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"License Plate OCR": "license_plate_ocr"
|
36 |
+
},
|
37 |
+
{
|
38 |
+
"Radical-Level Oracle Bone Character Recognition": "Radical-LevelOracleBoneCharacterRecognition"
|
39 |
+
}
|
40 |
+
],
|
41 |
+
"Image Recognition": [
|
42 |
+
{
|
43 |
+
"Latex Code Recognition": "Latex Code Recognition"
|
44 |
+
}
|
45 |
+
],
|
46 |
+
"Image Semantic Segmentation": [
|
47 |
+
{
|
48 |
+
"Indoor Semantic Segmentation": "indoor_semantic_segmentation"
|
49 |
+
},
|
50 |
+
{
|
51 |
+
"Pedestrian Semantic Segmentation": "pedestrian_semantic_segmentation"
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"Road Semantic Segmentation": "Road_Semantic_Segmentation"
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"Vehicle Semantic Segmentation": "vehicle_semantic_segmentation"
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"People Clothing Segmentation": "people-clothing-segmentation"
|
61 |
+
},
|
62 |
+
{
|
63 |
+
"Flood Area Segmentation": "flood-area-segmentation"
|
64 |
+
}
|
65 |
+
],
|
66 |
+
"Image Visual Grounding": [
|
67 |
+
{
|
68 |
+
"Short Expression Visual Grounding": "short_expression_visual_grounding"
|
69 |
+
}
|
70 |
+
],
|
71 |
+
"Image Visual Question Answering": [
|
72 |
+
{
|
73 |
+
"External Knowledge Required Image Question Answering": "Internet-Retrieved-InformationVisualQuestionAnswering"
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"Medical Image Question Answering": "medical_image_qa"
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"Reasoning and Compositional Image Question Answering": "reasoning_and_compositional_image_qa"
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"Geography Visual Question Answering": "geography_vqa"
|
83 |
+
},
|
84 |
+
{
|
85 |
+
"Geometry Visual Question Answering": "geometry_vqa"
|
86 |
+
},
|
87 |
+
{
|
88 |
+
"Lung Nodule Diagnosis Visual Question Answering": "lung_nodule_diagnosis_vqa"
|
89 |
+
},
|
90 |
+
{
|
91 |
+
"Mathematical Statistical Reasoning Visual Question Answering": "mathematical_statistical_reasoning_vqa"
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"Mathematical Textbook Visual Question Answering": "mathematical_textbook_vqa"
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"Mathematical Word Problem Visual Question Answering": "mathematical_word_problem_vqa"
|
98 |
+
},
|
99 |
+
{
|
100 |
+
"Physics Visual Question Answering": "physics_vqa"
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"Mathematical Synthetic Scene Visual Question Answering": "mathematical_synthetic_scene_vqa"
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"Remote Sense Visual Question Answering": "remote_sense_vqa"
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"Skin Disease Visual Question Answering": "skin_disease_diagnosis_vqa"
|
110 |
+
},
|
111 |
+
{
|
112 |
+
"Internet-Retrieved-Information Visual Question Answering": "Internet-Retrieved-InformationVisualQuestionAnswering"
|
113 |
+
},
|
114 |
+
{
|
115 |
+
"Webpage Content Visual Question Answering": "WebpageContentVisualQuestionAnswering"
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"Sporting-related VQA": "Sporting-relatedVQA"
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"Financial Dialogue VQA": "FinancialDialogueVQA"
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"Historical Multi-Source Dialogue": "HistoricalMulti-SourceDialogue"
|
125 |
+
},
|
126 |
+
{
|
127 |
+
"Multi-Turn Interactive Dialogue": "Multi-TurnInteractiveDialogue"
|
128 |
+
},
|
129 |
+
{
|
130 |
+
"Complex Multi-Scenario Dialogue": "ComplexMulti-ScenarioDialogue"
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"Multimodal Slide Question Answering": "MultimodalSlideQuestionAnswering"
|
134 |
+
},
|
135 |
+
{
|
136 |
+
"Multimodal Document VQA": "MultimodalDocumentVQA"
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"Multimodal Document Fine-grained Reasoning": "MultimodalDocumentFine-grainedReasoning"
|
140 |
+
},
|
141 |
+
{
|
142 |
+
"Textbook Diagram VQA": "TextbookDiagramVQA"
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"Education-Related VQA": "Education-RelatedVQA"
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"Book Information VQA": "BookInformationVQA"
|
149 |
+
},
|
150 |
+
{
|
151 |
+
"Textual Document VQA": "TextualDocumentVQA"
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"Text-Table-Image Joint Reasoning": "Text-Table-ImageJointReasoning"
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"Handwritten Formula Visual Question Answering": "Handwritten_Formula_Visual_Question_Answering"
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"Face Comparison Visual Question Answering": "Face_Comparison_Visual_Question_Answering"
|
161 |
+
},
|
162 |
+
{
|
163 |
+
"Image Similarity Visual Question Answering": "Image_Similarity_Visual_Question_Answering"
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"Art Image Visual Question Answering": "ArtImageVisualQuestionAnswering"
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"Culture Image Visual Question Answering": "CultureImageVisualQuestionAnswering"
|
170 |
+
},
|
171 |
+
{
|
172 |
+
"Imge Editing Instruction Generation": "image_editing_instruction_generation"
|
173 |
+
}
|
174 |
+
],
|
175 |
+
"Industrial Anomaly Detection": [
|
176 |
+
{
|
177 |
+
"Bottle Anomaly Detection": "BottleAnomalyDetection"
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"Cable Anomaly Detection": "CableAnomalyDetection"
|
181 |
+
},
|
182 |
+
{
|
183 |
+
"Capsule Anomaly Detection": "CapsuleAnomalyDetection"
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"Carpet Anomaly Detection": "CarpetAnomalyDetection"
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"Grid Anomaly Detection": "GridAnomalyDetection"
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"Hazelnut Anomaly Detection": "HazelnutAnomalyDetection"
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"Leather Anomaly Detection": "LeatherAnomalyDetection"
|
196 |
+
},
|
197 |
+
{
|
198 |
+
"Metal Nut Anomaly Detection": "MetalNutAnomalyDetection"
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"Pill Anomaly Detection": "PillAnomalyDetection"
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"Screw Anomaly Detection": "ScrewAnomalyDetection"
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"Tile Anomaly Detection": "TileAnomalyDetection"
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"Toothbrush-Anomaly Detection": "ToothbrushAnomalyDetection"
|
211 |
+
},
|
212 |
+
{
|
213 |
+
"Transistor Anomaly Detection": "TransistorAnomalyDetection"
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"Wood Anomaly Detection": "WoodAnomalyDetection"
|
217 |
+
},
|
218 |
+
{
|
219 |
+
"Zipper Anomaly Detection": "ZipperAnomalyDetection"
|
220 |
+
}
|
221 |
+
],
|
222 |
+
"Medical Segmentation": [
|
223 |
+
{
|
224 |
+
"COVID-19 CT Scan Lesion Segmentation": "COVID-19CTScanLesionSegmentation"
|
225 |
+
},
|
226 |
+
{
|
227 |
+
"Hubmap Organ Segmentation": "HubmapOrganSegmentation"
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"Lung segmentation": "LungSegmentation"
|
231 |
+
},
|
232 |
+
{
|
233 |
+
"Bacteria Segmentation": "BacteriaSegmentation"
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"Tuberculosis X-ray Segmentation": "tuberculosis_xray_segmentation"
|
237 |
+
}
|
238 |
+
],
|
239 |
+
"Code Generation": [
|
240 |
+
{
|
241 |
+
"Sketch-to-HTML Code Generation": "sketch2html_code_generation"
|
242 |
+
}
|
243 |
+
],
|
244 |
+
"Keypoint Detection": [
|
245 |
+
{
|
246 |
+
"Person Keypoint Detection": "person_keypoint_detection"
|
247 |
+
}
|
248 |
+
],
|
249 |
+
"Multi-image Visual Question Answering": [
|
250 |
+
{
|
251 |
+
"Image Pair Multi-Attribute Question Answering": "Image_Pair_Multi-Attribute_Question_Answering"
|
252 |
+
},
|
253 |
+
{
|
254 |
+
"Numerical Dual Image Description Verification": "Numerical_Dual_Image_Description_Verification"
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"Aircraft Model Matching": "Aircraft_Model_Matching"
|
258 |
+
},
|
259 |
+
{
|
260 |
+
"Car Model Matching": "Car_Model_Matching"
|
261 |
+
},
|
262 |
+
{
|
263 |
+
"Pose and Activity Consistency Verification": "Pose_and_Activity_Consistency_Verification"
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"Digital Consistency Comparison": "Digital_Consistency_Comparison"
|
267 |
+
}
|
268 |
+
],
|
269 |
+
"Multimodal Dialogue": [
|
270 |
+
{
|
271 |
+
"Egocentric Daily Tasks Action Planning": "EgocentricDailyTasksActionPlanning"
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"Context-Aware Embodied Agent Dialogue": "Context-AwareEmbodiedAgentDialogue"
|
275 |
+
},
|
276 |
+
{
|
277 |
+
"Embodied Navigating Visual Question Answering": "EmbodiedNavigatingVisualQuestionAnswering"
|
278 |
+
},
|
279 |
+
{
|
280 |
+
"Environment-Based Next-action Description": "Environment-BasedNext-actionDescription"
|
281 |
+
},
|
282 |
+
{
|
283 |
+
"Multimodal Decision-making Reasoning": "MultimodalDecision-makingReasoning"
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"Comic Dialogue Completion": "ComicDialogueCompletion"
|
287 |
+
}
|
288 |
+
],
|
289 |
+
"Multimodal Reasoning": [
|
290 |
+
{
|
291 |
+
"Fashion Concept Visual Question Answering": "FashionConceptVisualQuestionAnswering"
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"Cloth Color Visual Question Answering": "ClothColorVisualQuestionAnswering"
|
295 |
+
},
|
296 |
+
{
|
297 |
+
"Multi-Image Visual Entailment Reasoning": "Multi-ImageVisualEntailmentReasoning"
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"Visual Step Completion": "VisualStepCompletion"
|
301 |
+
},
|
302 |
+
{
|
303 |
+
"Recipe Ingredient Description": "RecipeIngredientDescription"
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"Visual Step Matching Reasoning": "VisualStepMatchingReasoning"
|
307 |
+
},
|
308 |
+
{
|
309 |
+
"Industrial Inspection Multi-Image Reasoning": "IndustrialInspectionMulti-ImageReasoning"
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"Property Coherence Reasoning": "PropertyCoherenceReasoning"
|
313 |
+
},
|
314 |
+
{
|
315 |
+
"Recipe Completion": "RecipeCompletion"
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"Comic Panel VQA": "ComicPanelVQA"
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"Abduction-based VQA": "Abduction-basedVQA"
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"Dual-Image Causal-and-Effect Reasoning": "Dual-ImageCausal-and-EffectReasoning"
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"Driving Recording Reasoning": "DrivingRecordingReasoning"
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"Attribute Congruity Reasoning": "AttributeCongruityReasoning"
|
331 |
+
}
|
332 |
+
],
|
333 |
+
"Object Counting": [
|
334 |
+
{
|
335 |
+
"Seed Counting": "seed_counting"
|
336 |
+
},
|
337 |
+
{
|
338 |
+
"Vehicle Counting": "vehicle_counting"
|
339 |
+
}
|
340 |
+
],
|
341 |
+
"Multimodal Neural Translation": [
|
342 |
+
{
|
343 |
+
"Multimodal Neural Translation": "Multimodal_Neural_Translation"
|
344 |
+
}
|
345 |
+
],
|
346 |
+
"Object Detection": [
|
347 |
+
{
|
348 |
+
"Small Object Detection": "small_object_detection"
|
349 |
+
},
|
350 |
+
{
|
351 |
+
"Traffic Signs Detection": "traffic_signs_detection"
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"Medical Device Detection": "medical-device-detection"
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"Wound Detection": "wound-detection"
|
358 |
+
},
|
359 |
+
{
|
360 |
+
"Gauge Detection": "gauge-detection"
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"Parking Space Detection": "parking-space-detection"
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"Tree Detection": "tree-detection"
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"Traffic Light Detection": "traffic-light-detection"
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"rock-paper-scissors-gesture-detection": "rock-paper-scissors-gesture-detection"
|
373 |
+
},
|
374 |
+
{
|
375 |
+
"Price Tag Detection and Text Grounding": "price-tag-detection-and-text-grounding"
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"Retail Object Detection": "retail-object-detection"
|
379 |
+
},
|
380 |
+
{
|
381 |
+
"Exit Sign Detection": "exit-sign-detection"
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"Handwriting Component Detection": "handwriting-component-detection"
|
385 |
+
},
|
386 |
+
{
|
387 |
+
"Sign Language Detection": "sign-language-detection"
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"football player detection": "football-player-detection"
|
391 |
+
},
|
392 |
+
{
|
393 |
+
"Pest Detection": "pest-detection"
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"Underwater garbage Detection": "underwater-garbage-detection"
|
397 |
+
},
|
398 |
+
{
|
399 |
+
"Food Detection": "food-detection"
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"Circuit Elements Detection": "circuit-elements-detection"
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"Tabular Data Detection": "tabular-data-detection"
|
406 |
+
},
|
407 |
+
{
|
408 |
+
"Radio-Spectrogram Detection": "radio-spectrogram-detection"
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"Empty Shelf Detection": "empty-shelf-detection"
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"Tomato Detection": "tomato-detection"
|
415 |
+
},
|
416 |
+
{
|
417 |
+
"Drone Detection": "drone-detection"
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"Bee Detection": "tree-detection"
|
421 |
+
},
|
422 |
+
{
|
423 |
+
"Cat Faces Detection": "cat-faces-detection"
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"Bird Detection": "BirdDetection"
|
427 |
+
},
|
428 |
+
{
|
429 |
+
"Deepfish Detection": "DeepfishDetection"
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"Raccoon Detection": "RaccoonDetection"
|
433 |
+
},
|
434 |
+
{
|
435 |
+
"Ship Detection": "ShipDetection"
|
436 |
+
},
|
437 |
+
{
|
438 |
+
"Weed Detection": "WeedDetection"
|
439 |
+
},
|
440 |
+
{
|
441 |
+
"Radar Ship Detection": "Radar_Ship_Detection"
|
442 |
+
}
|
443 |
+
],
|
444 |
+
"Object Matting": [
|
445 |
+
{
|
446 |
+
"Animal Image Matting": "AnimalImageMatting"
|
447 |
+
},
|
448 |
+
{
|
449 |
+
"Portrait Matting": "portrait_matting"
|
450 |
+
},
|
451 |
+
{
|
452 |
+
"Text Manipulation Region Matting": "TextManipulationRegionMatting"
|
453 |
+
},
|
454 |
+
{
|
455 |
+
"Person Hair Matting": "person-hair-matting"
|
456 |
+
}
|
457 |
+
],
|
458 |
+
"Object Recognition": [
|
459 |
+
{
|
460 |
+
"Animal Recognition": "AnimalRecognition"
|
461 |
+
},
|
462 |
+
{
|
463 |
+
"Big Cat Image Recognition": "BigCatImageRecognition"
|
464 |
+
},
|
465 |
+
{
|
466 |
+
"Fruit Recognition": "fruit_disease_recognition"
|
467 |
+
},
|
468 |
+
{
|
469 |
+
"Vegetable Recognition": "vegetable_recognition"
|
470 |
+
},
|
471 |
+
{
|
472 |
+
"Car Brands Recognition": "car_brands_recognition"
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"Damaged Egg Recognition": "damaged_egg_recognition"
|
476 |
+
},
|
477 |
+
{
|
478 |
+
"Dog Breeds Recognition": "dog_breeds recognition"
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"Garbage Classification": "garbage_classification"
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"Mammal Recognition": "mammal_recognition"
|
485 |
+
},
|
486 |
+
{
|
487 |
+
"Utensil Recognition": "utensil_recognition"
|
488 |
+
},
|
489 |
+
{
|
490 |
+
"Bird Species Recognition": "bird-species-classification"
|
491 |
+
},
|
492 |
+
{
|
493 |
+
"Chinese Fine Art Recognition": "chinese-fine-art"
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"Famous Iconic Women Recognition": "famous-iconic-women"
|
497 |
+
},
|
498 |
+
{
|
499 |
+
"Text Manipulation Classification": "TextManipulationClassification"
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"Gender Recognition": "GenderRecognition"
|
503 |
+
},
|
504 |
+
{
|
505 |
+
"Infrared/Thermal Image Classification": "Infrared_Thermal_Image_Classification"
|
506 |
+
},
|
507 |
+
{
|
508 |
+
"Waste Item Image Classification": "waste-item-image-classification"
|
509 |
+
},
|
510 |
+
{
|
511 |
+
"Image Style Classification": "image_style_classification"
|
512 |
+
},
|
513 |
+
{
|
514 |
+
"Microorganism Image Classification": "microorganism_image_classification"
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"Deep Fake Detection": "deep_fake_detection"
|
518 |
+
}
|
519 |
+
],
|
520 |
+
"Panoptic Segmentation": [
|
521 |
+
{
|
522 |
+
"Road Scene Panoptic Segmentation": "road_scene_panoptic_segmentation"
|
523 |
+
}
|
524 |
+
],
|
525 |
+
"Crack Detection": [],
|
526 |
+
"Pose Recognition": [
|
527 |
+
{
|
528 |
+
"Yoga Pose Recognition": "GenderRecognition"
|
529 |
+
}
|
530 |
+
],
|
531 |
+
"Relation Reasoning": [
|
532 |
+
{
|
533 |
+
"Classification of Visual Spatial Relationship": "Classification_of_Visual_Spatial_Relationship"
|
534 |
+
},
|
535 |
+
{
|
536 |
+
"Description of Single Spatial Relationship": "Description_of_Single_Spatial_Relationship"
|
537 |
+
},
|
538 |
+
{
|
539 |
+
"Description of Open-ended Spatial Relationship": "Description_of_Open-ended_Spatial_Relationship"
|
540 |
+
}
|
541 |
+
],
|
542 |
+
"RGBD Semantic Segmentation": [
|
543 |
+
{
|
544 |
+
"RGBD Semantic Segmentation": "rgbd_semantic_segmentation"
|
545 |
+
}
|
546 |
+
],
|
547 |
+
"Ripeness Recognition": [
|
548 |
+
{
|
549 |
+
"Strawberry Ripeness Recognition": "strawberry_ripeness_recognition"
|
550 |
+
}
|
551 |
+
],
|
552 |
+
"Safety Detection": [
|
553 |
+
{
|
554 |
+
"Fire Detection": "fire-detection"
|
555 |
+
},
|
556 |
+
{
|
557 |
+
"Gun Detection": "gun-detection"
|
558 |
+
},
|
559 |
+
{
|
560 |
+
"Construction Safety Equipment Detection": "construction-safety-equipment-detection"
|
561 |
+
},
|
562 |
+
{
|
563 |
+
"Safety Vests Detection": "safety-vests-detection"
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"Fall Human Detection": "fall-human-detection"
|
567 |
+
},
|
568 |
+
{
|
569 |
+
"Smoke Detection": "smoke-detection"
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"Helmet Detection": "helmet-detection"
|
573 |
+
}
|
574 |
+
],
|
575 |
+
"Scene Graph Generation": [
|
576 |
+
{
|
577 |
+
"Image Scene Graph Parsing": "lmage_Scene_Graph_Parsing"
|
578 |
+
}
|
579 |
+
],
|
580 |
+
"Scene Recognition": [
|
581 |
+
{
|
582 |
+
"Terrain Recognition": "terrain_recognition"
|
583 |
+
}
|
584 |
+
],
|
585 |
+
"Sign Language Recognition": [
|
586 |
+
{
|
587 |
+
"American Sign Language Recognition": "AmericanSignLanguageRecognition"
|
588 |
+
}
|
589 |
+
],
|
590 |
+
"Visual Relation Inference": [
|
591 |
+
{
|
592 |
+
"Before-After Relationship Caption": "Before-AfterRelationshipCaption"
|
593 |
+
},
|
594 |
+
{
|
595 |
+
"Surveillance Object-Level Change Description": "SurveillanceObject-LevelChangeDescription"
|
596 |
+
},
|
597 |
+
{
|
598 |
+
"Multi-Image Alteration Description": "Multi-ImageAlterationDescription"
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"Bird Variation Comparison Description": "BirdVariationComparisonDescription"
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"Subtle Difference Description": "SubtleDifferenceDescription"
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"Multimodal Relation Extraction": "Multi-ImageAlterationDescription"
|
608 |
+
}
|
609 |
+
],
|
610 |
+
"Visual Storytelling Generation": [
|
611 |
+
{
|
612 |
+
"Animated Story Completion": "AnimatedStoryCompletion"
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"Cartoon Story Telling": "CartoonStoryTelling"
|
616 |
+
},
|
617 |
+
{
|
618 |
+
"Multi-image Next-frame Description": "Multi-imageNext-frameDescription"
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"Sequential Photo Storytelling": "SequentialPhotoStorytelling"
|
622 |
+
},
|
623 |
+
{
|
624 |
+
"Sequential Story Completion": "SequentialStoryCompletion"
|
625 |
+
}
|
626 |
+
],
|
627 |
+
"Disease Detection": [
|
628 |
+
{
|
629 |
+
"Plant Disease Detection": "plant-disease-detection"
|
630 |
+
}
|
631 |
+
],
|
632 |
+
"Weather Recognition": [],
|
633 |
+
"Disease Recognition": [
|
634 |
+
{
|
635 |
+
"Fruit Disease Recognition": "fruit_disease_recognition"
|
636 |
+
},
|
637 |
+
{
|
638 |
+
"Abnormal Heartbeat Recognition": "Abnormal_Heartbeat_Patients"
|
639 |
+
},
|
640 |
+
{
|
641 |
+
"Myocardial Infarction Recognition": "Myocardial_Infarction_Patients"
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"Brain Tumor MRI Recognition": "BrainTumorMRIRecognition"
|
645 |
+
},
|
646 |
+
{
|
647 |
+
"Pumpkin Leaf Diseases Recognition": "PumpkinLeafDiseasesRecognition"
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"Leukemia Classification": "LeukemiaClassification"
|
651 |
+
}
|
652 |
+
],
|
653 |
+
"Document Visual Question Answering": [
|
654 |
+
{
|
655 |
+
"Multi-Page Agreement Document Visual Question Answering": "Multi-PageAgreementDocumentVisualQuestionAnswering"
|
656 |
+
},
|
657 |
+
{
|
658 |
+
"Multi-Page Application Document Visual Question Answering": "Multi-PageApplicationDocumentVisualQuestionAnswering"
|
659 |
+
},
|
660 |
+
{
|
661 |
+
"Multi-Page Certificate Document Visual Question Answering": "Multi-PageCertificateDocumentVisualQuestionAnswering"
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"Multi-Page E-mail Document Visual Question Answering": "Multi-PageE-mailDocumentVisualQuestionAnswering"
|
665 |
+
},
|
666 |
+
{
|
667 |
+
"Multi-Page Form Document Visual Question Answering": "Multi-PageFormDocumentVisualQuestionAnswering"
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"Multi-Page Handwritten Document Visual Question Answering": "Multi-PageHandwrittenDocumentVisualQuestionAnswering"
|
671 |
+
},
|
672 |
+
{
|
673 |
+
"Multi-Page Infographic Document Visual Question Answering": "Multi-PageInfographicDocumentVisualQuestionAnswering"
|
674 |
+
},
|
675 |
+
{
|
676 |
+
"Multi-Page Invoice Document Visual Question Answering": "Multi-PageInvoiceDocumentVisualQuestionAnswering"
|
677 |
+
},
|
678 |
+
{
|
679 |
+
"Multi-Page Letter Document Visual Question Answering": "Multi-PageLetterDocumentVisualQuestionAnswering"
|
680 |
+
},
|
681 |
+
{
|
682 |
+
"Multi-Page Manual Document Visual Question Answering": "Multi-PageManualDocumentVisualQuestionAnswering"
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"Multi-Page Meeting Document Visual Question Answering": "Multi-PageMeetingDocumentVisualQuestionAnswering"
|
686 |
+
},
|
687 |
+
{
|
688 |
+
"Multi-Page Memo Document Visual Question Answering": "Multi-PageMemoDocumentVisualQuestionAnswering"
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"Multi-Page News Document Visual Question Answering": "Multi-PageNewsDocumentVisualQuestionAnswering"
|
692 |
+
},
|
693 |
+
{
|
694 |
+
"Multi-Page Order Document Visual Question Answering": "Multi-PageOrderDocumentVisualQuestionAnswering"
|
695 |
+
},
|
696 |
+
{
|
697 |
+
"Multi-Page Poster Document Visual Question Answering": "Multi-PagePosterDocumentVisualQuestionAnswering"
|
698 |
+
},
|
699 |
+
{
|
700 |
+
"Multi-Page Presentation Document Visual Question Answering": "presentation_docvqa"
|
701 |
+
},
|
702 |
+
{
|
703 |
+
"Multi-Page Report Document Visual Question Answering": "report_docvqa"
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"Multi-Page Request Document Visual Question Answering": "request_docvqa"
|
707 |
+
},
|
708 |
+
{
|
709 |
+
"Multi-Page Resume Document Visual Question Answering": "resume_docvqa"
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"Multi-Page Sheet Document Visual Question Answering": "sheet_docvqa"
|
713 |
+
}
|
714 |
+
],
|
715 |
+
"Emotion Detection": [
|
716 |
+
{
|
717 |
+
"Person Emotion Detection": "person_emotion_detection"
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"Pet Face Expression Recognition": "pet_face_expression_recognition"
|
721 |
+
},
|
722 |
+
{
|
723 |
+
"Emotion Recognition": "emotion-detection-fer"
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"Face Emotion Recognition": "face_emotion_recognition"
|
727 |
+
}
|
728 |
+
],
|
729 |
+
"Graph Classification": [
|
730 |
+
{
|
731 |
+
"Spectrum Graph Car Classification": "Spectrum_Graph_Car_Classification"
|
732 |
+
}
|
733 |
+
],
|
734 |
+
"Hallucination Detection": [
|
735 |
+
{
|
736 |
+
"Attribute Hallucination Detection": "Attribute_Hallucination_Detection"
|
737 |
+
},
|
738 |
+
{
|
739 |
+
"Object Hallucination Detection": "Object_Hallucination_Detection"
|
740 |
+
}
|
741 |
+
]
|
742 |
+
}
|
Scope-C/img-gen.json
ADDED
@@ -0,0 +1,167 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Edge-to-Image Generation": [
|
3 |
+
{
|
4 |
+
"Edge-to-Image Generation": "edge2object"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"Layout-to-Image Generation": [
|
8 |
+
{
|
9 |
+
"Layout-to-Face Image Generation": "layout2face"
|
10 |
+
}
|
11 |
+
],
|
12 |
+
"Mask-to-Image Generation": [
|
13 |
+
{
|
14 |
+
"Mask-to-Image Face Generation": "Mask-to-Image_Face_Generation"
|
15 |
+
}
|
16 |
+
],
|
17 |
+
"Sketch-to-Image Generation": [
|
18 |
+
{
|
19 |
+
"Sketch-to-Face Image Generation": "sketch2face"
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"Sketch-to-Background Image Generation": "sketch2background"
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"Sketch-to-Scene Image Generation": "sketch2scene"
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"Sketch-to-Image Hair Generation": "Sketch-to-Image_Hair_Generation"
|
29 |
+
}
|
30 |
+
],
|
31 |
+
"Sound-to-Image Generation": [
|
32 |
+
{
|
33 |
+
"Sound-to-Image Generation": "Sound-to-Image_Gernation"
|
34 |
+
}
|
35 |
+
],
|
36 |
+
"Text-based Image\nEditing": [
|
37 |
+
{
|
38 |
+
"Image Colorization": "image_colorization"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"Chinese-based Image Editing": "Chinese-based_Image_Editing"
|
42 |
+
},
|
43 |
+
{
|
44 |
+
"Text-based Image Editing": "Text-based_Image_Editing"
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"Deep Fake Generation": "deep_fake_generation"
|
48 |
+
}
|
49 |
+
],
|
50 |
+
"Text-to-Image Generation": [
|
51 |
+
{
|
52 |
+
"Text-based E-commerce Product Image Generation": "ecommerce_product_generation"
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"Text-based Terrestrial Animal Image Generation": "terrestrial_animal_generation"
|
56 |
+
},
|
57 |
+
{
|
58 |
+
"Long-text-based Image generation": "Long-text-based_Image_generation"
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"Multi-language-based Image Generation": "Multi-language-based_Image_Generation"
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"Handwriting Text Generation": "Handwriting_Text_Generation"
|
65 |
+
},
|
66 |
+
{
|
67 |
+
"Text-based Face Generation": "Text-based_Face_Generation"
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"Text-based Astronomical Image Generation": "Text-based_Astronomical_Image_Generation"
|
71 |
+
},
|
72 |
+
{
|
73 |
+
"Text-to-Image Indian Food Generation": "Text-to-Image_Indian_Food_Generation"
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"Text-to-Image Microorganism Generation": "Text-to-Image_Microorganism_Generation"
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"Text-to-Image Insect Generation": "Text-to-Image_Insect_Generation"
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"Text-to-Image Sea Animal Generation": "Text-to-Image_Sea_Animal_Generation"
|
83 |
+
}
|
84 |
+
],
|
85 |
+
"EEG-to-Image Generation": [
|
86 |
+
{
|
87 |
+
"EEG-based Image Generation": "EEG-based_Image_Generation"
|
88 |
+
}
|
89 |
+
],
|
90 |
+
"Image Denosing": [
|
91 |
+
{
|
92 |
+
"Image Deraining": "image_deraining"
|
93 |
+
},
|
94 |
+
{
|
95 |
+
"Image Raindrop Removal": "image_raindrop_removal"
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"Image Dehazing": "image_dehazing"
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"Image Desnowing": "image_desnowing"
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"Image Deblurring": "image_deblurring"
|
105 |
+
},
|
106 |
+
{
|
107 |
+
"JPEG Image Artifact Deduction": "jpeg_artifact_deduction"
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"Remote Sensing Image Dehazing": "Remote_Sensing_Image_Dehazing"
|
111 |
+
}
|
112 |
+
],
|
113 |
+
"Image Enhancement": [
|
114 |
+
{
|
115 |
+
"Image Shadow Removal": "image_shadow_removal"
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"Image Flare Removal": "image_flare_removal"
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"Underwater Image Restoration": "underwater_image_restoration"
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"Document Image Unwarping": "document_image_unwarping"
|
125 |
+
},
|
126 |
+
{
|
127 |
+
"Image Detail Enhancement": "Image_Detail_Enhancement"
|
128 |
+
},
|
129 |
+
{
|
130 |
+
"Low-light Image Enhancement": "Low-light_Image_Enhancement"
|
131 |
+
}
|
132 |
+
],
|
133 |
+
"Image Inpainting": [
|
134 |
+
{
|
135 |
+
"Face Image Inpainting": "face_inpainting"
|
136 |
+
}
|
137 |
+
],
|
138 |
+
"Image Style Transfer": [
|
139 |
+
{
|
140 |
+
"Face Image Comic Style Transfer": "face2comic"
|
141 |
+
},
|
142 |
+
{
|
143 |
+
"Text-based Style Transfer": "Text-based_Style_Transfer"
|
144 |
+
}
|
145 |
+
],
|
146 |
+
"Imge-to-Mask Generation": [
|
147 |
+
{
|
148 |
+
"Infection-map Generation": "infection_map_generation"
|
149 |
+
}
|
150 |
+
],
|
151 |
+
"Image-to-Sketch Generation": [
|
152 |
+
{
|
153 |
+
"Face Sketch Synthesis": "face_sketch_synthesis"
|
154 |
+
}
|
155 |
+
],
|
156 |
+
"In-context Image\nEditing": [
|
157 |
+
{
|
158 |
+
"Image Editing with Text and Image Prompt": "Image_Editing_with_Text_and_Image_Prompt"
|
159 |
+
},
|
160 |
+
{
|
161 |
+
"Image Editing with Multi-image Prompt": "Image_Editing_with_Multi-image_Prompt"
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"Image Editing with Text and Multi-image Prompt": "Image_Editing_with_Text_and_Multi-image_Prompt"
|
165 |
+
}
|
166 |
+
]
|
167 |
+
}
|
Scope-C/nlp.json
ADDED
@@ -0,0 +1,391 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Cognitive Question Answering": [
|
3 |
+
{
|
4 |
+
"Commonsense Reasoning": "Commonsense-Reasoning"
|
5 |
+
},
|
6 |
+
{
|
7 |
+
"Causal Reasoning": "Causal-Reasoning"
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"Document-Level Causal Reasoning": "Document-Level-Causal-Reasoning"
|
11 |
+
},
|
12 |
+
{
|
13 |
+
"Counterfactual Reasoning": "Counterfactual-Reasoning"
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"Analogical Reasoning": "Analogical-Reasoning"
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"Multi-Hop Question Answering": "Multihop-Question-Answering"
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"Temporal Reasoning": "Temporal-Reasoning"
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"Spatial Reasoning": "Spatial-Reasoning"
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"Numerical Reasoning": "Numerical-Reasoning"
|
29 |
+
}
|
30 |
+
],
|
31 |
+
"Text Summarization": [
|
32 |
+
{
|
33 |
+
"Extractive Summarization": "Extractive-Summarization"
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"Abstractive Summarization": "Abstractive-Summarization"
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"Multi-Document Summarization": "Multi-Document-Summarization"
|
40 |
+
}
|
41 |
+
],
|
42 |
+
"Dialogue Generation": [
|
43 |
+
{
|
44 |
+
"Multi-Turn Daily Dialogue Generation": "Multi-Turn-Daily-Dialogue-Generation"
|
45 |
+
}
|
46 |
+
],
|
47 |
+
"Text Generation": [
|
48 |
+
{
|
49 |
+
"Table-to-Text Generation": "Table-to-Text-Generation"
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"Text Style Transfer": "Text-Style-Transfer"
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"Story Generation": "Story-Generation"
|
56 |
+
},
|
57 |
+
{
|
58 |
+
"Paraphrase Generation": "Paraphrase-Generation"
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"Grammar Correction": "Grammar-Correction"
|
62 |
+
}
|
63 |
+
],
|
64 |
+
"Time Series Analysis": [
|
65 |
+
{
|
66 |
+
"Time Series Prediction": "Time-Series"
|
67 |
+
}
|
68 |
+
],
|
69 |
+
"Content Categorization": [
|
70 |
+
{
|
71 |
+
"Topic Classification": "Topic-Classification"
|
72 |
+
}
|
73 |
+
],
|
74 |
+
"Text Entailment": [
|
75 |
+
{
|
76 |
+
"Natural Language Inference": "Natural-Language-Inference"
|
77 |
+
}
|
78 |
+
],
|
79 |
+
"Semantic Analysis": [
|
80 |
+
{
|
81 |
+
"Sentence Similarity Detection": "Sentence-Similarity-Detection"
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"Intent Detection": "Intent-Classification"
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"Stance Detection": "Stance-Detection"
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"Personality Analysis": "Personality-Analysis"
|
91 |
+
}
|
92 |
+
],
|
93 |
+
"Affective Computing": [
|
94 |
+
{
|
95 |
+
"Humor Detection": "Humor-Detection"
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"Sarcasm Detection": "Sarcasm-Detection"
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"Sentiment Classification": "Sentiment-Classification"
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"Mental Health Toxicity Detection": "Mental-Health-Toxicity-Detection"
|
105 |
+
},
|
106 |
+
{
|
107 |
+
"Financial Sentiment Analysis": "Financial-Sentiment-Classification"
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"Metaphor Detection": "Metaphor-Detection"
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"Aspect Category Detection": "Aspect-Category-Detection"
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"Aspect Sentiment Classification": "Aspect-Sentiment-Classification"
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"Aspect Term Extraction": "Aspect-Term-Extraction"
|
120 |
+
},
|
121 |
+
{
|
122 |
+
"Target-oriented Opinion Words Extraction": "Target-Oriented-Opinion-Words-Extraction"
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"Aspect-Opinion Pair Extraction": "Aspect-Opinion-Pair-Extraction"
|
126 |
+
},
|
127 |
+
{
|
128 |
+
"End-to-End ABSA": "End-To-End-ABSA"
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"Aspect Sentiment Triplet Extraction": "Aspect-Sentiment-Triplet-Extraction"
|
132 |
+
},
|
133 |
+
{
|
134 |
+
"Aspect-Category-Sentiment Detection": "Aspect-Category-Sentiment-Detection"
|
135 |
+
},
|
136 |
+
{
|
137 |
+
"Aspect Sentiment Quad Prediction": "Aspect-Sentiment-Quad-Prediction"
|
138 |
+
},
|
139 |
+
{
|
140 |
+
"Dialogue-Level Sentiment Quadruple Extraction": "Dialogue-Level-Sentiment-Quadruple-Extraction"
|
141 |
+
},
|
142 |
+
{
|
143 |
+
"Soccer Sentiment Classification": "Soccer-Sentiment-Classification"
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"Comparative Opinion Quintuple Extraction": "Comparative-Opinion-Quintuple-Extraction"
|
147 |
+
}
|
148 |
+
],
|
149 |
+
"Named Entity Recognition": [
|
150 |
+
{
|
151 |
+
"Scientific NER": "Scientific-NER"
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"Temporal NER": "Temporal-NER"
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"Pathology NER": "Pathology-NER"
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"Cybersecurity NER": "Cybersecurity-NER"
|
161 |
+
},
|
162 |
+
{
|
163 |
+
"Geological NER": "Geological-NER"
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"Legal NER": "Legal-NER"
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"Organization Recognition": "Organization-Recognition"
|
170 |
+
},
|
171 |
+
{
|
172 |
+
"Person Recognition": "Person-Recognition"
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"Location Recognition": "Location-Recognition"
|
176 |
+
},
|
177 |
+
{
|
178 |
+
"Climate Change NER": "Climate-Change-NER"
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"Gene/Protein Named Entity Recognition": "Gene-Protein-NER"
|
182 |
+
},
|
183 |
+
{
|
184 |
+
"Chemical Named Entity Recognition": "Chemical-NER"
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"Disease-NER": "Disease-NER"
|
188 |
+
}
|
189 |
+
],
|
190 |
+
"Relation Extraction": [
|
191 |
+
{
|
192 |
+
"Scientific Relation Extraction": "Scientific-Relation-Extraction"
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"News Relation Extraction": "Relation-Extraction"
|
196 |
+
},
|
197 |
+
{
|
198 |
+
"Joint NER and RE": "Joint-NER-And-RE"
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"DocRE": "Code-Repair"
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"Adverse Drug Reaction": "Adverse-Drug-Reaction-Detection"
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"Protein-Protein Interaction Extraction": "Protein-Protein-Interaction-Extraction"
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"Drug-Drug Interaction": "Drug-Drug-Interaction"
|
211 |
+
},
|
212 |
+
{
|
213 |
+
"Genetic Association Datebase": "Genetic-Association-Database"
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"Chemical-Protein Relationship Extraction": "Chemical-Protein-Relationship-Extraction"
|
217 |
+
}
|
218 |
+
],
|
219 |
+
"Ethical NLP": [
|
220 |
+
{
|
221 |
+
"Ethical Reasoning": "Ethical-Reasoning"
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"Truthful Question Answering": "Truthful-Question-Answering"
|
225 |
+
},
|
226 |
+
{
|
227 |
+
"Legal Question Answering": "Legal-Question-Answering"
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"Bias Detection": "Bias-Detection"
|
231 |
+
},
|
232 |
+
{
|
233 |
+
"Offensive Classification": "Offensive-Classification"
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"Hate Speech Detection": "Hate-Speech-Detection"
|
237 |
+
},
|
238 |
+
{
|
239 |
+
"Spam Detection": "Spam-Detection"
|
240 |
+
},
|
241 |
+
{
|
242 |
+
"Fake News Detection": "Fake-News-Detection"
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"Fact Verification": "Fact-Verification"
|
246 |
+
}
|
247 |
+
],
|
248 |
+
"Event Extraction": [
|
249 |
+
{
|
250 |
+
"Event Trigger Detection": "Event-Trigger-Detection"
|
251 |
+
},
|
252 |
+
{
|
253 |
+
"Temporal Event Reasoning": "Temporal-Event-Reasoning"
|
254 |
+
}
|
255 |
+
],
|
256 |
+
"Semantic Parsing": [
|
257 |
+
{
|
258 |
+
"Event Coreference Resolution": "Event-Coreference-Resolution"
|
259 |
+
},
|
260 |
+
{
|
261 |
+
"Semantic Role Labeling": "Semantic-Role-Labeling"
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"Abstract Meaning Representation": "Abstract-Meaning-Representation"
|
265 |
+
}
|
266 |
+
],
|
267 |
+
"Linguistic Parsing": [
|
268 |
+
{
|
269 |
+
"Dependency Parsing": "Dependency-Parsing"
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"Constituency Parsing": "Constituency-Parsing"
|
273 |
+
},
|
274 |
+
{
|
275 |
+
"Part-of-Speech": "Part-Of-Speech-Tagging"
|
276 |
+
}
|
277 |
+
],
|
278 |
+
"Domain-Specific QA": [
|
279 |
+
{
|
280 |
+
"Biomedical Question Answering": "Biomedical-Question-Answering"
|
281 |
+
},
|
282 |
+
{
|
283 |
+
"Medical Question Answering": "Medical-Question-Answering"
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"Technical Question Answering": "Technical-QuestionAnswering"
|
287 |
+
},
|
288 |
+
{
|
289 |
+
"Engineering Question Answering": "Engineering-Question-Answering"
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"Science Question Answering": "Science-Question-Answering"
|
293 |
+
},
|
294 |
+
{
|
295 |
+
"Earth Question Answering": "Earth-Question-Answering"
|
296 |
+
},
|
297 |
+
{
|
298 |
+
"Nature Question Answering": "Nature-Question-Answering"
|
299 |
+
}
|
300 |
+
],
|
301 |
+
"Social QA": [
|
302 |
+
{
|
303 |
+
"Humanities Question Answering": "Humanities-Question-Answering"
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"Social Science Question Answering": "Social-Science-Question-Answering"
|
307 |
+
},
|
308 |
+
{
|
309 |
+
"Philosophical Question Answering": "Philosophical-Question-Answering"
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"Art Question Answering": "Art-Question-Answering"
|
313 |
+
},
|
314 |
+
{
|
315 |
+
"Business Question Answering": "Business-Question-Answering"
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"History Question Answering": "History-Question-Answering"
|
319 |
+
}
|
320 |
+
],
|
321 |
+
"Non-Traditional QA": [
|
322 |
+
{
|
323 |
+
"Fairytale Question Answering": "Fairytale-Question-Answering"
|
324 |
+
},
|
325 |
+
{
|
326 |
+
"Tweet Question Answering": "Tweet-Question-Answering"
|
327 |
+
},
|
328 |
+
{
|
329 |
+
"Trivial QA": "Trivia-Question-Answering"
|
330 |
+
}
|
331 |
+
],
|
332 |
+
"Advanced QA": [
|
333 |
+
{
|
334 |
+
"Open-Domain Question Answering": "Open-Domain-Question-Answering"
|
335 |
+
},
|
336 |
+
{
|
337 |
+
"Conversational Question Answering": "Conversational-Question-Answering"
|
338 |
+
},
|
339 |
+
{
|
340 |
+
"Table Question Answering": "Table-Question-Answering"
|
341 |
+
},
|
342 |
+
{
|
343 |
+
"Multilingual Question Answering": "Multilingual-Question-Answering"
|
344 |
+
},
|
345 |
+
{
|
346 |
+
"Code-Switch Question Answering": "Code-Switching-Question-Answering"
|
347 |
+
}
|
348 |
+
],
|
349 |
+
"Math Problem Solving": [
|
350 |
+
{
|
351 |
+
"Math Question Answering": "Math-Question-Answering"
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"Mathematical Word Problem Solving": "Mathematical-Word-Problem-Solving"
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"Mathematical Proof Generation": "Mathematical-Proof-Generation"
|
358 |
+
}
|
359 |
+
],
|
360 |
+
"Code Problem Solving": [
|
361 |
+
{
|
362 |
+
"Code Explanation": "Code-Explanation"
|
363 |
+
},
|
364 |
+
{
|
365 |
+
"Code Defect Detection": "Code-Defect-Detection"
|
366 |
+
},
|
367 |
+
{
|
368 |
+
"Code Generation": "Code-Generation"
|
369 |
+
},
|
370 |
+
{
|
371 |
+
"Code Repair": "Code-Repair"
|
372 |
+
},
|
373 |
+
{
|
374 |
+
"Text-to-SQL Generation": "Story-Generation"
|
375 |
+
}
|
376 |
+
],
|
377 |
+
"Cross-lingual/ Translation": [
|
378 |
+
{
|
379 |
+
"Multilingual Translation": "Multilingual-Translation"
|
380 |
+
},
|
381 |
+
{
|
382 |
+
"Low-Resource Translation": "Low-Resource-Translation"
|
383 |
+
},
|
384 |
+
{
|
385 |
+
"English-Chinese Translation": "En-Zh-Translation"
|
386 |
+
},
|
387 |
+
{
|
388 |
+
"English-French Translation": "En-Fr-Translation"
|
389 |
+
}
|
390 |
+
]
|
391 |
+
}
|
Scope-C/vid-comp.json
ADDED
@@ -0,0 +1,309 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Video Question Answering": [
|
3 |
+
{
|
4 |
+
"Agriculture Video Question Answering": "AgricultureVideoQuestionAnswering.zip"
|
5 |
+
},
|
6 |
+
{
|
7 |
+
"Geography Video Question Answering": "GeographyVideoQuestionAnswering.zip"
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"Human Survival Video Question Answering": "HumanSurvivalVideoQuestionAnswering.zip"
|
11 |
+
},
|
12 |
+
{
|
13 |
+
"Military Video Question Answering": "MilitaryVideoQuestionAnswering.zip"
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"Comedy Video Question Answering": "ComedyVideoQuestionAnswering.zip"
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"Movie Video Question Answering": "MovieVideoQuestionAnswering.zip"
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"Science Video Question Answering": "ScienceVideoQuestionAnswering.zip"
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"Sports Video Question Answering": "SportsVideoQuestionAnswering.zip"
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"Pets Video Question Answering": "PetsVideoQuestionAnswering.zip"
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"Gymnastics Video Question Answering": "GymnasticsVideoQuestionAnswering.zip"
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"Ball Game Video Question Answering": "BallGameVideoQuestionAnswering.zip"
|
35 |
+
},
|
36 |
+
{
|
37 |
+
"Object Color Video Question Answering": "ObjectColorVideoQuestionAnswering.zip"
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"Object Motion Video Question Answering": "ObjectMotionVideoQuestionAnswering.zip"
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"Object Location Video Question Answering": "ObjectLocationVideoQuestionAnswering.zip"
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"Object Direction Video Question Answering": "ObjectDirectionVideoQuestionAnswering.zip"
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"Education Video Question Answering": "EducationVideoQuestionAnswering.zip"
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"Human-Object Interaction Video Question Answering": "HumanObjectInteractionVideoQuestionAnswering.zip"
|
53 |
+
}
|
54 |
+
],
|
55 |
+
"Temporal Action Detection": [],
|
56 |
+
"Complex-Scene Reasoning Video Object Segmentation": [],
|
57 |
+
"Video Grounding": [],
|
58 |
+
"Video Depth Estimation": [],
|
59 |
+
"Object Matching": [
|
60 |
+
{
|
61 |
+
"Color Aware Object Matching": "ColorMatch.zip"
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"Shape or Posture Aware Matching": "ShapeMatch.zip"
|
65 |
+
},
|
66 |
+
{
|
67 |
+
"Textual or Logo Markers Aware Object Matching": "LOGOMarkerMatch.zip"
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"Size Aware Object Matching": "SizeMatch.zip"
|
71 |
+
},
|
72 |
+
{
|
73 |
+
"Relative Position Aware Object Matching": "RelationMatch.zip"
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"Orientation and Movement Aware Object Matching": "MotionMatch.zip"
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"Object Markers Aware Object Matching": "ObjectMarkerMatch.zip"
|
80 |
+
}
|
81 |
+
],
|
82 |
+
"Object Tracking": [
|
83 |
+
{
|
84 |
+
"Ball Tracking": "BallTrack.zip"
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"Vehicle Tracking": "VehicleTrack.zip"
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"Human Tracking": "HumanTrack.zip"
|
91 |
+
},
|
92 |
+
{
|
93 |
+
"Animal Tracking": "AnimalTrack.zip"
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"General Objects Tracking": "GeneralObjectTrack.zip"
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"Human Part Tracking": "HumanPartTrack.zip"
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"General Objects Part Tracking": "GeneralObjectTrack.zip"
|
103 |
+
}
|
104 |
+
],
|
105 |
+
"Long Video Tracking": [
|
106 |
+
{
|
107 |
+
"Long Video Human Tracking": "LongVideoHumanTrack.zip"
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"Long Video General Object Tracking": "LongVideoGeneralObjectTrack.zip"
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"Long Video Animal Tracking": "LongVideoAnimalTrack.zip"
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"Long Video Vehicle Tracking": "LongVideoVehicleTrack.zip"
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"Long Video Object Tracking in Crowd Sense": "LongVideoCrowdTrack.zip"
|
120 |
+
}
|
121 |
+
],
|
122 |
+
"UAV Object Tracking": [
|
123 |
+
{
|
124 |
+
"UAV Video Human Tracking": "UAVHumanTrack.zip"
|
125 |
+
},
|
126 |
+
{
|
127 |
+
"UAV Video Vehicle Tracking": "UAVVehicleTrack.zip"
|
128 |
+
},
|
129 |
+
{
|
130 |
+
"UAV Video UAV Tracking": "UAVUAVTrack.zip"
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"UAV Video Building Tracking": "UAVBuildingTrack.zip"
|
134 |
+
},
|
135 |
+
{
|
136 |
+
"UAV Video General Object Tracking": "UAVGeneralObjectTrack.zip"
|
137 |
+
}
|
138 |
+
],
|
139 |
+
"Underwater Object Tracking": [
|
140 |
+
{
|
141 |
+
"Underwater Video Object Tracking in Blue Water": "BlueWaterTrack.zip"
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"Underwater Video Object Tracking in Yellow Water": "YellowWaterTrack.zip"
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"Underwater Video Object Tracking in Green Water": "GreenWaterTrack.zip"
|
148 |
+
},
|
149 |
+
{
|
150 |
+
"Underwater Video Object Tracking in White Water": "WhiteWaterTrack.zip"
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"Video Object Tracking in Crowd Sense": "CrowdTrack.zip"
|
154 |
+
}
|
155 |
+
],
|
156 |
+
"Optical Flow": [
|
157 |
+
{
|
158 |
+
"Optical Flow in Simple Synthetic Scene": "SyntheticSceneFlowEstimate.zip"
|
159 |
+
},
|
160 |
+
{
|
161 |
+
"Optical Flow in Complex Scene Estimation": "ComplexSceneFlowEstimate.zip"
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"Panoramic Optical Flow Estimation": "PanoramicFlowEstimate.zip"
|
165 |
+
}
|
166 |
+
],
|
167 |
+
"Video Object Recognition": [
|
168 |
+
{
|
169 |
+
"Pets Video Recognition": "PetsVideoRecognition.zip"
|
170 |
+
},
|
171 |
+
{
|
172 |
+
"Science Video Recognition": "ScienceVideoRecognition.zip"
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"Video Object Counting": "VideoObjectCounting.zip"
|
176 |
+
},
|
177 |
+
{
|
178 |
+
"Natural Disaster Video Recognition": "NaturalDisasterVideoRecognition.zip"
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"Video Object Existence Recognition": "VideoObjectExistenceRecognition.zip"
|
182 |
+
},
|
183 |
+
{
|
184 |
+
"Video Object Interaction Recognition": "VideoObjectInteractionRecognition.zip"
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"TV-Show Recognition": "TVShowRecognition.zip"
|
188 |
+
},
|
189 |
+
{
|
190 |
+
"Video Sports Recognition": "VideoSportsRecognition.zip"
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"Video Animal Recognition": "VideoAnimalRecognition.zip"
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"Video Food Recognition": "VideoFoodRecognition.zip"
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"Art Recognition": "ArtRecognition.zip"
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"Autos and Vehicles Video Captioning": "AutosAndVehiclesVideoCaptioning.zip"
|
203 |
+
},
|
204 |
+
{
|
205 |
+
"Food Video Captioning": "FoodVideoCaptioning.zip"
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"Video Salient Object Detection": "VideoSalientObjectDetection.zip"
|
209 |
+
},
|
210 |
+
{
|
211 |
+
"Human Video Salient Detection": "HumanVideoSalientDetection.zip"
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"Aquatic Video Camouflaged Object Detection": "AquaticVideoCamouflagedObjectDetection.zip"
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"Terrestrial Video Camouflaged Object Detection": "TerrestrialVideoCamouflagedObjectDetection.zip"
|
218 |
+
}
|
219 |
+
],
|
220 |
+
"Video Event Recognition": [
|
221 |
+
{
|
222 |
+
"News and Documentary Video Captioning": "NewsAndDocumentaryVideoCaptioning.zip"
|
223 |
+
}
|
224 |
+
],
|
225 |
+
"Video Action Recognition": [
|
226 |
+
{
|
227 |
+
"Human-Object Interaction Video Captioning": "HumanObjectInteractionVideoCaptioning.zip"
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"Human-Human Interaction Video Captioning": "HumanHumanInteractionVideoCaptioning.zip"
|
231 |
+
},
|
232 |
+
{
|
233 |
+
"BodyMotion Video Captioning": "BodyMotionVideoCaptioning.zip"
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"Musical Instruments Video Captioning": "MusicalInstrumentsVideoCaptioning.zip"
|
237 |
+
},
|
238 |
+
{
|
239 |
+
"Sports and Exercise Video Captioning": "SportsAndExcerciseVideoCaptioning.zip"
|
240 |
+
},
|
241 |
+
{
|
242 |
+
"Facial Action Video Captioning": "FacialActionVideoCaptioning.zip"
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"Facial-Object Operations Video Captioning": "FacialObjectOperationsVideoCaptioning.zip"
|
246 |
+
},
|
247 |
+
{
|
248 |
+
"Arts and Crafts Video Captioning": "ArtsAndCraftsVideoCaptioning.zip"
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"Personal Care Video Captioning": "PersonalCareVideoCaptioning.zip"
|
252 |
+
},
|
253 |
+
{
|
254 |
+
"DailyLife and Skills Video Captioning": "DailyLifeAndSkillsVideoCaptioning.zip"
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"Entertainment-related Video Captioning": "EntertainmentRelatedVideoCaptioning.zip"
|
258 |
+
},
|
259 |
+
{
|
260 |
+
"Sign Language Video Recognition": "SignLanguageVideoRecognition.zip"
|
261 |
+
},
|
262 |
+
{
|
263 |
+
"Video Action Sequence Understanding": "VideoActionSequenceUnderstanding.zip"
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"Video Action Sequence Prediction": "VideoActionSequencePrediction.zip"
|
267 |
+
},
|
268 |
+
{
|
269 |
+
"Video Action Counting": "VideoActionCounting.zip"
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"Video Action Ordering": "VideoActionOrdering.zip"
|
273 |
+
}
|
274 |
+
],
|
275 |
+
"Video Understanding": [
|
276 |
+
{
|
277 |
+
"Ball Sports Video Captioning": "BallSportsVideoCaptioning.zip"
|
278 |
+
},
|
279 |
+
{
|
280 |
+
"Science and Technology Video Captioning": "ScienceAndTechnologyVideoCaptioning.zip"
|
281 |
+
},
|
282 |
+
{
|
283 |
+
"Music Video Question Answering": "MusicVideoQuestionAnswering.zip"
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"Game Video Question Answering": "GameVideoQuestionAnswering.zip"
|
287 |
+
},
|
288 |
+
{
|
289 |
+
"Movie and Show Video Captioning": "MovieAndShowVideoCaptioning.zip"
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"Finance Video Captioning": "FinanceVideoCaptioning.zip"
|
293 |
+
},
|
294 |
+
{
|
295 |
+
"History and Literature Video Captioning": "HistoryAndLiteratureVideoCaptioning.zip"
|
296 |
+
},
|
297 |
+
{
|
298 |
+
"Business Video Captioning": "BusinessVideoCaptioning.zip"
|
299 |
+
},
|
300 |
+
{
|
301 |
+
"Humor Video Captioning": "HumorVideoCaptioning.zip"
|
302 |
+
}
|
303 |
+
],
|
304 |
+
"In-the-Wild Video Object Segmentation": [],
|
305 |
+
"General Video Object Segmentation": [],
|
306 |
+
"Street-Scene Video Object Segmentation": [],
|
307 |
+
"Referring Video Object Segmentation": [],
|
308 |
+
"Reasoning Video Object Segmentation": []
|
309 |
+
}
|
Scope-C/vid-gen.json
ADDED
@@ -0,0 +1,152 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Text-to-Video Generation": [
|
3 |
+
{
|
4 |
+
"Subject-Driven Text to Video Generation": "SubjectConsistencyT2V.zip"
|
5 |
+
},
|
6 |
+
{
|
7 |
+
"Background-Consistency Text to Video Geneation": "BackgroundConsistencyT2V.zip"
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"Static Video Generation": "StaticT2V.zip"
|
11 |
+
},
|
12 |
+
{
|
13 |
+
"Dynamic Video Generation": "DynamicT2V.zip"
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"Artistic Content Text to Video Generation": "ArtisticT2V.zip"
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"Scene Text to Video Generation": "SceneT2V.zip"
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"Class-Conditioned Text to Video Generation": "ClassConditionedT2V.zip"
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"Multi-Class-Conditioned Text to Video Generation": "MultiClassConditionedT2V.zip"
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"Stylized Video Generation-Single Reference": "StylizedVideoGenerationSingleReference.zip"
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"Stylized Video Generation-Multiple Reference": "StylizedVideoGenerationMultipleReference.zip"
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"Spatial Relation Video Generation": "SpatialRelationT2V.zip"
|
35 |
+
},
|
36 |
+
{
|
37 |
+
"Camera Motion Video Generation": "CameraMotionT2V.zip"
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"Terrestrial Animal Video Generation": "TerrestrialAnimalT2V.zip"
|
41 |
+
}
|
42 |
+
],
|
43 |
+
"Conditional Video Generation": [
|
44 |
+
{
|
45 |
+
"Style-Specific Text to Video Generation": "StyleT2V.zip"
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"Color-Specific Text to Video Generation": "ColorT2V.zip"
|
49 |
+
},
|
50 |
+
{
|
51 |
+
"Material-Specific Text to Video Generation": "MaterialT2V.zip"
|
52 |
+
}
|
53 |
+
],
|
54 |
+
"Video Action Generation": [
|
55 |
+
{
|
56 |
+
"Action-Specific Text to Video Generation": "ActionT2V.zip"
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"Human Video Generation": "HumanT2V.zip"
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"Athletics Video Generation": "AthleticsT2V.zip"
|
63 |
+
},
|
64 |
+
{
|
65 |
+
"Concert Video Generation": "ConcertT2V.zip"
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"Water Sports Video Generation": "WaterSportsT2V.zip"
|
69 |
+
}
|
70 |
+
],
|
71 |
+
"Image-to-Video Generation": [
|
72 |
+
{
|
73 |
+
"Plant Image to Video Generation": "PlantI2V.zip"
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"Human Image to Video Generation": "HumanI2V.zip"
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"Wild Animal Image to Video Generation": "WildAnimalI2V.zip"
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"Architecture Image to Video Generation": "ArchitectureI2V.zip"
|
83 |
+
},
|
84 |
+
{
|
85 |
+
"Food Image to Video Generation": "FoodI2V.zip"
|
86 |
+
},
|
87 |
+
{
|
88 |
+
"Pet Image to Video Generation": "PetI2V.zip"
|
89 |
+
},
|
90 |
+
{
|
91 |
+
"Scene Image to Video Generation": "SceneI2V.zip"
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"Vehicle Image to Video Generation": "VehicleI2V.zip"
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"Furniture Image to Video Generation": "FurnitureI2V.zip"
|
98 |
+
},
|
99 |
+
{
|
100 |
+
"Cloth Image to Video Generation": "ClothI2V.zip"
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"Weather Image to Video Generation": "WeatherI2V.zip"
|
104 |
+
}
|
105 |
+
],
|
106 |
+
"Video Enhancement": [
|
107 |
+
{
|
108 |
+
"Video Object Demoireing": "VideoObjectDemoireing.zip"
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"Video Denoising": "VideoDenoising.zip"
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"Video Frame Interpolation": "VideoFrameInterpolation.zip"
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"Video Colorization": "VideoColorization.zip"
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"Video Dehazing": "VideoDehazing.zip"
|
121 |
+
},
|
122 |
+
{
|
123 |
+
"Video Desnowing": "VideoDesnowing.zip"
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"Video Deraining": "VideoDeraining.zip"
|
127 |
+
},
|
128 |
+
{
|
129 |
+
"Road Scene Video Superresolution": "RoadSceneVideoSuperresolution.zip"
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"Real World Video Superresolution": "RealWorldVideoSuperresolution.zip"
|
133 |
+
}
|
134 |
+
],
|
135 |
+
"Video Editing": [
|
136 |
+
{
|
137 |
+
"Video Animal Inpainting": "VideoAnimalInpainting.zip"
|
138 |
+
},
|
139 |
+
{
|
140 |
+
"Video Non-Animal Inpainting": "VideoNonAnimalInpainting.zip"
|
141 |
+
},
|
142 |
+
{
|
143 |
+
"Video Deblurring": "VideoDeblurring.zip"
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"Video Translation": "Video Translation.zip"
|
147 |
+
},
|
148 |
+
{
|
149 |
+
"Portrait Video Style Transfer": "PortraitVideoStyleTransfer.zip"
|
150 |
+
}
|
151 |
+
]
|
152 |
+
}
|