Presentation slides for implicit models (deep equilibrium models). The paper proves that implicit models' expressive power scales with test-time compute, with applications in imaging, scientific computing, operations research, and LLM reasoning.
Based on the paper:
Jialin Liu, Lisang Ding, Stanley Osher, Wotao Yin. "Implicit Models: Expressive Power Scales with Test-Time Compute". arXiv:2510.03638. [arXiv]
├── implicit-model.qmd # Quarto presentation slides (Reveal.js format)
├── requirements.txt # Python dependencies
├── overleaf/ # LaTeX paper sources
│ ├── arxiv/ # arXiv version
│ ├── figures-inverse/ # Imaging experiment figures
│ ├── figures-ns/ # Navier-Stokes experiment figures
│ ├── figures-lp/ # Linear programming experiment figures
│ ├── figures-llm/ # LLM reasoning experiment figures
│ ├── figures-toy/ # Toy example figures
│ └── tikzs/ # TikZ diagrams
└── env/ # Python virtual environment
If you don't have uv installed:
# macOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Or with Homebrew
brew install uv# Create a virtual environment with Python 3.14
uv venv env --python 3.14
# Activate the virtual environment
source env/bin/activate
# Install dependencies
uv pip install -r requirements.txtDownload and install Quarto from quarto.org:
# macOS with Homebrew
brew install quarto
# Or download the installer from https://quarto.org/docs/get-started/If you don't have TexLive or another LaTeX distribution installed, you can use Quarto's built-in TinyTeX:
quarto install tinytexThis installs a minimal LaTeX distribution sufficient for rendering Quarto documents to PDF.
# Preview with live reload (opens in browser)
quarto preview implicit-model.qmd
# Render presentation to HTML
quarto render implicit-model.qmd- Quarto presentations use
format: revealjswith BibTeX citations viabibliography: overleaf/arxiv/refs.bib - LaTeX papers import
math_commands.texfor consistent notation:- Vectors:
\vx,\vy - Operators:
\cF,\cG - Matrices:
\mI
- Vectors: