Skip to main content

Showing 1–12 of 12 results for author: Achanta, R

Searching in archive cs. Search in all archives.
.
  1. arXiv:2309.15842  [pdf, other

    cs.CV cs.LG

    Exploiting the Signal-Leak Bias in Diffusion Models

    Authors: Martin Nicolas Everaert, Athanasios Fitsios, Marco Bocchio, Sami Arpa, Sabine Süsstrunk, Radhakrishna Achanta

    Abstract: There is a bias in the inference pipeline of most diffusion models. This bias arises from a signal leak whose distribution deviates from the noise distribution, creating a discrepancy between training and inference processes. We demonstrate that this signal-leak bias is particularly significant when models are tuned to a specific style, causing sub-optimal style matching. Recent research tries to… ▽ More

    Submitted 24 October, 2023; v1 submitted 27 September, 2023; originally announced September 2023.

    Comments: corrected the author names in reference [24]

  2. arXiv:2205.11266  [pdf, other

    cs.CV cs.AI cs.LG

    What You See is What You Classify: Black Box Attributions

    Authors: Steven Stalder, Nathanaël Perraudin, Radhakrishna Achanta, Fernando Perez-Cruz, Michele Volpi

    Abstract: An important step towards explaining deep image classifiers lies in the identification of image regions that contribute to individual class scores in the model's output. However, doing this accurately is a difficult task due to the black-box nature of such networks. Most existing approaches find such attributions either using activations and gradients or by repeatedly perturbing the input. We inst… ▽ More

    Submitted 7 October, 2022; v1 submitted 23 May, 2022; originally announced May 2022.

  3. arXiv:2104.08147  [pdf, other

    cs.LG cs.CV

    Uncertainty Surrogates for Deep Learning

    Authors: Radhakrishna Achanta, Natasa Tagasovska

    Abstract: In this paper we introduce a novel way of estimating prediction uncertainty in deep networks through the use of uncertainty surrogates. These surrogates are features of the penultimate layer of a deep network that are forced to match predefined patterns. The patterns themselves can be, among other possibilities, a known visual symbol. We show how our approach can be used for estimating uncertainty… ▽ More

    Submitted 16 April, 2021; originally announced April 2021.

  4. arXiv:2010.10139  [pdf, other

    cs.CR

    Image Obfuscation for Privacy-Preserving Machine Learning

    Authors: Mathilde Raynal, Radhakrishna Achanta, Mathias Humbert

    Abstract: Privacy becomes a crucial issue when outsourcing the training of machine learning (ML) models to cloud-based platforms offering machine-learning services. While solutions based on cryptographic primitives have been developed, they incur a significant loss in accuracy or training efficiency, and require modifications to the backend architecture. A key challenge we tackle in this paper is the design… ▽ More

    Submitted 20 October, 2020; originally announced October 2020.

  5. arXiv:1902.00730  [pdf, other

    cs.CV

    Self-Binarizing Networks

    Authors: Fayez Lahoud, Radhakrishna Achanta, Pablo Márquez-Neila, Sabine Süsstrunk

    Abstract: We present a method to train self-binarizing neural networks, that is, networks that evolve their weights and activations during training to become binary. To obtain similar binary networks, existing methods rely on the sign activation function. This function, however, has no gradients for non-zero values, which makes standard backpropagation impossible. To circumvent the difficulty of training a… ▽ More

    Submitted 2 February, 2019; originally announced February 2019.

    Comments: 9 pages, 5 figures

  6. arXiv:1809.04187  [pdf, other

    cs.CV

    Fourier-Domain Optimization for Image Processing

    Authors: Majed El Helou, Frederike Dümbgen, Radhakrishna Achanta, Sabine Süsstrunk

    Abstract: Image optimization problems encompass many applications such as spectral fusion, deblurring, deconvolution, dehazing, matting, reflection removal and image interpolation, among others. With current image sizes in the order of megabytes, it is extremely expensive to run conventional algorithms such as gradient descent, making them unfavorable especially when closed-form solutions can be derived and… ▽ More

    Submitted 11 September, 2018; originally announced September 2018.

  7. arXiv:1806.10206  [pdf, other

    cs.LG cs.CV stat.ML

    Deep Feature Factorization For Concept Discovery

    Authors: Edo Collins, Radhakrishna Achanta, Sabine Süsstrunk

    Abstract: We propose Deep Feature Factorization (DFF), a method capable of localizing similar semantic concepts within an image or a set of images. We use DFF to gain insight into a deep convolutional neural network's learned features, where we detect hierarchical cluster structures in feature space. This is visualized as heat maps, which highlight semantically matching regions across a set of images, revea… ▽ More

    Submitted 8 October, 2018; v1 submitted 26 June, 2018; originally announced June 2018.

    Comments: The European Conference on Computer Vision (ECCV), 2018

  8. arXiv:1802.06573  [pdf, other

    cs.CV

    Deep Residual Network for Joint Demosaicing and Super-Resolution

    Authors: Ruofan Zhou, Radhakrishna Achanta, Sabine Süsstrunk

    Abstract: In digital photography, two image restoration tasks have been studied extensively and resolved independently: demosaicing and super-resolution. Both these tasks are related to resolution limitations of the camera. Performing super-resolution on a demosaiced images simply exacerbates the artifacts introduced by demosaicing. In this paper, we show that such accumulation of errors can be easily avert… ▽ More

    Submitted 19 February, 2018; originally announced February 2018.

  9. arXiv:1712.09713  [pdf, other

    stat.ML cs.CV cs.LG

    Extrapolating Expected Accuracies for Large Multi-Class Problems

    Authors: Charles Zheng, Rakesh Achanta, Yuval Benjamini

    Abstract: The difficulty of multi-class classification generally increases with the number of classes. Using data from a subset of the classes, can we predict how well a classifier will scale with an increased number of classes? Under the assumptions that the classes are sampled identically and independently from a population, and that the classifier is based on independently learned scoring functions, we s… ▽ More

    Submitted 27 December, 2017; originally announced December 2017.

    Comments: Submitted to JMLR

  10. arXiv:1611.08896  [pdf, other

    cs.CV

    Uniform Information Segmentation

    Authors: Radhakrishna Achanta, Pablo Márquez-Neila, Pascal Fua, Sabine Süsstrunk

    Abstract: Size uniformity is one of the main criteria of superpixel methods. But size uniformity rarely conforms to the varying content of an image. The chosen size of the superpixels therefore represents a compromise - how to obtain the fewest superpixels without losing too much important detail. We propose that a more appropriate criterion for creating image segments is information uniformity. We introduc… ▽ More

    Submitted 27 November, 2016; originally announced November 2016.

    Comments: 9 pages

  11. arXiv:1606.05228  [pdf, other

    stat.ML cs.CV cs.IT cs.LG

    How many faces can be recognized? Performance extrapolation for multi-class classification

    Authors: Charles Y. Zheng, Rakesh Achanta, Yuval Benjamini

    Abstract: The difficulty of multi-class classification generally increases with the number of classes. Using data from a subset of the classes, can we predict how well a classifier will scale with an increased number of classes? Under the assumption that the classes are sampled exchangeably, and under the assumption that the classifier is generative (e.g. QDA or Naive Bayes), we show that the expected accur… ▽ More

    Submitted 16 June, 2016; originally announced June 2016.

    Comments: Submitted to NIPS 2016

  12. arXiv:1509.05962  [pdf

    stat.ML cs.AI cs.CV cs.LG cs.NE

    Telugu OCR Framework using Deep Learning

    Authors: Rakesh Achanta, Trevor Hastie

    Abstract: In this paper, we address the task of Optical Character Recognition(OCR) for the Telugu script. We present an end-to-end framework that segments the text image, classifies the characters and extracts lines using a language model. The segmentation is based on mathematical morphology. The classification module, which is the most challenging task of the three, is a deep convolutional neural network.… ▽ More

    Submitted 14 February, 2017; v1 submitted 19 September, 2015; originally announced September 2015.