ECE/TCOM-5583: Information Theory and Probabilistic Programming

There has been a strong resurgence of AI in recent years. An important core technology of AI is statistical learning, which aims to automatically “program” machines with data. While the idea can date back to the 50's of the last century, the plethora of data and inexpensive computational power allow the techniques to thrive and penetrate into every aspect of our daily lives — customer behavior prediction, financial market prediction, fully automatic surveillance, self-driving vehicles, autonomous robots, and beyond.

Information theory was first introduced and developed by the great communications engineer, Claude Shannon in the 50's of the last century. The theory was introduced in an attempt to explain the principle behind point-to-point communication and data storing. However, the technique has been incorporated into statistical learning and has inspire many of the underlying principles. In this graduate course, we would try to explore the exciting area of statistical learning from the perspectives of information theorists. It facilitates students to have a deeper understanding of the omnipresent field of statistical learning and to appreciate the wide-spread significance of information theory. Moreover, we will look into recent advance in probabilistic programming technology that facilitates users to tackle inference problems through computer programs.

The course will start by providing an overview of information theory and statistical learning. We will then aid students to establish a solid foundation on core information theory principles including information measures, AEP, source and channel coding theory. We will then introduce common and yet powerful statistical techniques such as Bayesian learning, decision forests, and belief propagation algorithms and discuss how these modern statistical learning techniques are connected to information theory. To summarize, we will skim through some probablistic programming tools. The main reference text is a book by Professor Mackay — Information Theory, Inference, and Learning Algorithms but we will also borrow heavily from materials available online. Other most important reference texts are

Other Reference Materials

Office Hours

There are no “regular” office hours. But you are welcome to come catch me anytime or contact me through Discord.

Course Syllabus (Tentative)

  • Probability review

  • Maximum likelihood estimator, MAP, Bayesian estimator

  • Graphical models and message passing algorithms

  • Lossless source coding theory, Huffmann coding, and introduction to Arithmetic coding

  • Asymptotic equipartition property (AEP), typicality and joint typicality

  • Entropy, conditional entropy, mutual information, and their properties

  • Channel coding theory, capacity, and Fano’s inequality Continuous random variables, differential entropy, Gaussian source, and Gaussian channel

  • Error correcting codes, linear codes, and introduction to low-density parity check code

  • Methods of type, large deviation theory, maximum entropy principle

N.B. You will expect to expose to some Python and Matlab. You won't become an expert on these things after this class. But it is good to get your hands dirty and play with them early.

Adjustments for Pregnancy/Childbirth Related Issues

Should you need modifications or adjustments to your course requirements because of documented pregnancy-related or childbirth-related issues, please contact me as soon as possible to discuss. Generally, modifications will be made where medically necessary and similar in scope to accommodations based on temporary disability. Please see www.ou.edu/content/eoo/faqs/pregnancy-faqs.html for commonly asked questions.

Title IX Resources

For any concerns regarding gender-based discrimination, sexual harassment, sexual misconduct, stalking, or intimate partner violence, the University offers a variety of resources, including advocates on-call 24.7, counseling services, mutual no contact orders, scheduling adjustments and disciplinary sanctions against the perpetrator. Please contact the Sexual Misconduct Office 405-325-2215 (8-5, M-F) or OU Advocates 405-615-0013 (24.7) to learn more or to report an incident.

Projects

Final project report is due on 12/15.

Late Policy

  • There will be 5% deduction per each late day for all submissions

  • The deduction will be saturated after 10 days. So you will get half of your marks even if you are super late

Grading

Quizzes (In class participation): 10% (extra credits).

Presentations: 20%.

Homework: 20%.

"Mid-term": 20%. take home but will only have half of a day to complete.

Final Project: 40%.

Final Grade:

  • A: \(\sim\) 90 and above

  • B: \(\sim\) between 80 and 90

  • C: \(\sim\) between 70 and 80

  • D: \(\sim\) between 60 and 70

  • F: Below 60

Calendar

Topics Materials
8/25 Overview of IT, probability overview, independence (screencast) slides_2021a
9/01 Conditional independence, examples of independence and conditional independence, Naive Bayes algorithm, Monty Hall problem, introduction to Monte Carlo (screencast)
9/08 An engineer approach to solve probability problems, Monte Carlo example, ML, MAP, Bayesian inference (screencast) Read Lecture 2 and the Beta and Dirichlet distributions in Lecture 11
9/15 Conjugate prior, Beta distribution, Dirichlet distribution (screencast)
9/22 Law of large number (LLN), Kelly's criterion, proof of weak LLN, asymptotic equal partition, typical sequences, Source Coding Theorem and entropy, source coding with side information and conditional entropy (screencast) Read Lecture 6, may read 24-34 as reference
9/29 Fano's inequality, converse proof of source coding theorem, Huffmann coding, mutual information, Jensen's inequality, introduction to differential entropy (screencast) Read Lecture 5
10/06 Numerical examples (screencast)
10/13 Chain rules of information measures, KL-divergence, Gaussian distribution maximizes entropy, entropy of multivariate Gaussian source (screencast) Read Lecture 7
10/20 Cross-entropy, TF-IDF, decision tree, data processing inequality (screencast)
10/27 Shannons perfect secrecy (screencast)
11/03 Channel capacity, Gaussian channel, binary symmetric channel (screencast), jointly typical sequences (screencast)
11/10 Mid-term
11/17 packing lemma, covering lemma, forward proof of channel coding theorem, Fisher information and Cramer-Rao lower bound (screencast)
11/24 Thanksgiving
12/01 Graphical models, Lea, belief propagation (screencast) Kalman filter derivation