Fusion2Print: Deep Flash-Non-Flash Fusion for Contactless Fingerprint Matching
Pith reviewed 2026-05-16 17:33 UTC · model grok-4.3
The pith
Fusing paired flash and non-flash contactless fingerprints with an attention network produces clearer ridges and achieves 0.999 AUC matching.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Systematic capture and fusion of paired flash-non-flash contactless fingerprints isolates ridge-preserving signals; an attention-based fusion network emphasizes useful channels while a U-Net produces an optimally weighted grayscale image, after which a deep embedding model generates discriminative representations compatible with both contactless and contact-based fingerprints for verification.
What carries the argument
The attention-based fusion network that integrates flash and non-flash modalities by weighting informative channels and suppressing noise, followed by the U-Net enhancement module.
If this is right
- Produces grayscale images with measurably higher ridge clarity than either flash or non-flash alone.
- Achieves AUC of 0.999 and EER of 1.12 percent, outperforming Verifinger and DeepPrint on the FNF Database.
- Generates embeddings that require no domain-specific retraining to work with both contactless and contact-based fingerprints.
- Removes the need for physical contact, thereby eliminating pressure artifacts and hygiene risks.
Where Pith is reading between the lines
- The same paired-capture fusion could be tested on other surface-detail biometrics such as palm or finger-vein imaging.
- A lightweight version of the network might run on mobile hardware for on-device contactless enrollment.
- Widespread use would lower disease transmission risk at high-traffic biometric checkpoints.
Load-bearing premise
Paired flash and non-flash captures can be fused to isolate ridge-preserving signals without introducing new artifacts that harm matching accuracy.
What would settle it
On a held-out set of paired flash-non-flash images, the fused embeddings yield EER above 1.12 percent or visibly lower ridge clarity than the better of the two single captures.
Figures
read the original abstract
Contactless fingerprint recognition offers a hygienic and convenient alternative to contact-based systems, enabling rapid acquisition without latent prints, pressure artifacts, or hygiene risks. However, contactless images often show degraded ridge clarity due to illumination variation, subcutaneous skin discoloration, and specular reflections. Flash captures preserve ridge detail but introduce noise, whereas non-flash captures reduce noise but lower ridge contrast. We propose Fusion2Print (F2P), the first framework to systematically capture and fuse paired flash-non-flash contactless fingerprints. We construct a custom paired dataset, FNF Database, and perform manual flash-non-flash subtraction to isolate ridge-preserving signals. A lightweight attention-based fusion network also integrates both modalities, emphasizing informative channels and suppressing noise, and then a U-Net enhancement module produces an optimally weighted grayscale image. Finally, a deep embedding model with cross-domain compatibility, generates discriminative and robust representations in a unified embedding space compatible with both contactless and contact-based fingerprints for verification. F2P enhances ridge clarity and achieves superior recognition performance (AUC=0.999, EER=1.12%) over single-capture baselines (Verifinger, DeepPrint).
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Fusion2Print (F2P), a framework for fusing paired flash and non-flash contactless fingerprint images. It constructs a custom FNF Database, applies manual flash-non-flash subtraction to isolate ridge signals, uses a lightweight attention-based fusion network to emphasize informative channels, and employs a U-Net enhancement module to produce grayscale images. A deep embedding model then generates representations in a unified space compatible with both contactless and contact-based fingerprints, reporting AUC=0.999 and EER=1.12% that outperform single-capture baselines such as Verifinger and DeepPrint.
Significance. If the cross-domain compatibility claim holds, the work offers a practical advance in contactless biometrics by addressing illumination variation and specular reflections through paired capture fusion, potentially enabling hygienic, high-accuracy systems that integrate with existing contact-based matchers without retraining. The empirical pipeline and custom dataset construction provide a concrete starting point for further fusion research in fingerprint imaging.
major comments (2)
- [Abstract] Abstract: The headline metrics (AUC=0.999, EER=1.12%) are presented without any statement of dataset size, number of subjects, capture pairs, or cross-validation protocol, which is load-bearing for assessing whether the reported performance reflects generalization rather than dataset-specific tuning.
- [Method (embedding model section)] Method (embedding model section): The assertion of a 'unified embedding space' compatible with contact-based fingerprints 'without domain-specific retraining' is unsupported by quantitative evidence such as cross-domain EER on a contact dataset, embedding overlap metrics, or an ablation that isolates the contribution of the fusion step; this directly underpins the central claim of cross-domain applicability.
minor comments (1)
- [Abstract] Abstract: The phrase 'manual flash-non-flash subtraction' is introduced without clarifying whether this is a fixed preprocessing operation or learned; a brief equation or pseudocode would improve reproducibility.
Simulated Author's Rebuttal
We thank the referee for the constructive comments. We address each major comment below and have revised the manuscript to improve clarity and strengthen the supporting evidence for our claims.
read point-by-point responses
-
Referee: [Abstract] Abstract: The headline metrics (AUC=0.999, EER=1.12%) are presented without any statement of dataset size, number of subjects, capture pairs, or cross-validation protocol, which is load-bearing for assessing whether the reported performance reflects generalization rather than dataset-specific tuning.
Authors: We agree that these details are important for contextualizing the headline metrics. In the revised manuscript, we have updated the abstract to include the size of the FNF Database, the number of subjects and paired captures, and the cross-validation protocol, which were already reported in the experimental section. revision: yes
-
Referee: [Method (embedding model section)] Method (embedding model section): The assertion of a 'unified embedding space' compatible with contact-based fingerprints 'without domain-specific retraining' is unsupported by quantitative evidence such as cross-domain EER on a contact dataset, embedding overlap metrics, or an ablation that isolates the contribution of the fusion step; this directly underpins the central claim of cross-domain applicability.
Authors: We acknowledge the need for more explicit quantitative support for the cross-domain compatibility claim. While the original manuscript shows that the same embedding model is applied to both fused contactless images and contact-based images without retraining, we agree that additional metrics would strengthen this. In the revision, we have added cross-domain EER results on a contact-based dataset and an ablation isolating the fusion step's contribution. revision: yes
Circularity Check
No circularity: empirical pipeline with no self-referential derivations or load-bearing self-citations
full rationale
The paper describes an empirical ML construction: paired flash/non-flash dataset (FNF Database), manual subtraction, attention-based fusion network, U-Net enhancement, and a deep embedding model asserted to produce a unified space. No equations, derivations, or parameter-fitting steps are shown that reduce the reported AUC/EER to quantities defined by the inputs themselves. No self-citation chains, uniqueness theorems, or ansatzes imported from prior author work appear in the provided text. The performance numbers are presented as measured outcomes on the custom dataset rather than predictions forced by construction. Cross-domain compatibility is an empirical claim, not a mathematical reduction. This is a standard non-circular empirical paper.
Axiom & Free-Parameter Ledger
Lean theorems connected to this paper
-
IndisputableMonolith/Cost/FunctionalEquation.leanwashburn_uniqueness_aczel unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
DualEncoderFusionNet fuses complementary cues from paired flash and non-flash fingerprint images... attention-based feature fusion... U-NetEnhancer... TripletDistilNet
-
IndisputableMonolith/Foundation/RealityFromDistinction.leanreality_from_one_distinction unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
F2P achieves AUC=0.999, EER=1.12%... unified embedding space
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
Reference graph
Works this paper leans on
-
[1]
https://docs.expo.dev/versions/latest/sdk/ camera/
Camera | expo documentation. https://docs.expo.dev/versions/latest/sdk/ camera/
-
[2]
Egyptian Informatics Journal14(1), 15–25 (2013)
Bahgat, G., Khalil, A., Abdel Kader, N., Mashali, S.: Fast and accurate algorithm for core point detection in fingerprint images. Egyptian Informatics Journal14(1), 15–25 (2013). https://doi.org/https://doi.org/10.1016/j.eij.2013.01.002
- [3]
-
[4]
Chen, W., Gao, Y.: A minutiae-based fingerprint matching algorithm using phase correlation. In: DICTA 2007. IEEE (Dec 2007)
work page 2007
- [5]
-
[6]
Journal of Cybersecurity and Privacy2(3), 714–730 (2022)
Chowdhury, A.M.M., Imtiaz, M.H.: Contactless fingerprint recognition using deep learning-a systematic review. Journal of Cybersecurity and Privacy2(3), 714–730 (2022). https://doi.org/10.3390/jcp2030036
-
[7]
Derawi, M., Yang, B., Busch, C.: Fingerprint recognition with embedded cameras on mobile phones. vol. 94, pp. 136–147 (01 2012)
work page 2012
-
[8]
IEEE TPAMI47(9), 7812–7831 (Sep 2025)
Dong, C., Kumar, A.: Bridging dimensions in fingerprints to advance distinctive- ness: Recovering 3D minutiae from a single contactless 2D fingerprint image. IEEE TPAMI47(9), 7812–7831 (Sep 2025)
work page 2025
-
[9]
Donida Labati, R., Genovese, A., Piuri, V., Scotti, F.: A scheme for fingerphoto recognition in smartphones. In: Selfie Biometrics, pp. 49–66. Advances in computer vision and pattern recognition, Springer International Publishing, Cham (2019)
work page 2019
-
[10]
IEEE TPAMI43, 1981–1997 (2019)
Engelsma, J.J., Cao, K., Jain, A.K.: Learning a fixed-length fingerprint represen- tation. IEEE TPAMI43, 1981–1997 (2019)
work page 1981
-
[11]
Erwin, Karo, N.N.B., Yulia Sari, A., Aziza, N., Kesuma Putra, H.: The enhance- ment of fingerprint images using gabor filter. J. Phys. Conf. Ser.1196, 012045 (Mar 2019). https://doi.org/10.1088/1742-6596/1196/1/012045
-
[12]
G, Y.K., Bhattacharya, S., Aishwarya, N.: Remote photoplethysmography (rPPG) for contactless blood oxygen saturation monitoring. In: CONECCT 2024. pp. 1–6. IEEE (Jul 2024). https://doi.org/10.1109/CONECCT62155.2024.10677187
-
[13]
Grosz, S.A., Engelsma, J.J., Liu, E., Jain, A.K.: C2CL: Contact to contactless fingerprint matching. IEEE TIFS17, 196–210 (2022). https://doi.org/10.48550/ arXiv.2104.02811
-
[14]
Deep residual learning for image recognition,
He, K., Zhang, X., Ren, S., Sun, J.: Deep residual learning for image recognition. In: CVPR. pp. 770–778 (2016). https://doi.org/10.1109/CVPR.2016.90
-
[15]
Jawade, B., Mohan, D.D., Setlur, S., Ratha, N., Govindaraju, V.: RidgeBase: A Cross-Sensor Multi-Finger contactless fingerprint dataset (2023)
work page 2023
-
[16]
Kaplesh, P., Gupta, A., Bansal, D., Sofat, S., Mittal, A.: Vision transformer for contactless fingerprint classification. Multimed. Tools Appl.84(26), 31239–31259 (Nov 2024). https://doi.org/10.1007/s11042-024-20396-4
-
[17]
In: Contactless 3D Fingerprint Identification, pp
Kumar, A.: Introduction to trends in fingerprint identification. In: Contactless 3D Fingerprint Identification, pp. 1–15. Springer, Berlin/Heidelberg, Germany (2018)
work page 2018
- [18]
-
[19]
Kumaran, Agrawal, O., Paul, J., Rajesh: Contactless fingerprint recognition using SIFT enhanced minutiae matching. In: RMKMATE 2025. pp. 1–8. IEEE (May 2025). https://doi.org/10.1109/RMKMATE64874.2025.11042365
-
[20]
In: Lecture Notes in Computer Science, pp
Lee, C., Lee, S., Kim, J.: A study of touchless fingerprint recognition system. In: Lecture Notes in Computer Science, pp. 358–365. Springer, Berlin, Heidelberg (2006). https://doi.org/https://doi.org/10.1007/11815921_39 Fusion2Print 15
-
[21]
Multimedia Tools Appl.76(1), 333–354 (Jan 2017), https://doi.org/10.1007/s11042-015-3058-7
Leng, L., Li, M., Kim, C., Bi, X.: Dual-source discrimination power analysis for multi-instance contactless palmprint recognition. Multimedia Tools Appl.76(1), 333–354 (Jan 2017), https://doi.org/10.1007/s11042-015-3058-7
-
[22]
Li, T., Chen, J.: A fingerprint image enhancement method based on gabor filter. In: MACE 2011. IEEE (Jul 2011). https://doi.org/10.1109/MACE.2011.5987818
- [23]
-
[24]
Lin, C.T., Kumar, A.: Matching contactless and contact-based conventional fin- gerprint images for biometrics identification. IEEE TIP27, 2008–2021 (2018)
work page 2008
-
[25]
https://www.neurotechnology.com/ verifinger.html (2025)
Neurotechnology: Verifinger sdk 2025.1. https://www.neurotechnology.com/ verifinger.html (2025)
work page 2025
-
[26]
In: Handbook of Remote Biometrics, pp
Parziale, G., Chen, Y.: Advanced technologies for touchless fingerprint recognition. In: Handbook of Remote Biometrics, pp. 83–109. Springer, London, UK (2009)
work page 2009
-
[27]
https://fvs.sourceforge.net/ (2002)
Patel, S.: Fingerprint verification system (fvs). https://fvs.sourceforge.net/ (2002)
work page 2002
-
[28]
Pizer, S.M., Johnston, R.E., Ericksen, J.P., Yankaskas, B.C., Muller, K.E.: Contrast-limited adaptive histogram equalization: speed and effectiveness. In: 1990 Proc. 1st Conf. Vis. Biomed. Comput. IEEE Comput. Soc. Press (2002)
work page 1990
-
[29]
Sensors (Basel)22(3), 792 (Jan 2022)
Priesnitz, J., Huesmann, R., Rathgeb, C., Buchmann, N., Busch, C.: Mobile con- tactless fingerprint recognition: Implementation, performance and usability as- pects. Sensors (Basel)22(3), 792 (Jan 2022)
work page 2022
-
[30]
Priesnitz, J., Rathgeb, C., Buchmann, N., Busch, C., Margraf, M.: An overview of touchless 2D fingerprint recognition. EURASIP J. Image Video Process.2021(1) (Dec 2021). https://doi.org/10.1186/s13640-021-00548-4
- [31]
- [32]
- [33]
-
[34]
Simonyan, K., Zisserman, A.: Very deep convolutional networks for large-scale image recognition (2015), https://arxiv.org/abs/1409.1556
work page internal anchor Pith review Pith/arXiv arXiv 2015
-
[35]
Song, Y., Lee, C., Kim, J.: A new scheme for touchless fingerprint recognition system. In: ISPACS 2004. Seoul, Korea
work page 2004
-
[36]
Sreehari, S., Anzar, S.M.: Touchless fingerprint recognition: A survey of recent developments and challenges. Comput. Electr. Eng.122(109894), 109894 (Mar 2025). https://doi.org/10.1016/j.compeleceng.2024.109894
-
[37]
Stanton, B., Stanton, B., Theofanos, M., Furman, S., Grother, P.: Usability testing of a contactless fingerprint device: Part 2. Tech. rep., US Department of Commerce, National Institute of Standards and Technology, Gaithersburg, MD, USA (2016)
work page 2016
-
[38]
Tan, H., Kumar, A.: Towards more accurate contactless fingerprint minutiae ex- traction and pose-invariant matching. IEEE TIFS pp. 1–1 (2020)
work page 2020
-
[39]
IEEE Transactions on In- formation Forensics and Security16, 3299–3311 (2021)
Tan, H., Kumar, A.: Minutiae attention network with reciprocal distance loss for contactless to contact-based fingerprint identification. IEEE Transactions on In- formation Forensics and Security16, 3299–3311 (2021)
work page 2021
-
[40]
Wang, Y., Hassebrook, L.G., Lau, D.L.: Data acquisition and processing of 3-d fingerprints. IEEE TIFS5, 750–760 (2010)
work page 2010
-
[41]
Micromachines (Basel)14(6), 1253 (Jun 2023)
Yu, Y., Niu, Q., Li, X., Xue, J., Liu, W., Lin, D.: A review of fingerprint sensors: Mechanism, characteristics, and applications. Micromachines (Basel)14(6), 1253 (Jun 2023). https://doi.org/10.3390/mi14061253
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.