@article{1832,
  abstract     = {Linearizability of concurrent data structures is usually proved by monolithic simulation arguments relying on the identification of the so-called linearization points. Regrettably, such proofs, whether manual or automatic, are often complicated and scale poorly to advanced non-blocking concurrency patterns, such as helping and optimistic updates. In response, we propose a more modular way of checking linearizability of concurrent queue algorithms that does not involve identifying linearization points. We reduce the task of proving linearizability with respect to the queue specification to establishing four basic properties, each of which can be proved independently by simpler arguments. As a demonstration of our approach, we verify the Herlihy and Wing queue, an algorithm that is challenging to verify by a simulation proof. },
  author       = {Chakraborty, Soham and Henzinger, Thomas A and Sezgin, Ali and Vafeiadis, Viktor},
  journal      = {Logical Methods in Computer Science},
  number       = {1},
  publisher    = {International Federation of Computational Logic},
  title        = {{Aspect-oriented linearizability proofs}},
  doi          = {10.2168/LMCS-11(1:20)2015},
  volume       = {11},
  year         = {2015},
}

@inbook{18326,
  abstract     = {Nonrigid shapes are ubiquitous in nature and are encountered at all levels of life, from macro to nano. The need to model such shapes and understand their behavior arises in many applications in imaging sciences, pattern recognition, computer vision, and computer graphics. Of particular importance is understanding which properties of the shape are attributed to deformations and which are invariant, i.e., remain unchanged. This chapter presents an approach to nonrigid shapes from the point of view of metric geometry. Modeling shapes as metric spaces, one can pose the problem of shape similarity as the similarity of metric spaces and harness tools from theoretical metric geometry for the computation of such a similarity.},
  author       = {Bronstein, Alexander and Bronstein, Michael M.},
  booktitle    = {Handbook of Mathematical Methods in Imaging},
  editor       = {Scherzer, Otmar},
  isbn         = {9781493907892},
  pages        = {1859--1908},
  publisher    = {Springer Nature},
  title        = {{Manifold Intrinsic Similarity}},
  doi          = {10.1007/978-1-4939-0790-8_57},
  year         = {2015},
}

@inbook{18327,
  abstract     = {Source separation is a widely studied problem in signal processing. Despite the permanent progress reported in the literature it is still considered a significant challenge. This chapter first reviews the use of non-negative matrix factorization (NMF) algorithms for solving source separation problems, and proposes a new way for the supervised training in NMF. Matrix factorization methods have received a lot of attention in recent year in the audio processing community, producing particularly good results in source separation. Traditionally, NMF algorithms consist of two separate stages: a training stage, in which a generative model is learned; and a testing stage in which the pre-learned model is used in a high level task such as enhancement, separation, or classification. As an alternative, we propose a task-supervised NMF method for the adaptation of the basis spectra learned in the first stage to enhance the performance on the specific task used in the second stage. We cast this problem as a bilevel optimization program efficiently solved via stochastic gradient descent. The proposed approach is general enough to handle sparsity priors of the activations, and allow non-Euclidean data terms such as β-divergences. The framework is evaluated on speech enhancement.},
  author       = {Sprechmann, Pablo and Bronstein, Alexander and Sapiro, Guillermo},
  booktitle    = {Excursions in Harmonic Analysis, Volumne 4},
  isbn         = {9783319201870},
  issn         = {2296-5017},
  pages        = {407--420},
  publisher    = {Springer Nature},
  title        = {{Supervised non-negative matrix factorization for audio source separation}},
  doi          = {10.1007/978-3-319-20188-7_16},
  year         = {2015},
}

