Skip to main content

Showing 1–4 of 4 results for author: de Rezende, P J

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

    cs.CV

    Co-Training with Active Contrastive Learning and Meta-Pseudo-Labeling on 2D Projections for Deep Semi-Supervised Learning

    Authors: David Aparco-Cardenas, Jancarlo F. Gomes, Alexandre X. Falcão, Pedro J. de Rezende

    Abstract: A major challenge that prevents the training of DL models is the limited availability of accurately labeled data. This shortcoming is highlighted in areas where data annotation becomes a time-consuming and error-prone task. In this regard, SSL tackles this challenge by capitalizing on scarce labeled and abundant unlabeled data; however, SoTA methods typically depend on pre-trained features and lar… ▽ More

    Submitted 25 April, 2025; originally announced April 2025.

    Comments: Submitted to Journal of the Brazilian Computer Society (JBCS) [https://journals-sol.sbc.org.br]

    MSC Class: 68T07 ACM Class: I.4.10; I.5.1

  2. arXiv:2404.17080  [pdf, other

    cs.DM cs.DS math.CO

    Solving the Graph Burning Problem for Large Graphs

    Authors: Felipe de Carvalho Pereira, Pedro Jussieu de Rezende, Tallys Yunes, Luiz Fernando Batista Morato

    Abstract: We propose an exact algorithm for the Graph Burning Problem ($\texttt{GBP}$), an NP-hard optimization problem that models the spread of influence on social networks. Given a graph $G$ with vertex set $V$, the objective is to find a sequence of $k$ vertices in $V$, namely, $v_1, v_2, \dots, v_k$, such that $k$ is minimum and $\bigcup_{i = 1}^{k} \{u\! \in\! V\! : d(u, v_i) \leq k - i\} = V$, where… ▽ More

    Submitted 25 September, 2024; v1 submitted 25 April, 2024; originally announced April 2024.

    Comments: 10 pages, 1 figure and 2 tables

    MSC Class: 68R05 (Primary) 05C85; 90C10 (Secondary) ACM Class: G.2.1

    Journal ref: A Row Generation Algorithm for Finding Optimal Burning Sequences of Large Graphs. In 32nd Annual European Symposium on Algorithms (ESA 2024). Leibniz International Proceedings in Informatics (LIPIcs), Volume 308, pp. 94:1-94:17, 2024

  3. arXiv:2012.03381  [pdf, other

    cs.CG

    Solving the Minimum Convex Partition of Point Sets with Integer Programming

    Authors: Allan Sapucaia, Pedro J. de Rezende, Cid C. de Souza

    Abstract: The partition of a problem into smaller sub-problems satisfying certain properties is often a key ingredient in the design of divide-and-conquer algorithms. For questions related to location, the partition problem can be modeled, in geometric terms, as finding a subdivision of a planar map -- which represents, say, a geographical area -- into regions subject to certain conditions while optimizing… ▽ More

    Submitted 6 December, 2020; originally announced December 2020.

    Comments: 28 pages, 14 figures, submitted for publication

  4. arXiv:1410.8720  [pdf, other

    cs.CG

    Engineering Art Galleries

    Authors: Pedro J. de Rezende, Cid C. de Souza, Stephan Friedrichs, Michael Hemmer, Alexander Kröller, Davi C. Tozoni

    Abstract: The Art Gallery Problem is one of the most well-known problems in Computational Geometry, with a rich history in the study of algorithms, complexity, and variants. Recently there has been a surge in experimental work on the problem. In this survey, we describe this work, show the chronology of developments, and compare current algorithms, including two unpublished versions, in an exhaustive experi… ▽ More

    Submitted 15 February, 2016; v1 submitted 31 October, 2014; originally announced October 2014.

    ACM Class: F.2.2