wushengqiong
commited on
Commit
Β·
f541f38
1
Parent(s):
c0ecd4f
add scope b task data
Browse files- Scope-B/3d.json +127 -0
- Scope-B/audio.json +178 -0
- Scope-B/audio_image_video.json +1554 -0
- Scope-B/audio_video.json +643 -0
- Scope-B/image.json +911 -0
- Scope-B/image_video.json +1376 -0
- Scope-B/video.json +463 -0
Scope-B/3d.json
ADDED
|
@@ -0,0 +1,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"comprehension": {
|
| 3 |
+
"3D Human-related Object Classification": [
|
| 4 |
+
{
|
| 5 |
+
"3D Accessory Classification": "3d_classification/ModelNet40/accessory"
|
| 6 |
+
},
|
| 7 |
+
{
|
| 8 |
+
"3D Appliance Classification": "3d_classification/ModelNet40/appliance"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"3D Tableware Classification": "3d_classification/ModelNet40/tableware"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"3D Musical Instrument Classification": "3d_classification/ModelNet40/musical_instrument"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"3D Person Classification": "3d_classification/ModelNet40/person"
|
| 18 |
+
}
|
| 19 |
+
],
|
| 20 |
+
"3D Geometry Feature Analysis": [],
|
| 21 |
+
"3D Detection": [],
|
| 22 |
+
"3D Question Answering": [],
|
| 23 |
+
"3D Motion Understanding": [],
|
| 24 |
+
"3D Structure and Environment Classification": [
|
| 25 |
+
{
|
| 26 |
+
"3D Furniture Classification": "3d_classification/ModelNet40/furniture"
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"3D Structure Classification": "3d_classification/ModelNet40/structure"
|
| 30 |
+
}
|
| 31 |
+
],
|
| 32 |
+
"Transportation and Technology Object Classification": [
|
| 33 |
+
{
|
| 34 |
+
"3D Electronic Classification": "3d_classification/ModelNet40/electronic"
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"3D Vehicle Classification": "3d_classification/ModelNet40/vehicle"
|
| 38 |
+
}
|
| 39 |
+
],
|
| 40 |
+
"3D Indoor Scene Semantic Segmentation": [
|
| 41 |
+
{
|
| 42 |
+
"3D Indoor Appliance Semantic Segmentation": "3d_indoor_semantic_segmentation"
|
| 43 |
+
}
|
| 44 |
+
],
|
| 45 |
+
"3D Outdoor Scene Semantic Segmentation": [
|
| 46 |
+
{
|
| 47 |
+
"3D Outdoor Semantic Segmentation": "3d_outdoor_semantic_segmentation"
|
| 48 |
+
}
|
| 49 |
+
],
|
| 50 |
+
"3D Indoor Scene Instance Segmentation": [
|
| 51 |
+
{
|
| 52 |
+
"3D Indoor Instance Segmentation": "3d_outdoor_instance_segmentation"
|
| 53 |
+
}
|
| 54 |
+
],
|
| 55 |
+
"3D Pose Estimation": [
|
| 56 |
+
{
|
| 57 |
+
"3D Odometry": "3d_outdoor_odometry"
|
| 58 |
+
}
|
| 59 |
+
],
|
| 60 |
+
"3D Part Segmentation": [
|
| 61 |
+
{
|
| 62 |
+
"3D Aircrafts Part Segmentation": "3d_part_segmentation/aircrafts"
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"3D Personal Item Part Segmentation": "3d_part_segmentation/personal_item"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"3D Vehicle Part Segmentation": "3d_part_segmentation/vehicles"
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"3D Furniture Part Segmentation": "3d_part_segmentation/furniture"
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"3D Tableware Part Segmentation": "3d_part_segmentation/tableware"
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"3D Weapon Part Segmentation": "3d_part_segmentation/weapons"
|
| 78 |
+
}
|
| 79 |
+
],
|
| 80 |
+
"3D Tracking": []
|
| 81 |
+
},
|
| 82 |
+
"generation": {
|
| 83 |
+
"Point Cloud Completion": [],
|
| 84 |
+
"Point Cloud to Mesh Reconstruction": [],
|
| 85 |
+
"Text to Point Cloud Generation": [
|
| 86 |
+
{
|
| 87 |
+
"Text to 3D Living and Arts Point Cloud Generation": "text_2_3d_pointcloud_gen"
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"Text to 3D Science and Technology Point Cloud Generation": "text_2_3d_pointcloud_gen"
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"Text to 3D Nature and Biology Point Cloud Generation": "text_2_3d_pointcloud_gen"
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"Text to 3D Culture and Structure Point Cloud Generation": "text_2_3d_pointcloud_gen"
|
| 97 |
+
}
|
| 98 |
+
],
|
| 99 |
+
"Text to Mesh Generation": [
|
| 100 |
+
{
|
| 101 |
+
"Text to 3D Living and Arts Mesh Generation": "text_2_3d_mesh_gen"
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"Text to 3D Science and Technology Mesh Generation": "text_2_3d_mesh_gen"
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"Text to 3D Nature and Biology Mesh Generation": "text_2_3d_mesh_gen"
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"Text to 3D Culture and Structure Mesh Generation": "text_2_3d_mesh_gen"
|
| 111 |
+
}
|
| 112 |
+
],
|
| 113 |
+
"Image to Point Cloud Generation": [],
|
| 114 |
+
"Image to Mesh Generation": [],
|
| 115 |
+
"RGB-D to Point Cloud Reconstruction": [],
|
| 116 |
+
"RGB-D to Mesh Reconstruction": [
|
| 117 |
+
{
|
| 118 |
+
"RGB-D to Mesh Reconstruction": "rgbd_to_mesh"
|
| 119 |
+
}
|
| 120 |
+
],
|
| 121 |
+
"Text to 3D Motion Generation": [
|
| 122 |
+
{
|
| 123 |
+
"Text to 3D Motion Generation": "text_2_3d_motion_gen"
|
| 124 |
+
}
|
| 125 |
+
]
|
| 126 |
+
}
|
| 127 |
+
}
|
Scope-B/audio.json
ADDED
|
@@ -0,0 +1,178 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"comprehension": {
|
| 3 |
+
"Speech Accent Understanding": [
|
| 4 |
+
{
|
| 5 |
+
"Accent Classification": "AccentClassification"
|
| 6 |
+
},
|
| 7 |
+
{
|
| 8 |
+
"Accent Sex Classification": "AccentSexClassification"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"Speaker Identification": "SpeakerIdentification"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"Vocal Sound Classification": "VocalSoundClassification"
|
| 15 |
+
}
|
| 16 |
+
],
|
| 17 |
+
"Speech Content Understanding": [
|
| 18 |
+
{
|
| 19 |
+
"Intent Classification": "IntentClassification"
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"Speech Command": "SpeechCommand"
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"Speech Event Extraction": "SpeechEventExtraction"
|
| 26 |
+
}
|
| 27 |
+
],
|
| 28 |
+
"Speech Emotion Understanding": [
|
| 29 |
+
{
|
| 30 |
+
"Speech Emotion Recognition": "SpeechEmotionRecognition"
|
| 31 |
+
}
|
| 32 |
+
],
|
| 33 |
+
"Music Understanding": [
|
| 34 |
+
{
|
| 35 |
+
"Music Genre Classification": "MusicGenreClassification"
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"Music Instrument Classification": "MusicInstrumentClassification"
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"Music Instrument Source Analysis": "MusicInstrumentSourceAnalysis"
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"Music Pitch Analysis": "MusicPitchAnalysis"
|
| 45 |
+
}
|
| 46 |
+
],
|
| 47 |
+
"Audio Technique Understanding": [
|
| 48 |
+
{
|
| 49 |
+
"Note Qualities Analysis": "NoteQualitiesAnalysis"
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"Singer Identification": "SingerIdentification"
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"Vocal Technique Detection": "VocalTechniqueDetection"
|
| 56 |
+
}
|
| 57 |
+
],
|
| 58 |
+
"Audio Content Understanding": [
|
| 59 |
+
{
|
| 60 |
+
"Long Audio Captioning": "LongAudioCaptioning"
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"Wild Audio Captioning": "WildAudioCaptioning"
|
| 64 |
+
}
|
| 65 |
+
],
|
| 66 |
+
"General Audio Question Answering": [
|
| 67 |
+
{
|
| 68 |
+
"Open Audio Question Answering": "OpenAudioQuestionAnswering"
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"Audio Question Answering": "AudioQuestionAnswering"
|
| 72 |
+
}
|
| 73 |
+
],
|
| 74 |
+
"Animal Sound Analysis": [
|
| 75 |
+
{
|
| 76 |
+
"Bird Sound Detection": "BirdSoundDetection"
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"Animal Sound Detection": "AnimalSoundDetection"
|
| 80 |
+
}
|
| 81 |
+
],
|
| 82 |
+
"Environment Sound Understanding": [
|
| 83 |
+
{
|
| 84 |
+
"Acoustic Scene Recognition": "AcousticSceneRecognition"
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"Environment Sound Recognition": "EnvironmentSoundRecognition"
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"Sound Event Recognition": "SoundEventRecognition"
|
| 91 |
+
}
|
| 92 |
+
]
|
| 93 |
+
},
|
| 94 |
+
"generation": {
|
| 95 |
+
"Audio Edit": [
|
| 96 |
+
{
|
| 97 |
+
"AudioEdit": "AudioEdit"
|
| 98 |
+
}
|
| 99 |
+
],
|
| 100 |
+
"Music Synthesis": [
|
| 101 |
+
{
|
| 102 |
+
"Piano-to-Orchestration Generation": "PianoToOrchestrationGeneration"
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"Pop Music Generation": "PopMusicGeneration"
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"Singing Voice Synthesis": "SingingVoiceSynthesis"
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"Song Generation": "SongGeneration"
|
| 112 |
+
}
|
| 113 |
+
],
|
| 114 |
+
"Music Style Transfer": [
|
| 115 |
+
{
|
| 116 |
+
"Music Style Transfer": "MusicStyleTransfer"
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"Chord-based Music Style Transfer": "ChordBasedMusicStyleTransfer"
|
| 120 |
+
}
|
| 121 |
+
],
|
| 122 |
+
"Dialogue Speech Generation": [
|
| 123 |
+
{
|
| 124 |
+
"Daily Talk Generation": "DailyTalkGeneration"
|
| 125 |
+
}
|
| 126 |
+
],
|
| 127 |
+
"Emotional Speech Generation": [
|
| 128 |
+
{
|
| 129 |
+
"Emotional Speech Synthesis": "EmotionalSpeechSynthesis"
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"Emotion Style Transfer": "EmotionStyleTransfer"
|
| 133 |
+
}
|
| 134 |
+
],
|
| 135 |
+
"Text-To-Speech Synthesis": [
|
| 136 |
+
{
|
| 137 |
+
"Text-To-Speech": "TextToSpeech"
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"Multimodal TTS": "MultimodalTTS"
|
| 141 |
+
}
|
| 142 |
+
],
|
| 143 |
+
"Text-to-Audio Synthesis": [
|
| 144 |
+
{
|
| 145 |
+
"Single Caption To Audio Generation": "SingleCaptionToAudio"
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"Two Captions To Audio Generation": "TwoCaptionsToAudio"
|
| 149 |
+
}
|
| 150 |
+
],
|
| 151 |
+
"Image-to-Audio Synthesis": [
|
| 152 |
+
{
|
| 153 |
+
"Image-to-Speech": "ImageToSpeech"
|
| 154 |
+
}
|
| 155 |
+
],
|
| 156 |
+
"Video-to-Audio Synthesis": [
|
| 157 |
+
{
|
| 158 |
+
"Video-to-Audio": "VideoToAudio"
|
| 159 |
+
}
|
| 160 |
+
],
|
| 161 |
+
"Speech Style Transfer": [
|
| 162 |
+
{
|
| 163 |
+
"Voice Conversion": "VoiceConversion"
|
| 164 |
+
}
|
| 165 |
+
],
|
| 166 |
+
"Speech Translation": [
|
| 167 |
+
{
|
| 168 |
+
"Chinese-to-English Speech Translation": "SpeechTranslationChToEn"
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"English-to-Chinese Speech Translation": "SpeechTranslationEnToCh"
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"English-to-Mogolian Speech Translation": "SpeechTranslationEnToMo"
|
| 175 |
+
}
|
| 176 |
+
]
|
| 177 |
+
}
|
| 178 |
+
}
|
Scope-B/audio_image_video.json
ADDED
|
@@ -0,0 +1,1554 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"audio": {
|
| 3 |
+
"comprehension": {
|
| 4 |
+
"Speech Accent Understanding": [
|
| 5 |
+
{
|
| 6 |
+
"Accent Classification": "AccentClassification"
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"Accent Sex Classification": "AccentSexClassification"
|
| 10 |
+
},
|
| 11 |
+
{
|
| 12 |
+
"Speaker Identification": "SpeakerIdentification"
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"Vocal Sound Classification": "VocalSoundClassification"
|
| 16 |
+
}
|
| 17 |
+
],
|
| 18 |
+
"Speech Content Understanding": [
|
| 19 |
+
{
|
| 20 |
+
"Intent Classification": "IntentClassification"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"Speech Command": "SpeechCommand"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"Speech Event Extraction": "SpeechEventExtraction"
|
| 27 |
+
}
|
| 28 |
+
],
|
| 29 |
+
"Speech Emotion Understanding": [
|
| 30 |
+
{
|
| 31 |
+
"Speech Emotion Recognition": "SpeechEmotionRecognition"
|
| 32 |
+
}
|
| 33 |
+
],
|
| 34 |
+
"Music Understanding": [
|
| 35 |
+
{
|
| 36 |
+
"Music Genre Classification": "MusicGenreClassification"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"Music Instrument Classification": "MusicInstrumentClassification"
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"Music Instrument Source Analysis": "MusicInstrumentSourceAnalysis"
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"Music Pitch Analysis": "MusicPitchAnalysis"
|
| 46 |
+
}
|
| 47 |
+
],
|
| 48 |
+
"Audio Technique Understanding": [
|
| 49 |
+
{
|
| 50 |
+
"Note Qualities Analysis": "NoteQualitiesAnalysis"
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"Singer Identification": "SingerIdentification"
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"Vocal Technique Detection": "VocalTechniqueDetection"
|
| 57 |
+
}
|
| 58 |
+
],
|
| 59 |
+
"Audio Content Understanding": [
|
| 60 |
+
{
|
| 61 |
+
"Long Audio Captioning": "LongAudioCaptioning"
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"Wild Audio Captioning": "WildAudioCaptioning"
|
| 65 |
+
}
|
| 66 |
+
],
|
| 67 |
+
"General Audio Question Answering": [
|
| 68 |
+
{
|
| 69 |
+
"Open Audio Question Answering": "OpenAudioQuestionAnswering"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"Audio Question Answering": "AudioQuestionAnswering"
|
| 73 |
+
}
|
| 74 |
+
],
|
| 75 |
+
"Animal Sound Analysis": [
|
| 76 |
+
{
|
| 77 |
+
"Bird Sound Detection": "BirdSoundDetection"
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"Animal Sound Detection": "AnimalSoundDetection"
|
| 81 |
+
}
|
| 82 |
+
],
|
| 83 |
+
"Environment Sound Understanding": [
|
| 84 |
+
{
|
| 85 |
+
"Acoustic Scene Recognition": "AcousticSceneRecognition"
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"Environment Sound Recognition": "EnvironmentSoundRecognition"
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"Sound Event Recognition": "SoundEventRecognition"
|
| 92 |
+
}
|
| 93 |
+
]
|
| 94 |
+
},
|
| 95 |
+
"generation": {
|
| 96 |
+
"Audio Edit": [
|
| 97 |
+
{
|
| 98 |
+
"AudioEdit": "AudioEdit"
|
| 99 |
+
}
|
| 100 |
+
],
|
| 101 |
+
"Music Synthesis": [
|
| 102 |
+
{
|
| 103 |
+
"Piano-to-Orchestration Generation": "PianoToOrchestrationGeneration"
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"Pop Music Generation": "PopMusicGeneration"
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"Singing Voice Synthesis": "SingingVoiceSynthesis"
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"Song Generation": "SongGeneration"
|
| 113 |
+
}
|
| 114 |
+
],
|
| 115 |
+
"Music Style Transfer": [
|
| 116 |
+
{
|
| 117 |
+
"Music Style Transfer": "MusicStyleTransfer"
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"Chord-based Music Style Transfer": "ChordBasedMusicStyleTransfer"
|
| 121 |
+
}
|
| 122 |
+
],
|
| 123 |
+
"Dialogue Speech Generation": [
|
| 124 |
+
{
|
| 125 |
+
"Daily Talk Generation": "DailyTalkGeneration"
|
| 126 |
+
}
|
| 127 |
+
],
|
| 128 |
+
"Emotional Speech Generation": [
|
| 129 |
+
{
|
| 130 |
+
"Emotional Speech Synthesis": "EmotionalSpeechSynthesis"
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"Emotion Style Transfer": "EmotionStyleTransfer"
|
| 134 |
+
}
|
| 135 |
+
],
|
| 136 |
+
"Text-To-Speech Synthesis": [
|
| 137 |
+
{
|
| 138 |
+
"Text-To-Speech": "TextToSpeech"
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"Multimodal TTS": "MultimodalTTS"
|
| 142 |
+
}
|
| 143 |
+
],
|
| 144 |
+
"Text-to-Audio Synthesis": [
|
| 145 |
+
{
|
| 146 |
+
"Single Caption To Audio Generation": "SingleCaptionToAudio"
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"Two Captions To Audio Generation": "TwoCaptionsToAudio"
|
| 150 |
+
}
|
| 151 |
+
],
|
| 152 |
+
"Image-to-Audio Synthesis": [
|
| 153 |
+
{
|
| 154 |
+
"Image-to-Speech": "ImageToSpeech"
|
| 155 |
+
}
|
| 156 |
+
],
|
| 157 |
+
"Video-to-Audio Synthesis": [
|
| 158 |
+
{
|
| 159 |
+
"Video-to-Audio": "VideoToAudio"
|
| 160 |
+
}
|
| 161 |
+
],
|
| 162 |
+
"Speech Style Transfer": [
|
| 163 |
+
{
|
| 164 |
+
"Voice Conversion": "VoiceConversion"
|
| 165 |
+
}
|
| 166 |
+
],
|
| 167 |
+
"Speech Translation": [
|
| 168 |
+
{
|
| 169 |
+
"Chinese-to-English Speech Translation": "SpeechTranslationChToEn"
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"English-to-Chinese Speech Translation": "SpeechTranslationEnToCh"
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"English-to-Mogolian Speech Translation": "SpeechTranslationEnToMo"
|
| 176 |
+
}
|
| 177 |
+
]
|
| 178 |
+
}
|
| 179 |
+
},
|
| 180 |
+
"image": {
|
| 181 |
+
"comprehension": {
|
| 182 |
+
"Behavior Recognition": [
|
| 183 |
+
{
|
| 184 |
+
"Sports Image Classification": "sports_image_classification"
|
| 185 |
+
}
|
| 186 |
+
],
|
| 187 |
+
"Image Caption": [
|
| 188 |
+
{
|
| 189 |
+
"Instagram Image Caption": "instagram_image_caption"
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"Satellite Image Caption": "satellite_image_caption"
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"Astronomy Image Captioning": "astronomy-image-captioning"
|
| 196 |
+
}
|
| 197 |
+
],
|
| 198 |
+
"Image Depth Estimation": [],
|
| 199 |
+
"Image Instance Segmentation": [
|
| 200 |
+
{
|
| 201 |
+
"Pedestrian Instance Segmentation": "pedestrian_instance_segmentation"
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"Vehicle Instance Segmentation": "vehicle_instance_segmentation"
|
| 205 |
+
}
|
| 206 |
+
],
|
| 207 |
+
"Image OCR": [
|
| 208 |
+
{
|
| 209 |
+
"Handwriting OCR": "handwriting-component-detection"
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"Letter and Number OCR": "letter_and_number_ocr"
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"License Plate OCR": "license_plate_ocr"
|
| 216 |
+
},
|
| 217 |
+
{
|
| 218 |
+
"Radical-Level Oracle Bone Character Recognition": "Radical-LevelOracleBoneCharacterRecognition"
|
| 219 |
+
}
|
| 220 |
+
],
|
| 221 |
+
"Image Recognition": [
|
| 222 |
+
{
|
| 223 |
+
"Latex Code Recognition": "Latex Code Recognition"
|
| 224 |
+
}
|
| 225 |
+
],
|
| 226 |
+
"Image Semantic Segmentation": [
|
| 227 |
+
{
|
| 228 |
+
"Indoor Semantic Segmentation": "indoor_semantic_segmentation"
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"Pedestrian Semantic Segmentation": "pedestrian_semantic_segmentation"
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"Road Semantic Segmentation": "Road_Semantic_Segmentation"
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"Vehicle Semantic Segmentation": "vehicle_semantic_segmentation"
|
| 238 |
+
},
|
| 239 |
+
{
|
| 240 |
+
"People Clothing Segmentation": "people-clothing-segmentation"
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"Flood Area Segmentation": "flood-area-segmentation"
|
| 244 |
+
}
|
| 245 |
+
],
|
| 246 |
+
"Image Visual Grounding": [
|
| 247 |
+
{
|
| 248 |
+
"Short Expression Visual Grounding": "short_expression_visual_grounding"
|
| 249 |
+
}
|
| 250 |
+
],
|
| 251 |
+
"Image Visual Question Answering": [
|
| 252 |
+
{
|
| 253 |
+
"External Knowledge Required Image Question Answering": "Internet-Retrieved-InformationVisualQuestionAnswering"
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"Medical Image Question Answering": "medical_image_qa"
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"Reasoning and Compositional Image Question Answering": "reasoning_and_compositional_image_qa"
|
| 260 |
+
},
|
| 261 |
+
{
|
| 262 |
+
"Geography Visual Question Answering": "geography_vqa"
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"Geometry Visual Question Answering": "geometry_vqa"
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"Lung Nodule Diagnosis Visual Question Answering": "lung_nodule_diagnosis_vqa"
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"Mathematical Statistical Reasoning Visual Question Answering": "mathematical_statistical_reasoning_vqa"
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"Mathematical Textbook Visual Question Answering": "mathematical_textbook_vqa"
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"Mathematical Word Problem Visual Question Answering": "mathematical_word_problem_vqa"
|
| 278 |
+
},
|
| 279 |
+
{
|
| 280 |
+
"Physics Visual Question Answering": "physics_vqa"
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"Mathematical Synthetic Scene Visual Question Answering": "mathematical_synthetic_scene_vqa"
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"Remote Sense Visual Question Answering": "remote_sense_vqa"
|
| 287 |
+
},
|
| 288 |
+
{
|
| 289 |
+
"Skin Disease Visual Question Answering": "skin_disease_diagnosis_vqa"
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"Internet-Retrieved-Information Visual Question Answering": "Internet-Retrieved-InformationVisualQuestionAnswering"
|
| 293 |
+
},
|
| 294 |
+
{
|
| 295 |
+
"Webpage Content Visual Question Answering": "WebpageContentVisualQuestionAnswering"
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"Sporting-related VQA": "Sporting-relatedVQA"
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"Financial Dialogue VQA": "FinancialDialogueVQA"
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"Historical Multi-Source Dialogue": "HistoricalMulti-SourceDialogue"
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"Multi-Turn Interactive Dialogue": "Multi-TurnInteractiveDialogue"
|
| 308 |
+
},
|
| 309 |
+
{
|
| 310 |
+
"Complex Multi-Scenario Dialogue": "ComplexMulti-ScenarioDialogue"
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"Multimodal Slide Question Answering": "MultimodalSlideQuestionAnswering"
|
| 314 |
+
},
|
| 315 |
+
{
|
| 316 |
+
"Multimodal Document VQA": "MultimodalDocumentVQA"
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"Multimodal Document Fine-grained Reasoning": "MultimodalDocumentFine-grainedReasoning"
|
| 320 |
+
},
|
| 321 |
+
{
|
| 322 |
+
"Textbook Diagram VQA": "TextbookDiagramVQA"
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"Education-Related VQA": "Education-RelatedVQA"
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"Book Information VQA": "BookInformationVQA"
|
| 329 |
+
},
|
| 330 |
+
{
|
| 331 |
+
"Textual Document VQA": "TextualDocumentVQA"
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"Text-Table-Image Joint Reasoning": "Text-Table-ImageJointReasoning"
|
| 335 |
+
},
|
| 336 |
+
{
|
| 337 |
+
"Handwritten Formula Visual Question Answering": "Handwritten_Formula_Visual_Question_Answering"
|
| 338 |
+
},
|
| 339 |
+
{
|
| 340 |
+
"Face Comparison Visual Question Answering": "Face_Comparison_Visual_Question_Answering"
|
| 341 |
+
},
|
| 342 |
+
{
|
| 343 |
+
"Image Similarity Visual Question Answering": "Image_Similarity_Visual_Question_Answering"
|
| 344 |
+
},
|
| 345 |
+
{
|
| 346 |
+
"Art Image Visual Question Answering": "ArtImageVisualQuestionAnswering"
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"Culture Image Visual Question Answering": "CultureImageVisualQuestionAnswering"
|
| 350 |
+
},
|
| 351 |
+
{
|
| 352 |
+
"Imge Editing Instruction Generation": "image_editing_instruction_generation"
|
| 353 |
+
}
|
| 354 |
+
],
|
| 355 |
+
"Industrial Anomaly Detection": [
|
| 356 |
+
{
|
| 357 |
+
"Bottle Anomaly Detection": "BottleAnomalyDetection"
|
| 358 |
+
},
|
| 359 |
+
{
|
| 360 |
+
"Cable Anomaly Detection": "CableAnomalyDetection"
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"Capsule Anomaly Detection": "CapsuleAnomalyDetection"
|
| 364 |
+
},
|
| 365 |
+
{
|
| 366 |
+
"Carpet Anomaly Detection": "CarpetAnomalyDetection"
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"Grid Anomaly Detection": "GridAnomalyDetection"
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"Hazelnut Anomaly Detection": "HazelnutAnomalyDetection"
|
| 373 |
+
},
|
| 374 |
+
{
|
| 375 |
+
"Leather Anomaly Detection": "LeatherAnomalyDetection"
|
| 376 |
+
},
|
| 377 |
+
{
|
| 378 |
+
"Metal Nut Anomaly Detection": "MetalNutAnomalyDetection"
|
| 379 |
+
},
|
| 380 |
+
{
|
| 381 |
+
"Pill Anomaly Detection": "PillAnomalyDetection"
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"Screw Anomaly Detection": "ScrewAnomalyDetection"
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"Tile Anomaly Detection": "TileAnomalyDetection"
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"Toothbrush-Anomaly Detection": "ToothbrushAnomalyDetection"
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"Transistor Anomaly Detection": "TransistorAnomalyDetection"
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"Wood Anomaly Detection": "WoodAnomalyDetection"
|
| 397 |
+
},
|
| 398 |
+
{
|
| 399 |
+
"Zipper Anomaly Detection": "ZipperAnomalyDetection"
|
| 400 |
+
}
|
| 401 |
+
],
|
| 402 |
+
"Medical Segmentation": [
|
| 403 |
+
{
|
| 404 |
+
"COVID-19 CT Scan Lesion Segmentation": "COVID-19CTScanLesionSegmentation"
|
| 405 |
+
},
|
| 406 |
+
{
|
| 407 |
+
"Hubmap Organ Segmentation": "HubmapOrganSegmentation"
|
| 408 |
+
},
|
| 409 |
+
{
|
| 410 |
+
"Lung segmentation": "LungSegmentation"
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"Bacteria Segmentation": "BacteriaSegmentation"
|
| 414 |
+
},
|
| 415 |
+
{
|
| 416 |
+
"Tuberculosis X-ray Segmentation": "tuberculosis_xray_segmentation"
|
| 417 |
+
}
|
| 418 |
+
],
|
| 419 |
+
"Code Generation": [
|
| 420 |
+
{
|
| 421 |
+
"Sketch-to-HTML Code Generation": "sketch2html_code_generation"
|
| 422 |
+
}
|
| 423 |
+
],
|
| 424 |
+
"Keypoint Detection": [
|
| 425 |
+
{
|
| 426 |
+
"Person Keypoint Detection": "person_keypoint_detection"
|
| 427 |
+
}
|
| 428 |
+
],
|
| 429 |
+
"Multi-image Visual Question Answering": [
|
| 430 |
+
{
|
| 431 |
+
"Image Pair Multi-Attribute Question Answering": "Image_Pair_Multi-Attribute_Question_Answering"
|
| 432 |
+
},
|
| 433 |
+
{
|
| 434 |
+
"Numerical Dual Image Description Verification": "Numerical_Dual_Image_Description_Verification"
|
| 435 |
+
},
|
| 436 |
+
{
|
| 437 |
+
"Aircraft Model Matching": "Aircraft_Model_Matching"
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"Car Model Matching": "Car_Model_Matching"
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"Pose and Activity Consistency Verification": "Pose_and_Activity_Consistency_Verification"
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"Digital Consistency Comparison": "Digital_Consistency_Comparison"
|
| 447 |
+
}
|
| 448 |
+
],
|
| 449 |
+
"Multimodal Dialogue": [
|
| 450 |
+
{
|
| 451 |
+
"Egocentric Daily Tasks Action Planning": "EgocentricDailyTasksActionPlanning"
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"Context-Aware Embodied Agent Dialogue": "Context-AwareEmbodiedAgentDialogue"
|
| 455 |
+
},
|
| 456 |
+
{
|
| 457 |
+
"Embodied Navigating Visual Question Answering": "EmbodiedNavigatingVisualQuestionAnswering"
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"Environment-Based Next-action Description": "Environment-BasedNext-actionDescription"
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"Multimodal Decision-making Reasoning": "MultimodalDecision-makingReasoning"
|
| 464 |
+
},
|
| 465 |
+
{
|
| 466 |
+
"Comic Dialogue Completion": "ComicDialogueCompletion"
|
| 467 |
+
}
|
| 468 |
+
],
|
| 469 |
+
"Multimodal Reasoning": [
|
| 470 |
+
{
|
| 471 |
+
"Fashion Concept Visual Question Answering": "FashionConceptVisualQuestionAnswering"
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"Cloth Color Visual Question Answering": "ClothColorVisualQuestionAnswering"
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"Multi-Image Visual Entailment Reasoning": "Multi-ImageVisualEntailmentReasoning"
|
| 478 |
+
},
|
| 479 |
+
{
|
| 480 |
+
"Visual Step Completion": "VisualStepCompletion"
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"Recipe Ingredient Description": "RecipeIngredientDescription"
|
| 484 |
+
},
|
| 485 |
+
{
|
| 486 |
+
"Visual Step Matching Reasoning": "VisualStepMatchingReasoning"
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"Industrial Inspection Multi-Image Reasoning": "IndustrialInspectionMulti-ImageReasoning"
|
| 490 |
+
},
|
| 491 |
+
{
|
| 492 |
+
"Property Coherence Reasoning": "PropertyCoherenceReasoning"
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"Recipe Completion": "RecipeCompletion"
|
| 496 |
+
},
|
| 497 |
+
{
|
| 498 |
+
"Comic Panel VQA": "ComicPanelVQA"
|
| 499 |
+
},
|
| 500 |
+
{
|
| 501 |
+
"Abduction-based VQA": "Abduction-basedVQA"
|
| 502 |
+
},
|
| 503 |
+
{
|
| 504 |
+
"Dual-Image Causal-and-Effect Reasoning": "Dual-ImageCausal-and-EffectReasoning"
|
| 505 |
+
},
|
| 506 |
+
{
|
| 507 |
+
"Driving Recording Reasoning": "DrivingRecordingReasoning"
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"Attribute Congruity Reasoning": "AttributeCongruityReasoning"
|
| 511 |
+
}
|
| 512 |
+
],
|
| 513 |
+
"Object Counting": [
|
| 514 |
+
{
|
| 515 |
+
"Seed Counting": "seed_counting"
|
| 516 |
+
},
|
| 517 |
+
{
|
| 518 |
+
"Vehicle Counting": "vehicle_counting"
|
| 519 |
+
}
|
| 520 |
+
],
|
| 521 |
+
"Multimodal Neural Translation": [
|
| 522 |
+
{
|
| 523 |
+
"Multimodal Neural Translation": "Multimodal_Neural_Translation"
|
| 524 |
+
}
|
| 525 |
+
],
|
| 526 |
+
"Object Detection": [
|
| 527 |
+
{
|
| 528 |
+
"Small Object Detection": "small_object_detection"
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"Traffic Signs Detection": "traffic_signs_detection"
|
| 532 |
+
},
|
| 533 |
+
{
|
| 534 |
+
"Medical Device Detection": "medical-device-detection"
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"Wound Detection": "wound-detection"
|
| 538 |
+
},
|
| 539 |
+
{
|
| 540 |
+
"Gauge Detection": "gauge-detection"
|
| 541 |
+
},
|
| 542 |
+
{
|
| 543 |
+
"Parking Space Detection": "parking-space-detection"
|
| 544 |
+
},
|
| 545 |
+
{
|
| 546 |
+
"Tree Detection": "tree-detection"
|
| 547 |
+
},
|
| 548 |
+
{
|
| 549 |
+
"Traffic Light Detection": "traffic-light-detection"
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"rock-paper-scissors-gesture-detection": "rock-paper-scissors-gesture-detection"
|
| 553 |
+
},
|
| 554 |
+
{
|
| 555 |
+
"Price Tag Detection and Text Grounding": "price-tag-detection-and-text-grounding"
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"Retail Object Detection": "retail-object-detection"
|
| 559 |
+
},
|
| 560 |
+
{
|
| 561 |
+
"Exit Sign Detection": "exit-sign-detection"
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"Handwriting Component Detection": "handwriting-component-detection"
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"Sign Language Detection": "sign-language-detection"
|
| 568 |
+
},
|
| 569 |
+
{
|
| 570 |
+
"football player detection": "football-player-detection"
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"Pest Detection": "pest-detection"
|
| 574 |
+
},
|
| 575 |
+
{
|
| 576 |
+
"Underwater garbage Detection": "underwater-garbage-detection"
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"Food Detection": "food-detection"
|
| 580 |
+
},
|
| 581 |
+
{
|
| 582 |
+
"Circuit Elements Detection": "circuit-elements-detection"
|
| 583 |
+
},
|
| 584 |
+
{
|
| 585 |
+
"Tabular Data Detection": "tabular-data-detection"
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"Radio-Spectrogram Detection": "radio-spectrogram-detection"
|
| 589 |
+
},
|
| 590 |
+
{
|
| 591 |
+
"Empty Shelf Detection": "empty-shelf-detection"
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"Tomato Detection": "tomato-detection"
|
| 595 |
+
},
|
| 596 |
+
{
|
| 597 |
+
"Drone Detection": "drone-detection"
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"Bee Detection": "tree-detection"
|
| 601 |
+
},
|
| 602 |
+
{
|
| 603 |
+
"Cat Faces Detection": "cat-faces-detection"
|
| 604 |
+
},
|
| 605 |
+
{
|
| 606 |
+
"Bird Detection": "BirdDetection"
|
| 607 |
+
},
|
| 608 |
+
{
|
| 609 |
+
"Deepfish Detection": "DeepfishDetection"
|
| 610 |
+
},
|
| 611 |
+
{
|
| 612 |
+
"Raccoon Detection": "RaccoonDetection"
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"Ship Detection": "ShipDetection"
|
| 616 |
+
},
|
| 617 |
+
{
|
| 618 |
+
"Weed Detection": "WeedDetection"
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"Radar Ship Detection": "Radar_Ship_Detection"
|
| 622 |
+
}
|
| 623 |
+
],
|
| 624 |
+
"Object Matting": [
|
| 625 |
+
{
|
| 626 |
+
"Animal Image Matting": "AnimalImageMatting"
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"Portrait Matting": "portrait_matting"
|
| 630 |
+
},
|
| 631 |
+
{
|
| 632 |
+
"Text Manipulation Region Matting": "TextManipulationRegionMatting"
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"Person Hair Matting": "person-hair-matting"
|
| 636 |
+
}
|
| 637 |
+
],
|
| 638 |
+
"Object Recognition": [
|
| 639 |
+
{
|
| 640 |
+
"Animal Recognition": "AnimalRecognition"
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"Big Cat Image Recognition": "BigCatImageRecognition"
|
| 644 |
+
},
|
| 645 |
+
{
|
| 646 |
+
"Fruit Recognition": "fruit_disease_recognition"
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"Vegetable Recognition": "vegetable_recognition"
|
| 650 |
+
},
|
| 651 |
+
{
|
| 652 |
+
"Car Brands Recognition": "car_brands_recognition"
|
| 653 |
+
},
|
| 654 |
+
{
|
| 655 |
+
"Damaged Egg Recognition": "damaged_egg_recognition"
|
| 656 |
+
},
|
| 657 |
+
{
|
| 658 |
+
"Dog Breeds Recognition": "dog_breeds recognition"
|
| 659 |
+
},
|
| 660 |
+
{
|
| 661 |
+
"Garbage Classification": "garbage_classification"
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"Mammal Recognition": "mammal_recognition"
|
| 665 |
+
},
|
| 666 |
+
{
|
| 667 |
+
"Utensil Recognition": "utensil_recognition"
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"Bird Species Recognition": "bird-species-classification"
|
| 671 |
+
},
|
| 672 |
+
{
|
| 673 |
+
"Chinese Fine Art Recognition": "chinese-fine-art"
|
| 674 |
+
},
|
| 675 |
+
{
|
| 676 |
+
"Famous Iconic Women Recognition": "famous-iconic-women"
|
| 677 |
+
},
|
| 678 |
+
{
|
| 679 |
+
"Text Manipulation Classification": "TextManipulationClassification"
|
| 680 |
+
},
|
| 681 |
+
{
|
| 682 |
+
"Gender Recognition": "GenderRecognition"
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"Infrared/Thermal Image Classification": "Infrared_Thermal_Image_Classification"
|
| 686 |
+
},
|
| 687 |
+
{
|
| 688 |
+
"Waste Item Image Classification": "waste-item-image-classification"
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"Image Style Classification": "image_style_classification"
|
| 692 |
+
},
|
| 693 |
+
{
|
| 694 |
+
"Microorganism Image Classification": "microorganism_image_classification"
|
| 695 |
+
},
|
| 696 |
+
{
|
| 697 |
+
"Deep Fake Detection": "deep_fake_detection"
|
| 698 |
+
}
|
| 699 |
+
],
|
| 700 |
+
"Panoptic Segmentation": [
|
| 701 |
+
{
|
| 702 |
+
"Road Scene Panoptic Segmentation": "road_scene_panoptic_segmentation"
|
| 703 |
+
}
|
| 704 |
+
],
|
| 705 |
+
"Crack Detection": [],
|
| 706 |
+
"Pose Recognition": [
|
| 707 |
+
{
|
| 708 |
+
"Yoga Pose Recognition": "GenderRecognition"
|
| 709 |
+
}
|
| 710 |
+
],
|
| 711 |
+
"Relation Reasoning": [
|
| 712 |
+
{
|
| 713 |
+
"Classification of Visual Spatial Relationship": "Classification_of_Visual_Spatial_Relationship"
|
| 714 |
+
},
|
| 715 |
+
{
|
| 716 |
+
"Description of Single Spatial Relationship": "Description_of_Single_Spatial_Relationship"
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"Description of Open-ended Spatial Relationship": "Description_of_Open-ended_Spatial_Relationship"
|
| 720 |
+
}
|
| 721 |
+
],
|
| 722 |
+
"RGBD Semantic Segmentation": [
|
| 723 |
+
{
|
| 724 |
+
"RGBD Semantic Segmentation": "rgbd_semantic_segmentation"
|
| 725 |
+
}
|
| 726 |
+
],
|
| 727 |
+
"Ripeness Recognition": [
|
| 728 |
+
{
|
| 729 |
+
"Strawberry Ripeness Recognition": "strawberry_ripeness_recognition"
|
| 730 |
+
}
|
| 731 |
+
],
|
| 732 |
+
"Safety Detection": [
|
| 733 |
+
{
|
| 734 |
+
"Fire Detection": "fire-detection"
|
| 735 |
+
},
|
| 736 |
+
{
|
| 737 |
+
"Gun Detection": "gun-detection"
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"Construction Safety Equipment Detection": "construction-safety-equipment-detection"
|
| 741 |
+
},
|
| 742 |
+
{
|
| 743 |
+
"Safety Vests Detection": "safety-vests-detection"
|
| 744 |
+
},
|
| 745 |
+
{
|
| 746 |
+
"Fall Human Detection": "fall-human-detection"
|
| 747 |
+
},
|
| 748 |
+
{
|
| 749 |
+
"Smoke Detection": "smoke-detection"
|
| 750 |
+
},
|
| 751 |
+
{
|
| 752 |
+
"Helmet Detection": "helmet-detection"
|
| 753 |
+
}
|
| 754 |
+
],
|
| 755 |
+
"Scene Graph Generation": [
|
| 756 |
+
{
|
| 757 |
+
"Image Scene Graph Parsing": "lmage_Scene_Graph_Parsing"
|
| 758 |
+
}
|
| 759 |
+
],
|
| 760 |
+
"Scene Recognition": [
|
| 761 |
+
{
|
| 762 |
+
"Terrain Recognition": "terrain_recognition"
|
| 763 |
+
}
|
| 764 |
+
],
|
| 765 |
+
"Sign Language Recognition": [
|
| 766 |
+
{
|
| 767 |
+
"American Sign Language Recognition": "AmericanSignLanguageRecognition"
|
| 768 |
+
}
|
| 769 |
+
],
|
| 770 |
+
"Visual Relation Inference": [
|
| 771 |
+
{
|
| 772 |
+
"Before-After Relationship Caption": "Before-AfterRelationshipCaption"
|
| 773 |
+
},
|
| 774 |
+
{
|
| 775 |
+
"Surveillance Object-Level Change Description": "SurveillanceObject-LevelChangeDescription"
|
| 776 |
+
},
|
| 777 |
+
{
|
| 778 |
+
"Multi-Image Alteration Description": "Multi-ImageAlterationDescription"
|
| 779 |
+
},
|
| 780 |
+
{
|
| 781 |
+
"Bird Variation Comparison Description": "BirdVariationComparisonDescription"
|
| 782 |
+
},
|
| 783 |
+
{
|
| 784 |
+
"Subtle Difference Description": "SubtleDifferenceDescription"
|
| 785 |
+
},
|
| 786 |
+
{
|
| 787 |
+
"Multimodal Relation Extraction": "Multi-ImageAlterationDescription"
|
| 788 |
+
}
|
| 789 |
+
],
|
| 790 |
+
"Visual Storytelling Generation": [
|
| 791 |
+
{
|
| 792 |
+
"Animated Story Completion": "AnimatedStoryCompletion"
|
| 793 |
+
},
|
| 794 |
+
{
|
| 795 |
+
"Cartoon Story Telling": "CartoonStoryTelling"
|
| 796 |
+
},
|
| 797 |
+
{
|
| 798 |
+
"Multi-image Next-frame Description": "Multi-imageNext-frameDescription"
|
| 799 |
+
},
|
| 800 |
+
{
|
| 801 |
+
"Sequential Photo Storytelling": "SequentialPhotoStorytelling"
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"Sequential Story Completion": "SequentialStoryCompletion"
|
| 805 |
+
}
|
| 806 |
+
],
|
| 807 |
+
"Disease Detection": [
|
| 808 |
+
{
|
| 809 |
+
"Plant Disease Detection": "plant-disease-detection"
|
| 810 |
+
}
|
| 811 |
+
],
|
| 812 |
+
"Weather Recognition": [],
|
| 813 |
+
"Disease Recognition": [
|
| 814 |
+
{
|
| 815 |
+
"Fruit Disease Recognition": "fruit_disease_recognition"
|
| 816 |
+
},
|
| 817 |
+
{
|
| 818 |
+
"Abnormal Heartbeat Recognition": "Abnormal_Heartbeat_Patients"
|
| 819 |
+
},
|
| 820 |
+
{
|
| 821 |
+
"Myocardial Infarction Recognition": "Myocardial_Infarction_Patients"
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"Brain Tumor MRI Recognition": "BrainTumorMRIRecognition"
|
| 825 |
+
},
|
| 826 |
+
{
|
| 827 |
+
"Pumpkin Leaf Diseases Recognition": "PumpkinLeafDiseasesRecognition"
|
| 828 |
+
},
|
| 829 |
+
{
|
| 830 |
+
"Leukemia Classification": "LeukemiaClassification"
|
| 831 |
+
}
|
| 832 |
+
],
|
| 833 |
+
"Document Visual Question Answering": [
|
| 834 |
+
{
|
| 835 |
+
"Multi-Page Agreement Document Visual Question Answering": "Multi-PageAgreementDocumentVisualQuestionAnswering"
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"Multi-Page Application Document Visual Question Answering": "Multi-PageApplicationDocumentVisualQuestionAnswering"
|
| 839 |
+
},
|
| 840 |
+
{
|
| 841 |
+
"Multi-Page Certificate Document Visual Question Answering": "Multi-PageCertificateDocumentVisualQuestionAnswering"
|
| 842 |
+
},
|
| 843 |
+
{
|
| 844 |
+
"Multi-Page E-mail Document Visual Question Answering": "Multi-PageE-mailDocumentVisualQuestionAnswering"
|
| 845 |
+
},
|
| 846 |
+
{
|
| 847 |
+
"Multi-Page Form Document Visual Question Answering": "Multi-PageFormDocumentVisualQuestionAnswering"
|
| 848 |
+
},
|
| 849 |
+
{
|
| 850 |
+
"Multi-Page Handwritten Document Visual Question Answering": "Multi-PageHandwrittenDocumentVisualQuestionAnswering"
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"Multi-Page Infographic Document Visual Question Answering": "Multi-PageInfographicDocumentVisualQuestionAnswering"
|
| 854 |
+
},
|
| 855 |
+
{
|
| 856 |
+
"Multi-Page Invoice Document Visual Question Answering": "Multi-PageInvoiceDocumentVisualQuestionAnswering"
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"Multi-Page Letter Document Visual Question Answering": "Multi-PageLetterDocumentVisualQuestionAnswering"
|
| 860 |
+
},
|
| 861 |
+
{
|
| 862 |
+
"Multi-Page Manual Document Visual Question Answering": "Multi-PageManualDocumentVisualQuestionAnswering"
|
| 863 |
+
},
|
| 864 |
+
{
|
| 865 |
+
"Multi-Page Meeting Document Visual Question Answering": "Multi-PageMeetingDocumentVisualQuestionAnswering"
|
| 866 |
+
},
|
| 867 |
+
{
|
| 868 |
+
"Multi-Page Memo Document Visual Question Answering": "Multi-PageMemoDocumentVisualQuestionAnswering"
|
| 869 |
+
},
|
| 870 |
+
{
|
| 871 |
+
"Multi-Page News Document Visual Question Answering": "Multi-PageNewsDocumentVisualQuestionAnswering"
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"Multi-Page Order Document Visual Question Answering": "Multi-PageOrderDocumentVisualQuestionAnswering"
|
| 875 |
+
},
|
| 876 |
+
{
|
| 877 |
+
"Multi-Page Poster Document Visual Question Answering": "Multi-PagePosterDocumentVisualQuestionAnswering"
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"Multi-Page Presentation Document Visual Question Answering": "presentation_docvqa"
|
| 881 |
+
},
|
| 882 |
+
{
|
| 883 |
+
"Multi-Page Report Document Visual Question Answering": "report_docvqa"
|
| 884 |
+
},
|
| 885 |
+
{
|
| 886 |
+
"Multi-Page Request Document Visual Question Answering": "request_docvqa"
|
| 887 |
+
},
|
| 888 |
+
{
|
| 889 |
+
"Multi-Page Resume Document Visual Question Answering": "resume_docvqa"
|
| 890 |
+
},
|
| 891 |
+
{
|
| 892 |
+
"Multi-Page Sheet Document Visual Question Answering": "sheet_docvqa"
|
| 893 |
+
}
|
| 894 |
+
],
|
| 895 |
+
"Emotion Detection": [
|
| 896 |
+
{
|
| 897 |
+
"Person Emotion Detection": "person_emotion_detection"
|
| 898 |
+
},
|
| 899 |
+
{
|
| 900 |
+
"Pet Face Expression Recognition": "pet_face_expression_recognition"
|
| 901 |
+
},
|
| 902 |
+
{
|
| 903 |
+
"Emotion Recognition": "emotion-detection-fer"
|
| 904 |
+
},
|
| 905 |
+
{
|
| 906 |
+
"Face Emotion Recognition": "face_emotion_recognition"
|
| 907 |
+
}
|
| 908 |
+
],
|
| 909 |
+
"Graph Classification": [
|
| 910 |
+
{
|
| 911 |
+
"Spectrum Graph Car Classification": "Spectrum_Graph_Car_Classification"
|
| 912 |
+
}
|
| 913 |
+
],
|
| 914 |
+
"Hallucination Detection": [
|
| 915 |
+
{
|
| 916 |
+
"Attribute Hallucination Detection": "Attribute_Hallucination_Detection"
|
| 917 |
+
},
|
| 918 |
+
{
|
| 919 |
+
"Object Hallucination Detection": "Object_Hallucination_Detection"
|
| 920 |
+
}
|
| 921 |
+
]
|
| 922 |
+
},
|
| 923 |
+
"generation": {
|
| 924 |
+
"Edge-to-Image Generation": [
|
| 925 |
+
{
|
| 926 |
+
"Edge-to-Image Generation": "edge2object"
|
| 927 |
+
}
|
| 928 |
+
],
|
| 929 |
+
"Layout-to-Image Generation": [
|
| 930 |
+
{
|
| 931 |
+
"Layout-to-Face Image Generation": "layout2face"
|
| 932 |
+
}
|
| 933 |
+
],
|
| 934 |
+
"Mask-to-Image Generation": [
|
| 935 |
+
{
|
| 936 |
+
"Mask-to-Image Face Generation": "Mask-to-Image_Face_Generation"
|
| 937 |
+
}
|
| 938 |
+
],
|
| 939 |
+
"Sketch-to-Image Generation": [
|
| 940 |
+
{
|
| 941 |
+
"Sketch-to-Face Image Generation": "sketch2face"
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"Sketch-to-Background Image Generation": "sketch2background"
|
| 945 |
+
},
|
| 946 |
+
{
|
| 947 |
+
"Sketch-to-Scene Image Generation": "sketch2scene"
|
| 948 |
+
},
|
| 949 |
+
{
|
| 950 |
+
"Sketch-to-Image Hair Generation": "Sketch-to-Image_Hair_Generation"
|
| 951 |
+
}
|
| 952 |
+
],
|
| 953 |
+
"Sound-to-Image Generation": [
|
| 954 |
+
{
|
| 955 |
+
"Sound-to-Image Generation": "Sound-to-Image_Gernation"
|
| 956 |
+
}
|
| 957 |
+
],
|
| 958 |
+
"Text-based Image\nEditing": [
|
| 959 |
+
{
|
| 960 |
+
"Image Colorization": "image_colorization"
|
| 961 |
+
},
|
| 962 |
+
{
|
| 963 |
+
"Chinese-based Image Editing": "Chinese-based_Image_Editing"
|
| 964 |
+
},
|
| 965 |
+
{
|
| 966 |
+
"Text-based Image Editing": "Text-based_Image_Editing"
|
| 967 |
+
},
|
| 968 |
+
{
|
| 969 |
+
"Deep Fake Generation": "deep_fake_generation"
|
| 970 |
+
}
|
| 971 |
+
],
|
| 972 |
+
"Text-to-Image Generation": [
|
| 973 |
+
{
|
| 974 |
+
"Text-based E-commerce Product Image Generation": "ecommerce_product_generation"
|
| 975 |
+
},
|
| 976 |
+
{
|
| 977 |
+
"Text-based Terrestrial Animal Image Generation": "terrestrial_animal_generation"
|
| 978 |
+
},
|
| 979 |
+
{
|
| 980 |
+
"Long-text-based Image generation": "Long-text-based_Image_generation"
|
| 981 |
+
},
|
| 982 |
+
{
|
| 983 |
+
"Multi-language-based Image Generation": "Multi-language-based_Image_Generation"
|
| 984 |
+
},
|
| 985 |
+
{
|
| 986 |
+
"Handwriting Text Generation": "Handwriting_Text_Generation"
|
| 987 |
+
},
|
| 988 |
+
{
|
| 989 |
+
"Text-based Face Generation": "Text-based_Face_Generation"
|
| 990 |
+
},
|
| 991 |
+
{
|
| 992 |
+
"Text-based Astronomical Image Generation": "Text-based_Astronomical_Image_Generation"
|
| 993 |
+
},
|
| 994 |
+
{
|
| 995 |
+
"Text-to-Image Indian Food Generation": "Text-to-Image_Indian_Food_Generation"
|
| 996 |
+
},
|
| 997 |
+
{
|
| 998 |
+
"Text-to-Image Microorganism Generation": "Text-to-Image_Microorganism_Generation"
|
| 999 |
+
},
|
| 1000 |
+
{
|
| 1001 |
+
"Text-to-Image Insect Generation": "Text-to-Image_Insect_Generation"
|
| 1002 |
+
},
|
| 1003 |
+
{
|
| 1004 |
+
"Text-to-Image Sea Animal Generation": "Text-to-Image_Sea_Animal_Generation"
|
| 1005 |
+
}
|
| 1006 |
+
],
|
| 1007 |
+
"EEG-to-Image Generation": [
|
| 1008 |
+
{
|
| 1009 |
+
"EEG-based Image Generation": "EEG-based_Image_Generation"
|
| 1010 |
+
}
|
| 1011 |
+
],
|
| 1012 |
+
"Image Denosing": [
|
| 1013 |
+
{
|
| 1014 |
+
"Image Deraining": "image_deraining"
|
| 1015 |
+
},
|
| 1016 |
+
{
|
| 1017 |
+
"Image Raindrop Removal": "image_raindrop_removal"
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"Image Dehazing": "image_dehazing"
|
| 1021 |
+
},
|
| 1022 |
+
{
|
| 1023 |
+
"Image Desnowing": "image_desnowing"
|
| 1024 |
+
},
|
| 1025 |
+
{
|
| 1026 |
+
"Image Deblurring": "image_deblurring"
|
| 1027 |
+
},
|
| 1028 |
+
{
|
| 1029 |
+
"JPEG Image Artifact Deduction": "jpeg_artifact_deduction"
|
| 1030 |
+
},
|
| 1031 |
+
{
|
| 1032 |
+
"Remote Sensing Image Dehazing": "Remote_Sensing_Image_Dehazing"
|
| 1033 |
+
}
|
| 1034 |
+
],
|
| 1035 |
+
"Image Enhancement": [
|
| 1036 |
+
{
|
| 1037 |
+
"Image Shadow Removal": "image_shadow_removal"
|
| 1038 |
+
},
|
| 1039 |
+
{
|
| 1040 |
+
"Image Flare Removal": "image_flare_removal"
|
| 1041 |
+
},
|
| 1042 |
+
{
|
| 1043 |
+
"Underwater Image Restoration": "underwater_image_restoration"
|
| 1044 |
+
},
|
| 1045 |
+
{
|
| 1046 |
+
"Document Image Unwarping": "document_image_unwarping"
|
| 1047 |
+
},
|
| 1048 |
+
{
|
| 1049 |
+
"Image Detail Enhancement": "Image_Detail_Enhancement"
|
| 1050 |
+
},
|
| 1051 |
+
{
|
| 1052 |
+
"Low-light Image Enhancement": "Low-light_Image_Enhancement"
|
| 1053 |
+
}
|
| 1054 |
+
],
|
| 1055 |
+
"Image Inpainting": [
|
| 1056 |
+
{
|
| 1057 |
+
"Face Image Inpainting": "face_inpainting"
|
| 1058 |
+
}
|
| 1059 |
+
],
|
| 1060 |
+
"Image Style Transfer": [
|
| 1061 |
+
{
|
| 1062 |
+
"Face Image Comic Style Transfer": "face2comic"
|
| 1063 |
+
},
|
| 1064 |
+
{
|
| 1065 |
+
"Text-based Style Transfer": "Text-based_Style_Transfer"
|
| 1066 |
+
}
|
| 1067 |
+
],
|
| 1068 |
+
"Imge-to-Mask Generation": [
|
| 1069 |
+
{
|
| 1070 |
+
"Infection-map Generation": "infection_map_generation"
|
| 1071 |
+
}
|
| 1072 |
+
],
|
| 1073 |
+
"Image-to-Sketch Generation": [
|
| 1074 |
+
{
|
| 1075 |
+
"Face Sketch Synthesis": "face_sketch_synthesis"
|
| 1076 |
+
}
|
| 1077 |
+
],
|
| 1078 |
+
"In-context Image\nEditing": [
|
| 1079 |
+
{
|
| 1080 |
+
"Image Editing with Text and Image Prompt": "Image_Editing_with_Text_and_Image_Prompt"
|
| 1081 |
+
},
|
| 1082 |
+
{
|
| 1083 |
+
"Image Editing with Multi-image Prompt": "Image_Editing_with_Multi-image_Prompt"
|
| 1084 |
+
},
|
| 1085 |
+
{
|
| 1086 |
+
"Image Editing with Text and Multi-image Prompt": "Image_Editing_with_Text_and_Multi-image_Prompt"
|
| 1087 |
+
}
|
| 1088 |
+
]
|
| 1089 |
+
}
|
| 1090 |
+
},
|
| 1091 |
+
"video": {
|
| 1092 |
+
"comprehension": {
|
| 1093 |
+
"Video Question Answering": [
|
| 1094 |
+
{
|
| 1095 |
+
"Agriculture Video Question Answering": "AgricultureVideoQuestionAnswering.zip"
|
| 1096 |
+
},
|
| 1097 |
+
{
|
| 1098 |
+
"Geography Video Question Answering": "GeographyVideoQuestionAnswering.zip"
|
| 1099 |
+
},
|
| 1100 |
+
{
|
| 1101 |
+
"Human Survival Video Question Answering": "HumanSurvivalVideoQuestionAnswering.zip"
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"Military Video Question Answering": "MilitaryVideoQuestionAnswering.zip"
|
| 1105 |
+
},
|
| 1106 |
+
{
|
| 1107 |
+
"Comedy Video Question Answering": "ComedyVideoQuestionAnswering.zip"
|
| 1108 |
+
},
|
| 1109 |
+
{
|
| 1110 |
+
"Movie Video Question Answering": "MovieVideoQuestionAnswering.zip"
|
| 1111 |
+
},
|
| 1112 |
+
{
|
| 1113 |
+
"Science Video Question Answering": "ScienceVideoQuestionAnswering.zip"
|
| 1114 |
+
},
|
| 1115 |
+
{
|
| 1116 |
+
"Sports Video Question Answering": "SportsVideoQuestionAnswering.zip"
|
| 1117 |
+
},
|
| 1118 |
+
{
|
| 1119 |
+
"Pets Video Question Answering": "PetsVideoQuestionAnswering.zip"
|
| 1120 |
+
},
|
| 1121 |
+
{
|
| 1122 |
+
"Gymnastics Video Question Answering": "GymnasticsVideoQuestionAnswering.zip"
|
| 1123 |
+
},
|
| 1124 |
+
{
|
| 1125 |
+
"Ball Game Video Question Answering": "BallGameVideoQuestionAnswering.zip"
|
| 1126 |
+
},
|
| 1127 |
+
{
|
| 1128 |
+
"Object Color Video Question Answering": "ObjectColorVideoQuestionAnswering.zip"
|
| 1129 |
+
},
|
| 1130 |
+
{
|
| 1131 |
+
"Object Motion Video Question Answering": "ObjectMotionVideoQuestionAnswering.zip"
|
| 1132 |
+
},
|
| 1133 |
+
{
|
| 1134 |
+
"Object Location Video Question Answering": "ObjectLocationVideoQuestionAnswering.zip"
|
| 1135 |
+
},
|
| 1136 |
+
{
|
| 1137 |
+
"Object Direction Video Question Answering": "ObjectDirectionVideoQuestionAnswering.zip"
|
| 1138 |
+
},
|
| 1139 |
+
{
|
| 1140 |
+
"Education Video Question Answering": "EducationVideoQuestionAnswering.zip"
|
| 1141 |
+
},
|
| 1142 |
+
{
|
| 1143 |
+
"Human-Object Interaction Video Question Answering": "HumanObjectInteractionVideoQuestionAnswering.zip"
|
| 1144 |
+
}
|
| 1145 |
+
],
|
| 1146 |
+
"Temporal Action Detection": [],
|
| 1147 |
+
"Complex-Scene Reasoning Video Object Segmentation": [],
|
| 1148 |
+
"Video Grounding": [],
|
| 1149 |
+
"Video Depth Estimation": [],
|
| 1150 |
+
"Object Matching": [
|
| 1151 |
+
{
|
| 1152 |
+
"Color Aware Object Matching": "ColorMatch.zip"
|
| 1153 |
+
},
|
| 1154 |
+
{
|
| 1155 |
+
"Shape or Posture Aware Matching": "ShapeMatch.zip"
|
| 1156 |
+
},
|
| 1157 |
+
{
|
| 1158 |
+
"Textual or Logo Markers Aware Object Matching": "LOGOMarkerMatch.zip"
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"Size Aware Object Matching": "SizeMatch.zip"
|
| 1162 |
+
},
|
| 1163 |
+
{
|
| 1164 |
+
"Relative Position Aware Object Matching": "RelationMatch.zip"
|
| 1165 |
+
},
|
| 1166 |
+
{
|
| 1167 |
+
"Orientation and Movement Aware Object Matching": "MotionMatch.zip"
|
| 1168 |
+
},
|
| 1169 |
+
{
|
| 1170 |
+
"Object Markers Aware Object Matching": "ObjectMarkerMatch.zip"
|
| 1171 |
+
}
|
| 1172 |
+
],
|
| 1173 |
+
"Object Tracking": [
|
| 1174 |
+
{
|
| 1175 |
+
"Ball Tracking": "BallTrack.zip"
|
| 1176 |
+
},
|
| 1177 |
+
{
|
| 1178 |
+
"Vehicle Tracking": "VehicleTrack.zip"
|
| 1179 |
+
},
|
| 1180 |
+
{
|
| 1181 |
+
"Human Tracking": "HumanTrack.zip"
|
| 1182 |
+
},
|
| 1183 |
+
{
|
| 1184 |
+
"Animal Tracking": "AnimalTrack.zip"
|
| 1185 |
+
},
|
| 1186 |
+
{
|
| 1187 |
+
"General Objects Tracking": "GeneralObjectTrack.zip"
|
| 1188 |
+
},
|
| 1189 |
+
{
|
| 1190 |
+
"Human Part Tracking": "HumanPartTrack.zip"
|
| 1191 |
+
},
|
| 1192 |
+
{
|
| 1193 |
+
"General Objects Part Tracking": "GeneralObjectTrack.zip"
|
| 1194 |
+
}
|
| 1195 |
+
],
|
| 1196 |
+
"Long Video Tracking": [
|
| 1197 |
+
{
|
| 1198 |
+
"Long Video Human Tracking": "LongVideoHumanTrack.zip"
|
| 1199 |
+
},
|
| 1200 |
+
{
|
| 1201 |
+
"Long Video General Object Tracking": "LongVideoGeneralObjectTrack.zip"
|
| 1202 |
+
},
|
| 1203 |
+
{
|
| 1204 |
+
"Long Video Animal Tracking": "LongVideoAnimalTrack.zip"
|
| 1205 |
+
},
|
| 1206 |
+
{
|
| 1207 |
+
"Long Video Vehicle Tracking": "LongVideoVehicleTrack.zip"
|
| 1208 |
+
},
|
| 1209 |
+
{
|
| 1210 |
+
"Long Video Object Tracking in Crowd Sense": "LongVideoCrowdTrack.zip"
|
| 1211 |
+
}
|
| 1212 |
+
],
|
| 1213 |
+
"UAV Object Tracking": [
|
| 1214 |
+
{
|
| 1215 |
+
"UAV Video Human Tracking": "UAVHumanTrack.zip"
|
| 1216 |
+
},
|
| 1217 |
+
{
|
| 1218 |
+
"UAV Video Vehicle Tracking": "UAVVehicleTrack.zip"
|
| 1219 |
+
},
|
| 1220 |
+
{
|
| 1221 |
+
"UAV Video UAV Tracking": "UAVUAVTrack.zip"
|
| 1222 |
+
},
|
| 1223 |
+
{
|
| 1224 |
+
"UAV Video Building Tracking": "UAVBuildingTrack.zip"
|
| 1225 |
+
},
|
| 1226 |
+
{
|
| 1227 |
+
"UAV Video General Object Tracking": "UAVGeneralObjectTrack.zip"
|
| 1228 |
+
}
|
| 1229 |
+
],
|
| 1230 |
+
"Underwater Object Tracking": [
|
| 1231 |
+
{
|
| 1232 |
+
"Underwater Video Object Tracking in Blue Water": "BlueWaterTrack.zip"
|
| 1233 |
+
},
|
| 1234 |
+
{
|
| 1235 |
+
"Underwater Video Object Tracking in Yellow Water": "YellowWaterTrack.zip"
|
| 1236 |
+
},
|
| 1237 |
+
{
|
| 1238 |
+
"Underwater Video Object Tracking in Green Water": "GreenWaterTrack.zip"
|
| 1239 |
+
},
|
| 1240 |
+
{
|
| 1241 |
+
"Underwater Video Object Tracking in White Water": "WhiteWaterTrack.zip"
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"Video Object Tracking in Crowd Sense": "CrowdTrack.zip"
|
| 1245 |
+
}
|
| 1246 |
+
],
|
| 1247 |
+
"Optical Flow": [
|
| 1248 |
+
{
|
| 1249 |
+
"Optical Flow in Simple Synthetic Scene": "SyntheticSceneFlowEstimate.zip"
|
| 1250 |
+
},
|
| 1251 |
+
{
|
| 1252 |
+
"Optical Flow in Complex Scene Estimation": "ComplexSceneFlowEstimate.zip"
|
| 1253 |
+
},
|
| 1254 |
+
{
|
| 1255 |
+
"Panoramic Optical Flow Estimation": "PanoramicFlowEstimate.zip"
|
| 1256 |
+
}
|
| 1257 |
+
],
|
| 1258 |
+
"Video Object Recognition": [
|
| 1259 |
+
{
|
| 1260 |
+
"Pets Video Recognition": "PetsVideoRecognition.zip"
|
| 1261 |
+
},
|
| 1262 |
+
{
|
| 1263 |
+
"Science Video Recognition": "ScienceVideoRecognition.zip"
|
| 1264 |
+
},
|
| 1265 |
+
{
|
| 1266 |
+
"Video Object Counting": "VideoObjectCounting.zip"
|
| 1267 |
+
},
|
| 1268 |
+
{
|
| 1269 |
+
"Natural Disaster Video Recognition": "NaturalDisasterVideoRecognition.zip"
|
| 1270 |
+
},
|
| 1271 |
+
{
|
| 1272 |
+
"Video Object Existence Recognition": "VideoObjectExistenceRecognition.zip"
|
| 1273 |
+
},
|
| 1274 |
+
{
|
| 1275 |
+
"Video Object Interaction Recognition": "VideoObjectInteractionRecognition.zip"
|
| 1276 |
+
},
|
| 1277 |
+
{
|
| 1278 |
+
"TV-Show Recognition": "TVShowRecognition.zip"
|
| 1279 |
+
},
|
| 1280 |
+
{
|
| 1281 |
+
"Video Sports Recognition": "VideoSportsRecognition.zip"
|
| 1282 |
+
},
|
| 1283 |
+
{
|
| 1284 |
+
"Video Animal Recognition": "VideoAnimalRecognition.zip"
|
| 1285 |
+
},
|
| 1286 |
+
{
|
| 1287 |
+
"Video Food Recognition": "VideoFoodRecognition.zip"
|
| 1288 |
+
},
|
| 1289 |
+
{
|
| 1290 |
+
"Art Recognition": "ArtRecognition.zip"
|
| 1291 |
+
},
|
| 1292 |
+
{
|
| 1293 |
+
"Autos and Vehicles Video Captioning": "AutosAndVehiclesVideoCaptioning.zip"
|
| 1294 |
+
},
|
| 1295 |
+
{
|
| 1296 |
+
"Food Video Captioning": "FoodVideoCaptioning.zip"
|
| 1297 |
+
},
|
| 1298 |
+
{
|
| 1299 |
+
"Video Salient Object Detection": "VideoSalientObjectDetection.zip"
|
| 1300 |
+
},
|
| 1301 |
+
{
|
| 1302 |
+
"Human Video Salient Detection": "HumanVideoSalientDetection.zip"
|
| 1303 |
+
},
|
| 1304 |
+
{
|
| 1305 |
+
"Aquatic Video Camouflaged Object Detection": "AquaticVideoCamouflagedObjectDetection.zip"
|
| 1306 |
+
},
|
| 1307 |
+
{
|
| 1308 |
+
"Terrestrial Video Camouflaged Object Detection": "TerrestrialVideoCamouflagedObjectDetection.zip"
|
| 1309 |
+
}
|
| 1310 |
+
],
|
| 1311 |
+
"Video Event Recognition": [
|
| 1312 |
+
{
|
| 1313 |
+
"News and Documentary Video Captioning": "NewsAndDocumentaryVideoCaptioning.zip"
|
| 1314 |
+
}
|
| 1315 |
+
],
|
| 1316 |
+
"Video Action Recognition": [
|
| 1317 |
+
{
|
| 1318 |
+
"Human-Object Interaction Video Captioning": "HumanObjectInteractionVideoCaptioning.zip"
|
| 1319 |
+
},
|
| 1320 |
+
{
|
| 1321 |
+
"Human-Human Interaction Video Captioning": "HumanHumanInteractionVideoCaptioning.zip"
|
| 1322 |
+
},
|
| 1323 |
+
{
|
| 1324 |
+
"BodyMotion Video Captioning": "BodyMotionVideoCaptioning.zip"
|
| 1325 |
+
},
|
| 1326 |
+
{
|
| 1327 |
+
"Musical Instruments Video Captioning": "MusicalInstrumentsVideoCaptioning.zip"
|
| 1328 |
+
},
|
| 1329 |
+
{
|
| 1330 |
+
"Sports and Exercise Video Captioning": "SportsAndExcerciseVideoCaptioning.zip"
|
| 1331 |
+
},
|
| 1332 |
+
{
|
| 1333 |
+
"Facial Action Video Captioning": "FacialActionVideoCaptioning.zip"
|
| 1334 |
+
},
|
| 1335 |
+
{
|
| 1336 |
+
"Facial-Object Operations Video Captioning": "FacialObjectOperationsVideoCaptioning.zip"
|
| 1337 |
+
},
|
| 1338 |
+
{
|
| 1339 |
+
"Arts and Crafts Video Captioning": "ArtsAndCraftsVideoCaptioning.zip"
|
| 1340 |
+
},
|
| 1341 |
+
{
|
| 1342 |
+
"Personal Care Video Captioning": "PersonalCareVideoCaptioning.zip"
|
| 1343 |
+
},
|
| 1344 |
+
{
|
| 1345 |
+
"DailyLife and Skills Video Captioning": "DailyLifeAndSkillsVideoCaptioning.zip"
|
| 1346 |
+
},
|
| 1347 |
+
{
|
| 1348 |
+
"Entertainment-related Video Captioning": "EntertainmentRelatedVideoCaptioning.zip"
|
| 1349 |
+
},
|
| 1350 |
+
{
|
| 1351 |
+
"Sign Language Video Recognition": "SignLanguageVideoRecognition.zip"
|
| 1352 |
+
},
|
| 1353 |
+
{
|
| 1354 |
+
"Video Action Sequence Understanding": "VideoActionSequenceUnderstanding.zip"
|
| 1355 |
+
},
|
| 1356 |
+
{
|
| 1357 |
+
"Video Action Sequence Prediction": "VideoActionSequencePrediction.zip"
|
| 1358 |
+
},
|
| 1359 |
+
{
|
| 1360 |
+
"Video Action Counting": "VideoActionCounting.zip"
|
| 1361 |
+
},
|
| 1362 |
+
{
|
| 1363 |
+
"Video Action Ordering": "VideoActionOrdering.zip"
|
| 1364 |
+
}
|
| 1365 |
+
],
|
| 1366 |
+
"Video Understanding": [
|
| 1367 |
+
{
|
| 1368 |
+
"Ball Sports Video Captioning": "BallSportsVideoCaptioning.zip"
|
| 1369 |
+
},
|
| 1370 |
+
{
|
| 1371 |
+
"Science and Technology Video Captioning": "ScienceAndTechnologyVideoCaptioning.zip"
|
| 1372 |
+
},
|
| 1373 |
+
{
|
| 1374 |
+
"Music Video Question Answering": "MusicVideoQuestionAnswering.zip"
|
| 1375 |
+
},
|
| 1376 |
+
{
|
| 1377 |
+
"Game Video Question Answering": "GameVideoQuestionAnswering.zip"
|
| 1378 |
+
},
|
| 1379 |
+
{
|
| 1380 |
+
"Movie and Show Video Captioning": "MovieAndShowVideoCaptioning.zip"
|
| 1381 |
+
},
|
| 1382 |
+
{
|
| 1383 |
+
"Finance Video Captioning": "FinanceVideoCaptioning.zip"
|
| 1384 |
+
},
|
| 1385 |
+
{
|
| 1386 |
+
"History and Literature Video Captioning": "HistoryAndLiteratureVideoCaptioning.zip"
|
| 1387 |
+
},
|
| 1388 |
+
{
|
| 1389 |
+
"Business Video Captioning": "BusinessVideoCaptioning.zip"
|
| 1390 |
+
},
|
| 1391 |
+
{
|
| 1392 |
+
"Humor Video Captioning": "HumorVideoCaptioning.zip"
|
| 1393 |
+
}
|
| 1394 |
+
],
|
| 1395 |
+
"In-the-Wild Video Object Segmentation": [],
|
| 1396 |
+
"General Video Object Segmentation": [],
|
| 1397 |
+
"Street-Scene Video Object Segmentation": [],
|
| 1398 |
+
"Referring Video Object Segmentation": [],
|
| 1399 |
+
"Reasoning Video Object Segmentation": []
|
| 1400 |
+
},
|
| 1401 |
+
"generation": {
|
| 1402 |
+
"Text-to-Video Generation": [
|
| 1403 |
+
{
|
| 1404 |
+
"Subject-Driven Text to Video Generation": "SubjectConsistencyT2V.zip"
|
| 1405 |
+
},
|
| 1406 |
+
{
|
| 1407 |
+
"Background-Consistency Text to Video Geneation": "BackgroundConsistencyT2V.zip"
|
| 1408 |
+
},
|
| 1409 |
+
{
|
| 1410 |
+
"Static Video Generation": "StaticT2V.zip"
|
| 1411 |
+
},
|
| 1412 |
+
{
|
| 1413 |
+
"Dynamic Video Generation": "DynamicT2V.zip"
|
| 1414 |
+
},
|
| 1415 |
+
{
|
| 1416 |
+
"Artistic Content Text to Video Generation": "ArtisticT2V.zip"
|
| 1417 |
+
},
|
| 1418 |
+
{
|
| 1419 |
+
"Scene Text to Video Generation": "SceneT2V.zip"
|
| 1420 |
+
},
|
| 1421 |
+
{
|
| 1422 |
+
"Class-Conditioned Text to Video Generation": "ClassConditionedT2V.zip"
|
| 1423 |
+
},
|
| 1424 |
+
{
|
| 1425 |
+
"Multi-Class-Conditioned Text to Video Generation": "MultiClassConditionedT2V.zip"
|
| 1426 |
+
},
|
| 1427 |
+
{
|
| 1428 |
+
"Stylized Video Generation-Single Reference": "StylizedVideoGenerationSingleReference.zip"
|
| 1429 |
+
},
|
| 1430 |
+
{
|
| 1431 |
+
"Stylized Video Generation-Multiple Reference": "StylizedVideoGenerationMultipleReference.zip"
|
| 1432 |
+
},
|
| 1433 |
+
{
|
| 1434 |
+
"Spatial Relation Video Generation": "SpatialRelationT2V.zip"
|
| 1435 |
+
},
|
| 1436 |
+
{
|
| 1437 |
+
"Camera Motion Video Generation": "CameraMotionT2V.zip"
|
| 1438 |
+
},
|
| 1439 |
+
{
|
| 1440 |
+
"Terrestrial Animal Video Generation": "TerrestrialAnimalT2V.zip"
|
| 1441 |
+
}
|
| 1442 |
+
],
|
| 1443 |
+
"Conditional Video Generation": [
|
| 1444 |
+
{
|
| 1445 |
+
"Style-Specific Text to Video Generation": "StyleT2V.zip"
|
| 1446 |
+
},
|
| 1447 |
+
{
|
| 1448 |
+
"Color-Specific Text to Video Generation": "ColorT2V.zip"
|
| 1449 |
+
},
|
| 1450 |
+
{
|
| 1451 |
+
"Material-Specific Text to Video Generation": "MaterialT2V.zip"
|
| 1452 |
+
}
|
| 1453 |
+
],
|
| 1454 |
+
"Video Action Generation": [
|
| 1455 |
+
{
|
| 1456 |
+
"Action-Specific Text to Video Generation": "ActionT2V.zip"
|
| 1457 |
+
},
|
| 1458 |
+
{
|
| 1459 |
+
"Human Video Generation": "HumanT2V.zip"
|
| 1460 |
+
},
|
| 1461 |
+
{
|
| 1462 |
+
"Athletics Video Generation": "AthleticsT2V.zip"
|
| 1463 |
+
},
|
| 1464 |
+
{
|
| 1465 |
+
"Concert Video Generation": "ConcertT2V.zip"
|
| 1466 |
+
},
|
| 1467 |
+
{
|
| 1468 |
+
"Water Sports Video Generation": "WaterSportsT2V.zip"
|
| 1469 |
+
}
|
| 1470 |
+
],
|
| 1471 |
+
"Image-to-Video Generation": [
|
| 1472 |
+
{
|
| 1473 |
+
"Plant Image to Video Generation": "PlantI2V.zip"
|
| 1474 |
+
},
|
| 1475 |
+
{
|
| 1476 |
+
"Human Image to Video Generation": "HumanI2V.zip"
|
| 1477 |
+
},
|
| 1478 |
+
{
|
| 1479 |
+
"Wild Animal Image to Video Generation": "WildAnimalI2V.zip"
|
| 1480 |
+
},
|
| 1481 |
+
{
|
| 1482 |
+
"Architecture Image to Video Generation": "ArchitectureI2V.zip"
|
| 1483 |
+
},
|
| 1484 |
+
{
|
| 1485 |
+
"Food Image to Video Generation": "FoodI2V.zip"
|
| 1486 |
+
},
|
| 1487 |
+
{
|
| 1488 |
+
"Pet Image to Video Generation": "PetI2V.zip"
|
| 1489 |
+
},
|
| 1490 |
+
{
|
| 1491 |
+
"Scene Image to Video Generation": "SceneI2V.zip"
|
| 1492 |
+
},
|
| 1493 |
+
{
|
| 1494 |
+
"Vehicle Image to Video Generation": "VehicleI2V.zip"
|
| 1495 |
+
},
|
| 1496 |
+
{
|
| 1497 |
+
"Furniture Image to Video Generation": "FurnitureI2V.zip"
|
| 1498 |
+
},
|
| 1499 |
+
{
|
| 1500 |
+
"Cloth Image to Video Generation": "ClothI2V.zip"
|
| 1501 |
+
},
|
| 1502 |
+
{
|
| 1503 |
+
"Weather Image to Video Generation": "WeatherI2V.zip"
|
| 1504 |
+
}
|
| 1505 |
+
],
|
| 1506 |
+
"Video Enhancement": [
|
| 1507 |
+
{
|
| 1508 |
+
"Video Object Demoireing": "VideoObjectDemoireing.zip"
|
| 1509 |
+
},
|
| 1510 |
+
{
|
| 1511 |
+
"Video Denoising": "VideoDenoising.zip"
|
| 1512 |
+
},
|
| 1513 |
+
{
|
| 1514 |
+
"Video Frame Interpolation": "VideoFrameInterpolation.zip"
|
| 1515 |
+
},
|
| 1516 |
+
{
|
| 1517 |
+
"Video Colorization": "VideoColorization.zip"
|
| 1518 |
+
},
|
| 1519 |
+
{
|
| 1520 |
+
"Video Dehazing": "VideoDehazing.zip"
|
| 1521 |
+
},
|
| 1522 |
+
{
|
| 1523 |
+
"Video Desnowing": "VideoDesnowing.zip"
|
| 1524 |
+
},
|
| 1525 |
+
{
|
| 1526 |
+
"Video Deraining": "VideoDeraining.zip"
|
| 1527 |
+
},
|
| 1528 |
+
{
|
| 1529 |
+
"Road Scene Video Superresolution": "RoadSceneVideoSuperresolution.zip"
|
| 1530 |
+
},
|
| 1531 |
+
{
|
| 1532 |
+
"Real World Video Superresolution": "RealWorldVideoSuperresolution.zip"
|
| 1533 |
+
}
|
| 1534 |
+
],
|
| 1535 |
+
"Video Editing": [
|
| 1536 |
+
{
|
| 1537 |
+
"Video Animal Inpainting": "VideoAnimalInpainting.zip"
|
| 1538 |
+
},
|
| 1539 |
+
{
|
| 1540 |
+
"Video Non-Animal Inpainting": "VideoNonAnimalInpainting.zip"
|
| 1541 |
+
},
|
| 1542 |
+
{
|
| 1543 |
+
"Video Deblurring": "VideoDeblurring.zip"
|
| 1544 |
+
},
|
| 1545 |
+
{
|
| 1546 |
+
"Video Translation": "Video Translation.zip"
|
| 1547 |
+
},
|
| 1548 |
+
{
|
| 1549 |
+
"Portrait Video Style Transfer": "PortraitVideoStyleTransfer.zip"
|
| 1550 |
+
}
|
| 1551 |
+
]
|
| 1552 |
+
}
|
| 1553 |
+
}
|
| 1554 |
+
}
|
Scope-B/audio_video.json
ADDED
|
@@ -0,0 +1,643 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"audio": {
|
| 3 |
+
"comprehension": {
|
| 4 |
+
"Speech Accent Understanding": [
|
| 5 |
+
{
|
| 6 |
+
"Accent Classification": "AccentClassification"
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"Accent Sex Classification": "AccentSexClassification"
|
| 10 |
+
},
|
| 11 |
+
{
|
| 12 |
+
"Speaker Identification": "SpeakerIdentification"
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"Vocal Sound Classification": "VocalSoundClassification"
|
| 16 |
+
}
|
| 17 |
+
],
|
| 18 |
+
"Speech Content Understanding": [
|
| 19 |
+
{
|
| 20 |
+
"Intent Classification": "IntentClassification"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"Speech Command": "SpeechCommand"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"Speech Event Extraction": "SpeechEventExtraction"
|
| 27 |
+
}
|
| 28 |
+
],
|
| 29 |
+
"Speech Emotion Understanding": [
|
| 30 |
+
{
|
| 31 |
+
"Speech Emotion Recognition": "SpeechEmotionRecognition"
|
| 32 |
+
}
|
| 33 |
+
],
|
| 34 |
+
"Music Understanding": [
|
| 35 |
+
{
|
| 36 |
+
"Music Genre Classification": "MusicGenreClassification"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"Music Instrument Classification": "MusicInstrumentClassification"
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"Music Instrument Source Analysis": "MusicInstrumentSourceAnalysis"
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"Music Pitch Analysis": "MusicPitchAnalysis"
|
| 46 |
+
}
|
| 47 |
+
],
|
| 48 |
+
"Audio Technique Understanding": [
|
| 49 |
+
{
|
| 50 |
+
"Note Qualities Analysis": "NoteQualitiesAnalysis"
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"Singer Identification": "SingerIdentification"
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"Vocal Technique Detection": "VocalTechniqueDetection"
|
| 57 |
+
}
|
| 58 |
+
],
|
| 59 |
+
"Audio Content Understanding": [
|
| 60 |
+
{
|
| 61 |
+
"Long Audio Captioning": "LongAudioCaptioning"
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"Wild Audio Captioning": "WildAudioCaptioning"
|
| 65 |
+
}
|
| 66 |
+
],
|
| 67 |
+
"General Audio Question Answering": [
|
| 68 |
+
{
|
| 69 |
+
"Open Audio Question Answering": "OpenAudioQuestionAnswering"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"Audio Question Answering": "AudioQuestionAnswering"
|
| 73 |
+
}
|
| 74 |
+
],
|
| 75 |
+
"Animal Sound Analysis": [
|
| 76 |
+
{
|
| 77 |
+
"Bird Sound Detection": "BirdSoundDetection"
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"Animal Sound Detection": "AnimalSoundDetection"
|
| 81 |
+
}
|
| 82 |
+
],
|
| 83 |
+
"Environment Sound Understanding": [
|
| 84 |
+
{
|
| 85 |
+
"Acoustic Scene Recognition": "AcousticSceneRecognition"
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"Environment Sound Recognition": "EnvironmentSoundRecognition"
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"Sound Event Recognition": "SoundEventRecognition"
|
| 92 |
+
}
|
| 93 |
+
]
|
| 94 |
+
},
|
| 95 |
+
"generation": {
|
| 96 |
+
"Audio Edit": [
|
| 97 |
+
{
|
| 98 |
+
"AudioEdit": "AudioEdit"
|
| 99 |
+
}
|
| 100 |
+
],
|
| 101 |
+
"Music Synthesis": [
|
| 102 |
+
{
|
| 103 |
+
"Piano-to-Orchestration Generation": "PianoToOrchestrationGeneration"
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"Pop Music Generation": "PopMusicGeneration"
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"Singing Voice Synthesis": "SingingVoiceSynthesis"
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"Song Generation": "SongGeneration"
|
| 113 |
+
}
|
| 114 |
+
],
|
| 115 |
+
"Music Style Transfer": [
|
| 116 |
+
{
|
| 117 |
+
"Music Style Transfer": "MusicStyleTransfer"
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"Chord-based Music Style Transfer": "ChordBasedMusicStyleTransfer"
|
| 121 |
+
}
|
| 122 |
+
],
|
| 123 |
+
"Dialogue Speech Generation": [
|
| 124 |
+
{
|
| 125 |
+
"Daily Talk Generation": "DailyTalkGeneration"
|
| 126 |
+
}
|
| 127 |
+
],
|
| 128 |
+
"Emotional Speech Generation": [
|
| 129 |
+
{
|
| 130 |
+
"Emotional Speech Synthesis": "EmotionalSpeechSynthesis"
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"Emotion Style Transfer": "EmotionStyleTransfer"
|
| 134 |
+
}
|
| 135 |
+
],
|
| 136 |
+
"Text-To-Speech Synthesis": [
|
| 137 |
+
{
|
| 138 |
+
"Text-To-Speech": "TextToSpeech"
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"Multimodal TTS": "MultimodalTTS"
|
| 142 |
+
}
|
| 143 |
+
],
|
| 144 |
+
"Text-to-Audio Synthesis": [
|
| 145 |
+
{
|
| 146 |
+
"Single Caption To Audio Generation": "SingleCaptionToAudio"
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"Two Captions To Audio Generation": "TwoCaptionsToAudio"
|
| 150 |
+
}
|
| 151 |
+
],
|
| 152 |
+
"Image-to-Audio Synthesis": [
|
| 153 |
+
{
|
| 154 |
+
"Image-to-Speech": "ImageToSpeech"
|
| 155 |
+
}
|
| 156 |
+
],
|
| 157 |
+
"Video-to-Audio Synthesis": [
|
| 158 |
+
{
|
| 159 |
+
"Video-to-Audio": "VideoToAudio"
|
| 160 |
+
}
|
| 161 |
+
],
|
| 162 |
+
"Speech Style Transfer": [
|
| 163 |
+
{
|
| 164 |
+
"Voice Conversion": "VoiceConversion"
|
| 165 |
+
}
|
| 166 |
+
],
|
| 167 |
+
"Speech Translation": [
|
| 168 |
+
{
|
| 169 |
+
"Chinese-to-English Speech Translation": "SpeechTranslationChToEn"
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"English-to-Chinese Speech Translation": "SpeechTranslationEnToCh"
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"English-to-Mogolian Speech Translation": "SpeechTranslationEnToMo"
|
| 176 |
+
}
|
| 177 |
+
]
|
| 178 |
+
}
|
| 179 |
+
},
|
| 180 |
+
"video": {
|
| 181 |
+
"comprehension": {
|
| 182 |
+
"Video Question Answering": [
|
| 183 |
+
{
|
| 184 |
+
"Agriculture Video Question Answering": "AgricultureVideoQuestionAnswering.zip"
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"Geography Video Question Answering": "GeographyVideoQuestionAnswering.zip"
|
| 188 |
+
},
|
| 189 |
+
{
|
| 190 |
+
"Human Survival Video Question Answering": "HumanSurvivalVideoQuestionAnswering.zip"
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"Military Video Question Answering": "MilitaryVideoQuestionAnswering.zip"
|
| 194 |
+
},
|
| 195 |
+
{
|
| 196 |
+
"Comedy Video Question Answering": "ComedyVideoQuestionAnswering.zip"
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"Movie Video Question Answering": "MovieVideoQuestionAnswering.zip"
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"Science Video Question Answering": "ScienceVideoQuestionAnswering.zip"
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"Sports Video Question Answering": "SportsVideoQuestionAnswering.zip"
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"Pets Video Question Answering": "PetsVideoQuestionAnswering.zip"
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"Gymnastics Video Question Answering": "GymnasticsVideoQuestionAnswering.zip"
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"Ball Game Video Question Answering": "BallGameVideoQuestionAnswering.zip"
|
| 215 |
+
},
|
| 216 |
+
{
|
| 217 |
+
"Object Color Video Question Answering": "ObjectColorVideoQuestionAnswering.zip"
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"Object Motion Video Question Answering": "ObjectMotionVideoQuestionAnswering.zip"
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"Object Location Video Question Answering": "ObjectLocationVideoQuestionAnswering.zip"
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"Object Direction Video Question Answering": "ObjectDirectionVideoQuestionAnswering.zip"
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"Education Video Question Answering": "EducationVideoQuestionAnswering.zip"
|
| 230 |
+
},
|
| 231 |
+
{
|
| 232 |
+
"Human-Object Interaction Video Question Answering": "HumanObjectInteractionVideoQuestionAnswering.zip"
|
| 233 |
+
}
|
| 234 |
+
],
|
| 235 |
+
"Temporal Action Detection": [],
|
| 236 |
+
"Complex-Scene Reasoning Video Object Segmentation": [],
|
| 237 |
+
"Video Grounding": [],
|
| 238 |
+
"Video Depth Estimation": [],
|
| 239 |
+
"Object Matching": [
|
| 240 |
+
{
|
| 241 |
+
"Color Aware Object Matching": "ColorMatch.zip"
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"Shape or Posture Aware Matching": "ShapeMatch.zip"
|
| 245 |
+
},
|
| 246 |
+
{
|
| 247 |
+
"Textual or Logo Markers Aware Object Matching": "LOGOMarkerMatch.zip"
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"Size Aware Object Matching": "SizeMatch.zip"
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"Relative Position Aware Object Matching": "RelationMatch.zip"
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"Orientation and Movement Aware Object Matching": "MotionMatch.zip"
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"Object Markers Aware Object Matching": "ObjectMarkerMatch.zip"
|
| 260 |
+
}
|
| 261 |
+
],
|
| 262 |
+
"Object Tracking": [
|
| 263 |
+
{
|
| 264 |
+
"Ball Tracking": "BallTrack.zip"
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"Vehicle Tracking": "VehicleTrack.zip"
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"Human Tracking": "HumanTrack.zip"
|
| 271 |
+
},
|
| 272 |
+
{
|
| 273 |
+
"Animal Tracking": "AnimalTrack.zip"
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"General Objects Tracking": "GeneralObjectTrack.zip"
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"Human Part Tracking": "HumanPartTrack.zip"
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"General Objects Part Tracking": "GeneralObjectTrack.zip"
|
| 283 |
+
}
|
| 284 |
+
],
|
| 285 |
+
"Long Video Tracking": [
|
| 286 |
+
{
|
| 287 |
+
"Long Video Human Tracking": "LongVideoHumanTrack.zip"
|
| 288 |
+
},
|
| 289 |
+
{
|
| 290 |
+
"Long Video General Object Tracking": "LongVideoGeneralObjectTrack.zip"
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"Long Video Animal Tracking": "LongVideoAnimalTrack.zip"
|
| 294 |
+
},
|
| 295 |
+
{
|
| 296 |
+
"Long Video Vehicle Tracking": "LongVideoVehicleTrack.zip"
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"Long Video Object Tracking in Crowd Sense": "LongVideoCrowdTrack.zip"
|
| 300 |
+
}
|
| 301 |
+
],
|
| 302 |
+
"UAV Object Tracking": [
|
| 303 |
+
{
|
| 304 |
+
"UAV Video Human Tracking": "UAVHumanTrack.zip"
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"UAV Video Vehicle Tracking": "UAVVehicleTrack.zip"
|
| 308 |
+
},
|
| 309 |
+
{
|
| 310 |
+
"UAV Video UAV Tracking": "UAVUAVTrack.zip"
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"UAV Video Building Tracking": "UAVBuildingTrack.zip"
|
| 314 |
+
},
|
| 315 |
+
{
|
| 316 |
+
"UAV Video General Object Tracking": "UAVGeneralObjectTrack.zip"
|
| 317 |
+
}
|
| 318 |
+
],
|
| 319 |
+
"Underwater Object Tracking": [
|
| 320 |
+
{
|
| 321 |
+
"Underwater Video Object Tracking in Blue Water": "BlueWaterTrack.zip"
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"Underwater Video Object Tracking in Yellow Water": "YellowWaterTrack.zip"
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"Underwater Video Object Tracking in Green Water": "GreenWaterTrack.zip"
|
| 328 |
+
},
|
| 329 |
+
{
|
| 330 |
+
"Underwater Video Object Tracking in White Water": "WhiteWaterTrack.zip"
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"Video Object Tracking in Crowd Sense": "CrowdTrack.zip"
|
| 334 |
+
}
|
| 335 |
+
],
|
| 336 |
+
"Optical Flow": [
|
| 337 |
+
{
|
| 338 |
+
"Optical Flow in Simple Synthetic Scene": "SyntheticSceneFlowEstimate.zip"
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"Optical Flow in Complex Scene Estimation": "ComplexSceneFlowEstimate.zip"
|
| 342 |
+
},
|
| 343 |
+
{
|
| 344 |
+
"Panoramic Optical Flow Estimation": "PanoramicFlowEstimate.zip"
|
| 345 |
+
}
|
| 346 |
+
],
|
| 347 |
+
"Video Object Recognition": [
|
| 348 |
+
{
|
| 349 |
+
"Pets Video Recognition": "PetsVideoRecognition.zip"
|
| 350 |
+
},
|
| 351 |
+
{
|
| 352 |
+
"Science Video Recognition": "ScienceVideoRecognition.zip"
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"Video Object Counting": "VideoObjectCounting.zip"
|
| 356 |
+
},
|
| 357 |
+
{
|
| 358 |
+
"Natural Disaster Video Recognition": "NaturalDisasterVideoRecognition.zip"
|
| 359 |
+
},
|
| 360 |
+
{
|
| 361 |
+
"Video Object Existence Recognition": "VideoObjectExistenceRecognition.zip"
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"Video Object Interaction Recognition": "VideoObjectInteractionRecognition.zip"
|
| 365 |
+
},
|
| 366 |
+
{
|
| 367 |
+
"TV-Show Recognition": "TVShowRecognition.zip"
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"Video Sports Recognition": "VideoSportsRecognition.zip"
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"Video Animal Recognition": "VideoAnimalRecognition.zip"
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"Video Food Recognition": "VideoFoodRecognition.zip"
|
| 377 |
+
},
|
| 378 |
+
{
|
| 379 |
+
"Art Recognition": "ArtRecognition.zip"
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"Autos and Vehicles Video Captioning": "AutosAndVehiclesVideoCaptioning.zip"
|
| 383 |
+
},
|
| 384 |
+
{
|
| 385 |
+
"Food Video Captioning": "FoodVideoCaptioning.zip"
|
| 386 |
+
},
|
| 387 |
+
{
|
| 388 |
+
"Video Salient Object Detection": "VideoSalientObjectDetection.zip"
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"Human Video Salient Detection": "HumanVideoSalientDetection.zip"
|
| 392 |
+
},
|
| 393 |
+
{
|
| 394 |
+
"Aquatic Video Camouflaged Object Detection": "AquaticVideoCamouflagedObjectDetection.zip"
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"Terrestrial Video Camouflaged Object Detection": "TerrestrialVideoCamouflagedObjectDetection.zip"
|
| 398 |
+
}
|
| 399 |
+
],
|
| 400 |
+
"Video Event Recognition": [
|
| 401 |
+
{
|
| 402 |
+
"News and Documentary Video Captioning": "NewsAndDocumentaryVideoCaptioning.zip"
|
| 403 |
+
}
|
| 404 |
+
],
|
| 405 |
+
"Video Action Recognition": [
|
| 406 |
+
{
|
| 407 |
+
"Human-Object Interaction Video Captioning": "HumanObjectInteractionVideoCaptioning.zip"
|
| 408 |
+
},
|
| 409 |
+
{
|
| 410 |
+
"Human-Human Interaction Video Captioning": "HumanHumanInteractionVideoCaptioning.zip"
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"BodyMotion Video Captioning": "BodyMotionVideoCaptioning.zip"
|
| 414 |
+
},
|
| 415 |
+
{
|
| 416 |
+
"Musical Instruments Video Captioning": "MusicalInstrumentsVideoCaptioning.zip"
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"Sports and Exercise Video Captioning": "SportsAndExcerciseVideoCaptioning.zip"
|
| 420 |
+
},
|
| 421 |
+
{
|
| 422 |
+
"Facial Action Video Captioning": "FacialActionVideoCaptioning.zip"
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"Facial-Object Operations Video Captioning": "FacialObjectOperationsVideoCaptioning.zip"
|
| 426 |
+
},
|
| 427 |
+
{
|
| 428 |
+
"Arts and Crafts Video Captioning": "ArtsAndCraftsVideoCaptioning.zip"
|
| 429 |
+
},
|
| 430 |
+
{
|
| 431 |
+
"Personal Care Video Captioning": "PersonalCareVideoCaptioning.zip"
|
| 432 |
+
},
|
| 433 |
+
{
|
| 434 |
+
"DailyLife and Skills Video Captioning": "DailyLifeAndSkillsVideoCaptioning.zip"
|
| 435 |
+
},
|
| 436 |
+
{
|
| 437 |
+
"Entertainment-related Video Captioning": "EntertainmentRelatedVideoCaptioning.zip"
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"Sign Language Video Recognition": "SignLanguageVideoRecognition.zip"
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"Video Action Sequence Understanding": "VideoActionSequenceUnderstanding.zip"
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"Video Action Sequence Prediction": "VideoActionSequencePrediction.zip"
|
| 447 |
+
},
|
| 448 |
+
{
|
| 449 |
+
"Video Action Counting": "VideoActionCounting.zip"
|
| 450 |
+
},
|
| 451 |
+
{
|
| 452 |
+
"Video Action Ordering": "VideoActionOrdering.zip"
|
| 453 |
+
}
|
| 454 |
+
],
|
| 455 |
+
"Video Understanding": [
|
| 456 |
+
{
|
| 457 |
+
"Ball Sports Video Captioning": "BallSportsVideoCaptioning.zip"
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"Science and Technology Video Captioning": "ScienceAndTechnologyVideoCaptioning.zip"
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"Music Video Question Answering": "MusicVideoQuestionAnswering.zip"
|
| 464 |
+
},
|
| 465 |
+
{
|
| 466 |
+
"Game Video Question Answering": "GameVideoQuestionAnswering.zip"
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"Movie and Show Video Captioning": "MovieAndShowVideoCaptioning.zip"
|
| 470 |
+
},
|
| 471 |
+
{
|
| 472 |
+
"Finance Video Captioning": "FinanceVideoCaptioning.zip"
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"History and Literature Video Captioning": "HistoryAndLiteratureVideoCaptioning.zip"
|
| 476 |
+
},
|
| 477 |
+
{
|
| 478 |
+
"Business Video Captioning": "BusinessVideoCaptioning.zip"
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"Humor Video Captioning": "HumorVideoCaptioning.zip"
|
| 482 |
+
}
|
| 483 |
+
],
|
| 484 |
+
"In-the-Wild Video Object Segmentation": [],
|
| 485 |
+
"General Video Object Segmentation": [],
|
| 486 |
+
"Street-Scene Video Object Segmentation": [],
|
| 487 |
+
"Referring Video Object Segmentation": [],
|
| 488 |
+
"Reasoning Video Object Segmentation": []
|
| 489 |
+
},
|
| 490 |
+
"generation": {
|
| 491 |
+
"Text-to-Video Generation": [
|
| 492 |
+
{
|
| 493 |
+
"Subject-Driven Text to Video Generation": "SubjectConsistencyT2V.zip"
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"Background-Consistency Text to Video Geneation": "BackgroundConsistencyT2V.zip"
|
| 497 |
+
},
|
| 498 |
+
{
|
| 499 |
+
"Static Video Generation": "StaticT2V.zip"
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"Dynamic Video Generation": "DynamicT2V.zip"
|
| 503 |
+
},
|
| 504 |
+
{
|
| 505 |
+
"Artistic Content Text to Video Generation": "ArtisticT2V.zip"
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"Scene Text to Video Generation": "SceneT2V.zip"
|
| 509 |
+
},
|
| 510 |
+
{
|
| 511 |
+
"Class-Conditioned Text to Video Generation": "ClassConditionedT2V.zip"
|
| 512 |
+
},
|
| 513 |
+
{
|
| 514 |
+
"Multi-Class-Conditioned Text to Video Generation": "MultiClassConditionedT2V.zip"
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"Stylized Video Generation-Single Reference": "StylizedVideoGenerationSingleReference.zip"
|
| 518 |
+
},
|
| 519 |
+
{
|
| 520 |
+
"Stylized Video Generation-Multiple Reference": "StylizedVideoGenerationMultipleReference.zip"
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"Spatial Relation Video Generation": "SpatialRelationT2V.zip"
|
| 524 |
+
},
|
| 525 |
+
{
|
| 526 |
+
"Camera Motion Video Generation": "CameraMotionT2V.zip"
|
| 527 |
+
},
|
| 528 |
+
{
|
| 529 |
+
"Terrestrial Animal Video Generation": "TerrestrialAnimalT2V.zip"
|
| 530 |
+
}
|
| 531 |
+
],
|
| 532 |
+
"Conditional Video Generation": [
|
| 533 |
+
{
|
| 534 |
+
"Style-Specific Text to Video Generation": "StyleT2V.zip"
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"Color-Specific Text to Video Generation": "ColorT2V.zip"
|
| 538 |
+
},
|
| 539 |
+
{
|
| 540 |
+
"Material-Specific Text to Video Generation": "MaterialT2V.zip"
|
| 541 |
+
}
|
| 542 |
+
],
|
| 543 |
+
"Video Action Generation": [
|
| 544 |
+
{
|
| 545 |
+
"Action-Specific Text to Video Generation": "ActionT2V.zip"
|
| 546 |
+
},
|
| 547 |
+
{
|
| 548 |
+
"Human Video Generation": "HumanT2V.zip"
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"Athletics Video Generation": "AthleticsT2V.zip"
|
| 552 |
+
},
|
| 553 |
+
{
|
| 554 |
+
"Concert Video Generation": "ConcertT2V.zip"
|
| 555 |
+
},
|
| 556 |
+
{
|
| 557 |
+
"Water Sports Video Generation": "WaterSportsT2V.zip"
|
| 558 |
+
}
|
| 559 |
+
],
|
| 560 |
+
"Image-to-Video Generation": [
|
| 561 |
+
{
|
| 562 |
+
"Plant Image to Video Generation": "PlantI2V.zip"
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"Human Image to Video Generation": "HumanI2V.zip"
|
| 566 |
+
},
|
| 567 |
+
{
|
| 568 |
+
"Wild Animal Image to Video Generation": "WildAnimalI2V.zip"
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"Architecture Image to Video Generation": "ArchitectureI2V.zip"
|
| 572 |
+
},
|
| 573 |
+
{
|
| 574 |
+
"Food Image to Video Generation": "FoodI2V.zip"
|
| 575 |
+
},
|
| 576 |
+
{
|
| 577 |
+
"Pet Image to Video Generation": "PetI2V.zip"
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"Scene Image to Video Generation": "SceneI2V.zip"
|
| 581 |
+
},
|
| 582 |
+
{
|
| 583 |
+
"Vehicle Image to Video Generation": "VehicleI2V.zip"
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"Furniture Image to Video Generation": "FurnitureI2V.zip"
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"Cloth Image to Video Generation": "ClothI2V.zip"
|
| 590 |
+
},
|
| 591 |
+
{
|
| 592 |
+
"Weather Image to Video Generation": "WeatherI2V.zip"
|
| 593 |
+
}
|
| 594 |
+
],
|
| 595 |
+
"Video Enhancement": [
|
| 596 |
+
{
|
| 597 |
+
"Video Object Demoireing": "VideoObjectDemoireing.zip"
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"Video Denoising": "VideoDenoising.zip"
|
| 601 |
+
},
|
| 602 |
+
{
|
| 603 |
+
"Video Frame Interpolation": "VideoFrameInterpolation.zip"
|
| 604 |
+
},
|
| 605 |
+
{
|
| 606 |
+
"Video Colorization": "VideoColorization.zip"
|
| 607 |
+
},
|
| 608 |
+
{
|
| 609 |
+
"Video Dehazing": "VideoDehazing.zip"
|
| 610 |
+
},
|
| 611 |
+
{
|
| 612 |
+
"Video Desnowing": "VideoDesnowing.zip"
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"Video Deraining": "VideoDeraining.zip"
|
| 616 |
+
},
|
| 617 |
+
{
|
| 618 |
+
"Road Scene Video Superresolution": "RoadSceneVideoSuperresolution.zip"
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"Real World Video Superresolution": "RealWorldVideoSuperresolution.zip"
|
| 622 |
+
}
|
| 623 |
+
],
|
| 624 |
+
"Video Editing": [
|
| 625 |
+
{
|
| 626 |
+
"Video Animal Inpainting": "VideoAnimalInpainting.zip"
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"Video Non-Animal Inpainting": "VideoNonAnimalInpainting.zip"
|
| 630 |
+
},
|
| 631 |
+
{
|
| 632 |
+
"Video Deblurring": "VideoDeblurring.zip"
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"Video Translation": "Video Translation.zip"
|
| 636 |
+
},
|
| 637 |
+
{
|
| 638 |
+
"Portrait Video Style Transfer": "PortraitVideoStyleTransfer.zip"
|
| 639 |
+
}
|
| 640 |
+
]
|
| 641 |
+
}
|
| 642 |
+
}
|
| 643 |
+
}
|
Scope-B/image.json
ADDED
|
@@ -0,0 +1,911 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"comprehension": {
|
| 3 |
+
"Behavior Recognition": [
|
| 4 |
+
{
|
| 5 |
+
"Sports Image Classification": "sports_image_classification"
|
| 6 |
+
}
|
| 7 |
+
],
|
| 8 |
+
"Image Caption": [
|
| 9 |
+
{
|
| 10 |
+
"Instagram Image Caption": "instagram_image_caption"
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"Satellite Image Caption": "satellite_image_caption"
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"Astronomy Image Captioning": "astronomy-image-captioning"
|
| 17 |
+
}
|
| 18 |
+
],
|
| 19 |
+
"Image Depth Estimation": [],
|
| 20 |
+
"Image Instance Segmentation": [
|
| 21 |
+
{
|
| 22 |
+
"Pedestrian Instance Segmentation": "pedestrian_instance_segmentation"
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"Vehicle Instance Segmentation": "vehicle_instance_segmentation"
|
| 26 |
+
}
|
| 27 |
+
],
|
| 28 |
+
"Image OCR": [
|
| 29 |
+
{
|
| 30 |
+
"Handwriting OCR": "handwriting-component-detection"
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"Letter and Number OCR": "letter_and_number_ocr"
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"License Plate OCR": "license_plate_ocr"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"Radical-Level Oracle Bone Character Recognition": "Radical-LevelOracleBoneCharacterRecognition"
|
| 40 |
+
}
|
| 41 |
+
],
|
| 42 |
+
"Image Recognition": [
|
| 43 |
+
{
|
| 44 |
+
"Latex Code Recognition": "Latex Code Recognition"
|
| 45 |
+
}
|
| 46 |
+
],
|
| 47 |
+
"Image Semantic Segmentation": [
|
| 48 |
+
{
|
| 49 |
+
"Indoor Semantic Segmentation": "indoor_semantic_segmentation"
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"Pedestrian Semantic Segmentation": "pedestrian_semantic_segmentation"
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"Road Semantic Segmentation": "Road_Semantic_Segmentation"
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"Vehicle Semantic Segmentation": "vehicle_semantic_segmentation"
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"People Clothing Segmentation": "people-clothing-segmentation"
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"Flood Area Segmentation": "flood-area-segmentation"
|
| 65 |
+
}
|
| 66 |
+
],
|
| 67 |
+
"Image Visual Grounding": [
|
| 68 |
+
{
|
| 69 |
+
"Short Expression Visual Grounding": "short_expression_visual_grounding"
|
| 70 |
+
}
|
| 71 |
+
],
|
| 72 |
+
"Image Visual Question Answering": [
|
| 73 |
+
{
|
| 74 |
+
"External Knowledge Required Image Question Answering": "Internet-Retrieved-InformationVisualQuestionAnswering"
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"Medical Image Question Answering": "medical_image_qa"
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"Reasoning and Compositional Image Question Answering": "reasoning_and_compositional_image_qa"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"Geography Visual Question Answering": "geography_vqa"
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"Geometry Visual Question Answering": "geometry_vqa"
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"Lung Nodule Diagnosis Visual Question Answering": "lung_nodule_diagnosis_vqa"
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"Mathematical Statistical Reasoning Visual Question Answering": "mathematical_statistical_reasoning_vqa"
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"Mathematical Textbook Visual Question Answering": "mathematical_textbook_vqa"
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"Mathematical Word Problem Visual Question Answering": "mathematical_word_problem_vqa"
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"Physics Visual Question Answering": "physics_vqa"
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"Mathematical Synthetic Scene Visual Question Answering": "mathematical_synthetic_scene_vqa"
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"Remote Sense Visual Question Answering": "remote_sense_vqa"
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"Skin Disease Visual Question Answering": "skin_disease_diagnosis_vqa"
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"Internet-Retrieved-Information Visual Question Answering": "Internet-Retrieved-InformationVisualQuestionAnswering"
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"Webpage Content Visual Question Answering": "WebpageContentVisualQuestionAnswering"
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"Sporting-related VQA": "Sporting-relatedVQA"
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"Financial Dialogue VQA": "FinancialDialogueVQA"
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"Historical Multi-Source Dialogue": "HistoricalMulti-SourceDialogue"
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"Multi-Turn Interactive Dialogue": "Multi-TurnInteractiveDialogue"
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"Complex Multi-Scenario Dialogue": "ComplexMulti-ScenarioDialogue"
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"Multimodal Slide Question Answering": "MultimodalSlideQuestionAnswering"
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"Multimodal Document VQA": "MultimodalDocumentVQA"
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"Multimodal Document Fine-grained Reasoning": "MultimodalDocumentFine-grainedReasoning"
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"Textbook Diagram VQA": "TextbookDiagramVQA"
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"Education-Related VQA": "Education-RelatedVQA"
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"Book Information VQA": "BookInformationVQA"
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"Textual Document VQA": "TextualDocumentVQA"
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"Text-Table-Image Joint Reasoning": "Text-Table-ImageJointReasoning"
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"Handwritten Formula Visual Question Answering": "Handwritten_Formula_Visual_Question_Answering"
|
| 159 |
+
},
|
| 160 |
+
{
|
| 161 |
+
"Face Comparison Visual Question Answering": "Face_Comparison_Visual_Question_Answering"
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"Image Similarity Visual Question Answering": "Image_Similarity_Visual_Question_Answering"
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"Art Image Visual Question Answering": "ArtImageVisualQuestionAnswering"
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"Culture Image Visual Question Answering": "CultureImageVisualQuestionAnswering"
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"Imge Editing Instruction Generation": "image_editing_instruction_generation"
|
| 174 |
+
}
|
| 175 |
+
],
|
| 176 |
+
"Industrial Anomaly Detection": [
|
| 177 |
+
{
|
| 178 |
+
"Bottle Anomaly Detection": "BottleAnomalyDetection"
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"Cable Anomaly Detection": "CableAnomalyDetection"
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"Capsule Anomaly Detection": "CapsuleAnomalyDetection"
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"Carpet Anomaly Detection": "CarpetAnomalyDetection"
|
| 188 |
+
},
|
| 189 |
+
{
|
| 190 |
+
"Grid Anomaly Detection": "GridAnomalyDetection"
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"Hazelnut Anomaly Detection": "HazelnutAnomalyDetection"
|
| 194 |
+
},
|
| 195 |
+
{
|
| 196 |
+
"Leather Anomaly Detection": "LeatherAnomalyDetection"
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"Metal Nut Anomaly Detection": "MetalNutAnomalyDetection"
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"Pill Anomaly Detection": "PillAnomalyDetection"
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"Screw Anomaly Detection": "ScrewAnomalyDetection"
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"Tile Anomaly Detection": "TileAnomalyDetection"
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"Toothbrush-Anomaly Detection": "ToothbrushAnomalyDetection"
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"Transistor Anomaly Detection": "TransistorAnomalyDetection"
|
| 215 |
+
},
|
| 216 |
+
{
|
| 217 |
+
"Wood Anomaly Detection": "WoodAnomalyDetection"
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"Zipper Anomaly Detection": "ZipperAnomalyDetection"
|
| 221 |
+
}
|
| 222 |
+
],
|
| 223 |
+
"Medical Segmentation": [
|
| 224 |
+
{
|
| 225 |
+
"COVID-19 CT Scan Lesion Segmentation": "COVID-19CTScanLesionSegmentation"
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"Hubmap Organ Segmentation": "HubmapOrganSegmentation"
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"Lung segmentation": "LungSegmentation"
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"Bacteria Segmentation": "BacteriaSegmentation"
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"Tuberculosis X-ray Segmentation": "tuberculosis_xray_segmentation"
|
| 238 |
+
}
|
| 239 |
+
],
|
| 240 |
+
"Code Generation": [
|
| 241 |
+
{
|
| 242 |
+
"Sketch-to-HTML Code Generation": "sketch2html_code_generation"
|
| 243 |
+
}
|
| 244 |
+
],
|
| 245 |
+
"Keypoint Detection": [
|
| 246 |
+
{
|
| 247 |
+
"Person Keypoint Detection": "person_keypoint_detection"
|
| 248 |
+
}
|
| 249 |
+
],
|
| 250 |
+
"Multi-image Visual Question Answering": [
|
| 251 |
+
{
|
| 252 |
+
"Image Pair Multi-Attribute Question Answering": "Image_Pair_Multi-Attribute_Question_Answering"
|
| 253 |
+
},
|
| 254 |
+
{
|
| 255 |
+
"Numerical Dual Image Description Verification": "Numerical_Dual_Image_Description_Verification"
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"Aircraft Model Matching": "Aircraft_Model_Matching"
|
| 259 |
+
},
|
| 260 |
+
{
|
| 261 |
+
"Car Model Matching": "Car_Model_Matching"
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"Pose and Activity Consistency Verification": "Pose_and_Activity_Consistency_Verification"
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"Digital Consistency Comparison": "Digital_Consistency_Comparison"
|
| 268 |
+
}
|
| 269 |
+
],
|
| 270 |
+
"Multimodal Dialogue": [
|
| 271 |
+
{
|
| 272 |
+
"Egocentric Daily Tasks Action Planning": "EgocentricDailyTasksActionPlanning"
|
| 273 |
+
},
|
| 274 |
+
{
|
| 275 |
+
"Context-Aware Embodied Agent Dialogue": "Context-AwareEmbodiedAgentDialogue"
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"Embodied Navigating Visual Question Answering": "EmbodiedNavigatingVisualQuestionAnswering"
|
| 279 |
+
},
|
| 280 |
+
{
|
| 281 |
+
"Environment-Based Next-action Description": "Environment-BasedNext-actionDescription"
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"Multimodal Decision-making Reasoning": "MultimodalDecision-makingReasoning"
|
| 285 |
+
},
|
| 286 |
+
{
|
| 287 |
+
"Comic Dialogue Completion": "ComicDialogueCompletion"
|
| 288 |
+
}
|
| 289 |
+
],
|
| 290 |
+
"Multimodal Reasoning": [
|
| 291 |
+
{
|
| 292 |
+
"Fashion Concept Visual Question Answering": "FashionConceptVisualQuestionAnswering"
|
| 293 |
+
},
|
| 294 |
+
{
|
| 295 |
+
"Cloth Color Visual Question Answering": "ClothColorVisualQuestionAnswering"
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"Multi-Image Visual Entailment Reasoning": "Multi-ImageVisualEntailmentReasoning"
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"Visual Step Completion": "VisualStepCompletion"
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"Recipe Ingredient Description": "RecipeIngredientDescription"
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"Visual Step Matching Reasoning": "VisualStepMatchingReasoning"
|
| 308 |
+
},
|
| 309 |
+
{
|
| 310 |
+
"Industrial Inspection Multi-Image Reasoning": "IndustrialInspectionMulti-ImageReasoning"
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"Property Coherence Reasoning": "PropertyCoherenceReasoning"
|
| 314 |
+
},
|
| 315 |
+
{
|
| 316 |
+
"Recipe Completion": "RecipeCompletion"
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"Comic Panel VQA": "ComicPanelVQA"
|
| 320 |
+
},
|
| 321 |
+
{
|
| 322 |
+
"Abduction-based VQA": "Abduction-basedVQA"
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"Dual-Image Causal-and-Effect Reasoning": "Dual-ImageCausal-and-EffectReasoning"
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"Driving Recording Reasoning": "DrivingRecordingReasoning"
|
| 329 |
+
},
|
| 330 |
+
{
|
| 331 |
+
"Attribute Congruity Reasoning": "AttributeCongruityReasoning"
|
| 332 |
+
}
|
| 333 |
+
],
|
| 334 |
+
"Object Counting": [
|
| 335 |
+
{
|
| 336 |
+
"Seed Counting": "seed_counting"
|
| 337 |
+
},
|
| 338 |
+
{
|
| 339 |
+
"Vehicle Counting": "vehicle_counting"
|
| 340 |
+
}
|
| 341 |
+
],
|
| 342 |
+
"Multimodal Neural Translation": [
|
| 343 |
+
{
|
| 344 |
+
"Multimodal Neural Translation": "Multimodal_Neural_Translation"
|
| 345 |
+
}
|
| 346 |
+
],
|
| 347 |
+
"Object Detection": [
|
| 348 |
+
{
|
| 349 |
+
"Small Object Detection": "small_object_detection"
|
| 350 |
+
},
|
| 351 |
+
{
|
| 352 |
+
"Traffic Signs Detection": "traffic_signs_detection"
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"Medical Device Detection": "medical-device-detection"
|
| 356 |
+
},
|
| 357 |
+
{
|
| 358 |
+
"Wound Detection": "wound-detection"
|
| 359 |
+
},
|
| 360 |
+
{
|
| 361 |
+
"Gauge Detection": "gauge-detection"
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"Parking Space Detection": "parking-space-detection"
|
| 365 |
+
},
|
| 366 |
+
{
|
| 367 |
+
"Tree Detection": "tree-detection"
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"Traffic Light Detection": "traffic-light-detection"
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"rock-paper-scissors-gesture-detection": "rock-paper-scissors-gesture-detection"
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"Price Tag Detection and Text Grounding": "price-tag-detection-and-text-grounding"
|
| 377 |
+
},
|
| 378 |
+
{
|
| 379 |
+
"Retail Object Detection": "retail-object-detection"
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"Exit Sign Detection": "exit-sign-detection"
|
| 383 |
+
},
|
| 384 |
+
{
|
| 385 |
+
"Handwriting Component Detection": "handwriting-component-detection"
|
| 386 |
+
},
|
| 387 |
+
{
|
| 388 |
+
"Sign Language Detection": "sign-language-detection"
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"football player detection": "football-player-detection"
|
| 392 |
+
},
|
| 393 |
+
{
|
| 394 |
+
"Pest Detection": "pest-detection"
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"Underwater garbage Detection": "underwater-garbage-detection"
|
| 398 |
+
},
|
| 399 |
+
{
|
| 400 |
+
"Food Detection": "food-detection"
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"Circuit Elements Detection": "circuit-elements-detection"
|
| 404 |
+
},
|
| 405 |
+
{
|
| 406 |
+
"Tabular Data Detection": "tabular-data-detection"
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"Radio-Spectrogram Detection": "radio-spectrogram-detection"
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"Empty Shelf Detection": "empty-shelf-detection"
|
| 413 |
+
},
|
| 414 |
+
{
|
| 415 |
+
"Tomato Detection": "tomato-detection"
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"Drone Detection": "drone-detection"
|
| 419 |
+
},
|
| 420 |
+
{
|
| 421 |
+
"Bee Detection": "tree-detection"
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"Cat Faces Detection": "cat-faces-detection"
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"Bird Detection": "BirdDetection"
|
| 428 |
+
},
|
| 429 |
+
{
|
| 430 |
+
"Deepfish Detection": "DeepfishDetection"
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"Raccoon Detection": "RaccoonDetection"
|
| 434 |
+
},
|
| 435 |
+
{
|
| 436 |
+
"Ship Detection": "ShipDetection"
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"Weed Detection": "WeedDetection"
|
| 440 |
+
},
|
| 441 |
+
{
|
| 442 |
+
"Radar Ship Detection": "Radar_Ship_Detection"
|
| 443 |
+
}
|
| 444 |
+
],
|
| 445 |
+
"Object Matting": [
|
| 446 |
+
{
|
| 447 |
+
"Animal Image Matting": "AnimalImageMatting"
|
| 448 |
+
},
|
| 449 |
+
{
|
| 450 |
+
"Portrait Matting": "portrait_matting"
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"Text Manipulation Region Matting": "TextManipulationRegionMatting"
|
| 454 |
+
},
|
| 455 |
+
{
|
| 456 |
+
"Person Hair Matting": "person-hair-matting"
|
| 457 |
+
}
|
| 458 |
+
],
|
| 459 |
+
"Object Recognition": [
|
| 460 |
+
{
|
| 461 |
+
"Animal Recognition": "AnimalRecognition"
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"Big Cat Image Recognition": "BigCatImageRecognition"
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"Fruit Recognition": "fruit_disease_recognition"
|
| 468 |
+
},
|
| 469 |
+
{
|
| 470 |
+
"Vegetable Recognition": "vegetable_recognition"
|
| 471 |
+
},
|
| 472 |
+
{
|
| 473 |
+
"Car Brands Recognition": "car_brands_recognition"
|
| 474 |
+
},
|
| 475 |
+
{
|
| 476 |
+
"Damaged Egg Recognition": "damaged_egg_recognition"
|
| 477 |
+
},
|
| 478 |
+
{
|
| 479 |
+
"Dog Breeds Recognition": "dog_breeds recognition"
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"Garbage Classification": "garbage_classification"
|
| 483 |
+
},
|
| 484 |
+
{
|
| 485 |
+
"Mammal Recognition": "mammal_recognition"
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"Utensil Recognition": "utensil_recognition"
|
| 489 |
+
},
|
| 490 |
+
{
|
| 491 |
+
"Bird Species Recognition": "bird-species-classification"
|
| 492 |
+
},
|
| 493 |
+
{
|
| 494 |
+
"Chinese Fine Art Recognition": "chinese-fine-art"
|
| 495 |
+
},
|
| 496 |
+
{
|
| 497 |
+
"Famous Iconic Women Recognition": "famous-iconic-women"
|
| 498 |
+
},
|
| 499 |
+
{
|
| 500 |
+
"Text Manipulation Classification": "TextManipulationClassification"
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"Gender Recognition": "GenderRecognition"
|
| 504 |
+
},
|
| 505 |
+
{
|
| 506 |
+
"Infrared/Thermal Image Classification": "Infrared_Thermal_Image_Classification"
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"Waste Item Image Classification": "waste-item-image-classification"
|
| 510 |
+
},
|
| 511 |
+
{
|
| 512 |
+
"Image Style Classification": "image_style_classification"
|
| 513 |
+
},
|
| 514 |
+
{
|
| 515 |
+
"Microorganism Image Classification": "microorganism_image_classification"
|
| 516 |
+
},
|
| 517 |
+
{
|
| 518 |
+
"Deep Fake Detection": "deep_fake_detection"
|
| 519 |
+
}
|
| 520 |
+
],
|
| 521 |
+
"Panoptic Segmentation": [
|
| 522 |
+
{
|
| 523 |
+
"Road Scene Panoptic Segmentation": "road_scene_panoptic_segmentation"
|
| 524 |
+
}
|
| 525 |
+
],
|
| 526 |
+
"Crack Detection": [],
|
| 527 |
+
"Pose Recognition": [
|
| 528 |
+
{
|
| 529 |
+
"Yoga Pose Recognition": "GenderRecognition"
|
| 530 |
+
}
|
| 531 |
+
],
|
| 532 |
+
"Relation Reasoning": [
|
| 533 |
+
{
|
| 534 |
+
"Classification of Visual Spatial Relationship": "Classification_of_Visual_Spatial_Relationship"
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"Description of Single Spatial Relationship": "Description_of_Single_Spatial_Relationship"
|
| 538 |
+
},
|
| 539 |
+
{
|
| 540 |
+
"Description of Open-ended Spatial Relationship": "Description_of_Open-ended_Spatial_Relationship"
|
| 541 |
+
}
|
| 542 |
+
],
|
| 543 |
+
"RGBD Semantic Segmentation": [
|
| 544 |
+
{
|
| 545 |
+
"RGBD Semantic Segmentation": "rgbd_semantic_segmentation"
|
| 546 |
+
}
|
| 547 |
+
],
|
| 548 |
+
"Ripeness Recognition": [
|
| 549 |
+
{
|
| 550 |
+
"Strawberry Ripeness Recognition": "strawberry_ripeness_recognition"
|
| 551 |
+
}
|
| 552 |
+
],
|
| 553 |
+
"Safety Detection": [
|
| 554 |
+
{
|
| 555 |
+
"Fire Detection": "fire-detection"
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"Gun Detection": "gun-detection"
|
| 559 |
+
},
|
| 560 |
+
{
|
| 561 |
+
"Construction Safety Equipment Detection": "construction-safety-equipment-detection"
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"Safety Vests Detection": "safety-vests-detection"
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"Fall Human Detection": "fall-human-detection"
|
| 568 |
+
},
|
| 569 |
+
{
|
| 570 |
+
"Smoke Detection": "smoke-detection"
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"Helmet Detection": "helmet-detection"
|
| 574 |
+
}
|
| 575 |
+
],
|
| 576 |
+
"Scene Graph Generation": [
|
| 577 |
+
{
|
| 578 |
+
"Image Scene Graph Parsing": "lmage_Scene_Graph_Parsing"
|
| 579 |
+
}
|
| 580 |
+
],
|
| 581 |
+
"Scene Recognition": [
|
| 582 |
+
{
|
| 583 |
+
"Terrain Recognition": "terrain_recognition"
|
| 584 |
+
}
|
| 585 |
+
],
|
| 586 |
+
"Sign Language Recognition": [
|
| 587 |
+
{
|
| 588 |
+
"American Sign Language Recognition": "AmericanSignLanguageRecognition"
|
| 589 |
+
}
|
| 590 |
+
],
|
| 591 |
+
"Visual Relation Inference": [
|
| 592 |
+
{
|
| 593 |
+
"Before-After Relationship Caption": "Before-AfterRelationshipCaption"
|
| 594 |
+
},
|
| 595 |
+
{
|
| 596 |
+
"Surveillance Object-Level Change Description": "SurveillanceObject-LevelChangeDescription"
|
| 597 |
+
},
|
| 598 |
+
{
|
| 599 |
+
"Multi-Image Alteration Description": "Multi-ImageAlterationDescription"
|
| 600 |
+
},
|
| 601 |
+
{
|
| 602 |
+
"Bird Variation Comparison Description": "BirdVariationComparisonDescription"
|
| 603 |
+
},
|
| 604 |
+
{
|
| 605 |
+
"Subtle Difference Description": "SubtleDifferenceDescription"
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"Multimodal Relation Extraction": "Multi-ImageAlterationDescription"
|
| 609 |
+
}
|
| 610 |
+
],
|
| 611 |
+
"Visual Storytelling Generation": [
|
| 612 |
+
{
|
| 613 |
+
"Animated Story Completion": "AnimatedStoryCompletion"
|
| 614 |
+
},
|
| 615 |
+
{
|
| 616 |
+
"Cartoon Story Telling": "CartoonStoryTelling"
|
| 617 |
+
},
|
| 618 |
+
{
|
| 619 |
+
"Multi-image Next-frame Description": "Multi-imageNext-frameDescription"
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"Sequential Photo Storytelling": "SequentialPhotoStorytelling"
|
| 623 |
+
},
|
| 624 |
+
{
|
| 625 |
+
"Sequential Story Completion": "SequentialStoryCompletion"
|
| 626 |
+
}
|
| 627 |
+
],
|
| 628 |
+
"Disease Detection": [
|
| 629 |
+
{
|
| 630 |
+
"Plant Disease Detection": "plant-disease-detection"
|
| 631 |
+
}
|
| 632 |
+
],
|
| 633 |
+
"Weather Recognition": [],
|
| 634 |
+
"Disease Recognition": [
|
| 635 |
+
{
|
| 636 |
+
"Fruit Disease Recognition": "fruit_disease_recognition"
|
| 637 |
+
},
|
| 638 |
+
{
|
| 639 |
+
"Abnormal Heartbeat Recognition": "Abnormal_Heartbeat_Patients"
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"Myocardial Infarction Recognition": "Myocardial_Infarction_Patients"
|
| 643 |
+
},
|
| 644 |
+
{
|
| 645 |
+
"Brain Tumor MRI Recognition": "BrainTumorMRIRecognition"
|
| 646 |
+
},
|
| 647 |
+
{
|
| 648 |
+
"Pumpkin Leaf Diseases Recognition": "PumpkinLeafDiseasesRecognition"
|
| 649 |
+
},
|
| 650 |
+
{
|
| 651 |
+
"Leukemia Classification": "LeukemiaClassification"
|
| 652 |
+
}
|
| 653 |
+
],
|
| 654 |
+
"Document Visual Question Answering": [
|
| 655 |
+
{
|
| 656 |
+
"Multi-Page Agreement Document Visual Question Answering": "Multi-PageAgreementDocumentVisualQuestionAnswering"
|
| 657 |
+
},
|
| 658 |
+
{
|
| 659 |
+
"Multi-Page Application Document Visual Question Answering": "Multi-PageApplicationDocumentVisualQuestionAnswering"
|
| 660 |
+
},
|
| 661 |
+
{
|
| 662 |
+
"Multi-Page Certificate Document Visual Question Answering": "Multi-PageCertificateDocumentVisualQuestionAnswering"
|
| 663 |
+
},
|
| 664 |
+
{
|
| 665 |
+
"Multi-Page E-mail Document Visual Question Answering": "Multi-PageE-mailDocumentVisualQuestionAnswering"
|
| 666 |
+
},
|
| 667 |
+
{
|
| 668 |
+
"Multi-Page Form Document Visual Question Answering": "Multi-PageFormDocumentVisualQuestionAnswering"
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"Multi-Page Handwritten Document Visual Question Answering": "Multi-PageHandwrittenDocumentVisualQuestionAnswering"
|
| 672 |
+
},
|
| 673 |
+
{
|
| 674 |
+
"Multi-Page Infographic Document Visual Question Answering": "Multi-PageInfographicDocumentVisualQuestionAnswering"
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"Multi-Page Invoice Document Visual Question Answering": "Multi-PageInvoiceDocumentVisualQuestionAnswering"
|
| 678 |
+
},
|
| 679 |
+
{
|
| 680 |
+
"Multi-Page Letter Document Visual Question Answering": "Multi-PageLetterDocumentVisualQuestionAnswering"
|
| 681 |
+
},
|
| 682 |
+
{
|
| 683 |
+
"Multi-Page Manual Document Visual Question Answering": "Multi-PageManualDocumentVisualQuestionAnswering"
|
| 684 |
+
},
|
| 685 |
+
{
|
| 686 |
+
"Multi-Page Meeting Document Visual Question Answering": "Multi-PageMeetingDocumentVisualQuestionAnswering"
|
| 687 |
+
},
|
| 688 |
+
{
|
| 689 |
+
"Multi-Page Memo Document Visual Question Answering": "Multi-PageMemoDocumentVisualQuestionAnswering"
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"Multi-Page News Document Visual Question Answering": "Multi-PageNewsDocumentVisualQuestionAnswering"
|
| 693 |
+
},
|
| 694 |
+
{
|
| 695 |
+
"Multi-Page Order Document Visual Question Answering": "Multi-PageOrderDocumentVisualQuestionAnswering"
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"Multi-Page Poster Document Visual Question Answering": "Multi-PagePosterDocumentVisualQuestionAnswering"
|
| 699 |
+
},
|
| 700 |
+
{
|
| 701 |
+
"Multi-Page Presentation Document Visual Question Answering": "presentation_docvqa"
|
| 702 |
+
},
|
| 703 |
+
{
|
| 704 |
+
"Multi-Page Report Document Visual Question Answering": "report_docvqa"
|
| 705 |
+
},
|
| 706 |
+
{
|
| 707 |
+
"Multi-Page Request Document Visual Question Answering": "request_docvqa"
|
| 708 |
+
},
|
| 709 |
+
{
|
| 710 |
+
"Multi-Page Resume Document Visual Question Answering": "resume_docvqa"
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"Multi-Page Sheet Document Visual Question Answering": "sheet_docvqa"
|
| 714 |
+
}
|
| 715 |
+
],
|
| 716 |
+
"Emotion Detection": [
|
| 717 |
+
{
|
| 718 |
+
"Person Emotion Detection": "person_emotion_detection"
|
| 719 |
+
},
|
| 720 |
+
{
|
| 721 |
+
"Pet Face Expression Recognition": "pet_face_expression_recognition"
|
| 722 |
+
},
|
| 723 |
+
{
|
| 724 |
+
"Emotion Recognition": "emotion-detection-fer"
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"Face Emotion Recognition": "face_emotion_recognition"
|
| 728 |
+
}
|
| 729 |
+
],
|
| 730 |
+
"Graph Classification": [
|
| 731 |
+
{
|
| 732 |
+
"Spectrum Graph Car Classification": "Spectrum_Graph_Car_Classification"
|
| 733 |
+
}
|
| 734 |
+
],
|
| 735 |
+
"Hallucination Detection": [
|
| 736 |
+
{
|
| 737 |
+
"Attribute Hallucination Detection": "Attribute_Hallucination_Detection"
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"Object Hallucination Detection": "Object_Hallucination_Detection"
|
| 741 |
+
}
|
| 742 |
+
]
|
| 743 |
+
},
|
| 744 |
+
"generation": {
|
| 745 |
+
"Edge-to-Image Generation": [
|
| 746 |
+
{
|
| 747 |
+
"Edge-to-Image Generation": "edge2object"
|
| 748 |
+
}
|
| 749 |
+
],
|
| 750 |
+
"Layout-to-Image Generation": [
|
| 751 |
+
{
|
| 752 |
+
"Layout-to-Face Image Generation": "layout2face"
|
| 753 |
+
}
|
| 754 |
+
],
|
| 755 |
+
"Mask-to-Image Generation": [
|
| 756 |
+
{
|
| 757 |
+
"Mask-to-Image Face Generation": "Mask-to-Image_Face_Generation"
|
| 758 |
+
}
|
| 759 |
+
],
|
| 760 |
+
"Sketch-to-Image Generation": [
|
| 761 |
+
{
|
| 762 |
+
"Sketch-to-Face Image Generation": "sketch2face"
|
| 763 |
+
},
|
| 764 |
+
{
|
| 765 |
+
"Sketch-to-Background Image Generation": "sketch2background"
|
| 766 |
+
},
|
| 767 |
+
{
|
| 768 |
+
"Sketch-to-Scene Image Generation": "sketch2scene"
|
| 769 |
+
},
|
| 770 |
+
{
|
| 771 |
+
"Sketch-to-Image Hair Generation": "Sketch-to-Image_Hair_Generation"
|
| 772 |
+
}
|
| 773 |
+
],
|
| 774 |
+
"Sound-to-Image Generation": [
|
| 775 |
+
{
|
| 776 |
+
"Sound-to-Image Generation": "Sound-to-Image_Gernation"
|
| 777 |
+
}
|
| 778 |
+
],
|
| 779 |
+
"Text-based Image\nEditing": [
|
| 780 |
+
{
|
| 781 |
+
"Image Colorization": "image_colorization"
|
| 782 |
+
},
|
| 783 |
+
{
|
| 784 |
+
"Chinese-based Image Editing": "Chinese-based_Image_Editing"
|
| 785 |
+
},
|
| 786 |
+
{
|
| 787 |
+
"Text-based Image Editing": "Text-based_Image_Editing"
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"Deep Fake Generation": "deep_fake_generation"
|
| 791 |
+
}
|
| 792 |
+
],
|
| 793 |
+
"Text-to-Image Generation": [
|
| 794 |
+
{
|
| 795 |
+
"Text-based E-commerce Product Image Generation": "ecommerce_product_generation"
|
| 796 |
+
},
|
| 797 |
+
{
|
| 798 |
+
"Text-based Terrestrial Animal Image Generation": "terrestrial_animal_generation"
|
| 799 |
+
},
|
| 800 |
+
{
|
| 801 |
+
"Long-text-based Image generation": "Long-text-based_Image_generation"
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"Multi-language-based Image Generation": "Multi-language-based_Image_Generation"
|
| 805 |
+
},
|
| 806 |
+
{
|
| 807 |
+
"Handwriting Text Generation": "Handwriting_Text_Generation"
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"Text-based Face Generation": "Text-based_Face_Generation"
|
| 811 |
+
},
|
| 812 |
+
{
|
| 813 |
+
"Text-based Astronomical Image Generation": "Text-based_Astronomical_Image_Generation"
|
| 814 |
+
},
|
| 815 |
+
{
|
| 816 |
+
"Text-to-Image Indian Food Generation": "Text-to-Image_Indian_Food_Generation"
|
| 817 |
+
},
|
| 818 |
+
{
|
| 819 |
+
"Text-to-Image Microorganism Generation": "Text-to-Image_Microorganism_Generation"
|
| 820 |
+
},
|
| 821 |
+
{
|
| 822 |
+
"Text-to-Image Insect Generation": "Text-to-Image_Insect_Generation"
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"Text-to-Image Sea Animal Generation": "Text-to-Image_Sea_Animal_Generation"
|
| 826 |
+
}
|
| 827 |
+
],
|
| 828 |
+
"EEG-to-Image Generation": [
|
| 829 |
+
{
|
| 830 |
+
"EEG-based Image Generation": "EEG-based_Image_Generation"
|
| 831 |
+
}
|
| 832 |
+
],
|
| 833 |
+
"Image Denosing": [
|
| 834 |
+
{
|
| 835 |
+
"Image Deraining": "image_deraining"
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"Image Raindrop Removal": "image_raindrop_removal"
|
| 839 |
+
},
|
| 840 |
+
{
|
| 841 |
+
"Image Dehazing": "image_dehazing"
|
| 842 |
+
},
|
| 843 |
+
{
|
| 844 |
+
"Image Desnowing": "image_desnowing"
|
| 845 |
+
},
|
| 846 |
+
{
|
| 847 |
+
"Image Deblurring": "image_deblurring"
|
| 848 |
+
},
|
| 849 |
+
{
|
| 850 |
+
"JPEG Image Artifact Deduction": "jpeg_artifact_deduction"
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"Remote Sensing Image Dehazing": "Remote_Sensing_Image_Dehazing"
|
| 854 |
+
}
|
| 855 |
+
],
|
| 856 |
+
"Image Enhancement": [
|
| 857 |
+
{
|
| 858 |
+
"Image Shadow Removal": "image_shadow_removal"
|
| 859 |
+
},
|
| 860 |
+
{
|
| 861 |
+
"Image Flare Removal": "image_flare_removal"
|
| 862 |
+
},
|
| 863 |
+
{
|
| 864 |
+
"Underwater Image Restoration": "underwater_image_restoration"
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"Document Image Unwarping": "document_image_unwarping"
|
| 868 |
+
},
|
| 869 |
+
{
|
| 870 |
+
"Image Detail Enhancement": "Image_Detail_Enhancement"
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"Low-light Image Enhancement": "Low-light_Image_Enhancement"
|
| 874 |
+
}
|
| 875 |
+
],
|
| 876 |
+
"Image Inpainting": [
|
| 877 |
+
{
|
| 878 |
+
"Face Image Inpainting": "face_inpainting"
|
| 879 |
+
}
|
| 880 |
+
],
|
| 881 |
+
"Image Style Transfer": [
|
| 882 |
+
{
|
| 883 |
+
"Face Image Comic Style Transfer": "face2comic"
|
| 884 |
+
},
|
| 885 |
+
{
|
| 886 |
+
"Text-based Style Transfer": "Text-based_Style_Transfer"
|
| 887 |
+
}
|
| 888 |
+
],
|
| 889 |
+
"Imge-to-Mask Generation": [
|
| 890 |
+
{
|
| 891 |
+
"Infection-map Generation": "infection_map_generation"
|
| 892 |
+
}
|
| 893 |
+
],
|
| 894 |
+
"Image-to-Sketch Generation": [
|
| 895 |
+
{
|
| 896 |
+
"Face Sketch Synthesis": "face_sketch_synthesis"
|
| 897 |
+
}
|
| 898 |
+
],
|
| 899 |
+
"In-context Image\nEditing": [
|
| 900 |
+
{
|
| 901 |
+
"Image Editing with Text and Image Prompt": "Image_Editing_with_Text_and_Image_Prompt"
|
| 902 |
+
},
|
| 903 |
+
{
|
| 904 |
+
"Image Editing with Multi-image Prompt": "Image_Editing_with_Multi-image_Prompt"
|
| 905 |
+
},
|
| 906 |
+
{
|
| 907 |
+
"Image Editing with Text and Multi-image Prompt": "Image_Editing_with_Text_and_Multi-image_Prompt"
|
| 908 |
+
}
|
| 909 |
+
]
|
| 910 |
+
}
|
| 911 |
+
}
|
Scope-B/image_video.json
ADDED
|
@@ -0,0 +1,1376 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"image": {
|
| 3 |
+
"comprehension": {
|
| 4 |
+
"Behavior Recognition": [
|
| 5 |
+
{
|
| 6 |
+
"Sports Image Classification": "sports_image_classification"
|
| 7 |
+
}
|
| 8 |
+
],
|
| 9 |
+
"Image Caption": [
|
| 10 |
+
{
|
| 11 |
+
"Instagram Image Caption": "instagram_image_caption"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"Satellite Image Caption": "satellite_image_caption"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"Astronomy Image Captioning": "astronomy-image-captioning"
|
| 18 |
+
}
|
| 19 |
+
],
|
| 20 |
+
"Image Depth Estimation": [],
|
| 21 |
+
"Image Instance Segmentation": [
|
| 22 |
+
{
|
| 23 |
+
"Pedestrian Instance Segmentation": "pedestrian_instance_segmentation"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"Vehicle Instance Segmentation": "vehicle_instance_segmentation"
|
| 27 |
+
}
|
| 28 |
+
],
|
| 29 |
+
"Image OCR": [
|
| 30 |
+
{
|
| 31 |
+
"Handwriting OCR": "handwriting-component-detection"
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"Letter and Number OCR": "letter_and_number_ocr"
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"License Plate OCR": "license_plate_ocr"
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"Radical-Level Oracle Bone Character Recognition": "Radical-LevelOracleBoneCharacterRecognition"
|
| 41 |
+
}
|
| 42 |
+
],
|
| 43 |
+
"Image Recognition": [
|
| 44 |
+
{
|
| 45 |
+
"Latex Code Recognition": "Latex Code Recognition"
|
| 46 |
+
}
|
| 47 |
+
],
|
| 48 |
+
"Image Semantic Segmentation": [
|
| 49 |
+
{
|
| 50 |
+
"Indoor Semantic Segmentation": "indoor_semantic_segmentation"
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"Pedestrian Semantic Segmentation": "pedestrian_semantic_segmentation"
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"Road Semantic Segmentation": "Road_Semantic_Segmentation"
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"Vehicle Semantic Segmentation": "vehicle_semantic_segmentation"
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"People Clothing Segmentation": "people-clothing-segmentation"
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"Flood Area Segmentation": "flood-area-segmentation"
|
| 66 |
+
}
|
| 67 |
+
],
|
| 68 |
+
"Image Visual Grounding": [
|
| 69 |
+
{
|
| 70 |
+
"Short Expression Visual Grounding": "short_expression_visual_grounding"
|
| 71 |
+
}
|
| 72 |
+
],
|
| 73 |
+
"Image Visual Question Answering": [
|
| 74 |
+
{
|
| 75 |
+
"External Knowledge Required Image Question Answering": "Internet-Retrieved-InformationVisualQuestionAnswering"
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"Medical Image Question Answering": "medical_image_qa"
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"Reasoning and Compositional Image Question Answering": "reasoning_and_compositional_image_qa"
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"Geography Visual Question Answering": "geography_vqa"
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"Geometry Visual Question Answering": "geometry_vqa"
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"Lung Nodule Diagnosis Visual Question Answering": "lung_nodule_diagnosis_vqa"
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"Mathematical Statistical Reasoning Visual Question Answering": "mathematical_statistical_reasoning_vqa"
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"Mathematical Textbook Visual Question Answering": "mathematical_textbook_vqa"
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"Mathematical Word Problem Visual Question Answering": "mathematical_word_problem_vqa"
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"Physics Visual Question Answering": "physics_vqa"
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"Mathematical Synthetic Scene Visual Question Answering": "mathematical_synthetic_scene_vqa"
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"Remote Sense Visual Question Answering": "remote_sense_vqa"
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"Skin Disease Visual Question Answering": "skin_disease_diagnosis_vqa"
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"Internet-Retrieved-Information Visual Question Answering": "Internet-Retrieved-InformationVisualQuestionAnswering"
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"Webpage Content Visual Question Answering": "WebpageContentVisualQuestionAnswering"
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"Sporting-related VQA": "Sporting-relatedVQA"
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"Financial Dialogue VQA": "FinancialDialogueVQA"
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"Historical Multi-Source Dialogue": "HistoricalMulti-SourceDialogue"
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"Multi-Turn Interactive Dialogue": "Multi-TurnInteractiveDialogue"
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"Complex Multi-Scenario Dialogue": "ComplexMulti-ScenarioDialogue"
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"Multimodal Slide Question Answering": "MultimodalSlideQuestionAnswering"
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"Multimodal Document VQA": "MultimodalDocumentVQA"
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"Multimodal Document Fine-grained Reasoning": "MultimodalDocumentFine-grainedReasoning"
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"Textbook Diagram VQA": "TextbookDiagramVQA"
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"Education-Related VQA": "Education-RelatedVQA"
|
| 148 |
+
},
|
| 149 |
+
{
|
| 150 |
+
"Book Information VQA": "BookInformationVQA"
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"Textual Document VQA": "TextualDocumentVQA"
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"Text-Table-Image Joint Reasoning": "Text-Table-ImageJointReasoning"
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"Handwritten Formula Visual Question Answering": "Handwritten_Formula_Visual_Question_Answering"
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"Face Comparison Visual Question Answering": "Face_Comparison_Visual_Question_Answering"
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"Image Similarity Visual Question Answering": "Image_Similarity_Visual_Question_Answering"
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"Art Image Visual Question Answering": "ArtImageVisualQuestionAnswering"
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"Culture Image Visual Question Answering": "CultureImageVisualQuestionAnswering"
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"Imge Editing Instruction Generation": "image_editing_instruction_generation"
|
| 175 |
+
}
|
| 176 |
+
],
|
| 177 |
+
"Industrial Anomaly Detection": [
|
| 178 |
+
{
|
| 179 |
+
"Bottle Anomaly Detection": "BottleAnomalyDetection"
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"Cable Anomaly Detection": "CableAnomalyDetection"
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"Capsule Anomaly Detection": "CapsuleAnomalyDetection"
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"Carpet Anomaly Detection": "CarpetAnomalyDetection"
|
| 189 |
+
},
|
| 190 |
+
{
|
| 191 |
+
"Grid Anomaly Detection": "GridAnomalyDetection"
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"Hazelnut Anomaly Detection": "HazelnutAnomalyDetection"
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"Leather Anomaly Detection": "LeatherAnomalyDetection"
|
| 198 |
+
},
|
| 199 |
+
{
|
| 200 |
+
"Metal Nut Anomaly Detection": "MetalNutAnomalyDetection"
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"Pill Anomaly Detection": "PillAnomalyDetection"
|
| 204 |
+
},
|
| 205 |
+
{
|
| 206 |
+
"Screw Anomaly Detection": "ScrewAnomalyDetection"
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"Tile Anomaly Detection": "TileAnomalyDetection"
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"Toothbrush-Anomaly Detection": "ToothbrushAnomalyDetection"
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"Transistor Anomaly Detection": "TransistorAnomalyDetection"
|
| 216 |
+
},
|
| 217 |
+
{
|
| 218 |
+
"Wood Anomaly Detection": "WoodAnomalyDetection"
|
| 219 |
+
},
|
| 220 |
+
{
|
| 221 |
+
"Zipper Anomaly Detection": "ZipperAnomalyDetection"
|
| 222 |
+
}
|
| 223 |
+
],
|
| 224 |
+
"Medical Segmentation": [
|
| 225 |
+
{
|
| 226 |
+
"COVID-19 CT Scan Lesion Segmentation": "COVID-19CTScanLesionSegmentation"
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"Hubmap Organ Segmentation": "HubmapOrganSegmentation"
|
| 230 |
+
},
|
| 231 |
+
{
|
| 232 |
+
"Lung segmentation": "LungSegmentation"
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"Bacteria Segmentation": "BacteriaSegmentation"
|
| 236 |
+
},
|
| 237 |
+
{
|
| 238 |
+
"Tuberculosis X-ray Segmentation": "tuberculosis_xray_segmentation"
|
| 239 |
+
}
|
| 240 |
+
],
|
| 241 |
+
"Code Generation": [
|
| 242 |
+
{
|
| 243 |
+
"Sketch-to-HTML Code Generation": "sketch2html_code_generation"
|
| 244 |
+
}
|
| 245 |
+
],
|
| 246 |
+
"Keypoint Detection": [
|
| 247 |
+
{
|
| 248 |
+
"Person Keypoint Detection": "person_keypoint_detection"
|
| 249 |
+
}
|
| 250 |
+
],
|
| 251 |
+
"Multi-image Visual Question Answering": [
|
| 252 |
+
{
|
| 253 |
+
"Image Pair Multi-Attribute Question Answering": "Image_Pair_Multi-Attribute_Question_Answering"
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"Numerical Dual Image Description Verification": "Numerical_Dual_Image_Description_Verification"
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"Aircraft Model Matching": "Aircraft_Model_Matching"
|
| 260 |
+
},
|
| 261 |
+
{
|
| 262 |
+
"Car Model Matching": "Car_Model_Matching"
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"Pose and Activity Consistency Verification": "Pose_and_Activity_Consistency_Verification"
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"Digital Consistency Comparison": "Digital_Consistency_Comparison"
|
| 269 |
+
}
|
| 270 |
+
],
|
| 271 |
+
"Multimodal Dialogue": [
|
| 272 |
+
{
|
| 273 |
+
"Egocentric Daily Tasks Action Planning": "EgocentricDailyTasksActionPlanning"
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"Context-Aware Embodied Agent Dialogue": "Context-AwareEmbodiedAgentDialogue"
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"Embodied Navigating Visual Question Answering": "EmbodiedNavigatingVisualQuestionAnswering"
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"Environment-Based Next-action Description": "Environment-BasedNext-actionDescription"
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"Multimodal Decision-making Reasoning": "MultimodalDecision-makingReasoning"
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"Comic Dialogue Completion": "ComicDialogueCompletion"
|
| 289 |
+
}
|
| 290 |
+
],
|
| 291 |
+
"Multimodal Reasoning": [
|
| 292 |
+
{
|
| 293 |
+
"Fashion Concept Visual Question Answering": "FashionConceptVisualQuestionAnswering"
|
| 294 |
+
},
|
| 295 |
+
{
|
| 296 |
+
"Cloth Color Visual Question Answering": "ClothColorVisualQuestionAnswering"
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"Multi-Image Visual Entailment Reasoning": "Multi-ImageVisualEntailmentReasoning"
|
| 300 |
+
},
|
| 301 |
+
{
|
| 302 |
+
"Visual Step Completion": "VisualStepCompletion"
|
| 303 |
+
},
|
| 304 |
+
{
|
| 305 |
+
"Recipe Ingredient Description": "RecipeIngredientDescription"
|
| 306 |
+
},
|
| 307 |
+
{
|
| 308 |
+
"Visual Step Matching Reasoning": "VisualStepMatchingReasoning"
|
| 309 |
+
},
|
| 310 |
+
{
|
| 311 |
+
"Industrial Inspection Multi-Image Reasoning": "IndustrialInspectionMulti-ImageReasoning"
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"Property Coherence Reasoning": "PropertyCoherenceReasoning"
|
| 315 |
+
},
|
| 316 |
+
{
|
| 317 |
+
"Recipe Completion": "RecipeCompletion"
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"Comic Panel VQA": "ComicPanelVQA"
|
| 321 |
+
},
|
| 322 |
+
{
|
| 323 |
+
"Abduction-based VQA": "Abduction-basedVQA"
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"Dual-Image Causal-and-Effect Reasoning": "Dual-ImageCausal-and-EffectReasoning"
|
| 327 |
+
},
|
| 328 |
+
{
|
| 329 |
+
"Driving Recording Reasoning": "DrivingRecordingReasoning"
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"Attribute Congruity Reasoning": "AttributeCongruityReasoning"
|
| 333 |
+
}
|
| 334 |
+
],
|
| 335 |
+
"Object Counting": [
|
| 336 |
+
{
|
| 337 |
+
"Seed Counting": "seed_counting"
|
| 338 |
+
},
|
| 339 |
+
{
|
| 340 |
+
"Vehicle Counting": "vehicle_counting"
|
| 341 |
+
}
|
| 342 |
+
],
|
| 343 |
+
"Multimodal Neural Translation": [
|
| 344 |
+
{
|
| 345 |
+
"Multimodal Neural Translation": "Multimodal_Neural_Translation"
|
| 346 |
+
}
|
| 347 |
+
],
|
| 348 |
+
"Object Detection": [
|
| 349 |
+
{
|
| 350 |
+
"Small Object Detection": "small_object_detection"
|
| 351 |
+
},
|
| 352 |
+
{
|
| 353 |
+
"Traffic Signs Detection": "traffic_signs_detection"
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"Medical Device Detection": "medical-device-detection"
|
| 357 |
+
},
|
| 358 |
+
{
|
| 359 |
+
"Wound Detection": "wound-detection"
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"Gauge Detection": "gauge-detection"
|
| 363 |
+
},
|
| 364 |
+
{
|
| 365 |
+
"Parking Space Detection": "parking-space-detection"
|
| 366 |
+
},
|
| 367 |
+
{
|
| 368 |
+
"Tree Detection": "tree-detection"
|
| 369 |
+
},
|
| 370 |
+
{
|
| 371 |
+
"Traffic Light Detection": "traffic-light-detection"
|
| 372 |
+
},
|
| 373 |
+
{
|
| 374 |
+
"rock-paper-scissors-gesture-detection": "rock-paper-scissors-gesture-detection"
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"Price Tag Detection and Text Grounding": "price-tag-detection-and-text-grounding"
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"Retail Object Detection": "retail-object-detection"
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"Exit Sign Detection": "exit-sign-detection"
|
| 384 |
+
},
|
| 385 |
+
{
|
| 386 |
+
"Handwriting Component Detection": "handwriting-component-detection"
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"Sign Language Detection": "sign-language-detection"
|
| 390 |
+
},
|
| 391 |
+
{
|
| 392 |
+
"football player detection": "football-player-detection"
|
| 393 |
+
},
|
| 394 |
+
{
|
| 395 |
+
"Pest Detection": "pest-detection"
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"Underwater garbage Detection": "underwater-garbage-detection"
|
| 399 |
+
},
|
| 400 |
+
{
|
| 401 |
+
"Food Detection": "food-detection"
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"Circuit Elements Detection": "circuit-elements-detection"
|
| 405 |
+
},
|
| 406 |
+
{
|
| 407 |
+
"Tabular Data Detection": "tabular-data-detection"
|
| 408 |
+
},
|
| 409 |
+
{
|
| 410 |
+
"Radio-Spectrogram Detection": "radio-spectrogram-detection"
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"Empty Shelf Detection": "empty-shelf-detection"
|
| 414 |
+
},
|
| 415 |
+
{
|
| 416 |
+
"Tomato Detection": "tomato-detection"
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"Drone Detection": "drone-detection"
|
| 420 |
+
},
|
| 421 |
+
{
|
| 422 |
+
"Bee Detection": "tree-detection"
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"Cat Faces Detection": "cat-faces-detection"
|
| 426 |
+
},
|
| 427 |
+
{
|
| 428 |
+
"Bird Detection": "BirdDetection"
|
| 429 |
+
},
|
| 430 |
+
{
|
| 431 |
+
"Deepfish Detection": "DeepfishDetection"
|
| 432 |
+
},
|
| 433 |
+
{
|
| 434 |
+
"Raccoon Detection": "RaccoonDetection"
|
| 435 |
+
},
|
| 436 |
+
{
|
| 437 |
+
"Ship Detection": "ShipDetection"
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"Weed Detection": "WeedDetection"
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"Radar Ship Detection": "Radar_Ship_Detection"
|
| 444 |
+
}
|
| 445 |
+
],
|
| 446 |
+
"Object Matting": [
|
| 447 |
+
{
|
| 448 |
+
"Animal Image Matting": "AnimalImageMatting"
|
| 449 |
+
},
|
| 450 |
+
{
|
| 451 |
+
"Portrait Matting": "portrait_matting"
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"Text Manipulation Region Matting": "TextManipulationRegionMatting"
|
| 455 |
+
},
|
| 456 |
+
{
|
| 457 |
+
"Person Hair Matting": "person-hair-matting"
|
| 458 |
+
}
|
| 459 |
+
],
|
| 460 |
+
"Object Recognition": [
|
| 461 |
+
{
|
| 462 |
+
"Animal Recognition": "AnimalRecognition"
|
| 463 |
+
},
|
| 464 |
+
{
|
| 465 |
+
"Big Cat Image Recognition": "BigCatImageRecognition"
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"Fruit Recognition": "fruit_disease_recognition"
|
| 469 |
+
},
|
| 470 |
+
{
|
| 471 |
+
"Vegetable Recognition": "vegetable_recognition"
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"Car Brands Recognition": "car_brands_recognition"
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"Damaged Egg Recognition": "damaged_egg_recognition"
|
| 478 |
+
},
|
| 479 |
+
{
|
| 480 |
+
"Dog Breeds Recognition": "dog_breeds recognition"
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"Garbage Classification": "garbage_classification"
|
| 484 |
+
},
|
| 485 |
+
{
|
| 486 |
+
"Mammal Recognition": "mammal_recognition"
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"Utensil Recognition": "utensil_recognition"
|
| 490 |
+
},
|
| 491 |
+
{
|
| 492 |
+
"Bird Species Recognition": "bird-species-classification"
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"Chinese Fine Art Recognition": "chinese-fine-art"
|
| 496 |
+
},
|
| 497 |
+
{
|
| 498 |
+
"Famous Iconic Women Recognition": "famous-iconic-women"
|
| 499 |
+
},
|
| 500 |
+
{
|
| 501 |
+
"Text Manipulation Classification": "TextManipulationClassification"
|
| 502 |
+
},
|
| 503 |
+
{
|
| 504 |
+
"Gender Recognition": "GenderRecognition"
|
| 505 |
+
},
|
| 506 |
+
{
|
| 507 |
+
"Infrared/Thermal Image Classification": "Infrared_Thermal_Image_Classification"
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"Waste Item Image Classification": "waste-item-image-classification"
|
| 511 |
+
},
|
| 512 |
+
{
|
| 513 |
+
"Image Style Classification": "image_style_classification"
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"Microorganism Image Classification": "microorganism_image_classification"
|
| 517 |
+
},
|
| 518 |
+
{
|
| 519 |
+
"Deep Fake Detection": "deep_fake_detection"
|
| 520 |
+
}
|
| 521 |
+
],
|
| 522 |
+
"Panoptic Segmentation": [
|
| 523 |
+
{
|
| 524 |
+
"Road Scene Panoptic Segmentation": "road_scene_panoptic_segmentation"
|
| 525 |
+
}
|
| 526 |
+
],
|
| 527 |
+
"Crack Detection": [],
|
| 528 |
+
"Pose Recognition": [
|
| 529 |
+
{
|
| 530 |
+
"Yoga Pose Recognition": "GenderRecognition"
|
| 531 |
+
}
|
| 532 |
+
],
|
| 533 |
+
"Relation Reasoning": [
|
| 534 |
+
{
|
| 535 |
+
"Classification of Visual Spatial Relationship": "Classification_of_Visual_Spatial_Relationship"
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"Description of Single Spatial Relationship": "Description_of_Single_Spatial_Relationship"
|
| 539 |
+
},
|
| 540 |
+
{
|
| 541 |
+
"Description of Open-ended Spatial Relationship": "Description_of_Open-ended_Spatial_Relationship"
|
| 542 |
+
}
|
| 543 |
+
],
|
| 544 |
+
"RGBD Semantic Segmentation": [
|
| 545 |
+
{
|
| 546 |
+
"RGBD Semantic Segmentation": "rgbd_semantic_segmentation"
|
| 547 |
+
}
|
| 548 |
+
],
|
| 549 |
+
"Ripeness Recognition": [
|
| 550 |
+
{
|
| 551 |
+
"Strawberry Ripeness Recognition": "strawberry_ripeness_recognition"
|
| 552 |
+
}
|
| 553 |
+
],
|
| 554 |
+
"Safety Detection": [
|
| 555 |
+
{
|
| 556 |
+
"Fire Detection": "fire-detection"
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"Gun Detection": "gun-detection"
|
| 560 |
+
},
|
| 561 |
+
{
|
| 562 |
+
"Construction Safety Equipment Detection": "construction-safety-equipment-detection"
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"Safety Vests Detection": "safety-vests-detection"
|
| 566 |
+
},
|
| 567 |
+
{
|
| 568 |
+
"Fall Human Detection": "fall-human-detection"
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"Smoke Detection": "smoke-detection"
|
| 572 |
+
},
|
| 573 |
+
{
|
| 574 |
+
"Helmet Detection": "helmet-detection"
|
| 575 |
+
}
|
| 576 |
+
],
|
| 577 |
+
"Scene Graph Generation": [
|
| 578 |
+
{
|
| 579 |
+
"Image Scene Graph Parsing": "lmage_Scene_Graph_Parsing"
|
| 580 |
+
}
|
| 581 |
+
],
|
| 582 |
+
"Scene Recognition": [
|
| 583 |
+
{
|
| 584 |
+
"Terrain Recognition": "terrain_recognition"
|
| 585 |
+
}
|
| 586 |
+
],
|
| 587 |
+
"Sign Language Recognition": [
|
| 588 |
+
{
|
| 589 |
+
"American Sign Language Recognition": "AmericanSignLanguageRecognition"
|
| 590 |
+
}
|
| 591 |
+
],
|
| 592 |
+
"Visual Relation Inference": [
|
| 593 |
+
{
|
| 594 |
+
"Before-After Relationship Caption": "Before-AfterRelationshipCaption"
|
| 595 |
+
},
|
| 596 |
+
{
|
| 597 |
+
"Surveillance Object-Level Change Description": "SurveillanceObject-LevelChangeDescription"
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"Multi-Image Alteration Description": "Multi-ImageAlterationDescription"
|
| 601 |
+
},
|
| 602 |
+
{
|
| 603 |
+
"Bird Variation Comparison Description": "BirdVariationComparisonDescription"
|
| 604 |
+
},
|
| 605 |
+
{
|
| 606 |
+
"Subtle Difference Description": "SubtleDifferenceDescription"
|
| 607 |
+
},
|
| 608 |
+
{
|
| 609 |
+
"Multimodal Relation Extraction": "Multi-ImageAlterationDescription"
|
| 610 |
+
}
|
| 611 |
+
],
|
| 612 |
+
"Visual Storytelling Generation": [
|
| 613 |
+
{
|
| 614 |
+
"Animated Story Completion": "AnimatedStoryCompletion"
|
| 615 |
+
},
|
| 616 |
+
{
|
| 617 |
+
"Cartoon Story Telling": "CartoonStoryTelling"
|
| 618 |
+
},
|
| 619 |
+
{
|
| 620 |
+
"Multi-image Next-frame Description": "Multi-imageNext-frameDescription"
|
| 621 |
+
},
|
| 622 |
+
{
|
| 623 |
+
"Sequential Photo Storytelling": "SequentialPhotoStorytelling"
|
| 624 |
+
},
|
| 625 |
+
{
|
| 626 |
+
"Sequential Story Completion": "SequentialStoryCompletion"
|
| 627 |
+
}
|
| 628 |
+
],
|
| 629 |
+
"Disease Detection": [
|
| 630 |
+
{
|
| 631 |
+
"Plant Disease Detection": "plant-disease-detection"
|
| 632 |
+
}
|
| 633 |
+
],
|
| 634 |
+
"Weather Recognition": [],
|
| 635 |
+
"Disease Recognition": [
|
| 636 |
+
{
|
| 637 |
+
"Fruit Disease Recognition": "fruit_disease_recognition"
|
| 638 |
+
},
|
| 639 |
+
{
|
| 640 |
+
"Abnormal Heartbeat Recognition": "Abnormal_Heartbeat_Patients"
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"Myocardial Infarction Recognition": "Myocardial_Infarction_Patients"
|
| 644 |
+
},
|
| 645 |
+
{
|
| 646 |
+
"Brain Tumor MRI Recognition": "BrainTumorMRIRecognition"
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"Pumpkin Leaf Diseases Recognition": "PumpkinLeafDiseasesRecognition"
|
| 650 |
+
},
|
| 651 |
+
{
|
| 652 |
+
"Leukemia Classification": "LeukemiaClassification"
|
| 653 |
+
}
|
| 654 |
+
],
|
| 655 |
+
"Document Visual Question Answering": [
|
| 656 |
+
{
|
| 657 |
+
"Multi-Page Agreement Document Visual Question Answering": "Multi-PageAgreementDocumentVisualQuestionAnswering"
|
| 658 |
+
},
|
| 659 |
+
{
|
| 660 |
+
"Multi-Page Application Document Visual Question Answering": "Multi-PageApplicationDocumentVisualQuestionAnswering"
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"Multi-Page Certificate Document Visual Question Answering": "Multi-PageCertificateDocumentVisualQuestionAnswering"
|
| 664 |
+
},
|
| 665 |
+
{
|
| 666 |
+
"Multi-Page E-mail Document Visual Question Answering": "Multi-PageE-mailDocumentVisualQuestionAnswering"
|
| 667 |
+
},
|
| 668 |
+
{
|
| 669 |
+
"Multi-Page Form Document Visual Question Answering": "Multi-PageFormDocumentVisualQuestionAnswering"
|
| 670 |
+
},
|
| 671 |
+
{
|
| 672 |
+
"Multi-Page Handwritten Document Visual Question Answering": "Multi-PageHandwrittenDocumentVisualQuestionAnswering"
|
| 673 |
+
},
|
| 674 |
+
{
|
| 675 |
+
"Multi-Page Infographic Document Visual Question Answering": "Multi-PageInfographicDocumentVisualQuestionAnswering"
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"Multi-Page Invoice Document Visual Question Answering": "Multi-PageInvoiceDocumentVisualQuestionAnswering"
|
| 679 |
+
},
|
| 680 |
+
{
|
| 681 |
+
"Multi-Page Letter Document Visual Question Answering": "Multi-PageLetterDocumentVisualQuestionAnswering"
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"Multi-Page Manual Document Visual Question Answering": "Multi-PageManualDocumentVisualQuestionAnswering"
|
| 685 |
+
},
|
| 686 |
+
{
|
| 687 |
+
"Multi-Page Meeting Document Visual Question Answering": "Multi-PageMeetingDocumentVisualQuestionAnswering"
|
| 688 |
+
},
|
| 689 |
+
{
|
| 690 |
+
"Multi-Page Memo Document Visual Question Answering": "Multi-PageMemoDocumentVisualQuestionAnswering"
|
| 691 |
+
},
|
| 692 |
+
{
|
| 693 |
+
"Multi-Page News Document Visual Question Answering": "Multi-PageNewsDocumentVisualQuestionAnswering"
|
| 694 |
+
},
|
| 695 |
+
{
|
| 696 |
+
"Multi-Page Order Document Visual Question Answering": "Multi-PageOrderDocumentVisualQuestionAnswering"
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"Multi-Page Poster Document Visual Question Answering": "Multi-PagePosterDocumentVisualQuestionAnswering"
|
| 700 |
+
},
|
| 701 |
+
{
|
| 702 |
+
"Multi-Page Presentation Document Visual Question Answering": "presentation_docvqa"
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"Multi-Page Report Document Visual Question Answering": "report_docvqa"
|
| 706 |
+
},
|
| 707 |
+
{
|
| 708 |
+
"Multi-Page Request Document Visual Question Answering": "request_docvqa"
|
| 709 |
+
},
|
| 710 |
+
{
|
| 711 |
+
"Multi-Page Resume Document Visual Question Answering": "resume_docvqa"
|
| 712 |
+
},
|
| 713 |
+
{
|
| 714 |
+
"Multi-Page Sheet Document Visual Question Answering": "sheet_docvqa"
|
| 715 |
+
}
|
| 716 |
+
],
|
| 717 |
+
"Emotion Detection": [
|
| 718 |
+
{
|
| 719 |
+
"Person Emotion Detection": "person_emotion_detection"
|
| 720 |
+
},
|
| 721 |
+
{
|
| 722 |
+
"Pet Face Expression Recognition": "pet_face_expression_recognition"
|
| 723 |
+
},
|
| 724 |
+
{
|
| 725 |
+
"Emotion Recognition": "emotion-detection-fer"
|
| 726 |
+
},
|
| 727 |
+
{
|
| 728 |
+
"Face Emotion Recognition": "face_emotion_recognition"
|
| 729 |
+
}
|
| 730 |
+
],
|
| 731 |
+
"Graph Classification": [
|
| 732 |
+
{
|
| 733 |
+
"Spectrum Graph Car Classification": "Spectrum_Graph_Car_Classification"
|
| 734 |
+
}
|
| 735 |
+
],
|
| 736 |
+
"Hallucination Detection": [
|
| 737 |
+
{
|
| 738 |
+
"Attribute Hallucination Detection": "Attribute_Hallucination_Detection"
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"Object Hallucination Detection": "Object_Hallucination_Detection"
|
| 742 |
+
}
|
| 743 |
+
]
|
| 744 |
+
},
|
| 745 |
+
"generation": {
|
| 746 |
+
"Edge-to-Image Generation": [
|
| 747 |
+
{
|
| 748 |
+
"Edge-to-Image Generation": "edge2object"
|
| 749 |
+
}
|
| 750 |
+
],
|
| 751 |
+
"Layout-to-Image Generation": [
|
| 752 |
+
{
|
| 753 |
+
"Layout-to-Face Image Generation": "layout2face"
|
| 754 |
+
}
|
| 755 |
+
],
|
| 756 |
+
"Mask-to-Image Generation": [
|
| 757 |
+
{
|
| 758 |
+
"Mask-to-Image Face Generation": "Mask-to-Image_Face_Generation"
|
| 759 |
+
}
|
| 760 |
+
],
|
| 761 |
+
"Sketch-to-Image Generation": [
|
| 762 |
+
{
|
| 763 |
+
"Sketch-to-Face Image Generation": "sketch2face"
|
| 764 |
+
},
|
| 765 |
+
{
|
| 766 |
+
"Sketch-to-Background Image Generation": "sketch2background"
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"Sketch-to-Scene Image Generation": "sketch2scene"
|
| 770 |
+
},
|
| 771 |
+
{
|
| 772 |
+
"Sketch-to-Image Hair Generation": "Sketch-to-Image_Hair_Generation"
|
| 773 |
+
}
|
| 774 |
+
],
|
| 775 |
+
"Sound-to-Image Generation": [
|
| 776 |
+
{
|
| 777 |
+
"Sound-to-Image Generation": "Sound-to-Image_Gernation"
|
| 778 |
+
}
|
| 779 |
+
],
|
| 780 |
+
"Text-based Image\nEditing": [
|
| 781 |
+
{
|
| 782 |
+
"Image Colorization": "image_colorization"
|
| 783 |
+
},
|
| 784 |
+
{
|
| 785 |
+
"Chinese-based Image Editing": "Chinese-based_Image_Editing"
|
| 786 |
+
},
|
| 787 |
+
{
|
| 788 |
+
"Text-based Image Editing": "Text-based_Image_Editing"
|
| 789 |
+
},
|
| 790 |
+
{
|
| 791 |
+
"Deep Fake Generation": "deep_fake_generation"
|
| 792 |
+
}
|
| 793 |
+
],
|
| 794 |
+
"Text-to-Image Generation": [
|
| 795 |
+
{
|
| 796 |
+
"Text-based E-commerce Product Image Generation": "ecommerce_product_generation"
|
| 797 |
+
},
|
| 798 |
+
{
|
| 799 |
+
"Text-based Terrestrial Animal Image Generation": "terrestrial_animal_generation"
|
| 800 |
+
},
|
| 801 |
+
{
|
| 802 |
+
"Long-text-based Image generation": "Long-text-based_Image_generation"
|
| 803 |
+
},
|
| 804 |
+
{
|
| 805 |
+
"Multi-language-based Image Generation": "Multi-language-based_Image_Generation"
|
| 806 |
+
},
|
| 807 |
+
{
|
| 808 |
+
"Handwriting Text Generation": "Handwriting_Text_Generation"
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"Text-based Face Generation": "Text-based_Face_Generation"
|
| 812 |
+
},
|
| 813 |
+
{
|
| 814 |
+
"Text-based Astronomical Image Generation": "Text-based_Astronomical_Image_Generation"
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"Text-to-Image Indian Food Generation": "Text-to-Image_Indian_Food_Generation"
|
| 818 |
+
},
|
| 819 |
+
{
|
| 820 |
+
"Text-to-Image Microorganism Generation": "Text-to-Image_Microorganism_Generation"
|
| 821 |
+
},
|
| 822 |
+
{
|
| 823 |
+
"Text-to-Image Insect Generation": "Text-to-Image_Insect_Generation"
|
| 824 |
+
},
|
| 825 |
+
{
|
| 826 |
+
"Text-to-Image Sea Animal Generation": "Text-to-Image_Sea_Animal_Generation"
|
| 827 |
+
}
|
| 828 |
+
],
|
| 829 |
+
"EEG-to-Image Generation": [
|
| 830 |
+
{
|
| 831 |
+
"EEG-based Image Generation": "EEG-based_Image_Generation"
|
| 832 |
+
}
|
| 833 |
+
],
|
| 834 |
+
"Image Denosing": [
|
| 835 |
+
{
|
| 836 |
+
"Image Deraining": "image_deraining"
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"Image Raindrop Removal": "image_raindrop_removal"
|
| 840 |
+
},
|
| 841 |
+
{
|
| 842 |
+
"Image Dehazing": "image_dehazing"
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"Image Desnowing": "image_desnowing"
|
| 846 |
+
},
|
| 847 |
+
{
|
| 848 |
+
"Image Deblurring": "image_deblurring"
|
| 849 |
+
},
|
| 850 |
+
{
|
| 851 |
+
"JPEG Image Artifact Deduction": "jpeg_artifact_deduction"
|
| 852 |
+
},
|
| 853 |
+
{
|
| 854 |
+
"Remote Sensing Image Dehazing": "Remote_Sensing_Image_Dehazing"
|
| 855 |
+
}
|
| 856 |
+
],
|
| 857 |
+
"Image Enhancement": [
|
| 858 |
+
{
|
| 859 |
+
"Image Shadow Removal": "image_shadow_removal"
|
| 860 |
+
},
|
| 861 |
+
{
|
| 862 |
+
"Image Flare Removal": "image_flare_removal"
|
| 863 |
+
},
|
| 864 |
+
{
|
| 865 |
+
"Underwater Image Restoration": "underwater_image_restoration"
|
| 866 |
+
},
|
| 867 |
+
{
|
| 868 |
+
"Document Image Unwarping": "document_image_unwarping"
|
| 869 |
+
},
|
| 870 |
+
{
|
| 871 |
+
"Image Detail Enhancement": "Image_Detail_Enhancement"
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"Low-light Image Enhancement": "Low-light_Image_Enhancement"
|
| 875 |
+
}
|
| 876 |
+
],
|
| 877 |
+
"Image Inpainting": [
|
| 878 |
+
{
|
| 879 |
+
"Face Image Inpainting": "face_inpainting"
|
| 880 |
+
}
|
| 881 |
+
],
|
| 882 |
+
"Image Style Transfer": [
|
| 883 |
+
{
|
| 884 |
+
"Face Image Comic Style Transfer": "face2comic"
|
| 885 |
+
},
|
| 886 |
+
{
|
| 887 |
+
"Text-based Style Transfer": "Text-based_Style_Transfer"
|
| 888 |
+
}
|
| 889 |
+
],
|
| 890 |
+
"Imge-to-Mask Generation": [
|
| 891 |
+
{
|
| 892 |
+
"Infection-map Generation": "infection_map_generation"
|
| 893 |
+
}
|
| 894 |
+
],
|
| 895 |
+
"Image-to-Sketch Generation": [
|
| 896 |
+
{
|
| 897 |
+
"Face Sketch Synthesis": "face_sketch_synthesis"
|
| 898 |
+
}
|
| 899 |
+
],
|
| 900 |
+
"In-context Image\nEditing": [
|
| 901 |
+
{
|
| 902 |
+
"Image Editing with Text and Image Prompt": "Image_Editing_with_Text_and_Image_Prompt"
|
| 903 |
+
},
|
| 904 |
+
{
|
| 905 |
+
"Image Editing with Multi-image Prompt": "Image_Editing_with_Multi-image_Prompt"
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"Image Editing with Text and Multi-image Prompt": "Image_Editing_with_Text_and_Multi-image_Prompt"
|
| 909 |
+
}
|
| 910 |
+
]
|
| 911 |
+
}
|
| 912 |
+
},
|
| 913 |
+
"video": {
|
| 914 |
+
"comprehension": {
|
| 915 |
+
"Video Question Answering": [
|
| 916 |
+
{
|
| 917 |
+
"Agriculture Video Question Answering": "AgricultureVideoQuestionAnswering.zip"
|
| 918 |
+
},
|
| 919 |
+
{
|
| 920 |
+
"Geography Video Question Answering": "GeographyVideoQuestionAnswering.zip"
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"Human Survival Video Question Answering": "HumanSurvivalVideoQuestionAnswering.zip"
|
| 924 |
+
},
|
| 925 |
+
{
|
| 926 |
+
"Military Video Question Answering": "MilitaryVideoQuestionAnswering.zip"
|
| 927 |
+
},
|
| 928 |
+
{
|
| 929 |
+
"Comedy Video Question Answering": "ComedyVideoQuestionAnswering.zip"
|
| 930 |
+
},
|
| 931 |
+
{
|
| 932 |
+
"Movie Video Question Answering": "MovieVideoQuestionAnswering.zip"
|
| 933 |
+
},
|
| 934 |
+
{
|
| 935 |
+
"Science Video Question Answering": "ScienceVideoQuestionAnswering.zip"
|
| 936 |
+
},
|
| 937 |
+
{
|
| 938 |
+
"Sports Video Question Answering": "SportsVideoQuestionAnswering.zip"
|
| 939 |
+
},
|
| 940 |
+
{
|
| 941 |
+
"Pets Video Question Answering": "PetsVideoQuestionAnswering.zip"
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"Gymnastics Video Question Answering": "GymnasticsVideoQuestionAnswering.zip"
|
| 945 |
+
},
|
| 946 |
+
{
|
| 947 |
+
"Ball Game Video Question Answering": "BallGameVideoQuestionAnswering.zip"
|
| 948 |
+
},
|
| 949 |
+
{
|
| 950 |
+
"Object Color Video Question Answering": "ObjectColorVideoQuestionAnswering.zip"
|
| 951 |
+
},
|
| 952 |
+
{
|
| 953 |
+
"Object Motion Video Question Answering": "ObjectMotionVideoQuestionAnswering.zip"
|
| 954 |
+
},
|
| 955 |
+
{
|
| 956 |
+
"Object Location Video Question Answering": "ObjectLocationVideoQuestionAnswering.zip"
|
| 957 |
+
},
|
| 958 |
+
{
|
| 959 |
+
"Object Direction Video Question Answering": "ObjectDirectionVideoQuestionAnswering.zip"
|
| 960 |
+
},
|
| 961 |
+
{
|
| 962 |
+
"Education Video Question Answering": "EducationVideoQuestionAnswering.zip"
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"Human-Object Interaction Video Question Answering": "HumanObjectInteractionVideoQuestionAnswering.zip"
|
| 966 |
+
}
|
| 967 |
+
],
|
| 968 |
+
"Temporal Action Detection": [],
|
| 969 |
+
"Complex-Scene Reasoning Video Object Segmentation": [],
|
| 970 |
+
"Video Grounding": [],
|
| 971 |
+
"Video Depth Estimation": [],
|
| 972 |
+
"Object Matching": [
|
| 973 |
+
{
|
| 974 |
+
"Color Aware Object Matching": "ColorMatch.zip"
|
| 975 |
+
},
|
| 976 |
+
{
|
| 977 |
+
"Shape or Posture Aware Matching": "ShapeMatch.zip"
|
| 978 |
+
},
|
| 979 |
+
{
|
| 980 |
+
"Textual or Logo Markers Aware Object Matching": "LOGOMarkerMatch.zip"
|
| 981 |
+
},
|
| 982 |
+
{
|
| 983 |
+
"Size Aware Object Matching": "SizeMatch.zip"
|
| 984 |
+
},
|
| 985 |
+
{
|
| 986 |
+
"Relative Position Aware Object Matching": "RelationMatch.zip"
|
| 987 |
+
},
|
| 988 |
+
{
|
| 989 |
+
"Orientation and Movement Aware Object Matching": "MotionMatch.zip"
|
| 990 |
+
},
|
| 991 |
+
{
|
| 992 |
+
"Object Markers Aware Object Matching": "ObjectMarkerMatch.zip"
|
| 993 |
+
}
|
| 994 |
+
],
|
| 995 |
+
"Object Tracking": [
|
| 996 |
+
{
|
| 997 |
+
"Ball Tracking": "BallTrack.zip"
|
| 998 |
+
},
|
| 999 |
+
{
|
| 1000 |
+
"Vehicle Tracking": "VehicleTrack.zip"
|
| 1001 |
+
},
|
| 1002 |
+
{
|
| 1003 |
+
"Human Tracking": "HumanTrack.zip"
|
| 1004 |
+
},
|
| 1005 |
+
{
|
| 1006 |
+
"Animal Tracking": "AnimalTrack.zip"
|
| 1007 |
+
},
|
| 1008 |
+
{
|
| 1009 |
+
"General Objects Tracking": "GeneralObjectTrack.zip"
|
| 1010 |
+
},
|
| 1011 |
+
{
|
| 1012 |
+
"Human Part Tracking": "HumanPartTrack.zip"
|
| 1013 |
+
},
|
| 1014 |
+
{
|
| 1015 |
+
"General Objects Part Tracking": "GeneralObjectTrack.zip"
|
| 1016 |
+
}
|
| 1017 |
+
],
|
| 1018 |
+
"Long Video Tracking": [
|
| 1019 |
+
{
|
| 1020 |
+
"Long Video Human Tracking": "LongVideoHumanTrack.zip"
|
| 1021 |
+
},
|
| 1022 |
+
{
|
| 1023 |
+
"Long Video General Object Tracking": "LongVideoGeneralObjectTrack.zip"
|
| 1024 |
+
},
|
| 1025 |
+
{
|
| 1026 |
+
"Long Video Animal Tracking": "LongVideoAnimalTrack.zip"
|
| 1027 |
+
},
|
| 1028 |
+
{
|
| 1029 |
+
"Long Video Vehicle Tracking": "LongVideoVehicleTrack.zip"
|
| 1030 |
+
},
|
| 1031 |
+
{
|
| 1032 |
+
"Long Video Object Tracking in Crowd Sense": "LongVideoCrowdTrack.zip"
|
| 1033 |
+
}
|
| 1034 |
+
],
|
| 1035 |
+
"UAV Object Tracking": [
|
| 1036 |
+
{
|
| 1037 |
+
"UAV Video Human Tracking": "UAVHumanTrack.zip"
|
| 1038 |
+
},
|
| 1039 |
+
{
|
| 1040 |
+
"UAV Video Vehicle Tracking": "UAVVehicleTrack.zip"
|
| 1041 |
+
},
|
| 1042 |
+
{
|
| 1043 |
+
"UAV Video UAV Tracking": "UAVUAVTrack.zip"
|
| 1044 |
+
},
|
| 1045 |
+
{
|
| 1046 |
+
"UAV Video Building Tracking": "UAVBuildingTrack.zip"
|
| 1047 |
+
},
|
| 1048 |
+
{
|
| 1049 |
+
"UAV Video General Object Tracking": "UAVGeneralObjectTrack.zip"
|
| 1050 |
+
}
|
| 1051 |
+
],
|
| 1052 |
+
"Underwater Object Tracking": [
|
| 1053 |
+
{
|
| 1054 |
+
"Underwater Video Object Tracking in Blue Water": "BlueWaterTrack.zip"
|
| 1055 |
+
},
|
| 1056 |
+
{
|
| 1057 |
+
"Underwater Video Object Tracking in Yellow Water": "YellowWaterTrack.zip"
|
| 1058 |
+
},
|
| 1059 |
+
{
|
| 1060 |
+
"Underwater Video Object Tracking in Green Water": "GreenWaterTrack.zip"
|
| 1061 |
+
},
|
| 1062 |
+
{
|
| 1063 |
+
"Underwater Video Object Tracking in White Water": "WhiteWaterTrack.zip"
|
| 1064 |
+
},
|
| 1065 |
+
{
|
| 1066 |
+
"Video Object Tracking in Crowd Sense": "CrowdTrack.zip"
|
| 1067 |
+
}
|
| 1068 |
+
],
|
| 1069 |
+
"Optical Flow": [
|
| 1070 |
+
{
|
| 1071 |
+
"Optical Flow in Simple Synthetic Scene": "SyntheticSceneFlowEstimate.zip"
|
| 1072 |
+
},
|
| 1073 |
+
{
|
| 1074 |
+
"Optical Flow in Complex Scene Estimation": "ComplexSceneFlowEstimate.zip"
|
| 1075 |
+
},
|
| 1076 |
+
{
|
| 1077 |
+
"Panoramic Optical Flow Estimation": "PanoramicFlowEstimate.zip"
|
| 1078 |
+
}
|
| 1079 |
+
],
|
| 1080 |
+
"Video Object Recognition": [
|
| 1081 |
+
{
|
| 1082 |
+
"Pets Video Recognition": "PetsVideoRecognition.zip"
|
| 1083 |
+
},
|
| 1084 |
+
{
|
| 1085 |
+
"Science Video Recognition": "ScienceVideoRecognition.zip"
|
| 1086 |
+
},
|
| 1087 |
+
{
|
| 1088 |
+
"Video Object Counting": "VideoObjectCounting.zip"
|
| 1089 |
+
},
|
| 1090 |
+
{
|
| 1091 |
+
"Natural Disaster Video Recognition": "NaturalDisasterVideoRecognition.zip"
|
| 1092 |
+
},
|
| 1093 |
+
{
|
| 1094 |
+
"Video Object Existence Recognition": "VideoObjectExistenceRecognition.zip"
|
| 1095 |
+
},
|
| 1096 |
+
{
|
| 1097 |
+
"Video Object Interaction Recognition": "VideoObjectInteractionRecognition.zip"
|
| 1098 |
+
},
|
| 1099 |
+
{
|
| 1100 |
+
"TV-Show Recognition": "TVShowRecognition.zip"
|
| 1101 |
+
},
|
| 1102 |
+
{
|
| 1103 |
+
"Video Sports Recognition": "VideoSportsRecognition.zip"
|
| 1104 |
+
},
|
| 1105 |
+
{
|
| 1106 |
+
"Video Animal Recognition": "VideoAnimalRecognition.zip"
|
| 1107 |
+
},
|
| 1108 |
+
{
|
| 1109 |
+
"Video Food Recognition": "VideoFoodRecognition.zip"
|
| 1110 |
+
},
|
| 1111 |
+
{
|
| 1112 |
+
"Art Recognition": "ArtRecognition.zip"
|
| 1113 |
+
},
|
| 1114 |
+
{
|
| 1115 |
+
"Autos and Vehicles Video Captioning": "AutosAndVehiclesVideoCaptioning.zip"
|
| 1116 |
+
},
|
| 1117 |
+
{
|
| 1118 |
+
"Food Video Captioning": "FoodVideoCaptioning.zip"
|
| 1119 |
+
},
|
| 1120 |
+
{
|
| 1121 |
+
"Video Salient Object Detection": "VideoSalientObjectDetection.zip"
|
| 1122 |
+
},
|
| 1123 |
+
{
|
| 1124 |
+
"Human Video Salient Detection": "HumanVideoSalientDetection.zip"
|
| 1125 |
+
},
|
| 1126 |
+
{
|
| 1127 |
+
"Aquatic Video Camouflaged Object Detection": "AquaticVideoCamouflagedObjectDetection.zip"
|
| 1128 |
+
},
|
| 1129 |
+
{
|
| 1130 |
+
"Terrestrial Video Camouflaged Object Detection": "TerrestrialVideoCamouflagedObjectDetection.zip"
|
| 1131 |
+
}
|
| 1132 |
+
],
|
| 1133 |
+
"Video Event Recognition": [
|
| 1134 |
+
{
|
| 1135 |
+
"News and Documentary Video Captioning": "NewsAndDocumentaryVideoCaptioning.zip"
|
| 1136 |
+
}
|
| 1137 |
+
],
|
| 1138 |
+
"Video Action Recognition": [
|
| 1139 |
+
{
|
| 1140 |
+
"Human-Object Interaction Video Captioning": "HumanObjectInteractionVideoCaptioning.zip"
|
| 1141 |
+
},
|
| 1142 |
+
{
|
| 1143 |
+
"Human-Human Interaction Video Captioning": "HumanHumanInteractionVideoCaptioning.zip"
|
| 1144 |
+
},
|
| 1145 |
+
{
|
| 1146 |
+
"BodyMotion Video Captioning": "BodyMotionVideoCaptioning.zip"
|
| 1147 |
+
},
|
| 1148 |
+
{
|
| 1149 |
+
"Musical Instruments Video Captioning": "MusicalInstrumentsVideoCaptioning.zip"
|
| 1150 |
+
},
|
| 1151 |
+
{
|
| 1152 |
+
"Sports and Exercise Video Captioning": "SportsAndExcerciseVideoCaptioning.zip"
|
| 1153 |
+
},
|
| 1154 |
+
{
|
| 1155 |
+
"Facial Action Video Captioning": "FacialActionVideoCaptioning.zip"
|
| 1156 |
+
},
|
| 1157 |
+
{
|
| 1158 |
+
"Facial-Object Operations Video Captioning": "FacialObjectOperationsVideoCaptioning.zip"
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"Arts and Crafts Video Captioning": "ArtsAndCraftsVideoCaptioning.zip"
|
| 1162 |
+
},
|
| 1163 |
+
{
|
| 1164 |
+
"Personal Care Video Captioning": "PersonalCareVideoCaptioning.zip"
|
| 1165 |
+
},
|
| 1166 |
+
{
|
| 1167 |
+
"DailyLife and Skills Video Captioning": "DailyLifeAndSkillsVideoCaptioning.zip"
|
| 1168 |
+
},
|
| 1169 |
+
{
|
| 1170 |
+
"Entertainment-related Video Captioning": "EntertainmentRelatedVideoCaptioning.zip"
|
| 1171 |
+
},
|
| 1172 |
+
{
|
| 1173 |
+
"Sign Language Video Recognition": "SignLanguageVideoRecognition.zip"
|
| 1174 |
+
},
|
| 1175 |
+
{
|
| 1176 |
+
"Video Action Sequence Understanding": "VideoActionSequenceUnderstanding.zip"
|
| 1177 |
+
},
|
| 1178 |
+
{
|
| 1179 |
+
"Video Action Sequence Prediction": "VideoActionSequencePrediction.zip"
|
| 1180 |
+
},
|
| 1181 |
+
{
|
| 1182 |
+
"Video Action Counting": "VideoActionCounting.zip"
|
| 1183 |
+
},
|
| 1184 |
+
{
|
| 1185 |
+
"Video Action Ordering": "VideoActionOrdering.zip"
|
| 1186 |
+
}
|
| 1187 |
+
],
|
| 1188 |
+
"Video Understanding": [
|
| 1189 |
+
{
|
| 1190 |
+
"Ball Sports Video Captioning": "BallSportsVideoCaptioning.zip"
|
| 1191 |
+
},
|
| 1192 |
+
{
|
| 1193 |
+
"Science and Technology Video Captioning": "ScienceAndTechnologyVideoCaptioning.zip"
|
| 1194 |
+
},
|
| 1195 |
+
{
|
| 1196 |
+
"Music Video Question Answering": "MusicVideoQuestionAnswering.zip"
|
| 1197 |
+
},
|
| 1198 |
+
{
|
| 1199 |
+
"Game Video Question Answering": "GameVideoQuestionAnswering.zip"
|
| 1200 |
+
},
|
| 1201 |
+
{
|
| 1202 |
+
"Movie and Show Video Captioning": "MovieAndShowVideoCaptioning.zip"
|
| 1203 |
+
},
|
| 1204 |
+
{
|
| 1205 |
+
"Finance Video Captioning": "FinanceVideoCaptioning.zip"
|
| 1206 |
+
},
|
| 1207 |
+
{
|
| 1208 |
+
"History and Literature Video Captioning": "HistoryAndLiteratureVideoCaptioning.zip"
|
| 1209 |
+
},
|
| 1210 |
+
{
|
| 1211 |
+
"Business Video Captioning": "BusinessVideoCaptioning.zip"
|
| 1212 |
+
},
|
| 1213 |
+
{
|
| 1214 |
+
"Humor Video Captioning": "HumorVideoCaptioning.zip"
|
| 1215 |
+
}
|
| 1216 |
+
],
|
| 1217 |
+
"In-the-Wild Video Object Segmentation": [],
|
| 1218 |
+
"General Video Object Segmentation": [],
|
| 1219 |
+
"Street-Scene Video Object Segmentation": [],
|
| 1220 |
+
"Referring Video Object Segmentation": [],
|
| 1221 |
+
"Reasoning Video Object Segmentation": []
|
| 1222 |
+
},
|
| 1223 |
+
"generation": {
|
| 1224 |
+
"Text-to-Video Generation": [
|
| 1225 |
+
{
|
| 1226 |
+
"Subject-Driven Text to Video Generation": "SubjectConsistencyT2V.zip"
|
| 1227 |
+
},
|
| 1228 |
+
{
|
| 1229 |
+
"Background-Consistency Text to Video Geneation": "BackgroundConsistencyT2V.zip"
|
| 1230 |
+
},
|
| 1231 |
+
{
|
| 1232 |
+
"Static Video Generation": "StaticT2V.zip"
|
| 1233 |
+
},
|
| 1234 |
+
{
|
| 1235 |
+
"Dynamic Video Generation": "DynamicT2V.zip"
|
| 1236 |
+
},
|
| 1237 |
+
{
|
| 1238 |
+
"Artistic Content Text to Video Generation": "ArtisticT2V.zip"
|
| 1239 |
+
},
|
| 1240 |
+
{
|
| 1241 |
+
"Scene Text to Video Generation": "SceneT2V.zip"
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"Class-Conditioned Text to Video Generation": "ClassConditionedT2V.zip"
|
| 1245 |
+
},
|
| 1246 |
+
{
|
| 1247 |
+
"Multi-Class-Conditioned Text to Video Generation": "MultiClassConditionedT2V.zip"
|
| 1248 |
+
},
|
| 1249 |
+
{
|
| 1250 |
+
"Stylized Video Generation-Single Reference": "StylizedVideoGenerationSingleReference.zip"
|
| 1251 |
+
},
|
| 1252 |
+
{
|
| 1253 |
+
"Stylized Video Generation-Multiple Reference": "StylizedVideoGenerationMultipleReference.zip"
|
| 1254 |
+
},
|
| 1255 |
+
{
|
| 1256 |
+
"Spatial Relation Video Generation": "SpatialRelationT2V.zip"
|
| 1257 |
+
},
|
| 1258 |
+
{
|
| 1259 |
+
"Camera Motion Video Generation": "CameraMotionT2V.zip"
|
| 1260 |
+
},
|
| 1261 |
+
{
|
| 1262 |
+
"Terrestrial Animal Video Generation": "TerrestrialAnimalT2V.zip"
|
| 1263 |
+
}
|
| 1264 |
+
],
|
| 1265 |
+
"Conditional Video Generation": [
|
| 1266 |
+
{
|
| 1267 |
+
"Style-Specific Text to Video Generation": "StyleT2V.zip"
|
| 1268 |
+
},
|
| 1269 |
+
{
|
| 1270 |
+
"Color-Specific Text to Video Generation": "ColorT2V.zip"
|
| 1271 |
+
},
|
| 1272 |
+
{
|
| 1273 |
+
"Material-Specific Text to Video Generation": "MaterialT2V.zip"
|
| 1274 |
+
}
|
| 1275 |
+
],
|
| 1276 |
+
"Video Action Generation": [
|
| 1277 |
+
{
|
| 1278 |
+
"Action-Specific Text to Video Generation": "ActionT2V.zip"
|
| 1279 |
+
},
|
| 1280 |
+
{
|
| 1281 |
+
"Human Video Generation": "HumanT2V.zip"
|
| 1282 |
+
},
|
| 1283 |
+
{
|
| 1284 |
+
"Athletics Video Generation": "AthleticsT2V.zip"
|
| 1285 |
+
},
|
| 1286 |
+
{
|
| 1287 |
+
"Concert Video Generation": "ConcertT2V.zip"
|
| 1288 |
+
},
|
| 1289 |
+
{
|
| 1290 |
+
"Water Sports Video Generation": "WaterSportsT2V.zip"
|
| 1291 |
+
}
|
| 1292 |
+
],
|
| 1293 |
+
"Image-to-Video Generation": [
|
| 1294 |
+
{
|
| 1295 |
+
"Plant Image to Video Generation": "PlantI2V.zip"
|
| 1296 |
+
},
|
| 1297 |
+
{
|
| 1298 |
+
"Human Image to Video Generation": "HumanI2V.zip"
|
| 1299 |
+
},
|
| 1300 |
+
{
|
| 1301 |
+
"Wild Animal Image to Video Generation": "WildAnimalI2V.zip"
|
| 1302 |
+
},
|
| 1303 |
+
{
|
| 1304 |
+
"Architecture Image to Video Generation": "ArchitectureI2V.zip"
|
| 1305 |
+
},
|
| 1306 |
+
{
|
| 1307 |
+
"Food Image to Video Generation": "FoodI2V.zip"
|
| 1308 |
+
},
|
| 1309 |
+
{
|
| 1310 |
+
"Pet Image to Video Generation": "PetI2V.zip"
|
| 1311 |
+
},
|
| 1312 |
+
{
|
| 1313 |
+
"Scene Image to Video Generation": "SceneI2V.zip"
|
| 1314 |
+
},
|
| 1315 |
+
{
|
| 1316 |
+
"Vehicle Image to Video Generation": "VehicleI2V.zip"
|
| 1317 |
+
},
|
| 1318 |
+
{
|
| 1319 |
+
"Furniture Image to Video Generation": "FurnitureI2V.zip"
|
| 1320 |
+
},
|
| 1321 |
+
{
|
| 1322 |
+
"Cloth Image to Video Generation": "ClothI2V.zip"
|
| 1323 |
+
},
|
| 1324 |
+
{
|
| 1325 |
+
"Weather Image to Video Generation": "WeatherI2V.zip"
|
| 1326 |
+
}
|
| 1327 |
+
],
|
| 1328 |
+
"Video Enhancement": [
|
| 1329 |
+
{
|
| 1330 |
+
"Video Object Demoireing": "VideoObjectDemoireing.zip"
|
| 1331 |
+
},
|
| 1332 |
+
{
|
| 1333 |
+
"Video Denoising": "VideoDenoising.zip"
|
| 1334 |
+
},
|
| 1335 |
+
{
|
| 1336 |
+
"Video Frame Interpolation": "VideoFrameInterpolation.zip"
|
| 1337 |
+
},
|
| 1338 |
+
{
|
| 1339 |
+
"Video Colorization": "VideoColorization.zip"
|
| 1340 |
+
},
|
| 1341 |
+
{
|
| 1342 |
+
"Video Dehazing": "VideoDehazing.zip"
|
| 1343 |
+
},
|
| 1344 |
+
{
|
| 1345 |
+
"Video Desnowing": "VideoDesnowing.zip"
|
| 1346 |
+
},
|
| 1347 |
+
{
|
| 1348 |
+
"Video Deraining": "VideoDeraining.zip"
|
| 1349 |
+
},
|
| 1350 |
+
{
|
| 1351 |
+
"Road Scene Video Superresolution": "RoadSceneVideoSuperresolution.zip"
|
| 1352 |
+
},
|
| 1353 |
+
{
|
| 1354 |
+
"Real World Video Superresolution": "RealWorldVideoSuperresolution.zip"
|
| 1355 |
+
}
|
| 1356 |
+
],
|
| 1357 |
+
"Video Editing": [
|
| 1358 |
+
{
|
| 1359 |
+
"Video Animal Inpainting": "VideoAnimalInpainting.zip"
|
| 1360 |
+
},
|
| 1361 |
+
{
|
| 1362 |
+
"Video Non-Animal Inpainting": "VideoNonAnimalInpainting.zip"
|
| 1363 |
+
},
|
| 1364 |
+
{
|
| 1365 |
+
"Video Deblurring": "VideoDeblurring.zip"
|
| 1366 |
+
},
|
| 1367 |
+
{
|
| 1368 |
+
"Video Translation": "Video Translation.zip"
|
| 1369 |
+
},
|
| 1370 |
+
{
|
| 1371 |
+
"Portrait Video Style Transfer": "PortraitVideoStyleTransfer.zip"
|
| 1372 |
+
}
|
| 1373 |
+
]
|
| 1374 |
+
}
|
| 1375 |
+
}
|
| 1376 |
+
}
|
Scope-B/video.json
ADDED
|
@@ -0,0 +1,463 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"comprehension": {
|
| 3 |
+
"Video Question Answering": [
|
| 4 |
+
{
|
| 5 |
+
"Agriculture Video Question Answering": "AgricultureVideoQuestionAnswering.zip"
|
| 6 |
+
},
|
| 7 |
+
{
|
| 8 |
+
"Geography Video Question Answering": "GeographyVideoQuestionAnswering.zip"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"Human Survival Video Question Answering": "HumanSurvivalVideoQuestionAnswering.zip"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"Military Video Question Answering": "MilitaryVideoQuestionAnswering.zip"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"Comedy Video Question Answering": "ComedyVideoQuestionAnswering.zip"
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"Movie Video Question Answering": "MovieVideoQuestionAnswering.zip"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"Science Video Question Answering": "ScienceVideoQuestionAnswering.zip"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"Sports Video Question Answering": "SportsVideoQuestionAnswering.zip"
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"Pets Video Question Answering": "PetsVideoQuestionAnswering.zip"
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"Gymnastics Video Question Answering": "GymnasticsVideoQuestionAnswering.zip"
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"Ball Game Video Question Answering": "BallGameVideoQuestionAnswering.zip"
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"Object Color Video Question Answering": "ObjectColorVideoQuestionAnswering.zip"
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"Object Motion Video Question Answering": "ObjectMotionVideoQuestionAnswering.zip"
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"Object Location Video Question Answering": "ObjectLocationVideoQuestionAnswering.zip"
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"Object Direction Video Question Answering": "ObjectDirectionVideoQuestionAnswering.zip"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"Education Video Question Answering": "EducationVideoQuestionAnswering.zip"
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"Human-Object Interaction Video Question Answering": "HumanObjectInteractionVideoQuestionAnswering.zip"
|
| 54 |
+
}
|
| 55 |
+
],
|
| 56 |
+
"Temporal Action Detection": [],
|
| 57 |
+
"Complex-Scene Reasoning Video Object Segmentation": [],
|
| 58 |
+
"Video Grounding": [],
|
| 59 |
+
"Video Depth Estimation": [],
|
| 60 |
+
"Object Matching": [
|
| 61 |
+
{
|
| 62 |
+
"Color Aware Object Matching": "ColorMatch.zip"
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"Shape or Posture Aware Matching": "ShapeMatch.zip"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"Textual or Logo Markers Aware Object Matching": "LOGOMarkerMatch.zip"
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"Size Aware Object Matching": "SizeMatch.zip"
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"Relative Position Aware Object Matching": "RelationMatch.zip"
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"Orientation and Movement Aware Object Matching": "MotionMatch.zip"
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"Object Markers Aware Object Matching": "ObjectMarkerMatch.zip"
|
| 81 |
+
}
|
| 82 |
+
],
|
| 83 |
+
"Object Tracking": [
|
| 84 |
+
{
|
| 85 |
+
"Ball Tracking": "BallTrack.zip"
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"Vehicle Tracking": "VehicleTrack.zip"
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"Human Tracking": "HumanTrack.zip"
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"Animal Tracking": "AnimalTrack.zip"
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"General Objects Tracking": "GeneralObjectTrack.zip"
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"Human Part Tracking": "HumanPartTrack.zip"
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"General Objects Part Tracking": "GeneralObjectTrack.zip"
|
| 104 |
+
}
|
| 105 |
+
],
|
| 106 |
+
"Long Video Tracking": [
|
| 107 |
+
{
|
| 108 |
+
"Long Video Human Tracking": "LongVideoHumanTrack.zip"
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"Long Video General Object Tracking": "LongVideoGeneralObjectTrack.zip"
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"Long Video Animal Tracking": "LongVideoAnimalTrack.zip"
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"Long Video Vehicle Tracking": "LongVideoVehicleTrack.zip"
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"Long Video Object Tracking in Crowd Sense": "LongVideoCrowdTrack.zip"
|
| 121 |
+
}
|
| 122 |
+
],
|
| 123 |
+
"UAV Object Tracking": [
|
| 124 |
+
{
|
| 125 |
+
"UAV Video Human Tracking": "UAVHumanTrack.zip"
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"UAV Video Vehicle Tracking": "UAVVehicleTrack.zip"
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"UAV Video UAV Tracking": "UAVUAVTrack.zip"
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"UAV Video Building Tracking": "UAVBuildingTrack.zip"
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"UAV Video General Object Tracking": "UAVGeneralObjectTrack.zip"
|
| 138 |
+
}
|
| 139 |
+
],
|
| 140 |
+
"Underwater Object Tracking": [
|
| 141 |
+
{
|
| 142 |
+
"Underwater Video Object Tracking in Blue Water": "BlueWaterTrack.zip"
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"Underwater Video Object Tracking in Yellow Water": "YellowWaterTrack.zip"
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"Underwater Video Object Tracking in Green Water": "GreenWaterTrack.zip"
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"Underwater Video Object Tracking in White Water": "WhiteWaterTrack.zip"
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"Video Object Tracking in Crowd Sense": "CrowdTrack.zip"
|
| 155 |
+
}
|
| 156 |
+
],
|
| 157 |
+
"Optical Flow": [
|
| 158 |
+
{
|
| 159 |
+
"Optical Flow in Simple Synthetic Scene": "SyntheticSceneFlowEstimate.zip"
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"Optical Flow in Complex Scene Estimation": "ComplexSceneFlowEstimate.zip"
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"Panoramic Optical Flow Estimation": "PanoramicFlowEstimate.zip"
|
| 166 |
+
}
|
| 167 |
+
],
|
| 168 |
+
"Video Object Recognition": [
|
| 169 |
+
{
|
| 170 |
+
"Pets Video Recognition": "PetsVideoRecognition.zip"
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"Science Video Recognition": "ScienceVideoRecognition.zip"
|
| 174 |
+
},
|
| 175 |
+
{
|
| 176 |
+
"Video Object Counting": "VideoObjectCounting.zip"
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"Natural Disaster Video Recognition": "NaturalDisasterVideoRecognition.zip"
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"Video Object Existence Recognition": "VideoObjectExistenceRecognition.zip"
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"Video Object Interaction Recognition": "VideoObjectInteractionRecognition.zip"
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"TV-Show Recognition": "TVShowRecognition.zip"
|
| 189 |
+
},
|
| 190 |
+
{
|
| 191 |
+
"Video Sports Recognition": "VideoSportsRecognition.zip"
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"Video Animal Recognition": "VideoAnimalRecognition.zip"
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"Video Food Recognition": "VideoFoodRecognition.zip"
|
| 198 |
+
},
|
| 199 |
+
{
|
| 200 |
+
"Art Recognition": "ArtRecognition.zip"
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"Autos and Vehicles Video Captioning": "AutosAndVehiclesVideoCaptioning.zip"
|
| 204 |
+
},
|
| 205 |
+
{
|
| 206 |
+
"Food Video Captioning": "FoodVideoCaptioning.zip"
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"Video Salient Object Detection": "VideoSalientObjectDetection.zip"
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"Human Video Salient Detection": "HumanVideoSalientDetection.zip"
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"Aquatic Video Camouflaged Object Detection": "AquaticVideoCamouflagedObjectDetection.zip"
|
| 216 |
+
},
|
| 217 |
+
{
|
| 218 |
+
"Terrestrial Video Camouflaged Object Detection": "TerrestrialVideoCamouflagedObjectDetection.zip"
|
| 219 |
+
}
|
| 220 |
+
],
|
| 221 |
+
"Video Event Recognition": [
|
| 222 |
+
{
|
| 223 |
+
"News and Documentary Video Captioning": "NewsAndDocumentaryVideoCaptioning.zip"
|
| 224 |
+
}
|
| 225 |
+
],
|
| 226 |
+
"Video Action Recognition": [
|
| 227 |
+
{
|
| 228 |
+
"Human-Object Interaction Video Captioning": "HumanObjectInteractionVideoCaptioning.zip"
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"Human-Human Interaction Video Captioning": "HumanHumanInteractionVideoCaptioning.zip"
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"BodyMotion Video Captioning": "BodyMotionVideoCaptioning.zip"
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"Musical Instruments Video Captioning": "MusicalInstrumentsVideoCaptioning.zip"
|
| 238 |
+
},
|
| 239 |
+
{
|
| 240 |
+
"Sports and Exercise Video Captioning": "SportsAndExcerciseVideoCaptioning.zip"
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"Facial Action Video Captioning": "FacialActionVideoCaptioning.zip"
|
| 244 |
+
},
|
| 245 |
+
{
|
| 246 |
+
"Facial-Object Operations Video Captioning": "FacialObjectOperationsVideoCaptioning.zip"
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"Arts and Crafts Video Captioning": "ArtsAndCraftsVideoCaptioning.zip"
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"Personal Care Video Captioning": "PersonalCareVideoCaptioning.zip"
|
| 253 |
+
},
|
| 254 |
+
{
|
| 255 |
+
"DailyLife and Skills Video Captioning": "DailyLifeAndSkillsVideoCaptioning.zip"
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"Entertainment-related Video Captioning": "EntertainmentRelatedVideoCaptioning.zip"
|
| 259 |
+
},
|
| 260 |
+
{
|
| 261 |
+
"Sign Language Video Recognition": "SignLanguageVideoRecognition.zip"
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"Video Action Sequence Understanding": "VideoActionSequenceUnderstanding.zip"
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"Video Action Sequence Prediction": "VideoActionSequencePrediction.zip"
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"Video Action Counting": "VideoActionCounting.zip"
|
| 271 |
+
},
|
| 272 |
+
{
|
| 273 |
+
"Video Action Ordering": "VideoActionOrdering.zip"
|
| 274 |
+
}
|
| 275 |
+
],
|
| 276 |
+
"Video Understanding": [
|
| 277 |
+
{
|
| 278 |
+
"Ball Sports Video Captioning": "BallSportsVideoCaptioning.zip"
|
| 279 |
+
},
|
| 280 |
+
{
|
| 281 |
+
"Science and Technology Video Captioning": "ScienceAndTechnologyVideoCaptioning.zip"
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"Music Video Question Answering": "MusicVideoQuestionAnswering.zip"
|
| 285 |
+
},
|
| 286 |
+
{
|
| 287 |
+
"Game Video Question Answering": "GameVideoQuestionAnswering.zip"
|
| 288 |
+
},
|
| 289 |
+
{
|
| 290 |
+
"Movie and Show Video Captioning": "MovieAndShowVideoCaptioning.zip"
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"Finance Video Captioning": "FinanceVideoCaptioning.zip"
|
| 294 |
+
},
|
| 295 |
+
{
|
| 296 |
+
"History and Literature Video Captioning": "HistoryAndLiteratureVideoCaptioning.zip"
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"Business Video Captioning": "BusinessVideoCaptioning.zip"
|
| 300 |
+
},
|
| 301 |
+
{
|
| 302 |
+
"Humor Video Captioning": "HumorVideoCaptioning.zip"
|
| 303 |
+
}
|
| 304 |
+
],
|
| 305 |
+
"In-the-Wild Video Object Segmentation": [],
|
| 306 |
+
"General Video Object Segmentation": [],
|
| 307 |
+
"Street-Scene Video Object Segmentation": [],
|
| 308 |
+
"Referring Video Object Segmentation": [],
|
| 309 |
+
"Reasoning Video Object Segmentation": []
|
| 310 |
+
},
|
| 311 |
+
"generation": {
|
| 312 |
+
"Text-to-Video Generation": [
|
| 313 |
+
{
|
| 314 |
+
"Subject-Driven Text to Video Generation": "SubjectConsistencyT2V.zip"
|
| 315 |
+
},
|
| 316 |
+
{
|
| 317 |
+
"Background-Consistency Text to Video Geneation": "BackgroundConsistencyT2V.zip"
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"Static Video Generation": "StaticT2V.zip"
|
| 321 |
+
},
|
| 322 |
+
{
|
| 323 |
+
"Dynamic Video Generation": "DynamicT2V.zip"
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"Artistic Content Text to Video Generation": "ArtisticT2V.zip"
|
| 327 |
+
},
|
| 328 |
+
{
|
| 329 |
+
"Scene Text to Video Generation": "SceneT2V.zip"
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"Class-Conditioned Text to Video Generation": "ClassConditionedT2V.zip"
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"Multi-Class-Conditioned Text to Video Generation": "MultiClassConditionedT2V.zip"
|
| 336 |
+
},
|
| 337 |
+
{
|
| 338 |
+
"Stylized Video Generation-Single Reference": "StylizedVideoGenerationSingleReference.zip"
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"Stylized Video Generation-Multiple Reference": "StylizedVideoGenerationMultipleReference.zip"
|
| 342 |
+
},
|
| 343 |
+
{
|
| 344 |
+
"Spatial Relation Video Generation": "SpatialRelationT2V.zip"
|
| 345 |
+
},
|
| 346 |
+
{
|
| 347 |
+
"Camera Motion Video Generation": "CameraMotionT2V.zip"
|
| 348 |
+
},
|
| 349 |
+
{
|
| 350 |
+
"Terrestrial Animal Video Generation": "TerrestrialAnimalT2V.zip"
|
| 351 |
+
}
|
| 352 |
+
],
|
| 353 |
+
"Conditional Video Generation": [
|
| 354 |
+
{
|
| 355 |
+
"Style-Specific Text to Video Generation": "StyleT2V.zip"
|
| 356 |
+
},
|
| 357 |
+
{
|
| 358 |
+
"Color-Specific Text to Video Generation": "ColorT2V.zip"
|
| 359 |
+
},
|
| 360 |
+
{
|
| 361 |
+
"Material-Specific Text to Video Generation": "MaterialT2V.zip"
|
| 362 |
+
}
|
| 363 |
+
],
|
| 364 |
+
"Video Action Generation": [
|
| 365 |
+
{
|
| 366 |
+
"Action-Specific Text to Video Generation": "ActionT2V.zip"
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"Human Video Generation": "HumanT2V.zip"
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"Athletics Video Generation": "AthleticsT2V.zip"
|
| 373 |
+
},
|
| 374 |
+
{
|
| 375 |
+
"Concert Video Generation": "ConcertT2V.zip"
|
| 376 |
+
},
|
| 377 |
+
{
|
| 378 |
+
"Water Sports Video Generation": "WaterSportsT2V.zip"
|
| 379 |
+
}
|
| 380 |
+
],
|
| 381 |
+
"Image-to-Video Generation": [
|
| 382 |
+
{
|
| 383 |
+
"Plant Image to Video Generation": "PlantI2V.zip"
|
| 384 |
+
},
|
| 385 |
+
{
|
| 386 |
+
"Human Image to Video Generation": "HumanI2V.zip"
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"Wild Animal Image to Video Generation": "WildAnimalI2V.zip"
|
| 390 |
+
},
|
| 391 |
+
{
|
| 392 |
+
"Architecture Image to Video Generation": "ArchitectureI2V.zip"
|
| 393 |
+
},
|
| 394 |
+
{
|
| 395 |
+
"Food Image to Video Generation": "FoodI2V.zip"
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"Pet Image to Video Generation": "PetI2V.zip"
|
| 399 |
+
},
|
| 400 |
+
{
|
| 401 |
+
"Scene Image to Video Generation": "SceneI2V.zip"
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"Vehicle Image to Video Generation": "VehicleI2V.zip"
|
| 405 |
+
},
|
| 406 |
+
{
|
| 407 |
+
"Furniture Image to Video Generation": "FurnitureI2V.zip"
|
| 408 |
+
},
|
| 409 |
+
{
|
| 410 |
+
"Cloth Image to Video Generation": "ClothI2V.zip"
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"Weather Image to Video Generation": "WeatherI2V.zip"
|
| 414 |
+
}
|
| 415 |
+
],
|
| 416 |
+
"Video Enhancement": [
|
| 417 |
+
{
|
| 418 |
+
"Video Object Demoireing": "VideoObjectDemoireing.zip"
|
| 419 |
+
},
|
| 420 |
+
{
|
| 421 |
+
"Video Denoising": "VideoDenoising.zip"
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"Video Frame Interpolation": "VideoFrameInterpolation.zip"
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"Video Colorization": "VideoColorization.zip"
|
| 428 |
+
},
|
| 429 |
+
{
|
| 430 |
+
"Video Dehazing": "VideoDehazing.zip"
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"Video Desnowing": "VideoDesnowing.zip"
|
| 434 |
+
},
|
| 435 |
+
{
|
| 436 |
+
"Video Deraining": "VideoDeraining.zip"
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"Road Scene Video Superresolution": "RoadSceneVideoSuperresolution.zip"
|
| 440 |
+
},
|
| 441 |
+
{
|
| 442 |
+
"Real World Video Superresolution": "RealWorldVideoSuperresolution.zip"
|
| 443 |
+
}
|
| 444 |
+
],
|
| 445 |
+
"Video Editing": [
|
| 446 |
+
{
|
| 447 |
+
"Video Animal Inpainting": "VideoAnimalInpainting.zip"
|
| 448 |
+
},
|
| 449 |
+
{
|
| 450 |
+
"Video Non-Animal Inpainting": "VideoNonAnimalInpainting.zip"
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"Video Deblurring": "VideoDeblurring.zip"
|
| 454 |
+
},
|
| 455 |
+
{
|
| 456 |
+
"Video Translation": "Video Translation.zip"
|
| 457 |
+
},
|
| 458 |
+
{
|
| 459 |
+
"Portrait Video Style Transfer": "PortraitVideoStyleTransfer.zip"
|
| 460 |
+
}
|
| 461 |
+
]
|
| 462 |
+
}
|
| 463 |
+
}
|