Skip to main content

Showing 1–11 of 11 results for author: Wojna, Z

  1. arXiv:2104.13915  [pdf, other

    cs.CV cs.LG

    Deep Learning for Rheumatoid Arthritis: Joint Detection and Damage Scoring in X-rays

    Authors: Krzysztof Maziarz, Anna Krason, Zbigniew Wojna

    Abstract: Recent advancements in computer vision promise to automate medical image analysis. Rheumatoid arthritis is an autoimmune disease that would profit from computer-based diagnosis, as there are no direct markers known, and doctors have to rely on manual inspection of X-ray images. In this work, we present a multi-task deep learning model that simultaneously learns to localize joints on X-ray images a… ▽ More

    Submitted 4 November, 2022; v1 submitted 28 April, 2021; originally announced April 2021.

    Comments: Presented at the Workshop on AI for Public Health at ICLR 2021

  2. arXiv:2012.11745  [pdf, other

    cs.CV

    Training DNNs in O(1) memory with MEM-DFA using Random Matrices

    Authors: Tien Chu, Kamil Mykitiuk, Miron Szewczyk, Adam Wiktor, Zbigniew Wojna

    Abstract: This work presents a method for reducing memory consumption to a constant complexity when training deep neural networks. The algorithm is based on the more biologically plausible alternatives of the backpropagation (BP): direct feedback alignment (DFA) and feedback alignment (FA), which use random matrices to propagate error. The proposed method, memory-efficient direct feedback alignment (MEM-DFA… ▽ More

    Submitted 21 December, 2020; originally announced December 2020.

  3. arXiv:2012.10769  [pdf, other

    cs.CV cs.LG cs.NE

    Augmentation Inside the Network

    Authors: Maciej Sypetkowski, Jakub Jasiulewicz, Zbigniew Wojna

    Abstract: In this paper, we present augmentation inside the network, a method that simulates data augmentation techniques for computer vision problems on intermediate features of a convolutional neural network. We perform these transformations, changing the data flow through the network, and sharing common computations when it is possible. Our method allows us to obtain smoother speed-accuracy trade-off adj… ▽ More

    Submitted 23 June, 2023; v1 submitted 19 December, 2020; originally announced December 2020.

  4. arXiv:2008.10041  [pdf, other

    cs.CV cs.LG

    Holistic Multi-View Building Analysis in the Wild with Projection Pooling

    Authors: Zbigniew Wojna, Krzysztof Maziarz, Łukasz Jocz, Robert Pałuba, Robert Kozikowski, Iasonas Kokkinos

    Abstract: We address six different classification tasks related to fine-grained building attributes: construction type, number of floors, pitch and geometry of the roof, facade material, and occupancy class. Tackling such a remote building analysis problem became possible only recently due to growing large-scale datasets of urban scenes. To this end, we introduce a new benchmarking dataset, consisting of 49… ▽ More

    Submitted 19 December, 2020; v1 submitted 23 August, 2020; originally announced August 2020.

    Comments: Accepted for publication at the 35th AAAI Conference on Artificial Intelligence (AAAI 2021)

  5. arXiv:1902.07323  [pdf, other

    cs.CV

    Large-scale mammography CAD with Deformable Conv-Nets

    Authors: Stephen Morrell, Zbigniew Wojna, Can Son Khoo, Sebastien Ourselin, Juan Eugenio Iglesias

    Abstract: State-of-the-art deep learning methods for image processing are evolving into increasingly complex meta-architectures with a growing number of modules. Among them, region-based fully convolutional networks (R-FCN) and deformable convolutional nets (DCN) can improve CAD for mammography: R-FCN optimizes for speed and low consumption of memory, which is crucial for processing the high resolutions of… ▽ More

    Submitted 19 February, 2019; originally announced February 2019.

  6. arXiv:1902.07296  [pdf, other

    cs.CV

    Augmentation for small object detection

    Authors: Mate Kisantal, Zbigniew Wojna, Jakub Murawski, Jacek Naruniec, Kyunghyun Cho

    Abstract: In recent years, object detection has experienced impressive progress. Despite these improvements, there is still a significant gap in the performance between the detection of small and large objects. We analyze the current state-of-the-art model, Mask-RCNN, on a challenging dataset, MS COCO. We show that the overlap between small ground-truth objects and the predicted anchors is much lower than t… ▽ More

    Submitted 19 February, 2019; originally announced February 2019.

  7. arXiv:1707.05847  [pdf, other

    cs.CV

    The Devil is in the Decoder: Classification, Regression and GANs

    Authors: Zbigniew Wojna, Vittorio Ferrari, Sergio Guadarrama, Nathan Silberman, Liang-Chieh Chen, Alireza Fathi, Jasper Uijlings

    Abstract: Many machine vision applications, such as semantic segmentation and depth prediction, require predictions for every pixel of the input image. Models for such problems usually consist of encoders which decrease spatial resolution while learning a high-dimensional representation, followed by decoders who recover the original input resolution and result in low-dimensional predictions. While encoders… ▽ More

    Submitted 19 February, 2019; v1 submitted 18 July, 2017; originally announced July 2017.

  8. arXiv:1704.03549  [pdf, other

    cs.CV

    Attention-based Extraction of Structured Information from Street View Imagery

    Authors: Zbigniew Wojna, Alex Gorban, Dar-Shyang Lee, Kevin Murphy, Qian Yu, Yeqing Li, Julian Ibarz

    Abstract: We present a neural network model - based on CNNs, RNNs and a novel attention mechanism - which achieves 84.2% accuracy on the challenging French Street Name Signs (FSNS) dataset, significantly outperforming the previous state of the art (Smith'16), which achieved 72.46%. Furthermore, our new method is much simpler and more general than the previous approach. To demonstrate the generality of our m… ▽ More

    Submitted 20 August, 2017; v1 submitted 11 April, 2017; originally announced April 2017.

    Comments: Updated references, added link to the source code

  9. arXiv:1703.10277  [pdf, other

    cs.CV

    Semantic Instance Segmentation via Deep Metric Learning

    Authors: Alireza Fathi, Zbigniew Wojna, Vivek Rathod, Peng Wang, Hyun Oh Song, Sergio Guadarrama, Kevin P. Murphy

    Abstract: We propose a new method for semantic instance segmentation, by first computing how likely two pixels are to belong to the same object, and then by grouping similar pixels together. Our similarity metric is based on a deep, fully convolutional embedding model. Our grouping method is based on selecting all points that are sufficiently similar to a set of "seed points", chosen from a deep, fully conv… ▽ More

    Submitted 29 March, 2017; originally announced March 2017.

  10. arXiv:1611.10012  [pdf, other

    cs.CV

    Speed/accuracy trade-offs for modern convolutional object detectors

    Authors: Jonathan Huang, Vivek Rathod, Chen Sun, Menglong Zhu, Anoop Korattikara, Alireza Fathi, Ian Fischer, Zbigniew Wojna, Yang Song, Sergio Guadarrama, Kevin Murphy

    Abstract: The goal of this paper is to serve as a guide for selecting a detection architecture that achieves the right speed/memory/accuracy balance for a given application and platform. To this end, we investigate various ways to trade accuracy for speed and memory usage in modern convolutional object detection systems. A number of successful systems have been proposed in recent years, but apples-to-apples… ▽ More

    Submitted 24 April, 2017; v1 submitted 30 November, 2016; originally announced November 2016.

    Comments: Accepted to CVPR 2017

  11. arXiv:1512.00567  [pdf, other

    cs.CV

    Rethinking the Inception Architecture for Computer Vision

    Authors: Christian Szegedy, Vincent Vanhoucke, Sergey Ioffe, Jonathon Shlens, Zbigniew Wojna

    Abstract: Convolutional networks are at the core of most state-of-the-art computer vision solutions for a wide variety of tasks. Since 2014 very deep convolutional networks started to become mainstream, yielding substantial gains in various benchmarks. Although increased model size and computational cost tend to translate to immediate quality gains for most tasks (as long as enough labeled data is provided… ▽ More

    Submitted 11 December, 2015; v1 submitted 1 December, 2015; originally announced December 2015.