Skip to main content

Showing 1–37 of 37 results for author: Gadelha, M

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

    cs.LO

    ESBMC v7.6: Enhanced Model Checking of C++ Programs with Clang AST

    Authors: Xianzhiyu Li, Kunjian Song, Mikhail R. Gadelha, Franz Brauße, Rafael S. Menezes, Konstantin Korovin, Lucas C. Cordeiro

    Abstract: This paper presents Efficient SMT-Based Context-Bounded Model Checker (ESBMC) v7.6, an extended version based on previous work on ESBMC v7.3 by K. Song et al. The v7.3 introduced a new Clang-based C++ front-end to address the challenges posed by modern C++ programs. Although the new front-end has demonstrated significant potential in previous studies, it remains in the developmental stage and lack… ▽ More

    Submitted 25 June, 2024; originally announced June 2024.

    Comments: 27 pages, 2 figures. arXiv admin note: substantial text overlap with arXiv:2308.05649

  2. arXiv:2406.01592  [pdf, other

    cs.CV cs.AI cs.CL cs.GR cs.LG

    Text-guided Controllable Mesh Refinement for Interactive 3D Modeling

    Authors: Yun-Chun Chen, Selena Ling, Zhiqin Chen, Vladimir G. Kim, Matheus Gadelha, Alec Jacobson

    Abstract: We propose a novel technique for adding geometric details to an input coarse 3D mesh guided by a text prompt. Our method is composed of three stages. First, we generate a single-view RGB image conditioned on the input coarse geometry and the input text prompt. This single-view image generation step allows the user to pre-visualize the result and offers stronger conditioning for subsequent multi-vi… ▽ More

    Submitted 3 June, 2024; originally announced June 2024.

    Comments: Project page: https://text-mesh-refinement.github.io

  3. arXiv:2404.13445  [pdf, other

    cs.CV cs.GR

    DMesh: A Differentiable Mesh Representation

    Authors: Sanghyun Son, Matheus Gadelha, Yang Zhou, Zexiang Xu, Ming C. Lin, Yi Zhou

    Abstract: We present a differentiable representation, DMesh, for general 3D triangular meshes. DMesh considers both the geometry and connectivity information of a mesh. In our design, we first get a set of convex tetrahedra that compactly tessellates the domain based on Weighted Delaunay Triangulation (WDT), and select triangular faces on the tetrahedra to define the final mesh. We formulate probability of… ▽ More

    Submitted 1 June, 2024; v1 submitted 20 April, 2024; originally announced April 2024.

    Comments: 35 pages, 22 figures. Updated with more analysis and experimental results

  4. arXiv:2402.16994  [pdf, other

    cs.CV cs.AI cs.GR cs.LG

    GEM3D: GEnerative Medial Abstractions for 3D Shape Synthesis

    Authors: Dmitry Petrov, Pradyumn Goyal, Vikas Thamizharasan, Vladimir G. Kim, Matheus Gadelha, Melinos Averkiou, Siddhartha Chaudhuri, Evangelos Kalogerakis

    Abstract: We introduce GEM3D -- a new deep, topology-aware generative model of 3D shapes. The key ingredient of our method is a neural skeleton-based representation encoding information on both shape topology and geometry. Through a denoising diffusion probabilistic model, our method first generates skeleton-based representations following the Medial Axis Transform (MAT), then generates surfaces through a s… ▽ More

    Submitted 10 April, 2024; v1 submitted 26 February, 2024; originally announced February 2024.

    Comments: Webpage: https://lodurality.github.io/GEM3D/ -- Cond. accept. to SIGGRAPH 2024 (conf. track) -- Changes (based on reviews): changed style to sigconf; rearranged figures for readability; added missing citations; fixed misaligned centers in Fig. 3; added failure cases (Fig. 10); rewrote discussion; added categories averages to Tab. 8; added Tab. 10 with model capacities

  5. arXiv:2402.08654  [pdf, other

    cs.CV

    Learning Continuous 3D Words for Text-to-Image Generation

    Authors: Ta-Ying Cheng, Matheus Gadelha, Thibault Groueix, Matthew Fisher, Radomir Mech, Andrew Markham, Niki Trigoni

    Abstract: Current controls over diffusion models (e.g., through text or ControlNet) for image generation fall short in recognizing abstract, continuous attributes like illumination direction or non-rigid shape change. In this paper, we present an approach for allowing users of text-to-image models to have fine-grained control of several attributes in an image. We do this by engineering special sets of input… ▽ More

    Submitted 13 February, 2024; originally announced February 2024.

    Comments: Project Page: https://ttchengab.github.io/continuous_3d_words

  6. arXiv:2312.14746  [pdf, ps, other

    cs.SE

    ESBMC v7.4: Harnessing the Power of Intervals

    Authors: Rafael Menezes, Mohannad Aldughaim, Bruno Farias, Xianzhiyu Li, Edoardo Manino, Fedor Shmarov, Kunjian Song, Franz Brauße, Mikhail R. Gadelha, Norbert Tihanyi, Konstantin Korovin, Lucas C. Cordeiro

    Abstract: ESBMC implements many state-of-the-art techniques for model checking. We report on new and improved features that allow us to obtain verification results for previously unsupported programs and properties. ESBMC employs a new static interval analysis of expressions in programs to increase verification performance. This includes interval-based reasoning over booleans and integers, forward and backw… ▽ More

    Submitted 22 December, 2023; originally announced December 2023.

  7. arXiv:2312.02190  [pdf, other

    cs.CV cs.GR

    Diffusion Handles: Enabling 3D Edits for Diffusion Models by Lifting Activations to 3D

    Authors: Karran Pandey, Paul Guerrero, Matheus Gadelha, Yannick Hold-Geoffroy, Karan Singh, Niloy Mitra

    Abstract: Diffusion Handles is a novel approach to enabling 3D object edits on diffusion images. We accomplish these edits using existing pre-trained diffusion models, and 2D image depth estimation, without any fine-tuning or 3D object retrieval. The edited results remain plausible, photo-real, and preserve object identity. Diffusion Handles address a critically missing facet of generative image based creat… ▽ More

    Submitted 6 December, 2023; v1 submitted 1 December, 2023; originally announced December 2023.

    Comments: Project Webpage: https://diffusionhandles.github.io/

  8. arXiv:2312.01409  [pdf, other

    cs.CV cs.AI cs.GR

    Generative Rendering: Controllable 4D-Guided Video Generation with 2D Diffusion Models

    Authors: Shengqu Cai, Duygu Ceylan, Matheus Gadelha, Chun-Hao Paul Huang, Tuanfeng Yang Wang, Gordon Wetzstein

    Abstract: Traditional 3D content creation tools empower users to bring their imagination to life by giving them direct control over a scene's geometry, appearance, motion, and camera path. Creating computer-generated videos, however, is a tedious manual process, which can be automated by emerging text-to-video diffusion models. Despite great promise, video diffusion models are difficult to control, hinderin… ▽ More

    Submitted 3 December, 2023; originally announced December 2023.

    Comments: Project page: https://primecai.github.io/generative_rendering/

  9. arXiv:2310.19188  [pdf, other

    cs.CV

    3DMiner: Discovering Shapes from Large-Scale Unannotated Image Datasets

    Authors: Ta-Ying Cheng, Matheus Gadelha, Soren Pirk, Thibault Groueix, Radomir Mech, Andrew Markham, Niki Trigoni

    Abstract: We present 3DMiner -- a pipeline for mining 3D shapes from challenging large-scale unannotated image datasets. Unlike other unsupervised 3D reconstruction methods, we assume that, within a large-enough dataset, there must exist images of objects with similar shapes but varying backgrounds, textures, and viewpoints. Our approach leverages the recent advances in learning self-supervised image repres… ▽ More

    Submitted 29 October, 2023; originally announced October 2023.

    Comments: In ICCV 2023

  10. arXiv:2308.05649  [pdf, other

    cs.LO

    ESBMC v7.3: Model Checking C++ Programs using Clang AST

    Authors: Kunjian Song, Mikhail R. Gadelha, Franz Brauße, Rafael S. Menezes, Lucas C. Cordeiro

    Abstract: This paper introduces ESBMC v7.3, the latest Efficient SMT-Based Context-Bounded Model Checker version, which now incorporates a new clang-based C++ front-end. While the previous CPROVER-based front-end served well for handling C++03 programs, it encountered challenges kee** up with the evolving C++ language. As new language and library features were added in each C++ version, the limitations of… ▽ More

    Submitted 10 August, 2023; originally announced August 2023.

  11. arXiv:2212.06300  [pdf, other

    cs.CV

    Accidental Turntables: Learning 3D Pose by Watching Objects Turn

    Authors: Zezhou Cheng, Matheus Gadelha, Subhransu Maji

    Abstract: We propose a technique for learning single-view 3D object pose estimation models by utilizing a new source of data -- in-the-wild videos where objects turn. Such videos are prevalent in practice (e.g., cars in roundabouts, airplanes near runways) and easy to collect. We show that classical structure-from-motion algorithms, coupled with the recent advances in instance detection and feature matching… ▽ More

    Submitted 12 December, 2022; originally announced December 2022.

    Comments: Project website: https://people.cs.umass.edu/~zezhoucheng/acci-turn/

  12. arXiv:2207.00182  [pdf, other

    cs.CV

    Recovering Detail in 3D Shapes Using Disparity Maps

    Authors: Marissa Ramirez de Chanlatte, Matheus Gadelha, Thibault Groueix, Radomir Mech

    Abstract: We present a fine-tuning method to improve the appearance of 3D geometries reconstructed from single images. We leverage advances in monocular depth estimation to obtain disparity maps and present a novel approach to transforming 2D normalized disparity maps into 3D point clouds by using shape priors to solve an optimization on the relevant camera parameters. After creating a 3D point cloud from d… ▽ More

    Submitted 18 October, 2022; v1 submitted 30 June, 2022; originally announced July 2022.

  13. arXiv:2206.07710  [pdf, other

    cs.CV cs.RO

    PlanarRecon: Real-time 3D Plane Detection and Reconstruction from Posed Monocular Videos

    Authors: Yiming Xie, Matheus Gadelha, Fengting Yang, Xiaowei Zhou, Huaizu Jiang

    Abstract: We present PlanarRecon -- a novel framework for globally coherent detection and reconstruction of 3D planes from a posed monocular video. Unlike previous works that detect planes in 2D from a single image, PlanarRecon incrementally detects planes in 3D for each video fragment, which consists of a set of key frames, from a volumetric representation of the scene using neural networks. A learning-bas… ▽ More

    Submitted 15 June, 2022; originally announced June 2022.

    Comments: CVPR 2022. Project page: https://neu-vi.github.io/planarrecon/

  14. ANISE: Assembly-based Neural Implicit Surface rEconstruction

    Authors: Dmitry Petrov, Matheus Gadelha, Radomir Mech, Evangelos Kalogerakis

    Abstract: We present ANISE, a method that reconstructs a 3D~shape from partial observations (images or sparse point clouds) using a part-aware neural implicit shape representation. The shape is formulated as an assembly of neural implicit functions, each representing a different part instance. In contrast to previous approaches, the prediction of this representation proceeds in a coarse-to-fine manner. Our… ▽ More

    Submitted 5 July, 2023; v1 submitted 26 May, 2022; originally announced May 2022.

  15. arXiv:2112.13942  [pdf, other

    cs.CV

    PriFit: Learning to Fit Primitives Improves Few Shot Point Cloud Segmentation

    Authors: Gopal Sharma, Bidya Dash, Aruni RoyChowdhury, Matheus Gadelha, Marios Loizou, Liangliang Cao, Rui Wang, Erik Learned-Miller, Subhransu Maji, Evangelos Kalogerakis

    Abstract: We present PriFit, a semi-supervised approach for label-efficient learning of 3D point cloud segmentation networks. PriFit combines geometric primitive fitting with point-based representation learning. Its key idea is to learn point representations whose clustering reveals shape regions that can be approximated well by basic geometric primitives, such as cuboids and ellipsoids. The learned point r… ▽ More

    Submitted 23 June, 2022; v1 submitted 27 December, 2021; originally announced December 2021.

  16. arXiv:2107.01093  [pdf, other

    cs.SE

    Model Checking C++ Programs

    Authors: Felipe R. Monteiro, Mikhail R. Gadelha, Lucas C. Cordeiro

    Abstract: In the last three decades, memory safety issues in system programming languages such as C or C++ have been one of the significant sources of security vulnerabilities. However, there exist only a few attempts with limited success to cope with the complexity of C++ program verification. Here we describe and evaluate a novel verification approach based on bounded model checking (BMC) and satisfiabili… ▽ More

    Submitted 2 July, 2021; originally announced July 2021.

    Comments: 30 pages

  17. arXiv:2012.11223  [pdf, other

    cs.CR cs.LO

    FuSeBMC: A White-Box Fuzzer for Finding Security Vulnerabilities in C Programs

    Authors: Kaled M. Alshmrany, Rafael S. Menezes, Mikhail R. Gadelha, Lucas C. Cordeiro

    Abstract: We describe and evaluate a novel white-box fuzzer for C programs named FuSeBMC, which combines fuzzing and symbolic execution, and applies Bounded Model Checking (BMC) to find security vulnerabilities in C programs. FuSeBMC explores and analyzes C programs (1) to find execution paths that lead to property violations and (2) to incrementally inject labels to guide the fuzzer and the BMC engine to p… ▽ More

    Submitted 21 December, 2020; originally announced December 2020.

    Comments: 4 pages

  18. arXiv:2004.12699  [pdf, other

    cs.LO cs.SE

    An Efficient Floating-Point Bit-Blasting API for Verifying C Programs

    Authors: Mikhail R. Gadelha, Lucas C. Cordeiro, Denis A. Nicole

    Abstract: We describe a new SMT bit-blasting API for floating-points and evaluate it using different out-of-the-shelf SMT solvers during the verification of several C programs. The new floating-point API is part of the SMT backend in ESBMC, a state-of-the-art bounded model checker for C and C++. For the evaluation, we compared our floating-point API against the native floating-point APIs in Z3 and MathSAT.… ▽ More

    Submitted 29 April, 2020; v1 submitted 27 April, 2020; originally announced April 2020.

    Comments: 20 pages

  19. arXiv:2004.04242  [pdf, other

    cs.CV cs.GR

    Deep Manifold Prior

    Authors: Matheus Gadelha, Rui Wang, Subhransu Maji

    Abstract: We present a prior for manifold structured data, such as surfaces of 3D shapes, where deep neural networks are adopted to reconstruct a target shape using gradient descent starting from a random initialization. We show that surfaces generated this way are smooth, with limiting behavior characterized by Gaussian processes, and we mathematically derive such properties for fully-connected as well as… ▽ More

    Submitted 8 April, 2020; originally announced April 2020.

    Comments: 22 pages, 12 figures

  20. arXiv:2004.03028  [pdf, other

    cs.CV cs.GR cs.LG

    Learning Generative Models of Shape Handles

    Authors: Matheus Gadelha, Giorgio Gori, Duygu Ceylan, Radomir Mech, Nathan Carr, Tamy Boubekeur, Rui Wang, Subhransu Maji

    Abstract: We present a generative model to synthesize 3D shapes as sets of handles -- lightweight proxies that approximate the original 3D shape -- for applications in interactive editing, shape parsing, and building compact 3D representations. Our model can generate handle sets with varying cardinality and different types of handles (Figure 1). Key to our approach is a deep architecture that predicts both… ▽ More

    Submitted 6 April, 2020; originally announced April 2020.

    Comments: 11 pages, 11 figures, accepted do CVPR 2020

  21. arXiv:2003.13834  [pdf, other

    cs.CV cs.GR cs.LG

    Label-Efficient Learning on Point Clouds using Approximate Convex Decompositions

    Authors: Matheus Gadelha, Aruni RoyChowdhury, Gopal Sharma, Evangelos Kalogerakis, Liangliang Cao, Erik Learned-Miller, Rui Wang, Subhransu Maji

    Abstract: The problems of shape classification and part segmentation from 3D point clouds have garnered increasing attention in the last few years. Both of these problems, however, suffer from relatively small training sets, creating the need for statistically efficient methods to learn 3D shape representations. In this paper, we investigate the use of Approximate Convex Decompositions (ACD) as a self-super… ▽ More

    Submitted 4 August, 2020; v1 submitted 30 March, 2020; originally announced March 2020.

    Comments: First two authors had equal contribution. ECCV'20 version. 19 pages, 5 figures

    Journal ref: 16th European Conference on Computer Vision (ECCV 2020)

  22. arXiv:1909.00271  [pdf, other

    cs.DB

    Exploring Reproducibility and FAIR Principles in Data Science Using Ecological Niche Modeling as a Case Study

    Authors: Maria Luiza Mondelli, A. Townsend Peterson, Luiz M. R. Gadelha Jr

    Abstract: Reproducibility is a fundamental requirement of the scientific process since it enables outcomes to be replicated and verified. Computational scientific experiments can benefit from improved reproducibility for many reasons, including validation of results and reuse by other scientists. However, designing reproducible experiments remains a challenge and hence the need for develo** methodologies… ▽ More

    Submitted 31 August, 2019; originally announced September 2019.

    Comments: 10 pages, 4 figures

  23. arXiv:1907.12933  [pdf, other

    cs.LO cs.LG cs.NE

    Incremental Bounded Model Checking of Artificial Neural Networks in CUDA

    Authors: Luiz H. Sena, Iury V. Bessa, Mikhail R. Gadelha, Lucas C. Cordeiro, Edjard Mota

    Abstract: Artificial Neural networks (ANNs) are powerful computing systems employed for various applications due to their versatility to generalize and to respond to unexpected inputs/patterns. However, implementations of ANNs for safety-critical systems might lead to failures, which are hardly predicted in the design phase since ANNs are highly parallel and their parameters are hardly interpretable. Here w… ▽ More

    Submitted 30 July, 2019; originally announced July 2019.

    Comments: 8 pages

  24. arXiv:1906.04910  [pdf, other

    cs.CV cs.GR cs.LG

    Inferring 3D Shapes from Image Collections using Adversarial Networks

    Authors: Matheus Gadelha, Aartika Rai, Subhransu Maji, Rui Wang

    Abstract: We investigate the problem of learning a probabilistic distribution over three-dimensional shapes given two-dimensional views of multiple objects taken from unknown viewpoints. Our approach called projective generative adversarial network (PrGAN) trains a deep generative model of 3D shapes whose projections (or renderings) match the distributions of the provided 2D distribution. The addition of a… ▽ More

    Submitted 10 June, 2019; originally announced June 2019.

    Comments: Source code: https://github.com/matheusgadelha/PrGAN . arXiv admin note: substantial text overlap with arXiv:1612.05872

  25. arXiv:1904.07457  [pdf, other

    cs.CV cs.LG stat.ML

    A Bayesian Perspective on the Deep Image Prior

    Authors: Zezhou Cheng, Matheus Gadelha, Subhransu Maji, Daniel Sheldon

    Abstract: The deep image prior was recently introduced as a prior for natural images. It represents images as the output of a convolutional network with random inputs. For "inference", gradient descent is performed to adjust network parameters to make the output match observations. This approach yields good performance on a range of image reconstruction tasks. We show that the deep image prior is asymptotic… ▽ More

    Submitted 16 April, 2019; originally announced April 2019.

    Comments: CVPR 2019

  26. arXiv:1904.06152  [pdf, ps, other

    cs.SE cs.LO

    Boost the Impact of Continuous Formal Verification in Industry

    Authors: Felipe R. Monteiro, Mikhail R. Gadelha, Lucas C. Cordeiro

    Abstract: Software model checking has experienced significant progress in the last two decades, however, one of its major bottlenecks for practical applications remains its scalability and adaptability. Here, we describe an approach to integrate software model checking techniques into the DevOps culture by exploiting practices such as continuous integration and regression tests. In particular, our proposed… ▽ More

    Submitted 17 July, 2019; v1 submitted 12 April, 2019; originally announced April 2019.

    Comments: 7 pages

  27. arXiv:1904.02501  [pdf, other

    cs.LO

    Beyond k-induction: Learning from Counterexamples to Bidirectionally Explore the State Space

    Authors: Mikhail R. Gadelha, Felipe R. Monteiro, Enrico Steffinlongo, Lucas C. Cordeiro, Denis A. Nicole

    Abstract: We describe and evaluate a novel k-induction proof rule called bidirectional k-induction (bkind), which substantially improves the k-induction bug-finding capabilities. Particularly, bkind exploits the counterexamples generated by the over-approximation step to derive new properties and feed them back to the bounded model checking procedure. We also combine an interval invariant generator and bkin… ▽ More

    Submitted 4 April, 2019; originally announced April 2019.

    Comments: 17 pages

  28. arXiv:1810.12041  [pdf, other

    cs.LO cs.PL cs.SE

    SMT-Based Refutation of Spurious Bug Reports in the Clang Static Analyzer

    Authors: Mikhail R. Gadelha, Enrico Steffinlongo, Lucas C. Cordeiro, Bernd Fischer, Denis A. Nicole

    Abstract: We describe and evaluate a bug refutation extension for the Clang Static Analyzer (CSA) that addresses the limitations of the existing built-in constraint solver. In particular, we complement CSA's existing heuristics that remove spurious bug reports. We encode the path constraints produced by CSA as Satisfiability Modulo Theories (SMT) problems, use SMT solvers to precisely check them for satisfi… ▽ More

    Submitted 30 November, 2018; v1 submitted 29 October, 2018; originally announced October 2018.

    Comments: 4 pages

  29. arXiv:1810.00224  [pdf, other

    q-bio.PE cs.DB

    A survey of biodiversity informatics: Concepts, practices, and challenges

    Authors: Luiz M. R. Gadelha Jr., Pedro C. de Siracusa, Artur Ziviani, Eduardo Couto Dalcin, Helen Michelle Affe, Marinez Ferreira de Siqueira, Luís Alexandre Estevão da Silva, Douglas A. Augusto, Eduardo Krempser, Marcia Chame, Raquel Lopes Costa, Pedro Milet Meirelles, Fabiano Thompson

    Abstract: The unprecedented size of the human population, along with its associated economic activities, have an ever increasing impact on global environments. Across the world, countries are concerned about the growing resource consumption and the capacity of ecosystems to provide them. To effectively conserve biodiversity, it is essential to make indicators and knowledge openly available to decision-maker… ▽ More

    Submitted 7 December, 2020; v1 submitted 29 September, 2018; originally announced October 2018.

    Journal ref: WIREs Data Mining and Knowledge Discovery (2020)

  30. arXiv:1809.02560  [pdf, other

    cs.CV cs.GR cs.LG

    A Deeper Look at 3D Shape Classifiers

    Authors: Jong-Chyi Su, Matheus Gadelha, Rui Wang, Subhransu Maji

    Abstract: We investigate the role of representations and architectures for classifying 3D shapes in terms of their computational efficiency, generalization, and robustness to adversarial transformations. By varying the number of training examples and employing cross-modal transfer learning we study the role of initialization of existing deep architectures for 3D shape classification. Our analysis shows that… ▽ More

    Submitted 30 September, 2018; v1 submitted 7 September, 2018; originally announced September 2018.

    Comments: Accepted to Second Workshop on 3D Reconstruction Meets Semantics, ECCV 2018

  31. arXiv:1807.03520  [pdf, other

    cs.CV cs.GR cs.LG

    Multiresolution Tree Networks for 3D Point Cloud Processing

    Authors: Matheus Gadelha, Rui Wang, Subhransu Maji

    Abstract: We present multiresolution tree-structured networks to process point clouds for 3D shape understanding and generation tasks. Our network represents a 3D shape as a set of locality-preserving 1D ordered list of points at multiple resolutions. This allows efficient feed-forward processing through 1D convolutions, coarse-to-fine analysis through a multi-grid architecture, and it leads to faster conve… ▽ More

    Submitted 11 July, 2018; v1 submitted 10 July, 2018; originally announced July 2018.

    Comments: Accepted to ECCV 2018. 23 pages, including supplemental material

  32. BioWorkbench: A High-Performance Framework for Managing and Analyzing Bioinformatics Experiments

    Authors: Maria Luiza Mondelli, Thiago Magalhães, Guilherme Loss, Michael Wilde, Ian Foster, Marta Mattoso, Daniel S. Katz, Helio J. C. Barbosa, Ana Tereza R. Vasconcelos, Kary Ocaña, Luiz M. R. Gadelha Jr

    Abstract: Advances in sequencing techniques have led to exponential growth in biological data, demanding the development of large-scale bioinformatics experiments. Because these experiments are computation- and data-intensive, they require high-performance computing (HPC) techniques and can benefit from specialized technologies such as Scientific Workflow Management Systems (SWfMS) and databases. In this wo… ▽ More

    Submitted 11 January, 2018; originally announced January 2018.

    Journal ref: PeerJ, 6 (2018), e5551

  33. arXiv:1710.02754  [pdf, other

    cs.CV cs.AI cs.GR

    Texture Fuzzy Segmentation using Skew Divergence Adaptive Affinity Functions

    Authors: José F. S. Neto, Waldson P. N. Leandro, Matheus A. Gadelha, Tiago S. Santos, Bruno M. Carvalho, Edgar Garduño

    Abstract: Digital image segmentation is the process of assigning distinct labels to different objects in a digital image, and the fuzzy segmentation algorithm has been successfully used in the segmentation of images from a wide variety of sources. However, the traditional fuzzy segmentation algorithm fails to segment objects that are characterized by textures whose patterns cannot be successfully described… ▽ More

    Submitted 7 October, 2017; originally announced October 2017.

  34. arXiv:1707.06375  [pdf, other

    cs.CV cs.GR

    3D Shape Reconstruction from Sketches via Multi-view Convolutional Networks

    Authors: Zhaoliang Lun, Matheus Gadelha, Evangelos Kalogerakis, Subhransu Maji, Rui Wang

    Abstract: We propose a method for reconstructing 3D shapes from 2D sketches in the form of line drawings. Our method takes as input a single sketch, or multiple sketches, and outputs a dense point cloud representing a 3D reconstruction of the input sketch(es). The point cloud is then converted into a polygon mesh. At the heart of our method lies a deep, encoder-decoder network. The encoder converts the sket… ▽ More

    Submitted 29 September, 2017; v1 submitted 20 July, 2017; originally announced July 2017.

    Comments: 3DV 2017 (oral)

  35. arXiv:1707.06267  [pdf, other

    cs.CV cs.GR

    Shape Generation using Spatially Partitioned Point Clouds

    Authors: Matheus Gadelha, Subhransu Maji, Rui Wang

    Abstract: We propose a method to generate 3D shapes using point clouds. Given a point-cloud representation of a 3D shape, our method builds a kd-tree to spatially partition the points. This orders them consistently across all shapes, resulting in reasonably good correspondences across all shapes. We then use PCA analysis to derive a linear shape basis across the spatially partitioned points, and optimize th… ▽ More

    Submitted 19 July, 2017; originally announced July 2017.

    Comments: To appear at BMVC 2017

  36. arXiv:1706.02136  [pdf, ps, other

    cs.PL

    Counterexample-Guided k-Induction Verification for Fast Bug Detection

    Authors: Mikhail Y. R. Gadelha, Lucas C. Cordeiro, Denis A. Nicole

    Abstract: Recently, the k-induction algorithm has proven to be a successful approach for both finding bugs and proving correctness. However, since the algorithm is an incremental approach, it might waste resources trying to prove incorrect programs. In this paper, we propose to extend the k-induction algorithm in order to shorten the number of steps required to find a property violation. We convert the algo… ▽ More

    Submitted 19 January, 2018; v1 submitted 7 June, 2017; originally announced June 2017.

  37. arXiv:1612.05872  [pdf, other

    cs.CV

    3D Shape Induction from 2D Views of Multiple Objects

    Authors: Matheus Gadelha, Subhransu Maji, Rui Wang

    Abstract: In this paper we investigate the problem of inducing a distribution over three-dimensional structures given two-dimensional views of multiple objects taken from unknown viewpoints. Our approach called "projective generative adversarial networks" (PrGANs) trains a deep generative model of 3D shapes whose projections match the distributions of the input 2D views. The addition of a projection module… ▽ More

    Submitted 18 December, 2016; originally announced December 2016.

    Comments: Submitted to CVPR 2017