Search Results for author: Krzysztof J. Geras

Found 29 papers, 19 papers with code

Leveraging Transformers to Improve Breast Cancer Classification and Risk Assessment with Multi-modal and Longitudinal Data

no code implementations6 Nov 2023 Yiqiu Shen, Jungkyu Park, Frank Yeung, Eliana Goldberg, Laura Heacock, Farah Shamout, Krzysztof J. Geras

Breast cancer screening, primarily conducted through mammography, is often supplemented with ultrasound for women with dense breast tissue.

An efficient deep neural network to find small objects in large 3D images

1 code implementation16 Oct 2022 Jungkyu Park, Jakub Chłędowski, Stanisław Jastrzębski, Jan Witowski, Yanqi Xu, Linda Du, Sushma Gaddam, Eric Kim, Alana Lewin, Ujas Parikh, Anastasia Plaunova, Sardius Chen, Alexandra Millet, James Park, Kristine Pysarenko, Shalin Patel, Julia Goldberg, Melanie Wegener, Linda Moy, Laura Heacock, Beatriu Reig, Krzysztof J. Geras

On a dataset collected at NYU Langone Health, including 85, 526 patients with full-field 2D mammography (FFDM), synthetic 2D mammography, and 3D mammography, 3D-GMIC achieves an AUC of 0. 831 (95% CI: 0. 769-0. 887) in classifying breasts with malignant findings using 3D mammography.

Anatomy

Characterizing and overcoming the greedy nature of learning in multi-modal deep neural networks

1 code implementation10 Feb 2022 Nan Wu, Stanisław Jastrzębski, Kyunghyun Cho, Krzysztof J. Geras

We propose an algorithm to balance the conditional learning speeds between modalities during training and demonstrate that it indeed addresses the issue of greedy learning.

Generative multitask learning mitigates target-causing confounding

2 code implementations8 Feb 2022 Taro Makino, Krzysztof J. Geras, Kyunghyun Cho

We propose generative multitask learning (GMTL), a simple and scalable approach to causal representation learning for multitask learning.

Out-of-Distribution Generalization Representation Learning

Weakly-supervised High-resolution Segmentation of Mammography Images for Breast Cancer Diagnosis

1 code implementation13 Jun 2021 Kangning Liu, Yiqiu Shen, Nan Wu, Jakub Chłędowski, Carlos Fernandez-Granda, Krzysztof J. Geras

In cancer diagnosis, interpretability can be achieved by localizing the region of the input image responsible for the output, i. e. the location of a lesion.

Medical Diagnosis Vocal Bursts Intensity Prediction +1

COVID-19 Prognosis via Self-Supervised Representation Learning and Multi-Image Prediction

1 code implementation13 Jan 2021 Anuroop Sriram, Matthew Muckley, Koustuv Sinha, Farah Shamout, Joelle Pineau, Krzysztof J. Geras, Lea Azour, Yindalon Aphinyanaphongs, Nafissa Yakubova, William Moore

The first is deterioration prediction from a single image, where our model achieves an area under receiver operating characteristic curve (AUC) of 0. 742 for predicting an adverse event within 96 hours (compared to 0. 703 with supervised pretraining) and an AUC of 0. 765 for predicting oxygen requirements greater than 6 L a day at 24 hours (compared to 0. 749 with supervised pretraining).

Representation Learning Self-Supervised Learning

Investigating and Simplifying Masking-based Saliency Methods for Model Interpretability

1 code implementation19 Oct 2020 Jason Phang, Jungkyu Park, Krzysztof J. Geras

We find that the most important ingredients for high quality saliency map generation are (1) using both masked-in and masked-out objectives and (2) training the classifier alongside the masking model.

counterfactual

Reducing false-positive biopsies with deep neural networks that utilize local and global information in screening mammograms

no code implementations19 Sep 2020 Nan Wu, Zhe Huang, Yiqiu Shen, Jungkyu Park, Jason Phang, Taro Makino, S. Gene Kim, Kyunghyun Cho, Laura Heacock, Linda Moy, Krzysztof J. Geras

Breast cancer is the most common cancer in women, and hundreds of thousands of unnecessary biopsies are done around the world at a tremendous cost.

An artificial intelligence system for predicting the deterioration of COVID-19 patients in the emergency department

1 code implementation4 Aug 2020 Farah E. Shamout, Yiqiu Shen, Nan Wu, Aakash Kaku, Jungkyu Park, Taro Makino, Stanisław Jastrzębski, Duo Wang, Ben Zhang, Siddhant Dogra, Meng Cao, Narges Razavian, David Kudlowitz, Lea Azour, William Moore, Yvonne W. Lui, Yindalon Aphinyanaphongs, Carlos Fernandez-Granda, Krzysztof J. Geras

In order to verify performance in a real clinical setting, we silently deployed a preliminary version of the deep neural network at New York University Langone Health during the first wave of the pandemic, which produced accurate predictions in real-time.

COVID-19 Diagnosis Decision Making +1

Understanding the robustness of deep neural network classifiers for breast cancer screening

no code implementations23 Mar 2020 Witold Oleszkiewicz, Taro Makino, Stanisław Jastrzębski, Tomasz Trzciński, Linda Moy, Kyunghyun Cho, Laura Heacock, Krzysztof J. Geras

Deep neural networks (DNNs) show promise in breast cancer screening, but their robustness to input perturbations must be better understood before they can be clinically implemented.

Improving localization-based approaches for breast cancer screening exam classification

no code implementations1 Aug 2019 Thibault Févry, Jason Phang, Nan Wu, S. Gene Kim, Linda Moy, Kyunghyun Cho, Krzysztof J. Geras

We trained and evaluated a localization-based deep CNN for breast cancer screening exam classification on over 200, 000 exams (over 1, 000, 000 images).

Classification General Classification

Screening Mammogram Classification with Prior Exams

no code implementations30 Jul 2019 Jungkyu Park, Jason Phang, Yiqiu Shen, Nan Wu, S. Gene Kim, Linda Moy, Kyunghyun Cho, Krzysztof J. Geras

Radiologists typically compare a patient's most recent breast cancer screening exam to their previous ones in making informed diagnoses.

Classification General Classification

Classifier-agnostic saliency map extraction

1 code implementation ICLR 2019 Konrad Zolna, Krzysztof J. Geras, Kyunghyun Cho

To address this problem, we propose classifier-agnostic saliency map extraction, which finds all parts of the image that any classifier could use, not just one given in advance.

General Classification

Blending LSTMs into CNNs

no code implementations19 Nov 2015 Krzysztof J. Geras, Abdel-rahman Mohamed, Rich Caruana, Gregor Urban, Shengjie Wang, Ozlem Aslan, Matthai Philipose, Matthew Richardson, Charles Sutton

We consider whether deep convolutional networks (CNNs) can represent decision functions with similar accuracy as recurrent networks such as LSTMs.

Automatic Speech Recognition Automatic Speech Recognition (ASR) +3

Scheduled denoising autoencoders

1 code implementation12 Jun 2014 Krzysztof J. Geras, Charles Sutton

We present a representation learning method that learns features at multiple different levels of scale.

Denoising Representation Learning

Cannot find the paper you are looking for? You can Submit a new open access paper.