generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc9bf60
commit f9d7591
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
--- | ||
--- | ||
@inproceedings{xu2022equivariant, | ||
title={Equivariant imaging for self-supervised regularly undersampled seismic data interpolation}, | ||
author={Xu, Weiwei and Lipari, Vincenzo and Bestagini, Paolo and di Milano, Politecnico and Chen, Wenchao and Tubaro, Stefano}, | ||
booktitle={SEG International Exposition and Annual Meeting}, | ||
pages={D011S100R003}, | ||
year={2022}, | ||
organization={SEG} | ||
} | ||
@article{scanvic2023scale, | ||
title={Self-Supervised Learning for Image Super-Resolution and Deblurring}, | ||
author={Scanvic, Jeremy and Davies, Mike and Abry, Patrice and Tachella, Julian}, | ||
journal={arXiv preprint arXiv:2312.11232}, | ||
year={2023}, | ||
arxiv={2312.11232}, | ||
preview = {scanvic2023scale.png}, | ||
code = {https://github.com/jscanvic/Scale-Equivariant-Imaging}, | ||
abstract = {Self-supervised methods have recently proved to be nearly as effective as supervised methods in various imaging inverse problems, paving the way for learning-based methods in scientific and medical imaging applications where ground truth data is hard or expensive to obtain. This is the case in magnetic resonance imaging and computed tomography. These methods critically rely on invariance to translations and/or rotations of the image distribution to learn from incomplete measurement data alone. However, existing approaches fail to obtain competitive performances in the problems of image super-resolution and deblurring, which play a key role in most imaging systems. In this work, we show that invariance to translations and rotations is insufficient to learn from measurements that only contain low-frequency information. Instead, we propose a new self-supervised approach that leverages the fact that many image distributions are approximately scale-invariant, and that can be applied to any inverse problem where high-frequency information is lost in the measurement process. We demonstrate throughout a series of experiments on real datasets that the proposed method outperforms other self-supervised approaches, and obtains performances on par with fully supervised learning.}, | ||
} |