@article{1834,
  abstract     = {Huge body of evidences demonstrated that volatile anesthetics affect the hippocampal neurogenesis and neurocognitive functions, and most of them showed impairment at anesthetic dose. Here, we investigated the effect of low dose (1.8%) sevoflurane on hippocampal neurogenesis and dentate gyrus-dependent learning. Neonatal rats at postnatal day 4 to 6 (P4-6) were treated with 1.8% sevoflurane for 6 hours. Neurogenesis was quantified by bromodeoxyuridine labeling and electrophysiology recording. Four and seven weeks after treatment, the Morris water maze and contextual-fear discrimination learning tests were performed to determine the influence on spatial learning and pattern separation. A 6-hour treatment with 1.8% sevoflurane promoted hippocampal neurogenesis and increased the survival of newborn cells and the proportion of immature granular cells in the dentate gyrus of neonatal rats. Sevoflurane-treated rats performed better during the training days of the Morris water maze test and in contextual-fear discrimination learning test. These results suggest that a subanesthetic dose of sevoflurane promotes hippocampal neurogenesis in neonatal rats and facilitates their performance in dentate gyrus-dependent learning tasks.},
  author       = {Chen, Chong and Wang, Chao and Zhao, Xuan and Zhou, Tao and Xu, Dao and Wang, Zhi and Wang, Ying},
  journal      = {ASN Neuro},
  number       = {2},
  publisher    = {SAGE Publications},
  title        = {{Low-dose sevoflurane promoteshippocampal neurogenesis and facilitates the development of dentate gyrus-dependent learning in neonatal rats}},
  doi          = {10.1177/1759091415575845},
  volume       = {7},
  year         = {2015},
}

@inproceedings{1835,
  abstract     = {The behaviour of gene regulatory networks (GRNs) is typically analysed using simulation-based statistical testing-like methods. In this paper, we demonstrate that we can replace this approach by a formal verification-like method that gives higher assurance and scalability. We focus on Wagner’s weighted GRN model with varying weights, which is used in evolutionary biology. In the model, weight parameters represent the gene interaction strength that may change due to genetic mutations. For a property of interest, we synthesise the constraints over the parameter space that represent the set of GRNs satisfying the property. We experimentally show that our parameter synthesis procedure computes the mutational robustness of GRNs –an important problem of interest in evolutionary biology– more efficiently than the classical simulation method. We specify the property in linear temporal logics. We employ symbolic bounded model checking and SMT solving to compute the space of GRNs that satisfy the property, which amounts to synthesizing a set of linear constraints on the weights.},
  author       = {Giacobbe, Mirco and Guet, Calin C and Gupta, Ashutosh and Henzinger, Thomas A and Paixao, Tiago and Petrov, Tatjana},
  location     = {London, United Kingdom},
  pages        = {469 -- 483},
  publisher    = {Springer},
  title        = {{Model checking gene regulatory networks}},
  doi          = {10.1007/978-3-662-46681-0_47},
  volume       = {9035},
  year         = {2015},
}

@inproceedings{1836,
  abstract     = {In the standard framework for worst-case execution time (WCET) analysis of programs, the main data structure is a single instance of integer linear programming (ILP) that represents the whole program. The instance of this NP-hard problem must be solved to find an estimate forWCET, and it must be refined if the estimate is not tight.We propose a new framework for WCET analysis, based on abstract segment trees (ASTs) as the main data structure. The ASTs have two advantages. First, they allow computing WCET by solving a number of independent small ILP instances. Second, ASTs store more expressive constraints, thus enabling a more efficient and precise refinement procedure. In order to realize our framework algorithmically, we develop an algorithm for WCET estimation on ASTs, and we develop an interpolation-based counterexample-guided refinement scheme for ASTs. Furthermore, we extend our framework to obtain parametric estimates of WCET. We experimentally evaluate our approach on a set of examples from WCET benchmark suites and linear-algebra packages. We show that our analysis, with comparable effort, provides WCET estimates that in many cases significantly improve those computed by existing tools.},
  author       = {Cerny, Pavol and Henzinger, Thomas A and Kovács, Laura and Radhakrishna, Arjun and Zwirchmayr, Jakob},
  location     = {London, United Kingdom},
  pages        = {105 -- 131},
  publisher    = {Springer},
  title        = {{Segment abstraction for worst-case execution time analysis}},
  doi          = {10.1007/978-3-662-46669-8_5},
  volume       = {9032},
  year         = {2015},
}

