Understanding Deep Learning Models: Adversarial Examples & In-Context Learning

Added:

Talk Intro
Model Surprises
Adversarial Features
Training Robustly
In-Context Learning
Curriculum Benefits
Complex Classes
Research Outlook

Talk Intro

0:00
Playing Section
  • 1

    Speaker introduces Dr. Dimitris Tsipras from Stanford University.

  • 2

    His research focuses on understanding and improving modern machine learning.

  • 3

    The talk will cover adversarial examples and in-context learning.

Foundational concepts of Deep Learning, including neural network architectures (specifically CNNs and Transformers).
Understanding of gradient-based optimization, loss functions, and how models update their weights during training.
The distinction between traditional supervised learning (parameter-updating) and prompting/inference-time behaviors.
Basic familiarity with model evaluation metrics and the concept of 'black-box' neural network interpretability.
Advanced adversarial defense strategies, such as adversarial training, robust optimization, and randomized smoothing.
Mechanistic Interpretability, focusing on reverse-engineering transformer circuits (e.g., induction heads) to understand in-context learning.
Theoretical foundations of meta-learning and how implicit gradient descent occurs during in-context learning.
AI Safety, alignment, and security applications, including defending LLMs against prompt injection and jailbreaking attacks.
182 views4likes1:05:30@umassmlflOriginal Release: 2023-02-17

By examining unexpected behaviors like adversarial examples and in-context learning, researchers can gain insights into how deep learning models actually work internally; adversarial examples arise because models rely on non-robust features that can be exploited by small perturbations, while in-context learning demonstrates that large language models can learn new functions from few examples by discovering underlying algorithms, suggesting that probing model behavior beyond standard accuracy metrics reveals important mechanistic understanding.