feat(implicit): add amortized estimation sections and evolution of estimation figure#88
Merged
Merged
Conversation
…d estimation sections"" This reverts commit 571a725.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds new conceptual material to the “Implicit Adaptivity” chapter by introducing a theoretical bridge from explicit varying-coefficient estimators to differentiable implicit models, and by expanding the meta-learning section with an amortized estimation/context-encoder discussion (including a new figure).
Changes:
- Renames/retitles the context-input subsection to frame it as a “Theoretical Bridge” and adds new mathematical exposition.
- Expands the meta-learning section with an “Amortized Estimation: Context Encoders” subsection.
- Adds a new figure (
estimation_evolution.png) referenced from the new amortized estimation text.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
content/07.implicit.md |
Adds the theoretical-bridge math block, expands amortized estimation discussion, and embeds a new figure. |
content/images/estimation_evolution.png |
New image used by the amortized estimation section. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…ic P. Xing as author Removes the theoretical bridge math (VCM-neural network connection) from this PR — it will land separately. Keeps the amortized estimation / context encoder content. Adds Eric P. Xing (CMU MLD, MBZUAI) to the author list.
2 tasks
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
blengerich
approved these changes
May 22, 2026
github-actions Bot
pushed a commit
that referenced
this pull request
May 22, 2026
[ci skip] This build is based on a7c7a4f. This commit was created by the following CI build and job: https://github.com/AdaptInfer/context-review/commit/a7c7a4f0ba8aea692ae9f94ca86eea6dfa82a1cb/checks https://github.com/AdaptInfer/context-review/actions/runs/26309869786
github-actions Bot
pushed a commit
that referenced
this pull request
May 22, 2026
[ci skip] This build is based on a7c7a4f. This commit was created by the following CI build and job: https://github.com/AdaptInfer/context-review/commit/a7c7a4f0ba8aea692ae9f94ca86eea6dfa82a1cb/checks https://github.com/AdaptInfer/context-review/actions/runs/26309869786
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also reverts a commit which itself reverts an accidental push to main with these changes 571a725.