Subtopic Deep Dive
Calderón's Inverse Problem
Research Guide
What is Calderón's Inverse Problem?
Calderón's Inverse Problem determines the interior conductivity of a domain from boundary measurements of the Dirichlet-to-Neumann map.
The problem originates from electrical impedance tomography (EIT) and uses complex geometrical optics (CGO) solutions and scattering transforms for reconstruction. Key works include Cheney et al. (1999) with 1337 citations providing foundational EIT theory, and Astala and Päivärinta (2006) introducing boundary integral equations. Over 50 papers address stability, numerical methods, and extensions to quasilinear cases.
Why It Matters
Solutions enable EIT for medical imaging of lung function (Cheney et al., 1999; Muller et al., 2013) and geophysical prospecting via conductivity reconstruction. Stability results for discontinuous conductivities support practical algorithms in anisotropic media (Clop et al., 2010). Three-dimensional direct reconstructions using scattering transforms improve imaging resolution (Bikowski et al., 2010).
Key Research Challenges
Stability for discontinuous conductivities
Proving L^p stability in Lipschitz domains for conductivities in fractional Sobolev spaces W^{α,p} remains challenging. Clop et al. (2010) established stability but quantitative bounds are limited. Extensions to higher dimensions require new CGO estimates.
Numerical CGO computation
Computing exponentially growing CGO solutions for the conductivity equation demands efficient numerical schemes. Astala et al. (2009) developed methods but scalability to 3D is unresolved. Accuracy affects scattering transform reliability.
3D direct reconstruction
Developing scattering transform algorithms for non-spherical 3D domains is computationally intensive. Bikowski et al. (2010) succeeded for spherical symmetry but general geometries need nonlinear optimization. Quasilinear extensions add complexity (Uhlmann and Muñoz, 2020).
Essential Papers
Electrical Impedance Tomography
Margaret Cheney, David Isaacson, J.C. Newell · 1999 · SIAM Review · 1.3K citations
Previous article Next article Electrical Impedance TomographyMargaret Cheney, David Isaacson, and Jonathan C. NewellMargaret Cheney, David Isaacson, and Jonathan C. Newellhttps://doi.org/10.1137/S0...
Stability of Calderón's inverse conductivity problem in the plane for discontinuous conductivities
Albert Clop, Daniel Faraco, Alberto Ruiz et al. · 2010 · Inverse Problems and Imaging · 49 citations
It is proved that, in two dimensions, the Calderón inverse conductivity problem in Lipschitz domains is stable in the $L^p$ sense when the conductivities are uniformly bounded in any fractional Sob...
Direct numerical reconstruction of conductivities in three dimensions using scattering transforms
Jutta Bikowski, Kim Knudsen, Jennifer L. Mueller · 2010 · Inverse Problems · 44 citations
A direct three-dimensional EIT reconstruction algorithm based on complex geometrical optics solutions and a nonlinear scattering transform is presented and implemented for spherically symmetric con...
THE SOBOLEV NORM OF CHARACTERISTIC FUNCTIONS WITH APPLICATIONS TO THE CALDERON INVERSE PROBLEM
Daniel Faraco, Keith M. Rogers · 2012 · The Quarterly Journal of Mathematics · 42 citations
We consider Calderón's inverse problem on planar domains Ω with conductivities in fractional Sobolev spaces. When Ω is Lipschitz, the problem was shown to be stable in the L2-sense in Clop et al. [...
Numerical computation of complex geometrical optics solutions to the conductivity equation
Kari Astala, Jennifer L. Mueller, Lassi Païvärinta et al. · 2009 · Applied and Computational Harmonic Analysis · 42 citations
The Calderón problem for quasilinear elliptic equations
Günther Uhlmann, Claudio Muñoz · 2020 · Annales de l Institut Henri Poincaré C Analyse Non Linéaire · 38 citations
In this paper we show uniqueness of the conductivity for the quasilinear Calderón's inverse problem. The nonlinear conductivity depends, in a nonlinear fashion, of the potential itself and its grad...
Reconstructions of piecewise constant conductivities by the D-bar method for electrical impedance tomography
Kim Knudsen, Matti Lassas, Jennifer J. Mueller et al. · 2008 · Journal of Physics Conference Series · 29 citations
The importance of the solution of the boundary integral equation for the exponentially growing solutions to the Schrödinger equation arising from the 2-D inverse conductivity problems is demonstrat...
Reading Guide
Foundational Papers
Start with Cheney et al. (1999) for EIT context and problem statement; follow with Astala and Päivärinta (2006) for boundary integral method; Clop et al. (2010) for stability foundations.
Recent Advances
Uhlmann and Muñoz (2020) for quasilinear uniqueness; Fang et al. (2020) for electric field estimates; Muller et al. (2013) for elliptical domain applications.
Core Methods
CGO solutions (Astala et al., 2009); D-bar for piecewise reconstruction (Knudsen et al., 2008); nonlinear scattering transforms (Bikowski et al., 2010).
How PapersFlow Helps You Research Calderón's Inverse Problem
Discover & Search
Research Agent uses searchPapers and citationGraph to map Cheney et al. (1999, 1337 citations) as the hub connecting to Clop et al. (2010) and Bikowski et al. (2010); exaSearch finds stability papers via 'Calderón inverse conductivity Sobolev', while findSimilarPapers expands from Astala and Päivärinta (2006) to 42+ related works.
Analyze & Verify
Analysis Agent applies readPaperContent to extract CGO formulas from Astala et al. (2009), verifies stability claims in Clop et al. (2010) with verifyResponse (CoVe), and uses runPythonAnalysis for NumPy-based Dirichlet-to-Neumann map simulations; GRADE grading scores reconstruction accuracy against Cheney et al. (1999) benchmarks.
Synthesize & Write
Synthesis Agent detects gaps in 3D stability post-Bikowski et al. (2010), flags contradictions between 2D/3D methods; Writing Agent employs latexEditText for theorem proofs, latexSyncCitations for 10+ papers, latexCompile for EIT diagrams, and exportMermaid for CGO solution flowcharts.
Use Cases
"Simulate 2D Dirichlet-to-Neumann map for piecewise constant conductivity"
Research Agent → searchPapers('Calderón D-bar method') → Analysis Agent → readPaperContent(Knudsen et al., 2008) → runPythonAnalysis(NumPy finite element solver) → matplotlib plot of boundary data vs. theory.
"Draft LaTeX review of Calderón stability results"
Research Agent → citationGraph(Clop et al., 2010) → Synthesis Agent → gap detection → Writing Agent → latexEditText(intro) → latexSyncCitations(Cheney+5 papers) → latexCompile → PDF with stability theorem proofs.
"Find GitHub code for scattering transform EIT"
Research Agent → searchPapers('scattering transform conductivity') → Code Discovery → paperExtractUrls(Bikowski et al., 2010) → paperFindGithubRepo → githubRepoInspect → verified 3D reconstruction notebook.
Automated Workflows
Deep Research workflow scans 50+ papers from Cheney et al. (1999) via citationGraph → DeepScan analyzes CGO numerics in Astala et al. (2009) with 7-step CoVe checkpoints → outputs structured report on stability gaps. Theorizer generates hypotheses for quasilinear 3D extensions from Uhlmann and Muñoz (2020) by chaining synthesis with runPythonAnalysis verification.
Frequently Asked Questions
What is Calderón's Inverse Problem?
It recovers interior conductivity from the Dirichlet-to-Neumann map on the boundary, foundational for EIT (Cheney et al., 1999).
What are main methods?
CGO solutions enable boundary integral equations (Astala and Päivärinta, 2006); D-bar methods reconstruct piecewise constants (Knudsen et al., 2008); scattering transforms handle 3D (Bikowski et al., 2010).
What are key papers?
Cheney et al. (1999, 1337 citations) for EIT overview; Clop et al. (2010, 49 citations) for 2D stability; Astala et al. (2009, 42 citations) for CGO numerics.
What open problems exist?
3D stability for discontinuous conductivities; scalable CGO for non-symmetric domains; uniqueness in quasilinear cases beyond Uhlmann and Muñoz (2020).
Research Numerical methods in inverse problems with AI
PapersFlow provides specialized AI tools for Mathematics researchers. Here are the most relevant for this topic:
AI Literature Review
Automate paper discovery and synthesis across 474M+ papers
Paper Summarizer
Get structured summaries of any paper in seconds
AI Academic Writing
Write research papers with AI assistance and LaTeX support
See how researchers in Physics & Mathematics use PapersFlow
Field-specific workflows, example queries, and use cases.
Start Researching Calderón's Inverse Problem with AI
Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.
See how PapersFlow works for Mathematics researchers