-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDO_NOT_USE_old_drupal_bibtex.bib
1679 lines (1675 loc) · 220 KB
/
DO_NOT_USE_old_drupal_bibtex.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article {niethammer2015arXiv,
title = {Active Mean Fields for Probabilistic Image Segmentation: Connections with Chan-Vese and Rudin-Osher-Fatemi Models},
journal = {ArXiv e-prints; accepted to SIAM Journal on Imaging Science},
year = {2017},
abstract = {<p>Image segmentation is a fundamental task for extracting semantically meaningful regions from an image. The goal is to assign object labels to each image location. Due to image-noise, shortcomings of algorithms and other ambiguities in the images, there is uncertainty in the assigned labels. In multiple application domains, estimates of this uncertainty are important. For example, object segmentation and uncertainty quantification is essential for many medical application, including tumor segmentation for radiation treatment planning. While a Bayesian characterization of the label posterior provides estimates of segmentation uncertainty, Bayesian approaches can be computationally prohibitive for practical applications. On the other hand, typical optimization based algorithms are computationally very efficient, but only provide maximum a-posteriori solutions and hence no estimates of label uncertainty. In this paper, we propose Active Mean Fields (AMF), a Bayesian technique that uses a mean-field approximation to derive an efficient segmentation and uncertainty quantification algorithm. This model, which allows combining any label-likelihood measure with a boundary length prior, yields a variational formulation that is convex. A specific implementation of that model is the Chan--Vese segmentation model (CV), which formulates the binary segmentation problem through Gaussian likelihoods combined with a boundary-length regularizer. Furthermore, the Euler--Lagrange equations derived from the AMF model are equivalent to those of the popular Rudin-Osher-Fatemi (ROF) model for image de-noising. Solutions to the AMF model can thus be implemented by directly utilizing highly-efficient ROF solvers on log-likelihood ratio fields. We demonstrate the approach using synthetic data, as well as real medical images (for heart and prostate segmentations), and on standard computer vision test images.</p>
},
keywords = {Computer Science - Computer Vision and Pattern Recognition},
url = {http://arxiv.org/abs/1501.05680},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/amf_siims_0.pdf},
author = {Niethammer, M and Pohl, K.~M. and Janoos, F. and Wells, III, W.~M.}
}
@proceedings {209,
title = {AGA: Attribute Guided Augmentation},
year = {2017},
abstract = {<p>We consider the problem of data augmentation, i.e., generating artificial samples to extend a given corpus of training data. Specifically, we propose attributed-guided augmentation (AGA) which learns a mapping that allows to synthesize data such that an attribute of a synthesized sample is at a desired value or strength. This is particularly interesting in situations where little data with no attribute annotation is available for learning, but we have access to a large external corpus of heavily annotated samples. While prior works primarily augment in the space of images, we propose to perform augmentation in feature space instead. We implement our approach as a deep encoderdecoder architecture that learns the synthesis function in an end-to-end manner. We demonstrate the utility of our approach on the problems of (1) one-shot object recognition in a transfer-learning setting where we have no prior knowledge of the new classes, as well as (2) object-based oneshot scene recognition. As external data, we leverage 3D depth and pose information from the SUN RGB-D dataset. Our experiments show that attribute-guided augmentation of high-level CNN features considerably improves one-shot recognition performance on both problems.</p>
},
url = {https://arxiv.org/pdf/1612.02559.pdf},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/aga2017.pdf},
author = {Dixit, Mandar and Kwitt, Roland and Niethammer, Marc and Vasconcelos, Nuno}
}
@article {222,
title = {Brain Extraction from Normal and Pathological Images: A Joint PCA/Image-Reconstruction Approach},
year = {2017},
abstract = {<p>Brain extraction from 3D medical images is a common pre-processing step. A variety of approaches exist, but they are frequently only designed to perform brain extraction from images without strong pathologies. Extracting the brain from images exhibiting strong pathologies, for example, the presence of a brain tumor or of a traumatic brain injury (TBI), is challenging. In such cases, tissue appearance may substantially deviate from normal tissue appearance and hence violates algorithmic assumptions for standard approaches to brain extraction; consequently, the brain may not be correctly extracted.</p>
<p>This paper proposes a brain extraction approach which can explicitly account for pathologies by jointly modeling normal tissue appearance and pathologies. Specifically, our model uses a three-part image de- composition: (1) normal tissue appearance is captured by a statistical appearance model (via principal component analysis (PCA)), (2) pathologies are captured via a total variation term, and (3) the skull and surrounding tissue is captured by a sparsity term. Due to its convexity, the resulting decomposition model allows for efficient optimization. Decomposition and image registration steps are alternated to allow statistical modeling of normal tissue appearance in a fixed atlas coordinate system. As a beneficial side effect, the decomposition model allows for the identification of potentially pathological areas and the reconstruction of a quasi-normal image in atlas space.</p>
<p>We demonstrate the effectiveness of our approach on four datasets: the publicly available IBSR and LPBA40 datasets which show normal image appearance, the BRATS dataset containing imaging with brain tumors, and a dataset containing clinical TBI images. We compare the performance with other popular brain extraction models: ROBEX, BET, BSE and a recently proposed deep learning approach. Our model performs better than these competing approaches on all four datasets. Hence, our approach is an effective method for brain extraction for a wide variety of images with high-quality brain extraction results.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/brain_extraction_han_2017.pdf},
author = {X. Han and R. Kwitt and S. Aylward and B. Menze and A. Asturias and P. Vespa and J. Van Horn and M. Niethammer}
}
@conference {217,
title = {Compressing Networks with Super Nodes},
booktitle = {arXiv},
year = {2017},
abstract = {<p>Community detection is a commonly used technique for identifying groups in a network based on similarities in connectivity patterns. To facilitate community detection in large networks, we recast the network to be partitioned into a smaller network of {\textquoteright}super nodes{\textquoteright}, each super node comprising one or more nodes in the original network. To define the seeds of our super nodes, we apply the {\textquoteright}CoreHD{\textquoteright} ranking from dismantling and decycling. We test our approach through the analysis of two common methods for community detection: modularity maximization with the Louvain algorithm and maximum likelihood optimization for fitting a stochastic block model. Our results highlight that applying community detection to the compressed network of super nodes is significantly faster while successfully producing partitions that are more aligned with the local network connectivity, more stable across multiple (stochastic) runs within and between community detection algorithms, and overlap well with the results obtained using the full network.</p>
},
url = {https://arxiv.org/abs/1706.04110},
author = {N. Stanely and R. Kwitt and M. Niethammer and P. Mucha}
}
@conference {212,
title = {Constructing Shape Spaces from a Topological Perspective},
booktitle = {Proceedings of the International Conference on Information Processing in Medical Imaging (IPMI)},
year = {2017},
abstract = {<p>We consider the task of constructing (metric) shape space(s) from a topological perspective. In particular, we present a generic construction scheme and demonstrate how to apply this scheme when shape\ is interpreted as the differences that remain\ after factoring out translation, scaling and rotation. This is achieved by leveraging a recently proposed injective functional transform of 2D/3D (binary) objects, based on persistent homology. The resulting shape space is then equipped with a similarity measure that is (1) by design robust to noise and (2) fulfills all metric axioms.\ From a practical point of view, analyses of object shape can then\ be carried out directly\ on segmented\ objects obtained from some imaging modality without any preprocessing, such as alignment, smoothing, or landmark selection. We demonstrate the utility of the approach on the problem of\ distinguishing segmented hippocampi from normal controls vs.\ patients with Alzheimer{\textquoteright}s disease in a challenging setup where volume\ <br />
changes are no longer discriminative.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/hofer2017_ipmi.pdf},
author = {C. Hofer and R. Kwitt and M. Niethammer and Y. Hoeller and E. Trinka and A. Uhl}
}
@conference {218,
title = {Deep Learning with Topological Signatures},
booktitle = {arXiv},
year = {2017},
abstract = {<p>Inferring topological and geometrical information from data can offer an alternative perspective on machine learning problems. Methods from topological data analysis, e.g., persistent homology, enable us to obtain such information, typically in the form of summary representations of topological features. However, such topological signatures often come with an unusual structure (e.g., multisets of intervals) that is highly impractical for most machine learning techniques. While many strategies have been proposed to map these topological signatures into machine learning compatible representations, they suffer from being agnostic to the target learning task. In contrast, we propose a technique that enables us to input topological signatures to deep neural networks and learn a task-optimal representation during training. Our approach is realized as a novel input layer with favorable theoretical properties. Classification experiments on 2D object shapes and social network graphs demonstrate the versatility of the approach and, in case of the latter, we even outperform the state-of-the-art by a large margin.</p>
},
url = {https://arxiv.org/abs/1707.04041},
author = {C. Hofer and R. Kwitt and M. Niethammer and A. Uhl}
}
@conference {208,
title = {Efficient Registration of Pathological Images: A Joint PCA/Image-Reconstruction Approach},
booktitle = {ISBI},
year = {2017},
abstract = {<p>Registration involving one or more images containing pathologies is challenging, as standard image similarity measures and spatial transforms cannot account for common changes due to pathologies. Low-rank/Sparse (LRS) decomposition removes pathologies prior to registration; however, LRS is memory-demanding and slow, which limits its use on larger data sets. Additionally, LRS blurs normal tissue regions, which may degrade registration performance. This paper proposes an efficient alternative to LRS: (1) normal tissue appearance is captured by principal component analysis (PCA) and (2) blurring is avoided by an integrated model for pathology removal and image reconstruction. Results on synthetic and BRATS 2015 data demonstrate its utility.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/han_isib2017.pdf},
author = {X. Han and X. Yang and S. Aylward and R. Kwitt and M. Niethammer}
}
@conference {207,
title = {Fast Predictive Multimodal Image Registration},
booktitle = {ISBI},
year = {2017},
abstract = {<p>We introduce a deep encoder-decoder architecture for image deformation prediction from multimodal images. Specifically, we design an image-patch-based deep network that jointly (i) learns an image similarity measure and (ii) the relationship between image patches and deformation parameters. While our method can be applied to general image registration formulations, we focus on the Large Deformation Diffeomorphic Metric Mapping (LDDMM) registration model. By predicting the initial momentum of the shooting formulation of LDDMM, we preserve its mathematical properties and drastically reduce the computation time, compared to optimization-based approaches. Furthermore, we create a Bayesian probabilistic version of the network that allows evaluation of registration uncertainty via sampling of the network at test time. We evaluate our method on a 3D brain MRI dataset using both T1- and T2-weighted images. Our experiments show that our method generates accurate predictions and that learning the similarity measure leads to more consistent registrations than relying on generic multimodal image similarity measures, such as mutual information. Our approach is an order of magnitude faster than optimization-based LDDMM.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/yang_isbi2017.pdf},
author = {X. Yang and R. Kwitt and M. Styner and M. Niethammer}
}
@conference {216,
title = {Fast Predictive Simple Geodesic Regression},
booktitle = {MICCAI Workshop on Deep Learning in Medical Image Analysis (DLMIA)},
year = {2017},
abstract = {<p>Analyzing large-scale imaging studies with thousands of images is computationally expensive. To assess localized morphological differences, deformable image registration is a key tool. However, as registrations are costly to compute, large-scale studies frequently require large compute clusters. This paper explores a fast predictive approximation to image registration. In particular, it uses these fast registrations to approximate a simplified geodesic regression model to capture longitudinal brain changes. The resulting approach is orders of magnitude faster than the optimization-based regression approach and hence facilitates large-scale analysis on a single graphics processing unit. We show results on 2D and 3D brain magnetic resonance images from OASIS and ADNI.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/fast_predictive_simple_geodesic_regression_dlmia.pdf},
author = {Z. Ding and G. Fleishman and X. Yang and P. Thompson and R. Kwitt and M. Niethammer and ADNI}
}
@article {221,
title = {Fast Predictive Simple Geodesic Regression},
year = {2017},
abstract = {<p>Deformable image registration and regression are important tasks in medical image analysis. However, they are computationally expensive, especially when analyzing large-scale datasets that contain thousands of images. Hence, cluster computing is typically used, making the approaches dependent on such computational infrastructure. Even larger computational resources are required as study sizes increase. This limits the use of deformable image registration and regression for clinical applications and as component algorithms for other image analysis approaches. We therefore propose using a fast predictive approach to perform image registrations. In particular, we employ these fast registration predictions to approximate a simplified geodesic regression model to capture longitudinal brain changes. The resulting method is orders of magnitude faster than the standard optimization-based regression model and hence facilitates large-scale analysis on a single graphics processing unit (GPU). We evaluate our results on 3D brain magnetic resonance images (MRI) from the ADNI datasets.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/fpsgr_journal_ding_2017.pdf},
author = {Z. Ding and G. Fleishman and X. Yang and P. Thompson and R. Kwitt and M. Niethammer and ADNI}
}
@proceedings {215,
title = {International Conference on Information Processing in Medical Imaging (IPMI), Boone, North Carolina, USA},
volume = {10265},
year = {2017},
publisher = {Springer},
abstract = {<p>This book constitutes the proceedings of the 25th International Conference on Information Processing in Medical Imaging, IPMI 2017, held at the Appalachian State University, Boon, NC, USA, in June 2017.</p>
},
isbn = {978-3-319-59050-9},
doi = {10.1007/978-3-319-59050-9},
url = {http://www.springer.com/us/book/9783319590493$\#$otherversion=9783319590509},
author = {M. Niethammer and M. Styner and S. Aylward and H. Zhu and I. Oguz and P.-T. Yap and D. Shen}
}
@conference {213,
title = {Orthotropic Thin Shell Elasticity Estimation for Surface Registration},
booktitle = {Proceedings of the International Conference on Information Processing in Medical Imaging (IPMI)},
year = {2017},
abstract = {<p>Elastic physical models have been widely used to regularize deformations in different medical object registration tasks. Traditional approaches usually assume uniform isotropic tissue elasticity (a constant regularization weight) across the whole domain, which contradicts human tissue elasticity being not only inhomogeneous but also anisotropic. We focus on producing more physically realistic deformations for the task of surface registration. We model the surface as an orthotropic elastic thin shell, and we propose a novel statistical framework to estimate inhomogeneous and anisotropic shell elasticity parameters only from a group of known surface deformations. With this framework we show that a joint estimation of within-patient surface deformations and the shell elasticity parameters can improve groupwise registration accuracy. The method is tested in the context of endoscopic reconstruction-surface registration.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/zhao_ipmi_2017.pdf},
author = {Q. Zhao and S. Pizer and R. Alterovitz and M. Niethammer and J. Rosenman}
}
@article {214,
title = {Quicksilver: Fast Predictive Image Registration {\textendash} A Deep Learning Approach},
journal = {NeuroImage},
volume = {158},
year = {2017},
month = {07/2017},
chapter = {378-396},
abstract = {<p>This paper introduces Quicksilver, a fast deformable image registration method. Quicksilver registration for image-pairs works by patch-wise prediction of a deformation model based directly on image appearance. A deep encoder-decoder network is used as the prediction model. While the prediction strategy is general, we focus on predictions for the Large Deformation Diffeomorphic Metric Mapping (LDDMM) model. Specifically, we predict the momentum-parameterization of LDDMM, which facilitates a patch-wise prediction strategy while maintaining the theoretical properties of LDDMM, such as guaranteed diffeomorphic mappings for sufficiently strong regularization. We also provide a probabilistic version of our prediction network which can be sampled during test time to calculate uncertainties in the predicted deformations. Finally, we introduce a new correction network which greatly increases the prediction accuracy of an already existing prediction network. Experiments are conducted for both atlas-to-image and image-to-image registrations. These experiments show that our method accurately predicts registrations obtained by numerical optimization, is very fast, and achieves state-of-the-art registration results on four standard validation datasets. Quicksilver is freely available as open-source software.</p>
},
doi = {10.1016/j.neuroimage.2017.07.008},
url = {https://arxiv.org/abs/1703.10908},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/neuroimage-quicksilver-preprint.pdf},
author = {X. Yang and R. Kwitt and M. Styner and M. Niethammer}
}
@conference {211,
title = {Regression Uncertainty on the Grassmannian},
booktitle = {Proceedings of the AISTATS conference},
year = {2017},
abstract = {<p>Trends in longitudinal or cross-sectional studies over time are often captured through regression models. In their simplest manifestation, these regression models are formulated in Rn. However, in the context of imaging studies, the objects of interest which are to be regressed are frequently best modeled as elements of a Riemannian manifold. Regression on such spaces can be accomplished through geodesic regression. This paper develops an approach to compute confidence intervals for geodesic regression models. The approach is general, but illustrated and specifically developed for the Grassmann manifold, which allows us, e.g., to regress shapes or linear dynamical systems. Extensions to other manifolds can be obtained in a similar manner. We demonstrate our approach for regression with 2D/3D shapes using synthetic and real data.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/aistats_2017_hong_et_al.pdf},
author = {Y. Hong and X. Yang and R. Kwitt and M. Styner and M. Niethammer}
}
@article {210,
title = {The {UNC-Wisconsin} Rhesus Macaque Neurodevelopment Database: A Structural {MRI} and {DTI} Database of Early Postnatal Development},
journal = {Frontiers in Neuroscience},
year = {2017},
abstract = {<p>Rhesus macaques are commonly used as a translational animal model in neuroimaging and neurodevelopmental research. In this report, we present longitudinal data from both structural and diffusion MRI images generated on a cohort of 34 typically developing monkeys from two weeks to 36 months of age. All images have been manually skull stripped and are being made freely available via an online repository for use by the research community. Additionally, this database will continue to be updated as we process the data, create atlases, and perform fiber tracking on the DTI data.</p>
},
doi = {10.3389/fnins.2017.00029},
url = {http://journal.frontiersin.org/article/10.3389/fnins.2017.00029/abstract},
author = {J. T. Young and Y. Shi and M. Niethammer and M. Grauer and C. L. Coe and G. R. Lubach and B. Davis and F. Budin and R. C. Knickmeyer and A. L. Alexander and M. A. Styner}
}
@conference {203,
title = {The Endoscopogram: a {3D} model reconstructed from endoscopic video frames},
booktitle = {MICCAI},
year = {2016},
abstract = {<p>Endoscopy enables high resolution visualization of tissue texture and is a critical step in many clinical workflows, including diagnosis and treatment planning for cancers in the nasopharynx. However, an endoscopic video does not provide 3D spatial information, making it difficult to use in tumor localization, and it is inefficient to review. We introduce a pipeline for automatically reconstructing a textured 3D surface model, which we call an endoscopogram, from multiple 2D endoscopic video frames. Our pipeline first reconstructs a partial 3D surface model for each input individual 2D frame. In the next step (which is the focus of this paper), we generate a single high-quality 3D surface model using a groupwise registration approach that fuses multiple, partially overlapping, incomplete and deformed surface models together. We generate endoscopograms from synthetic, phantom, and patient data and show that our registration approach can account for tissue deformations and reconstruction inconsistency across endoscopic video frames.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/zhao_miccai_2016.pdf},
author = {Q. Zhao and T. Price and S. Pizer and M. Niethammer and R. Alterovitz and J. Rosenman}
}
@conference {205,
title = {Fast Predictive Image Registration},
booktitle = {arXiv},
year = {2016},
abstract = {We present a method to predict image deformations based on patch-wise image appearance. Specifically, we design a patch-based deep encoder-decoder network which learns the pixel/voxel-wise mapping between image appearance and registration parameters. Our approach can predict general deformation parameterizations, however, we focus on the large deformation diffeomorphic metric mapping (LDDMM) registration model. By predicting the LDDMM momentum-parameterization we retain the desirable theoretical properties of LDDMM, while reducing computation time by orders of magnitude: combined with patch pruning, we achieve a 1500x/66x speed up compared to GPU-based optimization for 2D/3D image registration. Our approach has better prediction accuracy than predicting deformation or velocity fields and results in diffeomorphic transformations. Additionally, we create a Bayesian probabilistic version of our network, which allows evaluation of deformation field uncertainty through Monte Carlo sampling using dropout at test time. We show that deformation uncertainty highlights areas of ambiguous deformations. We test our method on the OASIS brain image dataset in 2D and 3D.
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/yang_arxiv_2016.pdf},
author = {X. Yang and R. Kwitt and M. Niethammer}
}
@conference {202,
title = {Memory Efficient LDDMM for Lung CT},
booktitle = {MICCAI},
year = {2016},
abstract = {<p>In this paper a novel Large Deformation Diffeomorphic Metric Mapping (LDDMM) scheme is presented which has significantly lower computational and memory demands than standard LDDMM but achieves the same accuracy. We exploit the smoothness of velocities and transformations by using a coarser discretization compared to the image resolution. This reduces required memory and accelerates numerical optimization as well as solution of transport equations. Accuracy is essentially unchanged as the mismatch of transformed moving and fixed image is incorporated into the model at high resolution. Reductions in memory consumption and runtime are demonstrated for registration of lung CT images. State-of-the-art accuracy is shown for the challenging DIR-Lab chronic obstructive pulmonary disease (COPD) lung CT data sets obtaining a mean landmark distance after registration of 1.03 mm and the best average results so far.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/polzin_miccai_2016.pdf},
author = {T. Polzin and M. Niethammer and M. P. Heinrich and H. Handels and J. Modersitzki}
}
@conference {kwitt2016,
title = {One-Shot Learning of Scene Categories via Feature Trajectory Transfer},
booktitle = {Proceedings of the Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2016},
note = {<p>accepted</p>
},
abstract = {<p>The appearance of (outdoor) scenes changes considerably with the strength of certain transient attributes, such as {\textquoteleft}{\textquoteleft}rainy{\textquoteright}{\textquoteright}, {\textquoteleft}{\textquoteleft}dark{\textquoteright}{\textquoteright} or {\textquoteleft}{\textquoteleft}sunny{\textquoteright}{\textquoteright}. Obviously, this also affects the representation of an image in feature space, e.g., as activations at a certain CNN layer, and consequently impacts scene recognition performance. In this work, we investigate the variability in these transient attributes as a rich source of information for studying how image representations change as a function of attribute strength. In particular, we leverage a recently introduced dataset with fine-grain annotations to estimate feature trajectories for a collection of transient attributes and then show how these trajectories can be transferred to new image representations. This enables us to synthesize new data along the transferred trajectories with respect to the dimensions of the space spanned by the transient attributes. Applicability of this concept is demonstrated on the problem of one-shot scene recognition. We show that data synthesized via feature trajectory transfer considerably boosts recognition performance, (1) with respect to baselines and (2) in combination with state-of-the-art approaches in one-shot learning.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/kwitt_cvpr_2016.pdf},
author = {R. Kwitt and S. Hegenbart and Niethammer, M}
}
@article {hong2015arxiv,
title = {Parametric Regression on the Grassmannian},
journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
year = {2016},
note = {<p>\url{http://arxiv.org/abs/1505.03832}</p>
},
abstract = {<p>We address the problem of fitting parametric curves on the Grassmann manifold for the purpose of intrinsic parametric regression. As customary in the literature, we start from the energy minimization formulation of linear least-squares in Euclidean spaces and generalize this concept to general nonflat Riemannian manifolds, following an optimal-control point of view. We then specialize this idea to the Grassmann manifold and demonstrate that it yields a simple, extensible and easy-to-implement solution to the parametric regression problem. In fact, it allows us to extend the basic geodesic model to (1) a time-warped variant and (2) cubic splines. We demonstrate the utility of the proposed solution on different vision problems, such as shape regression as a function of age, traffic-speed estimation and crowd-counting from surveillance video clips. Most notably, these problems can be conveniently solved within the same framework without any specifically-tailored steps along the processing pipeline.</p>
},
url = {http://arxiv.org/abs/1505.03832},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/hong_pami_2016.pdf , https://wwwx.cs.unc.edu/~mn/sites/default/files/hong_pami_2016_supplementary_material.pdf},
author = {Y. Hong and N. Singh and R. Kwitt and N. Vasconcelos and Niethammer, M}
}
@conference {206,
title = {Registration of Developmental Image Sequences With Missing Data},
booktitle = {Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops, WBIR},
year = {2016},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/csapo2016_wbir.pdf},
author = {I. Csapo and Y. Shi and M. Sanchez and M. Styner and M. Niethammer}
}
@conference {204,
title = {Registration of Pathological Images},
booktitle = {Proceedings of the MICCAI Workshop on Simulation and Synthesis in Medical Imaging (SASHIMI)},
year = {2016},
abstract = {This paper proposes an approach to improve atlas-to-image registration accuracy with large pathologies. Instead of directly registering an atlas to a pathological image, the method learns a mapping from the pathological image to a quasi-normal image, for which more accurate registration is possible. Specifically, the method uses a deep variational convolutional encoder-decoder network to learn the mapping. Furthermore, the method estimates local mapping uncertainty through network inference statistics and uses those estimates to down-weight the image registration similarity measure in areas of high uncertainty. The performance of the method is quantified using synthetic brain tumor images and images from the brain tumor segmentation challenge (BRATS 2015).},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/yang_miccai_2016_tumor.pdf},
author = {X. Yang and X. Han and E. Park and S. Aylward and R. Kwitt and M. Niethammer}
}
@conference {201,
title = {Ultrasound Spectroscopy},
booktitle = {Proceedings of the International Symposium on Biomedical Imaging (ISBI)},
year = {2016},
note = {<p>accepted</p>
},
abstract = {<p>We introduce the concept of {\textquotedblleft}Ultrasound Spectroscopy{\textquotedblright}. The premise of ultrasound spectroscopy is that by acquiring ultrasound RF data at multiple power and frequency settings, a rich set of features can be extracted from that RF data and used to characterize the underlying tissues. This is beneficial for a variety of problems, such as accurate tissue classification, application-specific image generation, and numerousother quantitative tasks. These capabilities are particularly relevant to point-of-care ultrasound (POCUS) applications, where operator experience with ultrasound may be limited. Instead of displaying B-mode images, a POCUS application using ultrasound spectroscopy can, for example, automatically detect internal abdominal bleeding. In this paper, we present ex vivo tissue phantom studies to demonstrate the accuracy of ultrasound spectroscopy over previous approaches. Our studies suggest that ultrasound spectroscopy provides exceptional accuracy and informative features for classifying blood versus other tissues across image locations and body habitus.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/2016-ISBI-Aylward-UltrasoundSpectroscopy.pdf},
author = {S. Aylward and M. McCormick and H. J. Kang and S. Razzaque and R. Kwitt and Niethammer, M}
}
@article {vicory2015,
title = {Appearance Normalization of Histology Slides},
journal = {Computerized Medical Imaging and Graphics},
year = {2015},
abstract = {<p>This paper presents a method for automatic color and intensity normalization of digitized histology slides stained with two different agents. In comparison to previous approaches, prior information on the stain vectors is used in the plane estimation process, resulting in improved stability of the estimates. Due to the prevalence of hematoxylin and eosin staining for histology slides, the proposed method has significant practical utility. In particular, it can be used as a first step to standardize appearance across slides and is effective at countering effects due to differing stain amounts and protocols and counteracting slide fading. The approach is validated against non-prior plane-fitting using synthetic experiments and 13 real datasets. Results of application of the method to adjustment of faded slides are given, and the effectiveness of the method in aiding statistical classification is shown.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/vicory2015_appearancenorm.pdf},
author = {J. Vicory and H. D. Couture and N.E. Thomas and D. Borland and J.S. Marron and J. Woosley and Niethammer, M}
}
@article {huang2015_oa,
title = {Diseased Region Detection of Longitudinal Knee Magnetic Resonance Imaging Data},
journal = {IEEE Transactions on Medical Imaging},
year = {2015},
abstract = {<p>Magnetic resonance imaging (MRI) has become an important imaging technique for quantifying the spatial location and magnitude/direction of longitudinal cartilage morphology changes in patients with osteoarthritis (OA). Although several analytical methods, such as subregion-based analysis, have been developed to refine and improve quantitative cartilage analyses, they can be suboptimal due to two major issues: the lack of spatial correspondence across subjects and time and the spatial heterogeneity of cartilage progression across subjects. The aim of this paper is to present a statistical method for longitudinal cartilage quantification in OA patients, while addressing these two issues. The 3D knee image data is preprocessed to establish spatial correspondence across subjects and/or time. Then, a Gaussian hidden Markov model (GHMM) is proposed to deal with the spatial heterogeneity of cartilage progression across both time and OA subjects. To estimate unknown parameters in GHMM, we employ a pseudo-likelihood function and optimize it by using an expectation-maximization (EM) algorithm. The proposed model can effectively detect diseased regions in each OA subject and present a localized analysis of longitudinal cartilage thickness within each latent subpopulation. Our GHMM integrates the strengths of two standard statistical methods including the local subregion-based analysis and the ordered value approach. We use simulation studies and the Pfizer longitudinal knee MRI dataset to evaluate the finite sample performance of GHMM in the quantification of longitudinal cartilage morphology changes. Our results indicate that GHMM significantly outperforms several standard analytical methods.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/ieee_tmi_chao_zhu_3_3_15.pdf},
author = {C. Huang and L. Shan and H. C. Charles and W. Wirth and Niethammer, M and H. Zhu}
}
@conference {hong2015ipmi,
title = {Group testing for longitudinal data},
booktitle = {International Conference on Information Processing in Medical Imaging (IPMI)},
year = {2015},
abstract = {We consider how to test for group differences of shapes given longitudinal data. In particular, we are interested in differences of longitudinal models of each group{\textquoteright}s subjects. We introduce a generalization of principal geodesic analysis to the tangent bundle of a shape space. This allows the estimation of the variance and principal directions of the distribution of trajectories that summarize shape variations within the longitudinal data. Each trajectory is parameterized as a point in the tangent bundle. To study statistical differences in two distributions of trajectories, we generalize the Bhattacharyya distance in Euclidean space to the tangent bundle. This not only allows to take second-order statistics into account, but also serves as our test-statistic during permutation testing. Our method is validated on both synthetic and real data, and the experimental results indicate improved statistical power in identifying group differences. In fact, our study sheds new light on group differences in longitudinal corpus callosum shapes of subjects with dementia versus normal controls.},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/trajectory_distribution.pdf},
author = {Y. Hong and N. Singh and R. Kwitt and Niethammer, M}
}
@conference {couture2015isbi,
title = {Hierarchical Task-Driven Feature Learning for Tumor Histology},
booktitle = {International Symposium on Biomedical Imaging (ISBI)},
year = {2015},
abstract = {<p>Through learning small and large-scale image features, we can capture the local and architectural structure of tumor tissue from histology images. This is done by learning a hierarchy of dictionaries using sparse coding, where each level captures progressively larger scale and more abstract properties. By optimizing the dictionaries further using class labels, discriminating properties of classes that are not easily visually distinguishable to pathologists are captured. We explore this hierarchical and task-driven model in classifying malignant melanoma and the genetic subtype of breast tumors from histology images. We also show how interpreting our model through visualizations can provide insight to pathologists.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/couture_2015_isbi_task_driven_hierarchical.pdf},
author = {H. D. Couture and J.S. Marron and N.E. Thomas and C. M. Perou and Niethammer, M}
}
@article {liu2015,
title = {Low-rank atlas image analyses in the presence of pathologies},
journal = {IEEE Transactions on Medical Imaging},
year = {2015},
note = {<p>accepted for publication</p>
},
abstract = {<p>We present a common framework, for registering images to an atlas and for forming an unbiased atlas, that tolerates the presence of pathologies such as tumors and traumatic brain injury lesions. This common framework is particularly useful when a sufficient number of protocol-matched scans from healthy subjects cannot be easily acquired for atlas formation and when the pathologies in a patient cause large appearance changes. Our framework combines a low-rank-plus-sparse image decomposition technique with an iterative, diffeomorphic, group-wise image registration method. At each iteration of image registration, the decomposition technique estimates a {\textquoteleft}{\textquoteleft}healthy\" version of each image as its low-rank component and estimates the pathologies in each image as its sparse component. The healthy version of each image is used for the next iteration of image registration. The low-rank and sparse estimates are refined as the image registrations iteratively improve. When that framework is applied to image-to-atlas registration, the low-rank image is registered to a pre-defined atlas, to establish correspondence that is independent of the pathologies in the sparse component of each image. Ultimately, image-to-atlas registrations can be used to define spatial priors for tissue segmentation and to map information across subjects. When that framework is applied to unbiased atlas formation, at each iteration, the average of the low-rank images from the patients is used as the atlas image for the next iteration, until convergence. Since each iteration\&$\#$39;s atlas is comprised of low-rank components, it provides a population-consistent, pathology-free appearance. Evaluations of the proposed methodology are presented using synthetic data as well as simulated and clinical tumor MRI images from the brain tumor segmentation (BRATS) challenge from MICCAI 2012.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/liu_low_rank_atlas_tmi_2015.pdf},
author = {X. Liu and Niethammer, M and R. Kwitt and M. McCormick and S. Aylward}
}
@conference {hong2015miccai,
title = {Model Criticism for Regression on the Grassmannian},
booktitle = {MICCAI},
year = {2015},
abstract = {<p>Reliable estimation of model parameters from data requires a suitable model. In this work, we investigate and extend a recent model criticism approach to evaluate regression models on the Grassmann manifold. Model criticism allows us to check if a model fits and if the underlying model assumptions are justified by the observed data. This is a critical step to check model validity which is often neglected in practice. Using synthetic data we demonstrate that the proposed model criticism approach can indeed reject models that are improper for observed data and that the approach can guide the model selection process. We study two real applications: degeneration of corpus callosum shapes during aging and developmental shape changes in the rat calvarium. Our experimental results suggest that the three tested regression models on the Grassmannian (equivalent to linear, time-warped, and cubic-spline regression in R^n, respectively) can all capture changes of the corpus callosum, but only the cubic-spline model is appropriate for shape changes of the rat calvarium. While our approach is developed for the Grassmannian, the principles are applicable to smooth manifolds in general.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/model_criticism.pdf},
author = {Y. Hong and R. Kwitt and Niethammer, M}
}
@article {zdanski2015,
title = {Quantitative assessment of the upper airway in infants and children with subglottic stenosis},
journal = {The Laryngoscope},
year = {2015},
abstract = {<p>OBJECTIVES: Determine whether geometric measures and computational fluid dynamic modeling (CFD) derived from medical imaging are effective diagnostic and treatment planning tools for pediatric subglottic stenosis (SGS). STUDY DESIGN: Retrospective chart and imaging review. SETTING: Tertiary Care Hospital SUBJECTS AND METHODS: CT scans of children (n=17) with SGS were analyzed by geometric and (CFD) methods. Polysomnograms (n=15) were also analyzed. CT\’s were also analyzed by age/weight flow normalization and comparison to an Atlas created from normal CT\’s. Five geometric, seven CFD, and five PSG measures were analyzed to determine their correlation with which patients received surgery subsequent to the CT/PSG dataset versus those who did not. Statistical analysis was performed using a two-sample t-test with Bonferroni correction and area under the curve analysis. RESULTS: Two geometric indices and one CFD measure were significant for determining which children with SGS received surgery. Polysomnography was less helpful in this determination. Optimal cutoffs for these values were determined from this dataset. CONCLUSIONS: A number of geometric and CFD variables were sensitive at determining which patients with SGS received surgical intervention versus those who did not. Polysomnography was less helpful in making this determination. Discrete, quantitative assessment of the pediatric airway was performed, yielding preliminary data regarding possible objective thresholds for surgical versus non-surgical treatment of disease. This study is limited by its small, retrospective, single institution nature; further studies to validate these findings and possibly optimize treatment threshold recommendations are warranted.</p>
},
author = {C. J. Zdanski and S. D. Davis and Y. Hong and D. Miao and C. Quammen and S. Mitran and B. Davis and Niethammer, M and J. S. Kimbell and E. Pitkin and J. Fine and L. Fordham and B. Vaughn and R. Superfine}
}
@article {lyu2015,
title = {Robust estimation of group-wise cortical correspondence with an application to macaque and human neuroimaging studies},
journal = {Frontiers in Neuroscience},
volume = {9},
number = {210},
year = {2015},
note = {<p>\url{http://dx.doi.org/10.3389/fnins.2015.00210}</p>
},
abstract = {<p>We present a novel group-wise registration method for cortical correspondence for local cortical thickness analysis in human and non-human primate neuroimaging studies. The proposed method is based on our earlier template based registration that estimates a continuous, smooth deformation field via sulcal curve-constrained registration employing spherical harmonic decomposition of the deformation field. This pairwise registration though results in a well-known template selection bias, which we aim to overcome here via a group-wise approach. We propose the use of an unbiased ensemble entropy minimization following the use of the pairwise registration as an initialization. An individual deformation field is then iteratively updated onto the unbiased average. For the optimization, we use metrics specific for cortical correspondence though all of these are straightforwardly extendable to the generic setting: The first focused on optimizing the correspondence of automatically extracted sulcal landmarks and the second on that of sulcal depth property maps. We further propose a robust entropy metric and a hierarchical optimization by employing spherical harmonic basis orthogonality. We also provide the detailed methodological description of both our earlier work and the proposed method with a set of experiments on a population of human and non-human primate subjects. In the experiment, we have shown that our method achieves superior results on consistency through quantitative and visual comparisons as compared to the existing methods.</p>
},
doi = {http://dx.doi.org/10.3389/fnins.2015.00210},
author = {I. Lyu and S. H. Kim and J.-K. Seong and S. W. Yoo and A. Evans and Y. Shi and M. Sanchez and Niethammer, M and M. A. Styner}
}
@conference {cao2015isbi,
title = {Semi-Coupled Dictionary Learning for Deformation Prediction},
booktitle = {International Symposium on Biomedical Imaging (ISBI)},
year = {2015},
abstract = {<p>We propose a coupled dictionary learning method to predict deformation fields based on image appearance. Rather than estimating deformations by standard image registration methods, we investigate how to obtain a basis of the space of deformations. In particular, we explore how image appearance differences with respect to a common atlas image can be used to predict deformations represented by such a basis. We use a coupled dictionary learning method to jointly learn a basis for image appearance differences and their related deformations. Our proposed method is based on local image patches. We evaluate our method on synthetically generated datasets as well as on a structural magnetic resonance brain imaging (MRI) dataset. Our method results in an improved prediction accuracy while reducing the search space compared to nearest neighbor search and demonstrates that learning a deformation basis is feasible.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/tian_cao_isbi_2015.pdf},
author = {T. Cao and N. Singh and V. Jojic and Niethammer, M}
}
@article {hong2015shape,
title = {Shape Analysis Based on Depth-Ordering},
journal = {Medical Image Analysis},
year = {2015},
publisher = {Elsevier},
abstract = {<p>In this paper we propose a new method for shape analysis based on the ordering of shapes using band-depth. We use this band-depth to non-parametrically define a global depth for a shape with respect to a reference population, typically consisting of normal control subjects. This allows us to globally quantify differences with respect to \“normality\”. Using the depth-ordering of shapes also allows the detection of localized shape differences by using \α-central values of shapes. We propose permutation tests to statistically assess global and local shape differences. We further determine the directionality of shape differences (local inflation versus deflation). The method is evaluated on a synthetically generated striatum dataset, and applied to detect shape differences in the hippocampus between subjects with first-episode schizophrenia and normal controls.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/hong2015_depth_based_shape_analysis.pdf},
author = {Hong, Yi and Gao, Yi and Niethammer, Marc and Bouix, Sylvain}
}
@article {singh2015splines,
title = {Splines for Diffeomorphisms},
journal = {Medical Image Analysis},
year = {2015},
publisher = {Elsevier},
abstract = {<p>This paper develops a method for higher order parametric regression on diffeomorphisms for image regression. We present a principled way to define curves with nonzero acceleration and nonzero jerk. This work extends methods based on geodesics which have been developed during the last decade for computational anatomy in the large deformation diffeomorphic image analysis framework. In contrast to previously proposed methods to capture image changes over time, such as geodesic regression, the proposed method can capture more complex spatio-temporal deformations. We take a variational approach that is governed by an underlying energy formulation, which respects the nonflat geometry of diffeomorphisms. Such an approach of minimal energy curve estimation also provides a physical analogy to particle motion under a varying force field. This gives rise to the notion of the quadratic, the cubic and the piecewise cubic splines on the manifold of diffeomorphisms. The variational formulation of splines also allows for the use of temporal control points to control spline behavior. This necessitates the development of a shooting formulation for splines. The initial conditions of our proposed shooting polynomial paths in diffeomorphisms are analogous to the Euclidean polynomial coefficients. We experimentally demonstrate the effectiveness of using the parametric curves both for synthesizing polynomial paths and for regression of imaging data. The performance of the method is compared to geodesic regression.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/singh2015_diffeosplines.pdf},
author = {Singh, Nikhil and Vialard, Fran{\c c}ois-Xavier and Niethammer, Marc}
}
@conference {kwitt2015,
title = {Statistical Topological Data Analysis {\textendash} A Kernel Perspective},
booktitle = {NIPS},
year = {2015},
note = {<p>accepted</p>
},
abstract = {<p>We consider the problem of statistical computations with persistence diagrams, a summary representation of topological features in data. These diagrams encode persistent homology, a widely used invariant in topological data analysis. While several avenues towards a statistical treatment of the diagrams have been explored recently, we follow an alternative route that is motivated by the success of methods based on the embedding of probability measures into reproducing kernel Hilbert spaces. In fact, a positive definite kernel on persistence diagrams has recently been proposed, connecting persistent homology to popular kernel-based learning techniques such as support vector machines. However, important properties of that kernel which would enable a principled use in the context of probability measure embeddings remain to be explored. Our contribution is to close this gap by proving universality of a variant of the original kernel, and to demonstrate its effective use in two-sample hypothesis testing on synthetic as well as real-world data.</p>
},
url = {http://papers.nips.cc/paper/5887-statistical-topological-data-analysis-a-kernel-perspective},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/kwitt-statistical-topological-data-analysis-a-kernel-perspective.pdf},
author = {R. Kwitt and U. Bauer and S. Huber and Niethammer, M and W. Lin}
}
@conference {zhao2015,
title = {Surface Registration in the Presence of Missing Patches and Topology Change},
booktitle = {Proceedings of the Medical Image Understanding and Analysis Conference},
year = {2015},
abstract = {<p>The fusion between an endoscopic movie and a CT poses a special surface registration problem. The surface extracted from CT is complete and accurate, whereas the surface extracted from endoscopy suffers from serious missing patches and topology change. We propose a surface registration method, Thin Shell Demons, that is robust under these two situations. Motivated by Thirion\’s Demons idea, the partial surface can provide virtual forces to attract the complete surface, which is equipped with a novel physics-based deformation energy. This energy can help preserve the correct surface topology while producing realistic deformation for the regions that don\’t have any attracting counterpart regions. The attraction direction assures the deformation is not affected by the surface completeness. Moreover, we propose to use geometric feature matching for computing virtual forces to handle inaccurate 3D point positions and large deformations. We test our method for CT/endoscope fusion and show its potential to achieve successful registration.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/zhao_2015_miua.pdf},
author = {Q. Zhao and T. Price and S. Pizer and Niethammer, M and R. Alterovitz and J. Rosenman}
}
@conference {yang2015miccai,
title = {Uncertainty Quantification for LDDMM Using a Low-rank Hessian Approximation},
booktitle = {MICCAI},
year = {2015},
abstract = {<p>This paper presents an approach to estimate the uncertainty of registration parameters for the large displacement diffeomorphic metric mapping (LDDMM) registration framework. Assuming a local multivariate Gaussian distribution as an approximation for the registration energy at the optimal registration parameters, we propose a method to approximate the covariance matrix as the inverse of the Hessian of the registration energy to quantify registration uncertainty. In particular, we make use of a low-rank approximation to the Hessian to accurately and efficiently estimate the covariance matrix using few eigenvalues and eigenvectors. We evaluate the uncertainty of the LDDMM registration results for both synthetic and real imaging data.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/xiao_yang_miccai_2015.pdf , https://wwwx.cs.unc.edu/~mn/sites/default/files/xiao_yang_miccai_2015_supplementary_material.pdf},
author = {X. Yang and Niethammer, M}
}
@article {shan2012_media,
title = {Automatic Atlas-based Three-label Cartilage Segmentation from MR Knee Images},
journal = {Medical Image Analysis},
year = {2014},
abstract = {<p>Osteoarthritis (OA) is the most common form of joint disease and often characterized by cartilage changes. Accurate quantitative methods are needed to rapidly screen large image databases to assess changes in cartilage morphology. We therefore propose a new automatic atlas-based cartilage segmentation method for future automatic OA studies. Atlas-based segmentation methods have been demonstrated to be robust and accurate in brain imaging and therefore also hold high promise to allow for reliable and high-quality segmentations of cartilage. Nevertheless, atlas-based methods have not been well explored for cartilage segmentation. A particular challenge is the thinness of cartilage, its relatively small volume in comparison to surrounding tissue and the difficulty to locate cartilage interfaces -- for example the interface between femoral and tibial cartilage. This paper focuses on the segmentation of femoral and tibial cartilage, proposing a multi-atlas segmentation strategy with non-local patch-based label fusion which can robustly identify candidate regions of cartilage. This method is combined with a novel three-label segmentation method which guarantees the spatial separation of femoral and tibial cartilage, and ensures spatial regularity while preserving the thin cartilage shape through anisotropic regularization. Our segmentation energy is convex and therefore guarantees globally optimal solutions. We perform an extensive validation of the proposed method on 706 images of the Pfizer Longitudinal Study. Our validation includes comparisons of different atlas segmentation strategies, different local classifiers, and different types of regularizers. To compare to other cartilage segmentation approaches we validate based on the 50 images of the SKI10 dataset.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/shan2014_media_cartilage_segmentation.pdf},
author = {L. Shan and Zach, C and C. Charles and Niethammer, M}
}
@mastersthesis {shan2014automatic,
title = {Automatic localized analysis of longitudinal cartilage changes},
year = {2014},
school = {The university of North Carolina at Chapel Hill},
type = {phd},
abstract = {<p>Osteoarthritis (OA) is the most common form of arthritis; it is characterized by the loss of cartilage. Automatic quantitative methods are needed to screen large image databases to assess changes in cartilage morphology. This dissertation presents an automatic analysis method to quantitatively analyze longitudinal cartilage changes from knee magnetic resonance (MR) images. A novel robust automatic cartilage segmentation method is proposed to overcome the limitations of existing cartilage segmentation methods. The dissertation presents a new and general convex three-label segmentation approach to ensure the separation of touching objects, i.e., femoral and tibial cartilage. Anisotropic spatial regularization is introduced to avoid over-regularization by isotropic regularization on thin objects. Temporal regularization is further incorporated to encourage temporally-consistent segmentations across time points for longitudinal data. The state-of-the-art analysis of cartilage changes relies on the subdivision of cartilage, which is coarse and purely geometric whereas cartilage loss is a local thinning process and exhibits spatial nonuniformity. A statistical analysis method is proposed to study localized longitudinal cartilage thickness changes by establishing spatial correspondences across time and between subjects. The method is general and can be applied to nonuniform morphological changes in other diseases.</p>
},
url = {http://dc.lib.unc.edu/cdm/ref/collection/etd/id/5965},
author = {Shan, Liang}
}
@conference {hong2014_miccai_depth,
title = {Depth-Based Shape Analysis},
booktitle = {Proceedings of the International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI)},
year = {2014},
abstract = {In this paper we propose a new method for shape analysis based on the depth-ordering of shapes. We use this depth-ordering to non-parametrically define depth with respect to a normal control population. This allows us to quantify differences with respect to {\textquotedblleft}normality{\textquotedblright}. We combine this approach with a permutation test allowing it to test for localized shape differences. The method is evaluated on a synthetically generated striatum dataset as well as on a real caudate dataset.},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/hong2014_miccai_depth_based_shape_analysis.pdf},
author = {Y. Hong and Y. Gao and Niethammer, M and Bouix, S}
}
@conference {hong2014_eccv_grassmann,
title = {Geodesic Regression on the Grassmannian},
booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
year = {2014},
abstract = {<p>This paper considers the problem of regressing data points on the Grassmann manifold over a scalar-valued variable. The Grassmannian has recently gained considerable attention in the vision community with applications in domain adaption, face recognition, shape analysis, or the classification of linear dynamical systems. Motivated by the success of these approaches, we introduce a principled formulation for regression tasks on that manifold. We propose an intrinsic geodesic regression model generalizing classical linear least-squares regression. Since geodesics are parametrized by a starting point and a velocity vector, the model enables the synthesis of new observations on the manifold. To exemplify our approach, we demonstrate its applicability on three vision problems where data objects can be represented as points on the Grassmannian: the prediction of traffic speed and crowd counts from dynamical system models of surveillance videos and the modeling of aging trends in human brain structures using an affine-invariant shape representation.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/hong2014_eccv_grassmannian_geodesic_regression.pdf , https://wwwx.cs.unc.edu/~mn/sites/default/files/hong2014_eccv_grassmannian_geodesic_regression_supplementary_material.pdf},
author = {Y. Hong and N. Singh and R. Kwitt and N. Vasconcelos and Niethammer, M}
}
@conference {zhao2014_miccai_spectral,
title = {Geometric-Feature-Based Spectral Graph Matching in Pharyngeal Surface Registration},
booktitle = {Proceedings of the International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI)},
year = {2014},
abstract = {Fusion between an endoscopic movie and a CT can aid specifying the tumor target volume for radiotherapy. That requires a deformable pharyngeal surface registration between a 3D endoscope reconstruction and a CT segmentation. In this paper, we propose to use local geometric features for deriving a set of initial correspondences between two surfaces, with which an association graph can be constructed for registration by spectral graph matching. We also define a new similarity measurement to provide a meaningful way for computing inter-surface affinities in the association graph. Our registration method can deal with large non-rigid anatomical deformation, as well as missing data and topology change. We tested the robustness of our method with synthetic deformations and showed registration results on real data.},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/zhao2014_miccai_geometric_feature_based_spectral_graph_matching.pdf},
author = {Q. Zhao and S. Pizer and Niethammer, M and J. Rosenman}
}
@article {zhang2014,
title = {Large Deformation Diffeomorphic Registration of Diffusion-Weighted Imaging Data},
journal = {Medical Image Analysis},
year = {2014},
abstract = {<p>Registration plays an important role in group analysis of diffusion-weighted imaging (DWI) data. It helps build a white matter anatomy that is crucial for investigating variation or tracking changes in white matter within a population. Unlike traditional scalar image registration where spatial alignment is the only focus, registration of DWI data requires both spatial alignment of structures and reorientation of local diffusivity profiles. As such, DWI registration is much more complex and challenging than scalar image registration. Although a variety of algorithms has been proposed to tackle the problem, most of them are restricted by the diffusion model used for registration, making it difficult to fit to the registered data a different model. In this paper we describe a method that allows any diffusion model to be fitted after registration for subsequent multifaceted analysis. This is achieved by directly aligning DWI data using a large deformation diffeomorphic registration framework. Our algorithm seeks the optimal coordinate mapping by simultaneously considering structural alignment, local diffusivity profile reorientation, and deformation regularization. Our algorithm also incorporates a multikernel strategy to concurrently register anatomical structures of different scales. We demonstrate the efficacy of our approach using in vivo data and report detailed qualitative and quantitative results in comparison with several different registration strategies.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/zhang2014_media.pdf},
author = {P. Zhang and Niethammer, M and D. Shen and P.-T. Yap}
}
@conference {liu2014_miccai_low_rank,
title = {Low-Rank to the Rescue {\textendash} Atlas-based Analyses in the Presence of Pathologies},
booktitle = {Proceedings of the International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI)},
year = {2014},
abstract = {Low-rank image decomposition has the potential to address a broad range of challenges that routinely occur in clinical practice. Its novelty and utility in the context of atlas-based analysis stems from its ability to handle images containing large pathologies and large deformations. Potential applications include atlas-based tissue segmentation and unbiased atlas building from data containing pathologies. In this paper we present atlas-based tissue segmentation of MRI from patients with large pathologies. Specifically, a healthy brain atlas is registered with the low-rank components from the input MRIs, the low-rank components are then re-computed based on those registrations, and the process is then iteratively repeated. Preliminary evaluations are conducted using the brain tumor segmentation challenge data (BRATS {\textquoteright}12).},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/liu2014_miccai_low_rank_to_the_rescue.pdf},
author = {X. Liu and Niethammer, M and R. Kwitt and M. McCormick and S. Aylward}
}
@article {160,
title = {PORTR: Pre-Operative and Post-Recurrence Brain Tumor Registration.},
journal = {IEEE Transactions on Medical Imaging},
volume = {33},
year = {2014},
month = {2014 Mar},
pages = {651-67},
abstract = {<p>We propose a new method for deformable registration of pre-operative and post-recurrence brain MR scans of glioma patients. Performing this type of intra-subject registration is challenging as tumor, resection, recurrence, and edema cause large deformations, missing correspondences, and inconsistent intensity profiles between the scans. To address this challenging task, our method, called PORTR, explicitly accounts for pathological information. It segments tumor, resection cavity, and recurrence based on models specific to each scan. PORTR then uses the resulting maps to exclude pathological regions from the image-based correspondence term while simultaneously measuring the overlap between the aligned tumor and resection cavity. Embedded into a symmetric registration framework, we determine the optimal solution by taking advantage of both discrete and continuous search methods. We apply our method to scans of 24 glioma patients. Both quantitative and qualitative analysis of the results clearly show that our method is superior to other state-of-the-art approaches.</p>
},
issn = {1558-254X},
doi = {10.1109/TMI.2013.2293478},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/kwon-TMI-2013.pdf},
author = {Kwon, Dongjin and Niethammer, Marc and Akbari, Hamed and Bilello, Michel and Davatzikos, Christos and Pohl, Kilian M}
}
@conference {wassermann2014,
title = {Probabilistic Diffeomorphic Registration: Representing Uncertainty},
booktitle = {Proceedings of the International Workshop on Biomedical Image Registration (WBIR)},
year = {2014},
abstract = {<p>This paper presents a novel mathematical framework for representing uncertainty in large deformation diffeomorphic image registration. The Bayesian posterior distribution over the deformations aligning a moving and a fixed image is approximated via a variational formulation. A stochastic differential equation (SDE) modeling the deformations as the evolution of a time-varying velocity field leads to a prior density over deformations in the form of a Gaussian process. This permits estimating the full posterior distribution in order to represent uncertainty, in contrast to methods in which the posterior is approximated via Monte Carlo sampling or maximized in maximum a-posteriori (MAP) estimation. The framework is demonstrated in the case of landmark-based image registration, including simulated data and annotated pre and intra-operative 3D images.</p>
},
url = {https://hal.archives-ouvertes.fr/hal-01095091},
author = {D. Wassermann and M. Toews and Niethammer, M and W. Wells III}
}
@article {tighe2014_ijcv,
title = {Scene Parsing with Object Instance Inference Using Regions and Per-exemplar Detectors},
journal = {International Journal of Computer Vision},
year = {2014},
abstract = {<p>This paper describes a system for interpreting a scene by assigning a semantic label at every pixel and inferring the spatial extent of individual object instances together with their occlusion relationships. First we present a method for labeling each pixel aimed at achieving broad coverage across hundreds of object categories, many of them sparsely sampled. This method combines region-level features with per-exemplar sliding window detectors. Unlike traditional bounding box detectors, per-exemplar detectors perform well on classes with little training data and high intra-class variation, and they allow object masks to be transferred into the test image for pixel-level segmentation. Next, we use per-exemplar detections to generate a set of candidate object masks for a given test image. We then select a subset of objects that explain the image well and have valid overlap relationships and occlusion ordering. This is done by minimizing an integer quadratic program either using a greedy method or a standard solver. We alternate between using the object predictions to refine the pixel labels and using the pixel labels to improve the object predictions. The proposed system obtains promising results on two challenging subsets of the LabelMe dataset, the largest of which contains 45,676 images and 232 classes.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/jtighe-ijcv14.pdf},
author = {J. Tighe and Niethammer, M and S. Lazebnik}
}
@conference {tighe2014,
title = {Scene Parsing with Object Instances and Occlusion Ordering},
booktitle = {Proceedings of the Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2014},
abstract = {<p>This work proposes a method to interpret a scene by assigning a semantic label at every pixel and inferring the spatial extent of individual object instances together with their occlusion relationships. Starting with an initial pixel labeling and a set of candidate object masks for a given test image, we select a subset of objects that explain the image well and have valid overlap relationships and occlusion ordering. This is done by minimizing an integer quadratic program either using a greedy method or a standard solver. Then we alternate between using the object predictions to improve the pixel labels and using the pixel labels to improve the object predictions. The proposed system obtains promising results on two challenging subsets of the LabelMe dataset, the largest of which contains 45,676 images and 232 classes.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/jtighe-cvpr14.pdf},
author = {J. Tighe and Niethammer, M and S. Lazebnik}
}
@proceedings {durrleman2014,
title = {Spatio-temporal Image Analysis for Longitudinal and Time-Series Image Data},
volume = {8682},
year = {2014},
publisher = {Springer},
abstract = {<p>This book constitutes the refereed proceedings of the Third International Workshop on Spatio-temporal Image Analysis for Longitudinal and Time-Series Image Data, STIA 2014, held in conjunction with MICCAI 2014 in Boston, MA, in October 2014.</p>
},
url = {http://link.springer.com/book/10.1007/978-3-319-14905-9},
editor = {S. Durrleman and Fletcher, T and G. Gerig and Niethammer, M}
}
@conference {singh2014_miccai_splines,
title = {Splines for Diffeomorphic Image Regression},
booktitle = {Proceedings of the International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI)},
year = {2014},
abstract = {<p>This paper develops a method for splines on diffeomorphisms for image regression. In contrast to previously proposed methods to capture image changes over time, such as geodesic regression, the method can capture more complex spatio-temporal deformations. In particular, it is a first step towards capturing periodic motions for example of the heart or the lung. Starting from a variational formulation of splines the proposed approach allows for the use of temporal control points to control spline behavior. This necessitates the development of a shooting formulation for splines. Experimental results are shown for synthetic and real data. The performance of the method is compared to geodesic regression.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/singh2014_miccai_splines_for_diffeomorphic_image_regression.pdf , https://wwwx.cs.unc.edu/~mn/sites/default/files/singh2014_miccai_splines_supplementary_material.pdf},
author = {N. Singh and Niethammer, M}
}
@article {hong2014_statistical_atlas,
title = {Statistical Atlas Construction via Weighted Functional Boxplots},
journal = {Medical Image Analysis},
year = {2014},
abstract = {<p>Atlas-building from population data is widely used in medical imaging. However, the emphasis of atlas-building approaches is typically to estimate a spatial alignment to compute a mean / median shape or image based on population data. In this work, we focus on the statistical characterization of the population data, once spatial alignment has been achieved. We introduce and propose the use of the weighted functional boxplot. This allows the generalization of concepts such as the median, percentiles, or outliers to spaces where the data objects are functions, shapes, or images, and allows spatio-temporal atlas-building based on kernel regression. In our experiments, we demonstrate the utility of the approach to construct statistical atlases for pediatric upper airways and corpora callosa revealing their growth patterns. We also define a score system based on the pediatric airway atlas to quantitatively measure the severity of subglottic stenosis (SGS) in the airway. This scoring allows the classification of pre- and post-surgery SGS subjects and radiographically normal controls. Experimental results show the utility of atlas information to assess the effect of airway surgery in children.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/weighted-functional-boxplot.pdf},
author = {Y. Hong and B. Davis and J.S. Marron and R. Kwitt and N. Singh and J. S. Kimbell and E. Pitkin and R. Superfine and S. D. Davis and C. J. Zdanski and Niethammer, M}
}
@conference {hong2014_miccai_time_warped,
title = {Time-warped Geodesic Regression},
booktitle = {Proceedings of the International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI)},
year = {2014},
abstract = {We consider geodesic regression with parametric time-warps. This allows, for example, to capture saturation effects as typically observed during brain development or degeneration. While highly-flexible models to analyze time-varying image and shape data based on generalizations of splines and polynomials have been proposed recently, they come at the cost of substantially more complex inference. Our focus in this paper is therefore to keep the model and its inference as simple as possible while allowing to capture expected biological variation. We demonstrate that by augmenting geodesic regression with parametric time-warp functions, we can achieve comparable flexibility to more complex models while retaining model simplicity. In addition, the time-warp parameters provide useful information of underlying anatomical changes as demonstrated for the analysis of corpora callosa and rat calvariae. We exemplify our strategy for shape regression on the Grassmann manifold, but note that the method is generally applicable for time-warped geodesic regression.},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/hong2014_miccai_time_warped_geodesic_regression.pdf},
author = {Y. Hong and N. Singh and R. Kwitt and Niethammer, M}
}
@conference {singh2014_tda,
title = {Topological Descriptors of Histology Images},
booktitle = {Proceedings of the MICCAI Workshop on Machine Learning in Medical Imaging (MLMI)},
year = {2014},
abstract = {<p>The purpose of this study is to investigate architectural characteristics of cell arrangements in breast cancer histology images. We propose the use of topological data analysis to summarize the geometric information inherent in tumor cell arrangements. Our goal is to use this information as signatures that encode robust summaries of cell arrangements in tumor tissue as captured through histology images. In particular, using ideas from algebraic topology we construct topological descriptors based on cell nucleus segmentations such as persistency charts and Betti sequences. We assess their performance on the task of discriminating the breast cancer subtypes Basal, Luminal A, Luminal B and HER2. We demonstrate that the topological features contain useful complementary information to image-appearance based features that can improve discriminatory performance of classifiers.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/singh2014_tda_breast_cancer.pdf , https://wwwx.cs.unc.edu/~mn/sites/default/files/singh2014_tda_breast_cancer_supplementary_material.pdf},
author = {N. Singh and H. D. Couture and J.S. Marron and C. Perou and Niethammer, M}
}
@conference {rathi2013,
title = {Diffusion Propagator Estimation using Radial Basis Functions},
booktitle = {Proceedings of the MICCAI Workshop on Computational Diffusion MRI (CDMRI)},
year = {2013},
abstract = {<p>The average diffusion propagator (ADP) obtained from diffusion MRI (dMRI) data encapsulates important structural properties of the underlying tissue. Measures derived from the ADP can be potentially used as markers of tissue integrity in characterizing several mental disorders. Thus, accurate estimation of the ADP is imperative for its use in neuroimaging studies. In this work, we propose a simple method for estimating the ADP by representing the acquired diffusion signal in the entire q-space using radial basis functions (RBF). We demonstrate our technique using two different RBF\’s (generalized inverse multiquadric and Gaussian) and derive analytical expressions for the corresponding ADP\’s.We also derive expressions for computing the solid angle orientation distribution function (ODF) for each of the RBF\’s. Estimation of the weights of the RBF\’s is done by enforcing positivity constraint on the estimated ADP or ODF. Finally, we validate our method on data obtained from a physical phantom with known fiber crossing of 45 degrees and also show comparison with the solid spherical harmonics method of [7].We also demonstrate our method on in-vivo human brain data.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/rathi2013_miccai_cdmri_rbf_prop.pdf},
author = {Y. Rathi and Niethammer, M and F. Laun and K. Setsompop and O. Michailovich and P. E. Grant and C.-F. Westin}
}
@article {127,
title = {Diffusion Tensor Imaging-Based Characterization of Brain Neurodevelopment in Primates.},
journal = {Cerebral cortex (New York, N.Y. : 1991)},
volume = {23},
year = {2013},
month = {2012 Jan 23},
pages = {36-48},
abstract = {<p>Primate neuroimaging provides a critical opportunity for understanding neurodevelopment. Yet the lack of a normative description has limited the direct comparison with changes in humans. This paper presents for the first time a cross-sectional diffusion tensor imaging (DTI) study characterizing primate brain neurodevelopment between 1 and 6 years of age on 25 healthy undisturbed rhesus monkeys (14 male, 11 female). A comprehensive analysis including region-of-interest, voxel-wise, and fiber tract-based approach demonstrated significant changes of DTI properties over time. Changes in fractional anisotropy (FA), mean diffusivity, axial diffusivity (AD), and radial diffusivity (RD) exhibited a heterogeneous pattern across different regions as well as along fiber tracts. Most of these patterns are similar to those from human studies yet a few followed unique patterns. Overall, we observed substantial increase in FA and AD and a decrease in RD for white matter (WM) along with similar yet smaller changes in gray matter (GM). We further observed an overall posterior-to-anterior trend in DTI property changes over time and strong correlations between WM and GM development. These DTI trends provide crucial insights into underlying age-related biological maturation, including myelination, axonal density changes, fiber tract reorganization, and synaptic pruning processes.</p>
},
issn = {1460-2199},
doi = {10.1093/cercor/bhr372},
url = {http://cercor.oxfordjournals.org/content/23/1/36.long},
author = {Shi, Yundi and Short, Sarah J and Knickmeyer, Rebecca C and Wang, Jiaping and Coe, Christopher L and Niethammer, Marc and Gilmore, John H and Zhu, Hongtu and Styner, Martin A}
}
@conference {huang2013,
title = {Diseased Region Detection of Longitudinal Knee MRI Data},
booktitle = {Proceedings of the Conference on Information Processing in Medical Imaging (IPMI)},
volume = {7917},
year = {2013},
pages = {632{\textendash}643},
abstract = {<p>Statistical analysis of longitudinal cartilage changes in osteoarthritis (OA) is of great importance and still a challenge in knee MRI data analysis. A major challenge is to establish a reliable correspondence across subjects within the same latent subpopulations. We develop a novel Gaussian hidden Markov model (GHMM) to establish spatial correspondence of cartilage thinning across both time and subjects within the same latent subpopulations and make statistical inference on the detection of diseased regions in each OA patient. A hidden Markov random field (HMRF) is proposed to extract such latent subpopulation structure. The EM algorithm and pseudo-likelihood method are both considered in making statistical inference. The proposed model can effectively detect diseased regions and present a localized analysis of longitudinal cartilage thickness within each latent subpopulation. Simulation studies and diseased region detection on 2D thickness maps extracted from full 3D longitudinal knee MRI Data for Pfizer Longitudinal Dataset are performed, which show that our proposed model outperforms standard voxel-based analysis.</p>
},
url = {http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4012563/},
author = {C. Huang and L. Shan and C. Charles and Niethammer, M and H. Zhu}
}
@conference {lyu2013,
title = {Group-wise Cortical Correspondence via Sulcal Curve-Constrained Entropy Minimization},
booktitle = {Proceedings of the Conference on Information Processing in Medical Imaging (IPMI)},
year = {2013},
note = {<p>accepted for publication</p>
},
abstract = {We present a novel cortical correspondence method employing group-wise registration in a spherical parametrization space for the use in local cortical thickness analysis in human and non-human primate neuroimaging studies. The proposed method is unbiased registration that estimates a continuous smooth deformation eld into an unbiased average space via sulcal curve-constrained entropy minimization using spherical harmonic decomposition of the spherical deformation field. We initialize a correspondence by our pair-wise method that establishes a surface correspondence with a prior template. Since this pair-wise correspondence is biased to the choice of a template, we further improve the correspondence by employing unbiased ensemble entropy minimization across all surfaces, which yields a deformation field onto the iteratively updated unbiased average. The specific entropy metric incorporates two terms: the first focused on optimizing the correspondence of automatically extracted sulcal landmarks and the second on that of sulcal depth maps. We also propose an encoding scheme for spherical deformation via spherical harmonics as well as a novel method to choose an optimal spherical polar coordinate system for the most efficient deformation field estimation. The experimental results show evidence that the proposed method improves the correspondence quality in non-human primate and human subjects as compared to the pair-wise method.},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/lyu2013_ipmi.pdf},
author = {I. Lyu and S. H. Kim and J.-K. Seong and S. W. Yoo and A. C. Evans and Y. Shi and M. Sanchez and Niethammer, M and Styner, M}
}
@conference {zhang2013_miccai,
title = {Large Deformation Diffeomorphic Registration of Diffusion-Weighted Images with Explicit Orientation Optimization},
booktitle = {MICCAI},
year = {2013},
abstract = {We seek to compute a diffeomorphic map between a pair of diffusion-weighted images under large deformation. Unlike existing techniques, our method allows any diffusion model to be fitted after registration for subsequent multifaceted analysis. This is achieved by directly aligning the diffusion-weighted images using a large deformation diffeomorphic registration framework formulated from an optimal control perspective. Our algorithm seeks the optimal coordinate mapping by simultaneously considering structural alignment, local fiber reorientation, and deformation regularization. Our algorithm also incorporates a multikernel strategy to concurrently register anatomical structures of different scales. We demonstrate the efficacy of our approach using in vivo data and report on detailed qualitative and quantitative results in comparison with several different registration strategies.},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/zhang2013_miccai.pdf},
author = {P. Zhang and Niethammer, M and D. Shen and P.-T. Yap}
}
@conference {zhang2013_2_miccai,
title = {Large Deformation Image Classification Using Generalized Locality-Constrained Linear Coding},
booktitle = {MICCAI},
year = {2013},
abstract = {<p>Magnetic resonance (MR) imaging has been demonstrated to be very useful for clinical diagnosis of Alzheimer\’s disease (AD). A common approach to using MR images for AD detection is to spatially normalize the images by non-rigid image registration, and then perform statistical analysis on the resulting deformation fields. Due to the high nonlinearity of the deformation field, recent studies suggest to use initial momentum instead as it lies in a linear space and fully encodes the deformation field. In this paper we explore the use of initial momentum for image classification by focusing on the problem of AD detection. Experiments on the public ADNI dataset show that the initial momentum, together with a simple sparse coding technique\—locality-constrained linear coding (LLC)\—can achieve a classification accuracy that is comparable to or even better than the state of the art.We also show that the performance of LLC can be greatly improved by introducing proper weights to the codebook.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/zhang2013_miccai_linear_coding.pdf},
author = {P. Zhang and C.-Y. Wee and Niethammer, M and D. Shen and P.-T. Yap}
}
@article {162,
title = {A locally adaptive regularization based on anisotropic diffusion for deformable image registration of sliding organs.},
journal = {IEEE transactions on medical imaging},
volume = {32},
year = {2013},
month = {2013 Nov},
pages = {2114-26},
abstract = {<p>We propose a deformable image registration algorithm that uses anisotropic smoothing for regularization to find correspondences between images of sliding organs. In particular, we apply the method for respiratory motion estimation in longitudinal thoracic and abdominal computed tomography scans. The algorithm uses locally adaptive diffusion tensors to determine the direction and magnitude with which to smooth the components of the displacement field that are normal and tangential to an expected sliding boundary. Validation was performed using synthetic, phantom, and 14 clinical datasets, including the publicly available DIR-Lab dataset. We show that motion discontinuities caused by sliding can be effectively recovered, unlike conventional regularizations that enforce globally smooth motion. In the clinical datasets, target registration error showed improved accuracy for lung landmarks compared to the diffusive regularization. We also present a generalization of our algorithm to other sliding geometries, including sliding tubes (e.g., needles sliding through tissue, or contrast agent flowing through a vessel). Potential clinical applications of this method include longitudinal change detection and radiotherapy for lung or abdominal tumours, especially those near the chest or abdominal wall.</p>
},
issn = {1558-254X},
doi = {10.1109/TMI.2013.2274777},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/dpace_slidingTMIPaper_publishing.pdf},
author = {Pace, Danielle F and Aylward, Stephen R and Niethammer, Marc}
}
@article {csapo2012_media,
title = {Longitudinal Image Registration with Temporally-Dependent Image Similarity Measure},
journal = {IEEE Transactions on Medical Imaging},
year = {2013},
note = {<p>accepted for publication</p>
},
abstract = {<p>Longitudinal imaging studies are frequently used to investigate temporal changes in brain morphology and often require spatial correspondence between images achieved through image registration. Beside morphological changes, image intensity may also change over time, for example when studying brain maturation. However, such intensity changes are not accounted for in image similarity measures for standard image registration methods. Hence, (i) local similarity measures, (ii) methods estimating intensity transformations between images, and (iii) metamorphosis approaches have been developed to either achieve robustness with respect to intensity changes or to simultaneously capture spatial and intensity changes. For these methods, longitudinal intensity changes are not explicitly modeled and images are treated as independent static samples. Here, we propose a model-based image similarity measure for longitudinal image registration that estimates a temporal model of intensity change using all available images simultaneously.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/model_based_similarity_measure_article.pdf},
author = {I. Csapo and Y. Shi and B. Davis and M. Sanchez and Styner, M and Niethammer, M}
}
@conference {shan2013_isbi,
title = {Longitudinal three-label segmentation of knee cartilage},
booktitle = {Proceedings of the International Symposium on Biomedical Imaging (ISBI)},
year = {2013},
note = {<p>accepted for publication</p>
},
abstract = {Automatic accurate segmentation methods are needed to assess longitudinal cartilage changes in osteoarthritis (OA). We propose a novel general spatio-temporal three-label segmentation method to encourage segmentation consistency across time in longitudinal image data. The segmentation is formulated as a convex optimization problem which allows for the computation of globally optimal solutions. The longitudinal segmentation is applied within an automatic knee cartilage segmentation pipeline. Experimental results demonstrate that the longitudinal segmentation improves the segmentation consistency in comparison to the temporally-independent segmentation.},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/shan2013_isbi.pdf},
author = {L. Shan and C. Charles and Niethammer, M}
}
@article {161,
title = {Multi-modal registration for correlative microscopy using image analogies.},
journal = {Medical image analysis},
year = {2013},
month = {2013 Dec 18},
abstract = {<p>Correlative microscopy is a methodology combining the functionality of light microscopy with the high resolution of electron microscopy and other microscopy technologies for the same biological specimen. In this paper, we propose an image registration method for correlative microscopy, which is challenging due to the distinct appearance of biological structures when imaged with different modalities. Our method is based on image analogies and allows to transform images of a given modality into the appearance-space of another modality. Hence, the registration between two different types of microscopy images can be transformed to a mono-modality image registration. We use a sparse representation model to obtain image analogies. The method makes use of corresponding image training patches of two different imaging modalities to learn a dictionary capturing appearance relations. We test our approach on backscattered electron (BSE) scanning electron microscopy (SEM)/confocal and transmission electron microscopy (TEM)/confocal images. We perform rigid, affine, and deformable registration via B-splines and show improvements over direct registration using both mutual information and sum of squared differences similarity measures to account for differences in image appearance.</p>
},
issn = {1361-8423},
doi = {10.1016/j.media.2013.12.005},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/cao2013_image_analogies_media.pdf},
author = {Cao, Tian and Zach, Christopher and Modla, Shannon and Powell, Debbie and Czymmek, Kirk and Niethammer, Marc}
}
@article {funkhouser2013,
title = {A new tool improves diagnostic test performance for transmission EM evaluation of axonemal dynein arms.},
journal = {Ultrastructural Pathology},
year = {2013},
note = {<p>accepted for publication</p>
},
abstract = {<p>Abstract Diagnosis of primary ciliary dyskinesia (PCD) by identification of dynein arm loss in transmission electron microscopy (TEM) images can be confounded by high background noise due to random electron-dense material within the ciliary matrix, leading to diagnostic uncertainty even for experienced morphologists. The authors developed a novel image analysis tool to average the axonemal peripheral microtubular doublets, thereby increasing microtubular signal and reducing random background noise. In a randomized, double-blinded study that compared two experienced morphologists and three different diagnostic approaches, they found that use of this tool led to improvement in diagnostic TEM test performance.</p>
},
url = {http://www.tandfonline.com/doi/full/10.3109/01913123.2013.815081},
author = {W. K. Funkhouser and Niethammer, M and J. L. Carson and K. A Burns and M R. Knowles and M. W. Leigh and M. A. Zariwala and W. K. Funkhouser}
}
@conference {hon2013_isbi,
title = {A Pediatric Airway Atlas and its Application to Subglottic Stenosis},
booktitle = {Proceedings of the International Symposium on Biomedical Imaging (ISBI)},
year = {2013},
note = {<p>accepted for publication</p>
},
pages = {1206-1209},
abstract = {<p>Young children with upper airway problems are at risk for hypoxia, respiratory insufficiency and long term morbidity. Computational models and quantitative analysis would reveal airway growth patterns and benefit clinical care. To capture expected growth patterns we propose a method to build a pediatric airway atlas as a function of age. The atlas is based on a simplified airway model in combination with kernel regression. We show experimental results on children with subglottic stenosis to demonstrate that our method is able to track and measure the stenosis in pediatric airways.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/hong2013_isbi.pdf},
author = {Y. Hong and Niethammer, M and A. Johan and J. Kimbell and E. Pitkin and R. Superfine and S. Davis and C. Zdanski and B. Davis}
}
@conference {niethammer_fx_2013,
title = {Riemannian metrics for statistics on shapes: parallel transport and scale invariance},
booktitle = {Proceedings of the 4th MICCAI workshop on Mathematical Foundations of Computational Anatomy (MFCA)},
year = {2013},
pages = {1{\textendash}13},
abstract = {To be able to statistically compare evolutions of image timeseries data requires a method to express these evolutions in a common coordinate system. This requires a mechanism to transport evolutions between coordinate systems: e.g., parallel transport has been used for large displacement diffeomorphic metric mapping (LDDMM) approaches. A common purpose to study evolutions is to assess local tissue growth or decay as observed in the context of neurodevelopment or neurodegeneration. Hence, preserving this information under transport is important to allow for faithful statistical analysis in the common coordinate system. Most basically, we require scale invariance. Here, we show that a scale invariant metric does not exist in the LDDMM setting. We illustrate the impact of this non-invariance on parallel transport. We also propose a new class of Riemannian metrics on shapes which preserves the variation of a global indicator such as volume under parallel transport.},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/vialard2013_miccai_mfca.pdf},
author = {Niethammer, M and F. X. Vialard}
}
@conference {cao2013_miccai,
title = {Robust Multimodal Dictionary Learning},
booktitle = {MICCAI},
year = {2013},
abstract = {We propose a robust multimodal dictionary learning method for multimodal images. Joint dictionary learning for both modalities may be impaired by lack of correspondence between image modalities in training data, for example due to areas of low quality in one of the modalities. Dictionaries learned with such non-corresponding data will induce uncertainty about image representation. In this paper, we propose a probabilistic model that accounts for image areas that are poorly corresponding between the image modalities. We cast the problem of learning a dictionary in presence of problematic image patches as a likelihood maximization problem and solve it with a variant of the EM algorithm. Our algorithm iterates identification of poorly corresponding patches and refinements of the dictionary. We tested our method on synthetic and real data. We show improvements in image prediction quality and alignment accuracy when using the method for multimodal image registration.},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/cao2013_miccai.pdf},
author = {T. Cao and V. Jojic and S. Modla and D. Powell and K. Czymmek and Niethammer, M}
}
@article {niethammer2013_area_constrained_segmentation,
title = {Segmentation with area constraints.},
journal = {Medical image analysis},
volume = {17},
year = {2013},
month = {2013 Jan},
pages = {101-12},
abstract = {<p>Image segmentation approaches typically incorporate weak regularity conditions such as boundary length or curvature terms, or use shape information. High-level information such as a desired area or volume, or a particular topology are only implicitly specified. In this paper we develop a segmentation method with explicit bounds on the segmented area. Area constraints allow for the soft selection of meaningful solutions, and can counteract the shrinking bias of length-based regularization. We analyze the intrinsic problems of convex relaxations proposed in the literature for segmentation with size constraints. Hence, we formulate the area-constrained segmentation task as a mixed integer program, propose a branch and bound method for exact minimization, and use convex relaxations to obtain the required lower energy bounds on candidate solutions. We also provide a numerical scheme to solve the convex subproblems. We demonstrate the method for segmentations of vesicles from electron tomography images.</p>
},
issn = {1361-8423},
doi = {10.1016/j.media.2012.09.002},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/supplementary_material.pdf},
author = {Niethammer, Marc and Zach, Christopher}
}
@conference {lorenzi2013_miccai,
title = {Sparse Scale-Space Decomposition of Volume Changes in Deformation Fields},
booktitle = {MICCAI},
year = {2013},
abstract = {Anatomical changes like brain atrophy or growth are usually not homogeneous in space and across spatial scales, since they map differently depending on the anatomical structures. Thus, the accurate analysis of volume changes from medical images requires to reliably localize and distinguish the spatial changes occurring at different scales, from voxel to regional level. We propose here a framework for the sparse probabilistic scale-space analysis of volume changes encoded by deformations. Our framework is based on the Helmholtz decomposition of vector fields. By scale-space analysis of the scalar pressure map associated to the irrotational component of the deformation, we robustly identify the areas of maximal volume changes, and we define a consistent sparse decomposition of the irrotational component. We show the effectiveness of our framework in the challenging problem of detecting the progression of tumor growth, and in the group-wise analysis of the longitudinal atrophy in Alzheimer{\textquoteright}s disease.},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/lorenzi2013_miccai.pdf},
author = {M. Lorenzi and B. Menze and Niethammer, M and N. Ayache and X. Pennec}
}
@conference {kwitt2013_miccai,
title = {Studying Cerebral Vasculature Using Structure Proximity and Graph Kernels},
booktitle = {MICCAI},
year = {2013},
abstract = {An approach to study population differences in cerebral vasculature is proposed. This is done by 1) extending the concept of encoding cerebral blood vessel networks as spatial graphs and 2) quantifying graph similarity in a kernel-based discriminant classifier setup. We argue that augmenting graph vertices with information about their proximity to selected brain structures adds discriminative information and consequently leads to a more expressive encoding. Using graph-kernels then allows us to quantify graph similarity in a principled way. To demonstrate our approach, we assess the hypothesis that gender differences manifest as variations in the architecture of cerebral blood vessels, an observation that previously had only been tested and confirmed for the Circle of Willis. Our results strongly support this hypothesis, i.e, we can demonstrate non-trivial, statistically significant deviations from random gender classification in a cross-validation setup on 40 healthy patients.},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/kwitt2013_miccai_0.pdf},
author = {R. Kwitt and D. Pace and Niethammer, M and S. Aylward}
}
@conference {hong2013_miccai,
title = {Weighted Functional Boxplot with Application to Statistical Atlas Construction},
booktitle = {MICCAI},
year = {2013},
abstract = {<p>Atlas-building from population data is widely used in medical imaging. However, the emphasis of atlas-building approaches is typically to compute a mean / median shape or image based on population data. In this work, we focus on the statistical characterization of the population data, once spatial alignment has been achieved. We introduce and propose the use of the weighted functional boxplot. This allows the generalization of concepts such as the median, percentiles, or outliers to spaces where the data objects are functions, shapes, or images, and allows spatio-temporal atlas-building based on kernel regression. In our experiments, we demonstrate the utility of the approach to construct statistical atlases for pediatric upper airways and corpora callosa revealing their growth patterns. Furthermore, we show how such atlas information can be used to assess the effect of airway surgery in children.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/hong2013_miccai.pdf},
author = {Y. Hong and B. Davis and J. Marron and R. Kwitt and Niethammer, M}
}
@conference {shan2011_isbi,
title = {Automatic Multi-Atlas-Based Cartilage Segmentation from Knee MR Images},
booktitle = {Proceedings of the International Symposium on Biomedical Imaging (ISBI)},
year = {2012},
abstract = {<p>In this paper, we propose a multi-atlas-based method to automatically segment the femoral and tibial cartilage from T1 weighted magnetic resonance (MR) knee images. The segmentation result is a joint decision of the spatial priors from a multi-atlas registration and the local likelihoods within a Bayesian framework. The cartilage likelihoods are obtained from a probabilistic k nearest neighbor classification. Validation results on 18 knee MR images against the manual expert segmentations from a dataset acquired for osteoarthritis research show good performance for the segmentation of femoral and tibial cartilage (mean Dice similarity coefficient of 75.2\% and 81.7\% respectively).</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/shan_isbi_2012.pdf},
author = {L. Shan and C. Charles and Niethammer, M}
}
@article {miedema2011,
title = {Image and Statistical Analysis of Melanocytic Histology},
journal = {Histopathology},
volume = {61},
year = {2012},
pages = {436-444},
abstract = {<p>Aims: We apply digital image analysis techniques to study selected types of melanocytic lesions. Methods and Results: We use advanced digital image analysis to compare melanocytic lesions. All comparisons were statistically significant (p \< 0.0001) and we highlight four: 1) melanoma to nevi, 2) melanoma subtypes to nevi, 3) severely dysplastic nevi to other nevi, and 4) melanoma to severely dysplastic nevi. We were successful in differentiating melanoma from nevi (ROC area 0.95) using image-derived features. Analysis revealed features related to nuclear size, shape, and distance between nuclei most important. Dividing melanoma into subtypes, even greater separation was obtained (ROC area 0.98 for superficial spreading melanoma; 0.95 for lentigo maligna melanoma; and 0.99 for unclassified). Severely dysplastic nevi were best differentiated from conventional and mildly dysplastic nevi by differences in cellular staining qualities (ROC area 0.84). We found that melanoma were separated from severely dysplastic nevi by features related to cell shape and cellular staining qualities (ROC area 0.95). Conclusions: We offer a unique perspective into the evaluation of melanocytic lesions and demonstrate a technological application with increasing prevalence, with potential use as an adjunct to traditional diagnosis in the future.</p>
},
doi = {10.1111/j.1365-2559.2012.04229.x},
url = {http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3425719/},
author = {J. Miedema and J.S. Marron and Niethammer, M and D. Borland and J. Woosley and J. Coposky and S. Wei and N.E. Thomas}
}
@conference {zhang2012_miccai,
title = {Large Deformation Diffeomorphic Registration of Diffusion-Weighted Images},
booktitle = {MICCAI},
year = {2012},
abstract = {<p>Registration of Diffusion-weighted imaging (DWI) data emerges as an important topic in magnetic resonance (MR) image analysis. As existing methods are often designed for specific diffusion models, it is difficult to fit to the registered data different models other than the one used for registration. In this paper we describe a diffeomorphic registration algorithm for DWI data under large deformation. Our method generates spatially normalized DWI data and it is thus possible to fit various diffusion models after registration for comparison purposes. Our algorithm includes (1) a reorientation component, where each diffusion profile (DWI signal as a function on a unit sphere) is decomposed, reoriented and recomposed to form the orientation-corrected DWI profile, and (2) a large deformation diffeomorphic registration component to ensure one-to-one mapping in a large-structural-variation scenario. In addition our algorithm uses a geodesic shooting mechanism to avoid the huge computational resources that are needed to register high-dimensional vector-valued data. We also incorporate into our algorithm a multi-kernel strategy where anatomical structures at different scales are considered simultaneously during registration. We demonstrate the efficacy of our method using in vivo data.</p>
},
url = {http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3771077/},
author = {P. Zhang and Niethammer, M and D. Shen and P.-T. Yap}
}
@conference {csapo2012_miccai,
title = {Longitudinal Image Registration with Non-Uniform Appearance Change},
booktitle = {MICCAI},
year = {2012},
abstract = {<p>Longitudinal imaging studies are frequently used to investigate temporal changes in brain morphology. Image intensity may also change over time, for example when studying brain maturation. However, such intensity changes are not accounted for in image similarity measures for standard image registration methods. Hence, (i) local similarity measures, (ii) methods estimating intensity transformations between images, and (iii) metamorphosis approaches have been developed to either achieve robustness with respect to intensity changes or to simultaneously capture spatial and intensity changes. For these methods, longitudinal intensity changes are not explicitly modeled and images are treated as independent static samples. Here, we propose a model-based image similarity measure for longitudinal image registration in the presence of spatially non-uniform intensity change.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/csapo_miccai_2012_0.pdf},
author = {I. Csapo and B. Davis and Y. Shi and M. Sanchez and Styner, M and Niethammer, M}
}
@conference {vanDenBerg2012,
title = {LQG-Obstacles: Feedback Control with Collision Avoidance for Mobile Robots with Motion and Sensing Uncertainty},
booktitle = {Proceedings of the International Conference on Robotics and Automation (ICRA)},
year = {2012},
abstract = {<p>This paper presents LQG-Obstacles, a new concept that combines linear-quadratic feedback control of mobile robots with guaranteed avoidance of collisions with obstacles. Our approach generalizes the concept of Velocity Obstacles to any robotic system with a linear Gaussian dynamics model. We integrate a Kalman filter for state estimation and an LQR feedback controller into a closed-loop dynamics model of which a higher-level control objective is the {\textquoteleft}{\textquoteleft}control input{\textquoteright}{\textquoteright}. We then define the LQG-Obstacle as the set of control objectives that result in a collision with high probability. Selecting a control objective outside the LQG-Obstacle then produces collision-free motion. We demonstrate the potential of LQG-Obstacles by safely and smoothly navigating a simulated quadrotor helicopter with complex non-linear dynamics and motion and sensing uncertainty through three-dimensional environments with obstacles and narrow passages.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/vandenberg_icra_2012_0.pdf},
author = {J. van den Berg and D. Wilkie and S. J. Guy and Niethammer, M and D. Manocha}
}
@conference {hong2012_miccai,
title = {Metamorphic Geodesic Regression},
booktitle = {MICCAI},
year = {2012},
abstract = {<p>We propose a metamorphic geodesic regression approach approximating spatial transformations for image time-series while simultaneously accounting for intensity changes. Such changes occur for example in magnetic resonance imaging (MRI) studies of the developing brain due to myelination. To simplify computations we propose an approximate metamorphic geodesic regression formulation that only requires pairwise computations of image metamorphoses. The approximated solution is an appropriately weighted average of initial momenta. To obtain initial momenta reliably, we develop a shooting method for image metamorphosis.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/hong_MICCAI2012_metamorphic_geodesic_regression.pdf},
author = {Y. Hong and S. Joshi and M. Sanchez and Styner, M and Niethammer, M}
}
@conference {cao2012_wbir,
title = {Registration for Correlative Microscopy using Image Analogies},
booktitle = {Workshop on Biomedical Image Registration (WBIR)},
year = {2012},
abstract = {<p>Correlative microscopy is a methodology combining the functionality of light microscopy with the high resolution of electron microscopy and other microscopy technologies for the same biological specimen. In this paper, we propose an image registration method for correlative microscopy, which is challenging due to the distinct appearance of biological structures when imaged with di↵erent modalities. Our method is based on image analogies and allows to transform images of a given modality into the appearance-space of another modality. Hence, the registration between two di↵erent types of microscopy images can be transformed to a mono-modality image registration. We use a sparse representation model to obtain image analogies. The method makes use of representative corresponding image training patches of two different imaging modalities to learn a dictionary capturing appearance relations. We test our approach on backscattered electron (BSE) Scanning Electron Microscopy (SEM)/confocal and Transmission Electron Microscopy (TEM)/confocal images and show improvements over direct registration using a mutual-information similarity measure to account for differences in image appearance.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/cao2012_wbir.pdf},
author = {T. Cao and Zach, C and S. Modla and D. Powell and K. Czymmek and Niethammer, M}
}
@conference {hong2012_wbir,
title = {Simple Geodesic Regression for Image Time-Series},
booktitle = {Workshop on Biomedical Image Registration (WBIR)},
year = {2012},
abstract = {<p>Geodesic regression generalizes linear regression to general Riemannian manifolds. Applied to images, it allows for a compact approximation of an image time-series through an initial image and an initial momentum. Geodesic regression requires the definition of a squared residual (squared distance) between the regression geodesic and the measurement images. In principle, this squared distance should also be defined through a geodesic connecting an image on the regression geodesicto its respective measurement. However, in practice only standard registration distances (such as sum of squared distances) are used, to reduce computation time. This paper describes a simplified geodesic regression method which approximates the registration-based distances with respect to a fixed initial image. This results in dramatically simplified computations. In particular, the method becomes straightforward to implement using readily available large displacement diffeomorphic metric mapping (LDDMM) shooting algorithms and decouples the problem into pairwise image registrations allowing parallel computations. We evaluate the approach using 2D synthetic images and real 3D brain images.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/hong2012_wbir_simpleGeodesicRegression.pdf},
author = {Y. Hong and M. Sanchez and Styner, M and Niethammer, M}
}
@article {lee-tmi_2012,
title = {Simulation-Based Joint Estimation of Body Deformation and Elasticity Parameters for Medical Image Analysis.},
journal = {IEEE transactions on medical imaging},
year = {2012},
month = {2012 Aug 8},
abstract = {<p>Estimation of tissue stiffness is an important means of noninvasive cancer detection. Existing elasticity reconstruction methods usually depend on a dense displacement field (inferred from ultrasound orMR images) and known external forces.Many imaging modalities, however, cannot provide details within an organ and therefore cannot provide such a displacement field. Furthermore, force exertion and measurement can be difficult for some internal organs, making boundary forces another missing parameter. We propose a general method for estimating elasticity and boundary forces automatically using an iterative optimization framework, given the desired (target) output surface. During the optimization, the input model is deformed by the simulator, and an objective function based on the distance between the deformed surface and the target surface is minimized numerically. The optimization framework does not depend on a particular simulation method and is therefore suitable for different physical models. We show a positive correlation between clinical prostate cancer stage (a clinical measure of severity) and the recovered elasticity of the organ. Since the surface correspondence is established, our method also provides a non-rigid image registration, where the quality of the deformation fields is guaranteed, as they are computed using a physics-based simulation.</p>
},
issn = {1558-254X},
doi = {10.1109/TMI.2012.2212450},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/lee_tmi2012.pdf},
author = {Lee, H and M. Foskey and Niethammer, M and Krajcevski, P and M. Lin}
}
@proceedings {durrleman2012,
title = {Spatio-temporal Image Analysis for Longitudinal and Time-Series Image Data},
volume = {7570},
year = {2012},
publisher = {Springer},
abstract = {<p>This book constitutes the refereed proceedings of the Second International Workshop on Spatio-temporal Image Analysis for Longitudinal and Time-Series Image Data, STIA 2012, held in conjunction with MICCAI 2012 in Nice, France, in October 2012.</p>
},
url = {http://www.springer.com/computer/image+processing/book/978-3-642-33554-9},
editor = {S. Durrleman and Fletcher, T and G. Gerig and Niethammer, M}
}
@conference {csapo2012_wbir,
title = {Temporally-Dependent Image Similarity Measure for Longitudinal Analysis},
booktitle = {Workshop on Biomedical Image Registration (WBIR)},
year = {2012},
abstract = {<p>Current longitudinal image registration methods rely on the assumption that image appearance between time-points remains constant or changes uniformly within intensity classes. This assumption, however, is not valid for magnetic resonance imaging of brain development. Registration methods developed to align images with non-uniform appearance change either (i) locally minimize some global similarity measure, or (ii) iteratively estimate an intensity transformation that makes the images similar. However, these methods treat the individual images as independent static samples and are inadequate for the strong non-uniform appearance changes seen in neurodevelopmental data. Here, we propose a model-based similarity measure intended for aligning longitudinal images that locally estimates a temporal model of intensity change. Unlike previous approaches, the model-based formulation is able to capture complex appearance changes between time-points and we demonstrate that it is critical when using a deformable transformation model.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/csapo2012_wbir.pdf},
author = {I. Csapo and Y. Shi and M. Sanchez and Styner, M and Niethammer, M}
}
@conference {li2011automated,
title = {An automated pipeline for cortical surface generation and registration of the cerebral cortex},
booktitle = {Proceedings of SPIE},
volume = {7962},
year = {2011},
pages = {796229},
abstract = {<p>
The human cerebral cortex is one of the most complicated structures in the body. It has a highly convoluted structure with much of the cortical sheet buried in sulci. Based on cytoarchitectural and functional imaging studies, it is possible to segment the cerebral cortex into several subregions. While it is only possible to differentiate the true anatomical subregions based on cytoarchitecture, the surface morphometry aligns closely with the underlying cytoarchitecture and provides features that allow the surface of the cortex to be parcellated based on the sulcal and gyral patterns that are readily visible on the MR images. We have developed a fully automated pipeline for the generation and registration of cortical surfaces in the spherical domain. The pipeline initiates with the BRAINS AutoWorkup pipeline. Subsequently, topology correction and surface generation is performed to generate a genus zero surface and mapped to a sphere. Several surface features are then calculated to drive the registration between the atlas surface and other datasets. A spherical diffeomorphic demons algorithm is used to co-register an atlas surface onto a subject surface. A lobar based atlas of the cerebral cortex was created from a manual parcellation of the cortex. The atlas surface was then co-registered to five additional subjects using a spherical diffeomorphic demons algorithm. The labels from the atlas surface were warped on the subject surface and compared to the manual raters. The average Dice overlap index was 0.89 across all regions.</p>
},
author = {Li, W. and Ibanez, L. and Gelas, A. and Yeo, B.T.T. and Niethammer, M and Andreasen, N.C. and Magnotta, V.A.}
}
@conference {shan2011_mmbia,
title = {Automatic Atlas-based Three-label Cartilage Segmentation from MR Knee Images},
booktitle = {Proceedings of the Workshop on Mathematical Methods in Biomedical Image Analysis (MMBIA)},
year = {2011},
abstract = {<p>This paper proposes a method to build a bone-cartilage atlas of the knee and to use it to automatically segment femoral and tibial cartilage from T1 weighted magnetic resonance (MR) images.\ Anisotropic spatial regularization is incorporated into a three-label segmentation framework to improve segmentation results for the thin cartilage layers. We jointly use the atlas information and the output of a probabilistic k nearest neighbor classifier within the segmentation method.\ The resulting cartilage segmentation method is fully automatic. Validation results on 18 knee MR images against manual expert segmentations from a dataset acquired for osteoarthritis research show good performance for the segmentation of femoral and tibial cartilage (mean Dice similarity coefficient of 79.2\% and 83.5\% respectively).</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/shan_MMBIA2012.pdf},
author = {L. Shan and C. Charles and Niethammer, M}
}
@conference {lee2011automatic,
title = {Automatic cortical thickness analysis on rodent brain},
booktitle = {Proceedings of SPIE},
volume = {7962},
year = {2011},
pages = {796248},
abstract = {<p>
Localized difference in the cortex is one of the most useful morphometric traits in human and animal brain studies. There are many tools and methods already developed to automatically measure and analyze cortical thickness for the human brain. However, these tools cannot be directly applied to rodent brains due to the different scales; even adult rodent brains are 50 to 100 times smaller than humans. This paper describes an algorithm for automatically measuring the cortical thickness of mouse and rat brains. The algorithm consists of three steps: segmentation, thickness measurement, and statistical analysis among experimental groups. The segmentation step provides the neocortex separation from other brain structures and thus is a preprocessing step for the thickness measurement. In the thickness measurement step, the thickness is computed by solving a Laplacian PDE and a transport equation. The Laplacian PDE first creates streamlines as an analogy of cortical columns; the transport equation computes the length of the streamlines. The result is stored as a thickness map over the neocortex surface. For the statistical analysis, it is important to sample thickness at corresponding points. This is achieved by the particle correspondence algorithm which minimizes entropy between dynamically moving sample points called particles. Since the computational cost of the correspondence algorithm may limit the number of corresponding points, we use thin-plate spline based interpolation to increase the number of corresponding sample points. As a driving application, we measured the thickness difference to assess the effects of adolescent intermittent ethanol exposure that persist into adulthood and performed t-test between the control and exposed rat groups. We found significantly differing regions in both hemispheres.</p>
},
author = {Lee, J. and Ehlers, C. and Crews, F. and Niethammer, M and Budin, F. and Paniagua, B. and Sulik, K. and Johns, J. and Styner, M and Oguz, I}
}
@inbook {Pace_Enquobahrie_Yang_Aylward_Niethammer_2011,
title = {Deformable image registration of sliding organs using anisotropic diffusive regularization},
booktitle = {2011 IEEE International Symposium on Biomedical Imaging From Nano to Macro},
year = {2011},
pages = {407{\textendash}413},
abstract = {<p>Traditional deformable image registration imposes a uniform smoothness constraint on the deformation field. This is not appropriate when registering images visualizing organs that slide relative to each other, and therefore leads to registration inaccuracies. In this paper, we present a deformation field regularization term that is based on anisotropic diffusion and accommodates the deformation field discontinuities that are expected when considering sliding motion. The registration algorithm was assessed first using artificial images of geometric objects. In a second validation, monomodal chest images depicting both respiratory and cardiac motion were generated using an anatomically-realistic software phantom and then registered. Registration accuracywas assessed based on the distances between corresponding segmented organ surfaces. Compared to an established diffusive regularization approach, the anisotropic diffusive regularization gave deformation fields that represented more plausible image correspondences, while giving rise to similar transformed moving images and comparable registration accuracy.</p>
},
url = {http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3141338/},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/pace2011_isbi_sliding_registration_0.pdf},
author = {Pace, Danielle F and Enquobahrie, Andinet and Yang, Hua and Aylward, Stephen R and Niethammer, Marc}
}
@conference {niethammer2011_1,
title = {Geodesic Regression},
booktitle = {MICCAI},
year = {2011},
note = {<p>
accepted for publication</p>
},
abstract = {<p>\ Registration of image-time series has so far been accomplished (i) by concatenating registrations between image pairs, (ii) by solving a joint estimation problem resulting in piecewise geodesic paths between image pairs, (iii) by kernel based local averaging or (iv) by augmenting the joint estimation with additional temporal irregularity penalties. Here, we propose a <em>generative model</em> extending least squares linear regression to the space of images by using a second-order dynamic formulation for image registration. Unlike previous approaches, the formulation allows for a compact representation of an approximation to the full spatio-temporal trajectory through its initial values. The method also opens up possibilities to design image-based approximation algorithms. The resulting optimization problem is solved using an adjoint method.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/niethammer2011_geodesic_regression_miccai_0.pdf},
author = {Niethammer, M and Y. Huang and F.-X. Vialard}
}
@conference {niethammer2011_2,
title = {Geometric Metamorphosis},
booktitle = {MICCAI},
year = {2011},
note = {<p>
accepted for publication</p>
},
abstract = {<p>\ Standard image registration methods do not account for changes in image appearance. Hence, metamorphosis approaches have been developed which jointly estimate a space deformation and a change in image appearance to construct a spatio-temporal trajectory smoothly transforming a source to a target image. For standard metamorphosis, geometric changes are not explicitly modeled. We propose a <em>geometric metamorphosis</em> formulation, which explains changes in image appearance by a global deformation, a deformation of a geometric model, and an image composition model. This work is motivated by the clinical challenge of predicting the long-term effects of traumatic brain injuries based on time-series images.\ This work is also applicable to the quantification of tumor progression (e.g., estimating its infiltrating and displacing components) and predicting chronic blood perfusion changes after stroke.\ We demonstrate the utility of the method using simulated data as well as scans from a clinical traumatic brain injury patient.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/niethammer2011_geometric_metamorphosis_miccai_0.pdf},
author = {Niethammer, M and G. Hart and D. Pace and S. Aylward}
}
@conference {vachet2011group,
title = {Group-wise automatic mesh-based analysis of cortical thickness},
booktitle = {Proceedings of SPIE},
volume = {7962},
year = {2011},
pages = {796227},
abstract = {<p>
The analysis of neuroimaging data from pediatric populations presents several challenges. There are normal variations in brain shape from infancy to adulthood and normal developmental changes related to tissue maturation. Measurement of cortical thickness is one important way to analyze such developmental tissue changes. We developed a novel framework that allows group-wise automatic mesh-based analysis of cortical thickness. Our approach is divided into four main parts. First an individual pre-processing pipeline is applied on each subject to create genus-zero inflated white matter cortical surfaces with cortical thickness measurements. The second part performs an entropy-based group-wise shape correspondence on these meshes using a particle system, which establishes a trade-off between an even sampling of the cortical surfaces and the similarity of corresponding points across the population using sulcal depth information and spatial proximity. A novel automatic initial particle sampling is performed using a matched 98-lobe parcellation map prior to a particle-splitting phase. Third, corresponding re-sampled surfaces are computed with interpolated cortical thickness measurements, which are finally analyzed via a statistical vertex-wise analysis module. This framework consists of a pipeline of automated 3D Slicer compatible modules. It has been tested on a small pediatric dataset and incorporated in an open-source C++ based high-level module called GAMBIT. GAMBIT\&$\#$39;s setup allows efficient batch processing, grid computing and quality control. The current research focuses on the use of an average template for correspondence and surface re-sampling, as well as thorough validation of the framework and its application to clinical pediatric studies.</p>
},
author = {Vachet, C and Hazlett, H.C. and Niethammer, M and Oguz, I and Cates, J and Whitaker, R and Piven, J. and Styner, M}
}
@article {kabul2011,
title = {An Optimal Control Approach for Texture Metamorphosis},
journal = {Computer Graphics Forum},
year = {2011},
note = {<p>accepted for publication</p>
},
abstract = {<p>In this paper, we introduce a new texture metamorphosis approach for interpolating texture samples from a source texture into a target texture. We use a new energy optimization scheme derived from optimal control principles which exploits the structure of the metamorphosis optimality conditions. Our approach considers the change in pixel position and pixel appearance in a single framework. In contrast to previous techniques that compute a global warping based on feature masks of textures, our approach allows to transform one texture into another by considering both intensity values and structural features of textures simultaneously. We demonstrate the usefulness of our approach for different textures, such as stochastic, semi-structural and regular textures, with different levels of complexities. Our method produces visually appealing transformation sequences with no user interaction.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/kabul2011_texture_metamorphosis_0.pdf},
author = {I. Kabul and S. M. Pizer and J. Rosenman and Niethammer, M}
}
@article {Caplan2011,
title = {The power of correlative microscopy: multi-modal, multi-scale, multi-dimensional},
journal = {Current Opinion in Structural Biology},
volume = {In Press, Corrected Proof},
year = {2011},
pages = {-},
abstract = {<p>Correlative microscopy is a sophisticated approach that combines the capabilities of typically separate, but powerful microscopy platforms: often including, but not limited, to conventional light, confocal and super-resolution microscopy, atomic force microscopy, transmission and scanning electron microscopy, magnetic resonance imaging and micro/nano CT (computed tomography). When targeting rare or specific events within large populations or tissues, correlative microscopy is increasingly being recognized as the method of choice. Furthermore, this multi-modal assimilation of technologies provides complementary and often unique information, such as internal and external spatial, structural, biochemical and biophysical details from the <i>same</i> targeted sample. The development of a continuous stream of cutting-edge applications, probes, preparation methodologies, hardware and software developments will enable realization of the full potential of correlative microscopy.</p>
},
issn = {0959-440X},
doi = {DOI: 10.1016/j.sbi.2011.06.010},
url = {http://www.sciencedirect.com/science/article/pii/S0959440X11001035},
author = {Jeffrey Caplan and Niethammer, Marc and Russell M Taylor II and Kirk J Czymmek}
}
@article {walterfang2011,
title = {Shape alterations in the striatum in chorea-acanthocytosis},
journal = {Psychiatry Research: NeuroImaging},
volume = {192},
year = {2011},
pages = {29{\textendash}36},
abstract = {<p>
Chorea-acanthocytosis (ChAc) is an uncommon autosomal recessive disorder due to mutations of the VPS13A gene, which encodes for the membrane protein chorein. ChAc presents with progressive limb and orobuccal chorea, but there is often a marked dysexecutive syndrome. ChAc may first present with neuropsychiatric disturbance such as obsessive-compulsive disorder (OCD), suggesting a particular role for disruption to striatal structures involved in non-motor frontostriatal loops, such as the head of the caudate nucleus. Two previous studies have suggested a marked reduction in volume in the caudate nucleus and putamen, but did not examine morphometric change. We investigated morphometric change in 13 patients with genetically or biochemically confirmed ChAc and 26 age- and gender-matched controls. Subjects underwent magnetic resonance imaging and manual segmentation of the caudate nucleus and putamen, and shape analysis using a non-parametric spherical harmonic technique. Both structures showed significant and marked reductions in volume compared with controls, with reduction greatest in the caudate nucleus. Both structures showed significant shape differences, particularly in the head of the caudate nucleus. No significant correlation was shown between duration of illness and striatal volume or shape, suggesting that much structural change may have already taken place at the time of symptom onset. Our results suggest that striatal neuron loss may occur early in the disease process, and follows a dorsal-ventral gradient that may correlate with early neuropsychiatric and cognitive presentations of the disease.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/walterfang2011_psychiatry_research.pdf},
author = {M. Walterfang and J. C. L. Looi and Styner, M and R. H. Walker and A. Danek and Niethammer, M and A. Evans and K. Kotschet and G. R. Rodrigues and A. Hughes and D. Velakoulis}
}
@conference {pace2011,
title = {Sliding Geometries in Deformable Image Registration},
booktitle = {MICCAI, Workshop on Computational and Clinical Applications in Abdominal Imaging},
year = {2011},
abstract = {<p>\ </p>
<p>Regularization is used in deformable image registration to encourage plausible displacement fields, and significantly impacts the derived correspondences. Sliding motion, such as that between the lungs and chest wall and between the abdominal organs, complicates regis- tration because many regularizations are global smoothness constraints that produce errors at object boundaries. We present locally adaptive regularizations that handle sliding objects with locally planar and tubu- lar geometries. These regularizations allow discontinuities to develop in the displacement field at sliding interfaces and increase the independence with which regions surrounding distinct geometric structures can behave. Validation is performed by registering inhale and exhale abdominal com- puted tomography (CT) images and artificial images of a sliding tube. The sliding registration methods produce more realistic correspondences that may better reflect the underlying physical motion, while performing as well as the diffusive regularization with respect to image match.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/dpaceMICCAIAbdominalWorkshop_final_0.pdf},
author = {D. Pace and Niethammer, M and S. Aylward}
}
@conference {niethammer2010g,
title = {Appearance Normalization of Histology Slides},
booktitle = {MICCAI, International Workshop Machine Learning in Medical Imaging},
year = {2010},
abstract = {<p>This paper presents a method for automatic color and intensity normalization of digitized histology slides stained with two different agents. In comparison to previous approaches, prior information on the stain vectors is used in the estimation process, resulting in improved stability of the estimates. Due to the prevalence of hematoxylin and eosin staining for histology slides, the proposed method has signicant practical utility. In particular, it can be used as a first step to standardize appearances across slides, that is very effective at countering effects due to differing stain amounts and protocols, and to slide fading. The approach is validated using synthetic experiments and 13 real datasets.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/niethammer2010_color_correction_0.pdf},
author = {Niethammer, M and D. Borland and J.S. Marron and J. Woolsey and N.E. Thomas}
}
@article {kerber2010,
title = {Attenuation analysis of Lamb waves using the chirplet transform},
journal = {EURASIP: Journal on Advances in Signal Processing},
year = {2010},
abstract = {<p>Guided Lamb waves are commonly used in nondestructive evaluation to monitor plate-like structures or to characterize properties of composite or layered materials. However, the dispersive propagation and multimode excitability of Lamb waves complicate their analysis. Advanced signal processing techniques are therefore required to resolve both the time and frequency content of the time-domain wave signals. The chirplet transform (CT) has been introduced as a generalized time-frequency representation (TFR) incorporating more flexibility to adjust the window function to the group delay of the signal when compared to the more classical short-time Fourier transform (STFT). Exploiting this additional degree of freedom, this paper applies an adaptive algorithm based on the CT to calculate mode displacement ratios and attenuation of Lamb waves in elastic plate structures. The CT-based algorithm has a clear performance advantage when calculating mode displacement ratios and attenuation for numerically-simulated Lamb wave signals. For experimental data, the CT retains an advantage over the STFT although measurement noise and parameter uncertainties lead to larger overall deviations from the theoretically expected solutions.</p>
},
url = {http://asp.eurasipjournals.springeropen.com/articles/10.1155/2010/375171},
author = {F. Kerber and H. Sprenger and Niethammer, M and K. Luangvilai and L. Jacobs}
}
@conference {shan2010b,
title = {Automatic Bone Segmentation and Alignment from MR knee images},
booktitle = {SPIE Medical Imaging},
year = {2010},
note = {<p>
in press; Proceedings of SPIE Medical Imaging</p>
},
abstract = {<p>Automatic image analysis of magnetic resonance (MR) images of the knee is simplified by bringing the knee into a reference position. While the knee is typically put into a reference position during image acquisition, this alignment will generally not be perfect. To correct for imperfections, we propose a two-step process of bone segmentation followed by elastic tissue deformation. The approach makes use of a fully-automatic segmentation of femur and tibia from T1 and T2* images. The segmentation algorithm is based on a continuous convex optimization problem, incorporating regional, and shape information. The regional terms are included from a probabilistic viewpoint, which readily allows the inclusion of shape information. Segmentation of the outer boundary of the cortical bone is encouraged by adding simple appearance-based information to the optimization problem. The resulting segmentation without the shape alignment step is globally optimal.</p>
<p>Standard registration is problematic for knee alignment due to the distinct physical properties of the tissues constituting the knee (bone, muscle, etc.). We therefore develop an alternative alignment approach based on a simple elastic deformation model combined with strict enforcement of similarity transforms for femur and tibia based on the obtained segmentations.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/shan2010_SPIE_0.pdf},
author = {L. Shan and Zach, C and Styner, M and C. Charles and Niethammer, M}
}
@conference {shan2010a,
title = {Automatic three-label bone segmentation from knee MR images},
booktitle = {International Symposium on Biomedical Imaging (ISBI)},
year = {2010},
note = {<p>
Proceedings of the International Symposium on Biomedical Imaging (ISBI)</p>
},
abstract = {<p>We propose a novel fully automatic three-label bone segmentation approach applied to knee segmentation (femur and tibia) from T1 and T2* magnetic resonance (MR) images. The three-label segmentation approach guarantees separate segmentations of femur and tibia which cannot be assured by general binary segmentation methods. The proposed approach is based on a convex optimization problem by embedding label assignment into higher dimensions . Appearance information is used in the segmentation to favor the segmentation of the cortical bone. We validate the proposed three label segmentation method on nine knee MR images against manual segmentations for femur and tibia.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/shan2010_isbi_0.pdf},
author = {L. Shan and Zach, C and Niethammer, M}
}
@conference {niethammer2010c,
title = {DTI Connectivity by Segmentation},
booktitle = {MICCAI, International Workshop on Medical Imaging and Augmented Reality (MIAR)},
year = {2010},
abstract = {<p>This paper proposes a new method to compute connectivity information from diffusion weighted images. It is inspired by graph-based approaches to connectivity definition, but formulates the estimation problem in the continuum. In particular, it defines the connectivity through the minimum cut in tensor-weighted space. It is therefore closely related to prior work on segmentation using continuous versions of graph cuts. A numerical solution based on a staggered grid is proposed which allows for the computation of flux directly through diffusion tensors. The resulting global connectivity measure is the maximum diffusive flow supported between two regions of interest.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/niethammer2010_miar_0.pdf},
author = {Niethammer, M and A. Boucharin and Zach, C and E. Maltbie and Y. Shi and Styner, M}
}
@conference {niethammer2010h,
title = {DTI Longitudinal Atlas Construction as an Average of Growth Models},
booktitle = {MICCAI, International Workshop on Spatio-Temporal Image Analysis for Longitudinal and Time-Series Image Data},
year = {2010},
abstract = {<p>Existing atlas-building methods for diusion-tensor images are not designed for longitudinal data. This paper proposes a novel longitudinal atlas-building framework explicitly accounting for temporal dependencies of longitudinal MRI data. Subject-specic growth modeling, cross-sectional atlas-building and growth modeling in atlas space are combined with statistical longitudinal modeling, resulting in a longitudinal diffusion tensor atlas. The method captures changes in morphology, while modeling temporal changes and allowing to account for covariates. The component algorithms are based on large-displacement metric mapping formulations. To effectively account for measurements sparse in time, a continuous-discrete growth model is proposed. The method is applied to a longitudinal dataset of diffusion-tensor magnetic resonance brain images of developing macaque monkeys with time-points at ages 2 weeks, 3 months, and 6 months.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/hart2010_longitudinal_0.pdf},
author = {G. Hart and Y. Shi and H. Zhu and M. Sanchez and Styner, M and Niethammer, M}
}
@conference {ping2010,
title = {Physically-based deformable image registration with material property and boundary condition estimation},
booktitle = {International Symposium of Biomedical Imaging (ISBI)},
year = {2010},
note = {<p>
Proceedings of the International Symposium on Biomedical Imaging (ISBI)</p>
},
abstract = {<p>We propose a new deformable medical image registration method that uses a physically-based simulator and an iterative optimizer to estimate the simulation parameters determining the deformation field between the two images. Although a simulation-based registration method can enforce physical constraints exactly and considers different material properties, it requires hand adjustment of material properties, and boundary conditions cannot be acquired directly from the images. We treat the material properties and boundary conditions as parameters for the optimizer, and integrate the physically-based simulation into the optimization loop to generate a physically accurate deformation automatically.</p>
},
attachments = {https://wwwx.cs.unc.edu/~mn/sites/default/files/lee2010_physically-based-deformable-image-registration_0.pdf},
author = {H. P. Lee and M. Foskey and Niethammer, M and M. Lin}
}
@conference {niethammer2010d,
title = {Prediction-driven Respiratory Motion Atlas Formation for 4D Image-guided Radiation Therapy in Lung},