paper-with-me

홈 › Papers

AirLab: Autograd Image Registration Laboratory

2018-06-26 · Robin Sandkühler, Christoph Jud, Simon Andermatt, Philippe C. Cattin

Medical image registration is an active research topic and forms a basis for many medical image analysis tasks. Although image registration is a rather general concept specialized methods are usually required to target a specific registration problem. The development and implementation of such methods has been tough so far as the gradient of the objective has to be computed. Also, its evaluation has to be performed preferably on a GPU for larger images and for more complex transformation models and regularization terms. This hinders researchers from rapid prototyping and poses hurdles to reproduce research results. There is a clear need for an environment which hides this complexity to put the modeling and the experimental exploration of registration methods into the foreground. With the "Autograd Image Registration Laboratory" (AIRLab), we introduce an open laboratory for image registration tasks, where the analytic gradients of the objective function are computed automatically and the device where the computations are performed, on a CPU or a GPU, is transparent. It is meant as a laboratory for researchers and developers enabling them to rapidly try out new ideas for registering images and to reproduce registration results which have already been published. AIRLab is implemented in Python using PyTorch as tensor and optimization library and SimpleITK for basic image IO. Therefore, it profits from recent advances made by the machine learning community concerning optimization and deep neural network models. The presented draft of this paper outlines AIRLab with first code snippets and performance analyses. A more exhaustive introduction will follow as a final version soon.

📄 PDF Abstract BibTeX arXiv:1806.09907

Code (3)

airlab-unibas/airlab 공식 구현 pytorch
ChristophJud/airlab pytorch
airlab-unibas/MICCAITutorial2019 pytorch

Tasks

CPUGPUImage RegistrationMedical Image AnalysisMedical Image Registration

Methods 이 논문이 사용한 방법론

Contact Southwest® Airlines™ Representative: +1-877-776-1237 설명 없음

Similar Papers 제목 키워드 기반

Ordinary Differential Equation and Complex Matrix Exponential for Multi-resolution Image Registration

2020-07-27 · Abhishek Nan, Matthew Tennant, Uriel Rubin, Nilanjan Ray

Autograd-based software packages have recently renewed interest in image registration using homography and other geometric models by gradient descent and optimization, e.g., AirLab and DRMIME. In this work, we emphasize …

Image Registration

MinBackProp -- Backpropagating through Minimal Solvers

2024-04-27 · Diana Sungatullina, Tomas Pajdla

We present an approach to backpropagating through minimal problem solvers in end-to-end neural network training. Traditional methods relying on manually constructed formulas, finite differences, and autograd are laboriou…

FAIRLABEL: Correcting Bias in Labels

2023-11-01 · Srinivasan H Sengamedu, Hien Pham

There are several algorithms for measuring fairness of ML models. A fundamental assumption in these approaches is that the ground truth is fair or unbiased. In real-world datasets, however, the ground truth often contain…

Fairness

Towards Trustworthy AutoGrading of Short, Multi-lingual, Multi-type Answers

2022-01-02 · Johannes Schneider, Robin Richner, Micha Riser

Autograding short textual answers has become much more feasible due to the rise of NLP and the increased availability of question-answer pairs brought about by a shift to online education. Autograding performance is stil…

MathVocal Bursts Type Prediction

Skewed Score: A statistical framework to assess autograders

2025-07-04 · Magda Dubois, Harry Coppock, Mario Giulianelli, Timo Flesch 외 arxiv

The evaluation of large language model (LLM) outputs is increasingly performed by other LLMs, a setup commonly known as "LLM-as-a-judge", or autograders. While autograders offer a scalable alternative to human evaluation…

Bias Detection