RESEARCH
Open-set Face Recognition
This research tackles the significant challenges of open-set face recognition for watchlist applications, focusing on identifying known individuals while reliably rejecting unknown subjects unseen during training. The core problem is that standard neural networks are biased towards known data, struggling to distinguish unknowns and operate effectively with limited samples per identity. Practical deployment also faces hurdles from the computational expense of retraining deep networks for gallery updates and challenging uncontrolled surveillance conditions.
Motivated by the need for robust and agile open-set systems that minimize false positives, this work introduces compact adapter networks for rapid domain adaptation and novel discriminative loss functions like Maximal Entropy Loss (MEL), Objectosphere Loss, and Axial Sphere Loss (ASL). These methods, leveraging real or synthesized negative samples, aim to enhance class separation and minimize the open-space risk by pushing non-gallery samples towards the feature space origin, demonstrating their effectiveness on datasets such as LFW, IJB-C, and UCCS.
References:
• Vareto, R. H., Linghu, Y., Boult, T. E., Schwartz, W. R., & Günther, M. (2024). Open-set face recognition with maximal entropy and Objectosphere loss. Image and Vision Computing, 141, 104862. https://doi.org/10.1016/j.imavis.2023.104862
• Kasıma, F., Boult, T. E., Mora, R., Biesseck, B., Ribeiro, R., Schlueter, J., Repák, T., Vareto, R. H., Menotti, D., Schwartz, W. R., & Günther, M. (2024). Watchlist Challenge: 3rd Open-set Face Detection and Identification.
• Vareto, R. H., & Schwartz, W. R. (2025). AXIAL SPHERE LOSS: Encouraging open-space risk minimization in face identification tasks.
Face Anonymization Protection
Analysis of Seismic Data
License Plate Recognition
Deep Learning Model Pruning
This research focuses on Deep Network Compression for Convolutional Neural Networks (CNNs), tackling the critical problem of their high computational cost, energy consumption, and memory requirements that hinder deployment on resource-constrained systems like mobile and IoT devices. A key motivation is to overcome limitations of existing pruning methods that often degrade network accuracy by indiscriminately removing filters or demand extensive effort.
The work proposes novel discriminative structured pruning strategies, including filter pruning and layer pruning, both leveraging Partial Least Squares (PLS) to identify and remove less important components while preserving or improving network accuracy. This aims to achieve superior resource-efficiency, including reduced FLOPs, memory usage, and prediction time, by intelligently reducing network width and depth.
References:
• Jordao, A., Yamada, F., & Schwartz, W. R. (2020). Deep Network Compression based on Partial Least Squares. Neurocomputing.
• Jordao, A., Lie, M., & Schwartz, W. R. Discriminative Layer Pruning for Convolutional Neural Networks