Skip to main content

Showing 1–14 of 14 results for author: Hafemann, L G

.
  1. arXiv:2312.13091  [pdf, other

    cs.CV cs.GR cs.LG

    MoSAR: Monocular Semi-Supervised Model for Avatar Reconstruction using Differentiable Shading

    Authors: Abdallah Dib, Luiz Gustavo Hafemann, Emeline Got, Trevor Anderson, Amin Fadaeinejad, Rafael M. O. Cruz, Marc-Andre Carbonneau

    Abstract: Reconstructing an avatar from a portrait image has many applications in multimedia, but remains a challenging research problem. Extracting reflectance maps and geometry from one image is ill-posed: recovering geometry is a one-to-many map** problem and reflectance and light are difficult to disentangle. Accurate geometry and reflectance can be captured under the controlled conditions of a light… ▽ More

    Submitted 21 December, 2023; v1 submitted 20 December, 2023; originally announced December 2023.

    Comments: https://ubisoft-laforge.github.io/character/mosar/

    MSC Class: 68T45 (Primary) 68T07; 68T01 (Secondary) ACM Class: I.2.10; I.4; I.3.3; I.5

  2. arXiv:2304.01340  [pdf, other

    cs.CV

    A Scale-Invariant Trajectory Simplification Method for Efficient Data Collection in Videos

    Authors: Yang Liu, Luiz Gustavo Hafemann

    Abstract: Training data is a critical requirement for machine learning tasks, and labeled training data can be expensive to acquire, often requiring manual or semi-automated data collection pipelines. For tracking applications, the data collection involves drawing bounding boxes around the classes of interest on each frame, and associate detections of the same "instance" over frames. In a semi-automated dat… ▽ More

    Submitted 3 April, 2023; originally announced April 2023.

  3. arXiv:2104.12574  [pdf, other

    cs.CV

    Detecting and Matching Related Objects with One Proposal Multiple Predictions

    Authors: Yang Liu, Luiz G. Hafemann, Michael Jamieson, Mehrsan Javan

    Abstract: Tracking players in sports videos is commonly done in a tracking-by-detection framework, first detecting players in each frame, and then performing association over time. While for some sports tracking players is sufficient for game analysis, sports like hockey, tennis and polo may require additional detections, that include the object the player is holding (e.g. racket, stick). The baseline solut… ▽ More

    Submitted 23 April, 2021; originally announced April 2021.

    Comments: CVPR workshop 2021

  4. arXiv:2004.10299  [pdf, other

    cs.CV

    Group Activity Detection from Trajectory and Video Data in Soccer

    Authors: Ryan Sanford, Siavash Gorji, Luiz G. Hafemann, Bahareh Pourbabaee, Mehrsan Javan

    Abstract: Group activity detection in soccer can be done by using either video data or player and ball trajectory data. In current soccer activity datasets, activities are labelled as atomic events without a duration. Given that the state-of-the-art activity detection methods are not well-defined for atomic actions, these methods cannot be used. In this work, we evaluated the effectiveness of activity recog… ▽ More

    Submitted 21 April, 2020; originally announced April 2020.

    Comments: Accepted to the 6th International Workshop on Computer Vision in Sports (CVsports) at CVPR 2020

  5. arXiv:1910.08060  [pdf, other

    cs.CV

    Meta-learning for fast classifier adaptation to new users of Signature Verification systems

    Authors: Luiz G. Hafemann, Robert Sabourin, Luiz S. Oliveira

    Abstract: Offline Handwritten Signature verification presents a challenging Pattern Recognition problem, where only knowledge of the positive class is available for training. While classifiers have access to a few genuine signatures for training, during generalization they also need to discriminate forgeries. This is particularly challenging for skilled forgeries, where a forger practices imitating the user… ▽ More

    Submitted 17 October, 2019; originally announced October 2019.

    Comments: Accepted for the IEEE Transactions on Information Forensics and Security

  6. arXiv:1908.03173  [pdf, other

    cs.LG cs.SD eess.AS stat.ML

    Universal Adversarial Audio Perturbations

    Authors: Sajjad Abdoli, Luiz G. Hafemann, Jerome Rony, Ismail Ben Ayed, Patrick Cardinal, Alessandro L. Koerich

    Abstract: We demonstrate the existence of universal adversarial perturbations, which can fool a family of audio classification architectures, for both targeted and untargeted attack scenarios. We propose two methods for finding such perturbations. The first method is based on an iterative, greedy approach that is well-known in computer vision: it aggregates small perturbations to the input so as to push it… ▽ More

    Submitted 16 November, 2020; v1 submitted 8 August, 2019; originally announced August 2019.

  7. Characterizing and evaluating adversarial examples for Offline Handwritten Signature Verification

    Authors: Luiz G. Hafemann, Robert Sabourin, Luiz S. Oliveira

    Abstract: The phenomenon of Adversarial Examples is attracting increasing interest from the Machine Learning community, due to its significant impact to the security of Machine Learning systems. Adversarial examples are similar (from a perceptual notion of similarity) to samples from the data distribution, that "fool" a machine learning classifier. For computer vision applications, these are images with car… ▽ More

    Submitted 10 January, 2019; originally announced January 2019.

    Comments: Accepted for the IEEE Transactions on Information Forensics and Security

  8. arXiv:1811.09600  [pdf, other

    cs.CV cs.CR cs.LG

    Decoupling Direction and Norm for Efficient Gradient-Based L2 Adversarial Attacks and Defenses

    Authors: Jérôme Rony, Luiz G. Hafemann, Luiz S. Oliveira, Ismail Ben Ayed, Robert Sabourin, Eric Granger

    Abstract: Research on adversarial examples in computer vision tasks has shown that small, often imperceptible changes to an image can induce misclassification, which has security implications for a wide range of image processing systems. Considering $L_2$ norm distortions, the Carlini and Wagner attack is presently the most effective white-box attack in the literature. However, this method is slow since it… ▽ More

    Submitted 3 April, 2019; v1 submitted 23 November, 2018; originally announced November 2018.

    Comments: Accepted as a conference paper to the 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR oral presentation)

  9. Fixed-sized representation learning from Offline Handwritten Signatures of different sizes

    Authors: Luiz G. Hafemann, Robert Sabourin, Luiz S. Oliveira

    Abstract: Methods for learning feature representations for Offline Handwritten Signature Verification have been successfully proposed in recent literature, using Deep Convolutional Neural Networks to learn representations from signature pixels. Such methods reported large performance improvements compared to handcrafted feature extractors. However, they also introduced an important constraint: the inputs to… ▽ More

    Submitted 24 April, 2018; v1 submitted 2 April, 2018; originally announced April 2018.

    Comments: This is a pre-print of an article published in the International Journal on Document Analysis and Recognition

  10. arXiv:1802.04967  [pdf, ps, other

    cs.LG

    DESlib: A Dynamic ensemble selection library in Python

    Authors: Rafael M. O. Cruz, Luiz G. Hafemann, Robert Sabourin, George D. C. Cavalcanti

    Abstract: DESlib is an open-source python library providing the implementation of several dynamic selection techniques. The library is divided into three modules: (i) \emph{dcs}, containing the implementation of dynamic classifier selection methods (DCS); (ii) \emph{des}, containing the implementation of dynamic ensemble selection methods (DES); (iii) \emph{static}, with the implementation of static ensembl… ▽ More

    Submitted 22 January, 2019; v1 submitted 14 February, 2018; originally announced February 2018.

    Comments: Paper introducing DESlib: A dynamic ensemble selection library in Python

    Journal ref: Journal of Machine Learning Research, 21 (2020), 1-5

  11. Learning Features for Offline Handwritten Signature Verification using Deep Convolutional Neural Networks

    Authors: Luiz G. Hafemann, Robert Sabourin, Luiz S. Oliveira

    Abstract: Verifying the identity of a person using handwritten signatures is challenging in the presence of skilled forgeries, where a forger has access to a person's signature and deliberately attempt to imitate it. In offline (static) signature verification, the dynamic information of the signature writing process is lost, and it is difficult to design good feature extractors that can distinguish genuine… ▽ More

    Submitted 16 May, 2017; originally announced May 2017.

  12. Analyzing features learned for Offline Signature Verification using Deep CNNs

    Authors: Luiz G. Hafemann, Robert Sabourin, Luiz S. Oliveira

    Abstract: Research on Offline Handwritten Signature Verification explored a large variety of handcrafted feature extractors, ranging from graphology, texture descriptors to interest points. In spite of advancements in the last decades, performance of such systems is still far from optimal when we test the systems against skilled forgeries - signature forgeries that target a particular individual. In previou… ▽ More

    Submitted 26 August, 2016; v1 submitted 15 July, 2016; originally announced July 2016.

    Comments: Accepted as a conference paper to ICPR 2016

  13. Writer-independent Feature Learning for Offline Signature Verification using Deep Convolutional Neural Networks

    Authors: Luiz G. Hafemann, Robert Sabourin, Luiz S. Oliveira

    Abstract: Automatic Offline Handwritten Signature Verification has been researched over the last few decades from several perspectives, using insights from graphology, computer vision, signal processing, among others. In spite of the advancements on the field, building classifiers that can separate between genuine signatures and skilled forgeries (forgeries made targeting a particular signature) is still ha… ▽ More

    Submitted 4 April, 2016; originally announced April 2016.

    Comments: Accepted as a conference paper to The International Joint Conference on Neural Networks (IJCNN) 2016

  14. Offline Handwritten Signature Verification - Literature Review

    Authors: Luiz G. Hafemann, Robert Sabourin, Luiz S. Oliveira

    Abstract: The area of Handwritten Signature Verification has been broadly researched in the last decades, but remains an open research problem. The objective of signature verification systems is to discriminate if a given signature is genuine (produced by the claimed individual), or a forgery (produced by an impostor). This has demonstrated to be a challenging task, in particular in the offline (static) sce… ▽ More

    Submitted 16 October, 2017; v1 submitted 28 July, 2015; originally announced July 2015.

    Comments: Accepted to the International Conference on Image Processing Theory, Tools and Applications (IPTA 2017)

    ACM Class: I.5.4