Skip to main content

Showing 1–4 of 4 results for author: Menezes, E

Searching in archive cs. Search in all archives.
.
  1. arXiv:2103.00541  [pdf

    cs.CY

    Dados Abertos Governamentais no contexto de Políticas Públicas de Saúde e Sistemas Prisionais: Realidade ou Utopia?

    Authors: Rafael Antônio Lima Cardoso, Glauco de Figueiredo Carneiro, José Euclimar Xavier de Menezes

    Abstract: There are many initiatives of transparency reported in the access and use of government open data for different purposes. This practice reveals an important requirement to accomplish the participatory governance. The literature has reported a minimal set of criteria to categorize a specific data repository as open. This paper discusses to which extent specific national and international data repos… ▽ More

    Submitted 28 February, 2021; originally announced March 2021.

    Comments: in Portuguese

    ACM Class: K.4.2

    Journal ref: Dialogos Possiveis. v. 19, n. 2 (2020) 65-80

  2. arXiv:2101.03539  [pdf

    cs.CY

    Perspectives and Challenges in the Analysis of Prison Systems Data: A Systematic Mapping

    Authors: Glauco de Figueiredo Carneiro, Rafael Antonio Lima Cardoso, Antonio Pedro Dores, José Euclimar Xavier Menezes

    Abstract: Context: Open public data enable different stakeholders to perform analysis and uncover information from different perspectives. The identification and analysis of data from prison systems is not a trivial task. It raises the need for the research community to know how these data have been produced and used. Goal: Analyze prison systems data for the purpose of characterizing its use with respect t… ▽ More

    Submitted 4 November, 2021; v1 submitted 10 January, 2021; originally announced January 2021.

    Comments: Submitted to Dialogos Possíveis Journal

    Report number: Dialogos Poss\'iveis v. 20, n. 1 (2021) ACM Class: K.4.2

    Journal ref: 2021

  3. arXiv:2009.12312  [pdf, other

    cs.CV

    CAD2Real: Deep learning with domain randomization of CAD data for 3D pose estimation of electronic control unit housings

    Authors: Simon Baeuerle, Jonas Barth, Elton Renato Tavares de Menezes, Andreas Steimer, Ralf Mikut

    Abstract: Electronic control units (ECUs) are essential for many automobile components, e.g. engine, anti-lock braking system (ABS), steering and airbags. For some products, the 3D pose of each single ECU needs to be determined during series production. Deep learning approaches can not easily be applied to this problem, because labeled training data is not available in sufficient numbers. Thus, we train sta… ▽ More

    Submitted 25 September, 2020; originally announced September 2020.

    Comments: Proc. 30. Workshop Computational Intelligence, Berlin, 2020

    ACM Class: I.2.10; I.4.8

  4. arXiv:1910.02351  [pdf, ps, other

    cs.DS cs.CC cs.PF

    Clustering case statements for indirect branch predictors

    Authors: Evandro Menezes, Sebastian Pop, Aditya Kumar

    Abstract: We present an O(nlogn) algorithm to compile a switch statement into jump tables. To generate jump tables that can be efficiently predicted by current hardware branch predictors, we added an upper bound on the number of entries for each table. This modification of the previously best known algorithm reduces the complexity from O(n^2) to O(nlogn).

    Submitted 2 November, 2019; v1 submitted 5 October, 2019; originally announced October 2019.

    ACM Class: C.0; F.2