@article{18365,
  abstract     = {Yeast cells with DNA damage avoid respiration, presumably because products of oxidative metabolism can be harmful to DNA. We show that DNA damage inhibits the activity of the Snf1 (AMP-activated) protein kinase (AMPK), which activates expression of genes required for respiration. Glucose and DNA damage upregulate SUMOylation of Snf1, catalyzed by the SUMO E3 ligase Mms21, which inhibits SNF1 activity. The DNA damage checkpoint kinases Mec1/ATR and Tel1/ATM, as well as the nutrient-sensing protein kinase A (PKA), regulate Mms21 activity toward Snf1. Mec1 and Tel1 are required for two SNF1-regulated processes—glucose sensing and ADH2 gene expression—even without exogenous genotoxic stress. Our results imply that inhibition of Snf1 by SUMOylation is a mechanism by which cells lower their respiration in response to DNA damage. This raises the possibility that activation of DNA damage checkpoint mechanisms could contribute to aerobic fermentation (Warburg effect), a hallmark of cancer cells.},
  author       = {Simpson-Lavy, Kobi J. and Bronstein, Alexander and Kupiec, Martin and Johnston, Mark},
  issn         = {2211-1247},
  journal      = {Cell Reports},
  number       = {11},
  pages        = {1865--1875},
  publisher    = {Elsevier},
  title        = {{Cross-talk between carbon cetabolism and the DNA camage response in S. cerevisiae}},
  doi          = {10.1016/j.celrep.2015.08.025},
  volume       = {12},
  year         = {2015},
}

@article{1837,
  abstract     = {Transition to turbulence in straight pipes occurs in spite of the linear stability of the laminar Hagen-Poiseuille flow if both the amplitude of flow perturbations and the Reynolds number Re exceed a minimum threshold (subcritical transition). As the pipe curvature increases, centrifugal effects become important, modifying the basic flow as well as the most unstable linear modes. If the curvature (tube-to-coiling diameter d/D) is sufficiently large, a Hopf bifurcation (supercritical instability) is encountered before turbulence can be excited (subcritical instability). We trace the instability thresholds in the Re - d/D parameter space in the range 0.01 ≤ d/D\ ≤ 0.1 by means of laser-Doppler velocimetry and determine the point where the subcritical and supercritical instabilities meet. Two different experimental set-ups are used: a closed system where the pipe forms an axisymmetric torus and an open system employing a helical pipe. Implications for the measurement of friction factors in curved pipes are discussed.},
  author       = {Kühnen, Jakob and Braunshier, P and Schwegel, M and Kuhlmann, Hendrik and Hof, Björn},
  journal      = {Journal of Fluid Mechanics},
  number       = {5},
  publisher    = {Cambridge University Press},
  title        = {{Subcritical versus supercritical transition to turbulence in curved pipes}},
  doi          = {10.1017/jfm.2015.184},
  volume       = {770},
  year         = {2015},
}

@article{18371,
  abstract     = {We consider the problem of exact and inexact matching of weighted undirected graphs, in which a bijective correspondence is sought to minimize a quadratic weight disagreement. This computationally challenging problem is often relaxed as a convex quadratic program, in which the space of permutations is replaced by the space of doubly stochastic matrices. However, the applicability of such a relaxation is poorly understood. We define a broad class of friendly graphs characterized by an easily verifiable spectral property. We prove that for friendly graphs, the convex relaxation is guaranteed to find the exact isomorphism or certify its inexistence. This result is further extended to approximately isomorphic graphs, for which we develop an explicit bound on the amount of weight disagreement under which the relaxation is guaranteed to find the globally optimal approximate isomorphism. We also show that in many cases, the graph matching problem can be further harmlessly relaxed to a convex quadratic program with only n separable linear equality constraints, which is substantially more efficient than the standard relaxation involving 2n equality and n2 inequality constraints. Finally, we show that our results are still valid for unfriendly graphs if additional information in the form of seeds or attributes is allowed, with the latter satisfying an easy to verify spectral characteristic.},
  author       = {Aflalo, Yonathan and Bronstein, Alexander and Kimmel, Ron},
  issn         = {1091-6490},
  journal      = {Proceedings of the National Academy of Sciences},
  number       = {10},
  pages        = {2942--2947},
  publisher    = {National Academy of Sciences},
  title        = {{On convex relaxation of graph isomorphism}},
  doi          = {10.1073/pnas.1401651112},
  volume       = {112},
  year         = {2015},
}

