Papers › Transformer Meets Boundary Value Inverse Problems

Transformer Meets Boundary Value Inverse Problems

29 Sep 2022arXiv:2209.14977archive 2025-07-28

Ruchi Guo, Shuhao Cao, Long Chen

A Transformer-based deep direct sampling method is proposed for electrical impedance tomography, a well-known severely ill-posed nonlinear boundary value inverse problem. A real-time reconstruction is achieved by evaluating the learned inverse operator between carefully designed data and the reconstructed images. An effort is made to give a specific example to a fundamental question: whether and how one can benefit from the theoretical structure of a mathematical problem to develop task-oriented and structure-conforming deep neural networks? Specifically, inspired by direct sampling methods for inverse problems, the 1D boundary data in different frequencies are preprocessed by a partial differential equation-based feature map to yield 2D harmonic extensions as different input channels. Then, by introducing learnable non-local kernels, the direct sampling is recast to a modified attention mechanism. The new method achieves superior accuracy over its predecessors and contemporary operator learners and shows robustness to noises in benchmarks. This research shall strengthen the insights that, despite being invented for natural language processing tasks, the attention mechanism offers great flexibility to be modified in conformity with the a priori mathematical knowledge, which ultimately leads to the design of more physics-compatible neural architectures.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2209.14977")

Code

Syntology Ran 6 of 18 code samples harvested from 3 repositories linked to this paper; 12 have no recorded run. Of those that ran: 6 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 5 ran; community (archive-listed): 6 samples from 2 repositories, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

scaomath/eit-transformer officialmentioned in papermentioned on GitHubpytorch report
zenki229/aais_pinn mentioned on GitHubpytorch report
zenki229/tmcfpinn mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 6 ran; 0 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

6ran
12unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

BasicBlock scaomath/eit-transformer/libs/hut.py official repository ran fingerprinted MIT (permissive) · cc18719516f10d04 · report
BottleneckBlock scaomath/eit-transformer/libs/hut.py official repository ran fingerprinted MIT (permissive) · 24a9a41f13af71f1 · report
RelativePositionBias scaomath/eit-transformer/libs/hut.py official repository ran MIT (permissive) · 6dfbfb40a3f1069b · report
down_block scaomath/eit-transformer/libs/hut.py official repository ran fingerprinted MIT (permissive) · cce566136eb91588 · report
up_block scaomath/eit-transformer/libs/hut.py official repository ran MIT (permissive) · 8caf576fea0ddaef · report
BasicTransBlock scaomath/eit-transformer/libs/hut.py official repository unverified MIT (permissive) · 04fb07399a8c0557 · report
BasicTransDecoderBlock scaomath/eit-transformer/libs/hut.py official repository unverified MIT (permissive) · 1867fed83e7549a9 · report
HybridUT scaomath/eit-transformer/libs/hut.py official repository unverified MIT (permissive) · 73192eb40023eb4e · report
LinearAttention scaomath/eit-transformer/libs/hut.py official repository unverified MIT (permissive) · 083b5d5af368508a · report
LinearAttentionDecoder scaomath/eit-transformer/libs/hut.py official repository unverified MIT (permissive) · af529b0cb3755654 · report
down_block_trans scaomath/eit-transformer/libs/hut.py official repository unverified MIT (permissive) · b6af3b0a7e0023b9 · report
up_block_trans scaomath/eit-transformer/libs/hut.py official repository unverified MIT (permissive) · d2839e542dc3f87b · report
DeepNeuralNet zenki229/aais_pinn/libs/deep_neural_net.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 30e6196656eb2ec7 · report
float_token zenki229/tmcfpinn/reference_solvers/lshape_2d/generate_lshape_reference.py community (archive-listed) unverified MIT (permissive) · 79d54eaacbf71604 · report
frac_bdf_coeff zenki229/tmcfpinn/reference_solvers/lshape_2d/generate_lshape_reference.py community (archive-listed) unverified MIT (permissive) · e552f66cdeb2fc00 · report
initial_profile zenki229/tmcfpinn/reference_solvers/lshape_2d/generate_lshape_reference.py community (archive-listed) unverified MIT (permissive) · 1bcc22fc4ff56de8 · report
mitlef zenki229/tmcfpinn/src/physics/fractional.py community (archive-listed) unverified MIT (permissive) · 3a2f5f3bd29e6bae · report
setup_wandb zenki229/tmcfpinn/src/utils/experiments.py community (archive-listed) unverified MIT (permissive) · d562a082cac25629 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections