paper-with-me

홈 › Papers

Test-Time Training Can Close the Natural Distribution Shift Performance Gap in Deep Learning Based Compressed Sensing

2022-04-14 · Mohammad Zalbagi Darestani, Jiayu Liu, Reinhard Heckel

Deep learning based image reconstruction methods outperform traditional methods. However, neural networks suffer from a performance drop when applied to images from a different distribution than the training images. For example, a model trained for reconstructing knees in accelerated magnetic resonance imaging (MRI) does not reconstruct brains well, even though the same network trained on brains reconstructs brains perfectly well. Thus there is a distribution shift performance gap for a given neural network, defined as the difference in performance when training on a distribution $P$ and training on another distribution $Q$, and evaluating both models on $Q$. In this work, we propose a domain adaptation method for deep learning based compressive sensing that relies on self-supervision during training paired with test-time training at inference. We show that for four natural distribution shifts, this method essentially closes the distribution shift performance gap for state-of-the-art architectures for accelerated MRI.

📄 PDF Abstract BibTeX arXiv:2204.07204

Code (1)

mli-lab/ttt_for_deep_learning_cs 공식 구현 pytorch

Tasks

compressed sensingCompressive SensingDomain AdaptationImage Reconstruction

Similar Papers 제목 키워드 기반

Replicable Distribution Testing

2025-07-03 · Ilias Diakonikolas, Jingyi Gao, Daniel Kane, Sihan Liu 외 arxiv

We initiate a systematic investigation of distribution testing in the framework of algorithmic replicability. Specifically, given independent samples from a collection of probability distributions, the goal is to charact…

Testing Product Distributions: A Closer Look

2020-12-29 · Arnab Bhattacharyya, Sutanu Gayen, Saravanan Kandasamy, N. V. Vinodchandran

We study the problems of identity and closeness testing of $n$-dimensional product distributions. Prior works by Canonne, Diakonikolas, Kane and Stewart (COLT 2017) and Daskalakis and Pan (COLT 2017) have established tig…

Are Two Datasets Close Enough With Statistical Significance? A Kernel Distributional Closeness Testing Approach

2025-07-17 · Zhijian Zhou, Liuhua Peng, Xunye Tian, Mingming Gong 외 arxiv

Are two distributions close to each other with statistical significance? Distribution closeness testing (DCT) formalizes this question by testing whether the distance between a distribution pair is at least epsilon-far. …

Learning by Asking Questions

2017-12-04 · CVPR 2018 6 · Ishan Misra, Ross Girshick, Rob Fergus, Martial Hebert 외

We introduce an interactive learning framework for the development and testing of intelligent visual systems, called learning-by-asking (LBA). We explore LBA in context of the Visual Question Answering (VQA) task. LBA di…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Testing Properties of Multiple Distributions with Few Samples

2019-11-17 · Maryam Aliakbarpour, Sandeep Silwal

We propose a new setting for testing properties of distributions while receiving samples from several distributions, but few samples per distribution. Given samples from $s$ distributions, $p_1, p_2, \ldots, p_s$, we des…

All