Skip to content

Commit fdab7ce

Browse files
committed
add multi-physics models to user guide
1 parent 76f1624 commit fdab7ce

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/source/user_guide/reconstruction/artifact.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ reconstruction network :class:`deepinv.models.Reconstructor` :math:`R` by doing
1616
| This option serves as a wrapper to obtain a :class:`Reconstructor <deepinv.models.Reconstructor>`, and can be used to adapt a generic denoiser or image-to-image network into one that is specific to an inverse problem.
1717
1818

19+
.. _general_reconstructors:
20+
1921
General reconstruction models
2022
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21-
We provide the following list of multiphysics reconstruction models.
23+
We provide the following list of reconstruction models trained on multiple various physics and datasets
24+
to provide robustness to different problems.
25+
2226
See :ref:`pretrained-weights` for more information on pretrained denoisers.
2327

2428
.. list-table:: Multiphysics reconstruction models

docs/source/user_guide/reconstruction/introduction.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,17 @@ description of their reconstruction performance and speed.
6464
- No
6565
- Yes
6666
- Depends
67+
* - :ref:`Multi-physics models <general_reconstructors>`
68+
- Models trained on multiple various physics and datasets for robustness to different problems.
69+
- No
70+
- No
71+
- No
6772
* - :ref:`Specific network architectures <specific>`
6873
- Off-the-shelf architectures for specific inverse problems.
6974
- Yes
7075
- No
7176
- No
7277

73-
7478
.. note::
7579

7680
Some algorithms might be better at reconstructing images with good perceptual quality (e.g. diffusion methods)

0 commit comments

Comments
 (0)