File size: 13,260 Bytes
f30a36e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
{
  "Algorithms and Learning Methods": {
    "Supervised Learning": [
      "Classification",
      "Regression",
      "Structured Prediction",
      "Ranking and Preference Learning"
    ],
    "Unsupervised Learning": [
      "Clustering",
      "Density Estimation",
      "Unsupervised Representation Learning"
    ],
    "Semi-Supervised and Self-Supervised Learning": [
      "Semi-Supervised Learning",
      "Self-Supervised Learning"
    ],
    "Reinforcement Learning and Planning": [
      "Reinforcement Learning",
      "Reinforcement Learning with Human Feedback (RLHF)",
      "Markov Decision Processes",
      "Model-Based RL",
      "Multi-Agent RL",
      "Hierarchical RL",
      "Exploration",
      "Decision and Control",
      "Planning",
      "Planning Algorithms",
      "Navigation"
    ],
    "Transfer and Adaptation": [
      "Transfer Learning",
      "Meta-Learning",
      "Multitask Learning",
      "Lifelong Learning",
      "Continual Learning",
      "Few-Shot Learning",
      "Domain Adaptation",
      "Model Mixing Methods"
    ],
    "Representation Learning": [
      "Representation Learning",
      "Embedding Approaches",
      "Metric Learning",
      "Similarity and Distance Learning",
      "Nonlinear Dimensionality Reduction and Manifold Learning",
      "Components Analysis (CCA, ICA, LDA, PCA)",
      "Sparse Coding and Dimensionality Expansion",
      "Sparsity and Compressed Sensing"
    ],
    "Model Alignment and Adaptation": [
      "Fine-Tuning",
      "Instruction-Tuning",
      "Prompt Tuning",
      "In-Context Learning",
      "Value Alignment and Human Feedback",
      "Alignment Methods"
    ],
    "Adversarial and Robust Learning": [
      "Adversarial Learning",
      "AI Red Teaming and Adversarial Testing",
      "Adversarial Attacks and Defenses",
      "Threat Models and Mitigations"
    ],
    "Active and Interactive Learning": [
      "Active Learning",
      "Online Learning",
      "Interactive Learning",
      "Bandit Algorithms",
      "Dialog- or Communication-Based Learning"
    ],
    "Ensemble and Boosting Methods": [
      "Boosting and Ensemble Methods"
    ],
    "Specialized Learning Paradigms": [
      "AutoML",
      "Multimodal Learning",
      "Relational Learning",
      "Collaborative Filtering",
      "Adaptive Data Analysis",
      "Communication- or Memory-Bounded Learning",
      "Large Scale Learning",
      "Program Induction",
      "Learning and Unlearning"
    ],
    "Data Handling": [
      "Missing Data",
      "Data Compression",
      "Model Selection and Structure Learning"
    ]
  },
  "Deep Learning": {
    "Architectures": [
      "CNN Architectures",
      "Recurrent Networks",
      "Attention Models",
      "Transformer Architectures",
      "Memory-Augmented Neural Networks",
      "Interaction-Based Deep Networks",
      "Biologically Plausible Deep Networks"
    ],
    "Model Types": [
      "Deep Autoencoders",
      "Adversarial Networks",
      "Generative Models",
      "Predictive Models",
      "Supervised Deep Networks"
    ],
    "Training and Optimization": [
      "Efficient Training Methods",
      "Distributed Training and Inference",
      "Training Dynamics",
      "Optimization Instability",
      "Efficient Inference Methods",
      "Optimization for Deep Networks"
    ],
    "Model Efficiency": [
      "Model Distillation",
      "Model Compression",
      "Quantization",
      "Sample Efficient Methods",
      "Memory Efficient Methods"
    ],
    "Inference and Decoding": [
      "Decoding Algorithms",
      "Reasoning Algorithms",
      "Search Algorithms"
    ],
    "Analysis and Interpretation": [
      "Analysis and Understanding of Deep Networks",
      "Visualization or Exposition Techniques for Deep Networks",
      "Interpretability and Explainability",
      "Demystification",
      "Scaling Laws",
      "Emergent Capabilities",
      "Grokking"
    ]
  },
  "Probabilistic Methods": {
    "Bayesian Methods": [
      "Bayesian Theory",
      "Bayesian Nonparametrics",
      "Gaussian Processes"
    ],
    "Inference": [
      "Variational Inference",
      "MCMC",
      "Belief Propagation",
      "Distributed Inference",
      "Uncertainty Estimation"
    ],
    "Models": [
      "Graphical Models",
      "Hierarchical Models",
      "Latent Variable Models",
      "Topic Models",
      "Causal Inference",
      "Causal Reasoning"
    ],
    "Probabilistic Programming": [
      "Probabilistic Programming"
    ]
  },
  "Optimization": {
    "Continuous Optimization": [
      "Convex Optimization",
      "Non-Convex Optimization",
      "Stochastic Optimization",
      "Stochastic Methods"
    ],
    "Discrete Optimization": [
      "Discrete Optimization",
      "Submodular Optimization"
    ],
    "Evolutionary Methods": [
      "Evolutionary Computation"
    ]
  },
  "Theory": {
    "Learning Theory": [
      "Computational Learning Theory",
      "Statistical Learning Theory",
      "Models of Learning and Generalization",
      "Hardness of Learning and Approximations",
      "Regularization",
      "Fundamental Limitations of Learning",
      "Complexity of Learning Systems"
    ],
    "Statistical Theory": [
      "Frequentist Statistics",
      "High-Dimensional Inference",
      "Large Deviations and Asymptotic Analysis"
    ],
    "Mathematical Foundations": [
      "Information Theory",
      "Control Theory",
      "Game Theory and Computational Economics",
      "Statistical Physics of Learning",
      "Spaces of Functions and Kernels",
      "Spectral Methods",
      "Kernel Methods",
      "Large Margin Methods"
    ],
    "Algorithmic Theory": [
      "Data-driven Algorithm Design"
    ]
  },
  "Knowledge and Reasoning": {
    "Knowledge Representation": [
      "Knowledge Models",
      "World Models",
      "Factuality"
    ],
    "Reasoning": [
      "Commonsense Reasoning",
      "Theory of Mind",
      "Social Norms Understanding",
      "Pragmatics"
    ],
    "Knowledge Integration": [
      "Retrieval-Augmented Models",
      "Tool Use and API Integration",
      "Neurosymbolic and Hybrid AI Systems (Physics-Informed, Logic, Formal Reasoning)"
    ]
  },
  "Evaluation and Benchmarking": {
    "Evaluation Methods": [
      "Benchmarks",
      "Evaluation Protocols and Metrics",
      "Human Evaluation",
      "Machine Evaluation",
      "Scalable Oversight"
    ],
    "Simulation and Testing": [
      "Simulation Environments",
      "Assurance Testing and Deployment Policies"
    ]
  },
  "Applications": {
    "Vision": [
      "Computer Vision",
      "Object Detection",
      "Object Recognition",
      "Image Segmentation",
      "Body Pose, Face, and Gesture Analysis",
      "Tracking and Motion in Video",
      "Video Analysis",
      "Visual Question Answering",
      "Visual Scene Analysis and Interpretation",
      "Computational Photography",
      "Denoising"
    ],
    "Language": [
      "Natural Language Processing",
      "Language Representation Learning",
      "Dialog Systems",
      "Conversational AI"
    ],
    "Audio and Speech": [
      "Audio and Speech Processing",
      "Speech Recognition",
      "Music Modeling and Analysis"
    ],
    "Multimodal": [
      "Multimodal Models",
      "Vision-Language Models",
      "Audio-Visual Learning",
      "Cross-Modal Learning"
    ],
    "Robotics and Embodied AI": [
      "Robotics",
      "Motor Control",
      "Autonomous Systems",
      "Perception and Action",
      "Embodied AI"
    ],
    "Code and Software": [
      "Program Understanding and Generation",
      "Code Generation",
      "Software Engineering with AI",
      "Automated Reasoning and Formal Methods"
    ],
    "Science and Engineering": [
      "Computational Biology and Bioinformatics",
      "Physical Sciences (Physics, Chemistry, Biology)",
      "Scientific Discovery",
      "Quantum Learning"
    ],
    "Mathematics": [
      "Mathematical Reasoning",
      "Theorem Proving",
      "Symbolic Mathematics"
    ],
    "Health and Medicine": [
      "Medical Applications",
      "Clinical Decision Support",
      "Drug Discovery",
      "Healthcare AI"
    ],
    "Education": [
      "Educational Applications",
      "Intelligent Tutoring Systems",
      "Educational Technology"
    ],
    "Social and Web": [
      "Computational Social Science",
      "Recommender Systems",
      "Information Retrieval",
      "Web Applications and Internet Data",
      "Network Analysis"
    ],
    "Interactive Systems": [
      "Game Playing",
      "Multi-Agent Systems",
      "Human-AI Interaction"
    ],
    "Data and Signals": [
      "Signal Processing",
      "Time Series Analysis",
      "Matrix and Tensor Factorization",
      "Database Applications"
    ],
    "Finance and Economics": [
      "Quantitative Finance and Econometrics",
      "Economic Modeling"
    ],
    "Activity and Recognition": [
      "Activity and Event Recognition"
    ],
    "Infrastructure": [
      "Hardware and Systems",
      "Sustainability"
    ]
  },
  "Data": {
    "Data Collection and Curation": [
      "Pre-Training Data",
      "Data Curation and Analysis",
      "Manual and Algorithmic Data Processing",
      "Responsible Data Management"
    ],
    "Data Generation": [
      "Synthetic Data Generation",
      "Data Augmentation"
    ],
    "Data Resources": [
      "Benchmarks",
      "Data Sets or Data Repositories",
      "Datasets and Benchmarks"
    ]
  },
  "Infrastructure and Tools": {
    "Software and Libraries": [
      "Software Toolkits",
      "Infrastructure, Software Libraries",
      "Virtual Environments"
    ],
    "Hardware and Systems": [
      "Hardware Setups for Large-Scale Training",
      "Distributed Systems",
      "Specialized Hardware"
    ]
  },
  "Neuroscience and Cognitive Science": {
    "Brain Studies": [
      "Brain Imaging",
      "Brain Mapping",
      "Brain Segmentation",
      "Connectomics",
      "Neural Coding",
      "Spike Train Generation",
      "Synaptic Modulation"
    ],
    "Cognitive Functions": [
      "Cognitive Science",
      "Memory",
      "Perception",
      "Visual Perception",
      "Auditory Perception",
      "Problem Solving",
      "Reasoning",
      "Linguistics",
      "Psycholinguistics"
    ],
    "Learning and Adaptation": [
      "Human or Animal Learning",
      "Plasticity and Adaptation",
      "Neuropsychology"
    ],
    "Brain-Computer Interfaces": [
      "Brain-Computer Interfaces and Neural Prostheses"
    ],
    "Philosophy": [
      "Philosophical Perspectives on AI",
      "Philosophy of Mind and Language",
      "Cognitive Philosophy"
    ]
  },
  "Structured Data": {
    "Graphs and Geometry": [
      "Learning on Graphs",
      "Geometric Deep Learning",
      "Topology and Manifold Learning"
    ]
  },
  "Societal Considerations": {
    "Fairness and Equity": [
      "Algorithmic Fairness and Bias",
      "Bias in AI Systems",
      "Equity",
      "Algorithmic Recourse",
      "Justice, Power, and Inequality"
    ],
    "Safety and Security": [
      "AI Safety",
      "Security",
      "Adversarial Robustness",
      "Risks, Harms, and Failures",
      "Safe and Trustworthy AI"
    ],
    "Privacy": [
      "Privacy, Anonymity, and Security",
      "Data Protection",
      "Privacy-Preserving Methods"
    ],
    "Misinformation and Content": [
      "Misinformation and Disinformation",
      "Content Moderation",
      "Information Integrity"
    ],
    "Transparency and Accountability": [
      "Fairness, Accountability, and Transparency",
      "Transparency Documentation",
      "Audits of AI Systems",
      "Explainability for Accountability"
    ],
    "Human Factors": [
      "Human-AI Interaction",
      "Trust in AI Systems",
      "Human-Centered AI",
      "Participatory and Deliberative Methods"
    ],
    "Design and Development": [
      "Sociotechnical Design and Development",
      "Value-Sensitive Design",
      "Diversity in Design and Development",
      "Responsible Development Practices"
    ],
    "Societal Impacts": [
      "Cultural Impacts",
      "Environmental Impacts and Climate Change",
      "Labor and Economic Impacts",
      "Job Displacement and Automation",
      "Misuse of AI Systems"
    ],
    "Governance and Policy": [
      "Regulation and Governance",
      "Legal Topics in AI",
      "Policy and Law",
      "Licensing and Liability",
      "Organizational Factors"
    ],
    "Critical Perspectives": [
      "Critical and Sociotechnical Foresight",
      "Historical and Humanistic Perspectives",
      "Social Scientific Perspectives",
      "Resistance and Contestation",
      "Social Epistemology"
    ],
    "Values and Ethics": [
      "Moral and Political Philosophy of AI",
      "Ethics in AI",
      "Values in Technology Design"
    ],
    "Cross-Cultural and Multilingual": [
      "Multi-Linguality",
      "Low-Resource Languages",
      "Vernacular Languages",
      "Multiculturalism",
      "Value Pluralism",
      "Cross-Cultural AI"
    ],
    "Interdisciplinary Approaches": [
      "Interdisciplinarity and Cross-Functional Teams",
      "Industry, Government, and Civil Society Collaboration"
    ]
  }
}