@inproceedings{1838,
  abstract     = {Synthesis of program parts is particularly useful for concurrent systems. However, most approaches do not support common design tasks, like modifying a single process without having to re-synthesize or verify the whole system. Assume-guarantee synthesis (AGS) provides robustness against modifications of system parts, but thus far has been limited to the perfect information setting. This means that local variables cannot be hidden from other processes, which renders synthesis results cumbersome or even impossible to realize.We resolve this shortcoming by defining AGS under partial information. We analyze the complexity and decidability in different settings, showing that the problem has a high worstcase complexity and is undecidable in many interesting cases. Based on these observations, we present a pragmatic algorithm based on bounded synthesis, and demonstrate its practical applicability on several examples.},
  author       = {Bloem, Roderick and Chatterjee, Krishnendu and Jacobs, Swen and Könighofer, Robert},
  location     = {London, United Kingdom},
  pages        = {517 -- 532},
  publisher    = {Springer},
  title        = {{Assume-guarantee synthesis for concurrent reactive programs with partial information}},
  doi          = {10.1007/978-3-662-46681-0_50},
  volume       = {9035},
  year         = {2015},
}

@inproceedings{18380,
  abstract     = {This work presents a novel approach for detecting inliers in a given set of correspondences (matches). It does so without explicitly identifying any consensus set, based on a method for inlier rate estimation (IRE). Given such an estimator for the inlier rate, we also present an algorithm that detects a globally optimal transformation. We provide a theoretical analysis of the IRE method using a stochastic generative model on the continuous spaces of matches and transformations. This model allows rigorous investigation of the limits of our IRE method for the case of 2D-translation, further giving bounds and insights for the more general case. Our theoretical analysis is validated empirically and is shown to hold in practice for the more general case of 2D-affinities. In addition, we show that the combined framework works on challenging cases of 2D-homography estimation, with very few and possibly noisy inliers, where RANSAC generally fails.},
  author       = {Litman, Roee and Korman, Simon and Bronstein, Alexander and Avidan, Shai},
  booktitle    = {2015 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  isbn         = {9781467369640},
  issn         = {1063-6919},
  location     = {Boston, MA, United States},
  publisher    = {IEEE},
  title        = {{Inverting RANSAC: Global model detection via inlier rate estimation}},
  doi          = {10.1109/cvpr.2015.7299161},
  year         = {2015},
}

@inproceedings{18387,
  abstract     = {Sparse models in dictionary learning have been successfully applied in a wide variety of machine learning and computer vision problems, and have also recently been of increasing research interest. Another interesting related problem based on a linear equality constraint, namely the sparse null space problem (SNS), first appeared in 1986, and has since inspired results on sparse basis pursuit. In this paper, we investigate the relation between the SNS problem and the analysis dictionary learning problem, and show that the SNS problem plays a central role, and may be utilized to solve dictionary learning problems. Moreover, we propose an efficient algorithm of sparse null space basis pursuit, and extend it to a solution of analysis dictionary learning. Experimental results on numerical synthetic data and real-world data are further presented to validate the performance of our method.},
  author       = {Bian, Xiao and Krim, Hamid and Bronstein, Alexander and Dai, Liyi},
  booktitle    = {2015 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
  issn         = {2379-190X},
  location     = {South Brisbane, QLD, Australia},
  publisher    = {IEEE},
  title        = {{Sparse null space basis pursuit and analysis dictionary learning for high-dimensional data analysis}},
  doi          = {10.1109/icassp.2015.7178678},
  year         = {2015},
}

@inproceedings{1839,
  abstract     = {We present MultiGain, a tool to synthesize strategies for Markov decision processes (MDPs) with multiple mean-payoff objectives. Our models are described in PRISM, and our tool uses the existing interface and simulator of PRISM. Our tool extends PRISM by adding novel algorithms for multiple mean-payoff objectives, and also provides features such as (i) generating strategies and exploring them for simulation, and checking them with respect to other properties; and (ii) generating an approximate Pareto curve for two mean-payoff objectives. In addition, we present a new practical algorithm for the analysis of MDPs with multiple mean-payoff objectives under memoryless strategies.},
  author       = {Brázdil, Tomáš and Chatterjee, Krishnendu and Forejt, Vojtěch and Kučera, Antonín},
  location     = {London, United Kingdom},
  pages        = {181 -- 187},
  publisher    = {Springer},
  title        = {{Multigain: A controller synthesis tool for MDPs with multiple mean-payoff objectives}},
  doi          = {10.1007/978-3-662-46681-0_12},
  volume       = {9035},
  year         = {2015},
}

@article{1840,
  abstract     = {In this paper, we present a method for reducing a regular, discrete-time Markov chain (DTMC) to another DTMC with a given, typically much smaller number of states. The cost of reduction is defined as the Kullback-Leibler divergence rate between a projection of the original process through a partition function and a DTMC on the correspondingly partitioned state space. Finding the reduced model with minimal cost is computationally expensive, as it requires an exhaustive search among all state space partitions, and an exact evaluation of the reduction cost for each candidate partition. Our approach deals with the latter problem by minimizing an upper bound on the reduction cost instead of minimizing the exact cost. The proposed upper bound is easy to compute and it is tight if the original chain is lumpable with respect to the partition. Then, we express the problem in the form of information bottleneck optimization, and propose using the agglomerative information bottleneck algorithm for searching a suboptimal partition greedily, rather than exhaustively. The theory is illustrated with examples and one application scenario in the context of modeling bio-molecular interactions.},
  author       = {Geiger, Bernhard and Petrov, Tatjana and Kubin, Gernot and Koeppl, Heinz},
  issn         = {0018-9286},
  journal      = {IEEE Transactions on Automatic Control},
  number       = {4},
  pages        = {1010 -- 1022},
  publisher    = {IEEE},
  title        = {{Optimal Kullback-Leibler aggregation via information bottleneck}},
  doi          = {10.1109/TAC.2014.2364971},
  volume       = {60},
  year         = {2015},
}

@inproceedings{18400,
  abstract     = {We propose a method and a prototype imaging system for real-time reconstruction of volumetric piecewise-smooth scattering media. The volume is illuminated by a sequence of structured binary patterns emitted from a fan beam projector, and the scattered light is collected by a two-dimensional sensor, thus creating an under-complete set of compressed measurements. We show a fixed-complexity and latency reconstruction algorithm capable of estimating the scattering coefficients in real-time. We also show a simple greedy algorithm for learning the optimal illumination patterns. Our results demonstrate faithful reconstruction from highly compressed measurements. Furthermore, a method for compressed registration of the measured volume to a known template is presented, showing excellent alignment with just a single projection. Though our prototype system operates in visible light, the presented methodology is suitable for fast x-ray scattering imaging, in particular in real-time vascular medical imaging.},
  author       = {Menashe, Ohad and Bronstein, Alexander},
  booktitle    = {2014 IEEE International Conference on Image Processing (ICIP)},
  issn         = {2381-8549},
  location     = {Paris, France},
  publisher    = {IEEE},
  title        = {{Real-time compressed imaging of scattering volumes}},
  doi          = {10.1109/icip.2014.7025264},
  year         = {2015},
}

@inproceedings{18401,
  abstract     = {Intel's newly-announced low-cost RealSense 3D camera claims significantly better precision than other currently available low-cost platforms and is expected to become ubiquitous in laptops and mobile devices starting this year. In this paper, we demonstrate for the first time that the RealSense camera can be easily converted into a real low-cost gaze tracker. Gaze has become increasingly relevant as an input for human-computer interaction due to its association with attention. It is also critical in clinical mental health diagnosis. We present a novel 3D gaze and fixation tracker based on the eye surface geometry captured with the RealSense 3D camera. First, eye surface 3D point clouds are segmented to extract the pupil center and iris using registered infrared images. With non-ellipsoid eye surface and single fixation point assumptions, pupil centers and iris normal vectors are used to first estimate gaze (for each eye), and then a single fixation point for both eyes simultaneously using a RANSAC-based approach. With a simple learned bias field correction model, the fixation tracker demonstrates mean error of approximately 1 cm at 20-30 cm, which is sufficiently adequate for gaze and fixation tracking in human-computer interaction and mental health diagnosis applications.},
  author       = {Draelos, Mark and Qiu, Qiang and Bronstein, Alexander and Sapiro, Guillermo},
  booktitle    = {2015 IEEE International Conference on Image Processing (ICIP)},
  location     = {Quebec City, QC, Canada},
  publisher    = {IEEE},
  title        = {{Intel realsense = Real low cost gaze}},
  doi          = {10.1109/icip.2015.7351256},
  year         = {2015},
}

@article{1841,
  abstract     = {We propose a new family of message passing techniques for MAP estimation in graphical models which we call Sequential Reweighted Message Passing (SRMP). Special cases include well-known techniques such as Min-Sum Diffusion (MSD) and a faster Sequential Tree-Reweighted Message Passing (TRW-S). Importantly, our derivation is simpler than the original derivation of TRW-S, and does not involve a decomposition into trees. This allows easy generalizations. The new family of algorithms can be viewed as a generalization of TRW-S from pairwise to higher-order graphical models. We test SRMP on several real-world problems with promising results.},
  author       = {Kolmogorov, Vladimir},
  journal      = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
  number       = {5},
  pages        = {919 -- 930},
  publisher    = {IEEE},
  title        = {{A new look at reweighted message passing}},
  doi          = {10.1109/TPAMI.2014.2363465},
  volume       = {37},
  year         = {2015},
}

@article{18415,
  abstract     = {Parsimony, including sparsity and low rank, has been shown to successfully model data in numerous machine learning and signal processing tasks. Traditionally, such modeling approaches rely on an iterative algorithm that minimizes an objective function with parsimony-promoting terms. The inherently sequential structure and data-dependent complexity and latency of iterative optimization constitute a major limitation in many applications requiring real-time performance or involving large-scale data. Another limitation encountered by these modeling techniques is the difficulty of their inclusion in discriminative learning scenarios. In this work, we propose to move the emphasis from the model to the pursuit algorithm, and develop a process-centric view of parsimonious modeling, in which a learned deterministic fixed-complexity pursuit process is used in lieu of iterative optimization. We show a principled way to construct learnable pursuit process architectures for structured sparse and robust low rank models, derived from the iteration of proximal descent algorithms. These architectures learn to approximate the exact parsimonious representation at a fraction of the complexity of the standard optimization methods. We also show that appropriate training regimes allow to naturally extend parsimonious models to discriminative settings. State-of-the-art results are demonstrated on several challenging problems in image and audio processing with several orders of magnitude speed-up compared to the exact optimization algorithms.},
  author       = {Sprechmann, P. and Bronstein, Alexander and Sapiro, G.},
  issn         = {1939-3539},
  journal      = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
  number       = {9},
  pages        = {1821--1833},
  publisher    = {IEEE},
  title        = {{Learning efficient sparse and low rank models}},
  doi          = {10.1109/tpami.2015.2392779},
  volume       = {37},
  year         = {2015},
}

@article{18416,
  abstract     = {We construct an extension of spectral and diffusion geometry to multiple modalities through simultaneous diagonalization of Laplacian matrices. This naturally extends classical data analysis tools based on spectral geometry, such as diffusion maps and spectral clustering. We provide several synthetic and real examples of manifold learning, object classification, and clustering, showing that the joint spectral geometry better captures the inherent structure of multi-modal data. We also show the relation of many previous approaches for multimodal manifold analysis to our framework.},
  author       = {Eynard, Davide and Kovnatsky, Artiom and Bronstein, Michael M. and Glashoff, Klaus and Bronstein, Alexander},
  issn         = {1939-3539},
  journal      = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
  number       = {12},
  pages        = {2505--2517},
  publisher    = {IEEE},
  title        = {{Multimodal manifold snalysis by simultaneous diagonalization of Laplacians}},
  doi          = {10.1109/tpami.2015.2408348},
  volume       = {37},
  year         = {2015},
}

@article{18424,
  abstract     = {We present a fast algorithm for global rigid symmetry detection with approximation guarantees. The algorithm is guaranteed to find the best approximate symmetry of a given shape, to within a user-specified threshold, with very high probability. Our method uses a carefully designed sampling of the transformation space, where each transformation is efficiently evaluated using a sublinear algorithm. We prove that the density of the sampling depends on the total variation of the shape, allowing us to derive formal bounds on the algorithm's complexity and approximation quality. We further investigate different volumetric shape representations (in the form of truncated distance transforms), and in such a way control the total variation of the shape and hence the sampling density and the runtime of the algorithm. A comprehensive set of experiments assesses the proposed method, including an evaluation on the eight categories of the COSEG data set. This is the first large-scale evaluation of any symmetry detection technique that we are aware of.},
  author       = {Korman, Simon and Litman, Roee and Avidan, Shai and Bronstein, Alexander},
  issn         = {1467-8659},
  journal      = {Computer Graphics Forum},
  number       = {1},
  pages        = {2--13},
  publisher    = {Wiley},
  title        = {{Probably approximately symmetric: Fast rigid symmetry detection with global guarantees}},
  doi          = {10.1111/cgf.12454},
  volume       = {34},
  year         = {2015},
}

