paper-with-me

홈 › Papers

Glimpse: Generalized Locality for Scalable and Robust CT

2024-01-01 · AmirEhsan Khorashadizadeh, Valentin Debarnot, Tianlin Liu, Ivan Dokmanić

Deep learning has become the state-of-the-art approach to medical tomographic imaging. A common approach is to feed the result of a simple inversion, for example the backprojection, to a multiscale convolutional neural network (CNN) which computes the final reconstruction. Despite good results on in-distribution test data, this often results in overfitting certain large-scale structures and poor generalization on out-of-distribution (OOD) samples. Moreover, the memory and computational complexity of multiscale CNNs scale unfavorably with image resolution, making them impractical for application at realistic clinical resolutions. In this paper, we introduce Glimpse, a local coordinate-based neural network for computed tomography which reconstructs a pixel value by processing only the measurements associated with the neighborhood of the pixel. Glimpse significantly outperforms successful CNNs on OOD samples, while achieving comparable or better performance on in-distribution test data and maintaining a memory footprint almost independent of image resolution; 5GB memory suffices to train on 1024x1024 images which is orders of magnitude less than CNNs. Glimpse is fully differentiable and can be used plug-and-play in arbitrary deep learning architectures, enabling feats such as correcting miscalibrated projection orientations. Our implementation and Google Colab demo can be accessed at https://github.com/swing-research/Glimpse.

📄 PDF Abstract BibTeX arXiv:2401.00816

Code (1)

swing-research/glimpse 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

CanViT: Toward Active-Vision Foundation Models

2026-03-23 · Yohaï-Eliel Berreby, Sabrina Du, Audrey Durand, B. Suresh Krishna arxiv

Active computer vision promises efficient, biologically plausible perception through sequential, localized glimpses, but lacks scalable general-purpose architectures and pretraining pipelines, leaving Active-Vision Found…

AdaGlimpse: Active Visual Exploration with Arbitrary Glimpse Position and Scale

2024-04-04 · Adam Pardyl, Michał Wronka, Maciej Wołczyk, Kamil Adamczewski 외

Active Visual Exploration (AVE) is a task that involves dynamically selecting observations (glimpses), which is critical to facilitate comprehension and navigation within an environment. While modern AVE methods have dem…

Position

Glimpse Clouds: Human Activity Recognition from Unstructured Feature Points

2018-02-22 · CVPR 2018 6 · Fabien Baradel, Christian Wolf, Julien Mille, Graham W. Taylor

We propose a method for human activity recognition from RGB data that does not rely on any pose information during test time and does not explicitly calculate pose information internally. Instead, a visual attention modu…

Action RecognitionActivity PredictionActivity RecognitionHuman Activity Recognition+2

GliTr: Glimpse Transformers with Spatiotemporal Consistency for Online Action Prediction

2022-10-24 · Samrudhdhi B Rangrej, Kevin J Liang, Tal Hassner, James J Clark

Many online action prediction models observe complete frames to locate and attend to informative subregions in the frames called glimpses and recognize an ongoing action based on global and local information. However, in…

Action Recognition

Consistency driven Sequential Transformers Attention Model for Partially Observable Scenes

2022-04-01 · CVPR 2022 1 · Samrudhdhi B. Rangrej, Chetan L. Srinidhi, James J. Clark

Most hard attention models initially observe a complete scene to locate and sense informative glimpses, and predict class-label of a scene based on glimpses. However, in many applications (e.g., aerial imaging), observin…

Hard Attention