Pith. sign in

REVIEW 4 major objections 6 minor 70 references

ColorVein: Colorful Cancelable Vein Biometrics

T0 review · 4 major / 6 minor · reviewed 2026-08-16 · deepseek-v4-flash

Pith's one-line read ColorVein turns grayscale vein scans into color-keyed templates that can be cancelled and reissued.

desk verdict Smart idea with solid recognition results, but the irreversibility numbers are unverifiable and the 'first' claim clashes with the authors' own prior work. read the letter →

arxiv 2504.14253 v1 pith:TYNYSRVH submitted 2025-04-19 cs.CV

classification cs.CV
keywords cancelablebiometricsveinrecognitiontemplateprotectionimagecolorizationinteractivesecurecenterlossunlinkabilityirreversibility
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

ColorVein is a scheme for making vein-recognition templates cancelable: instead of scrambling or hashing away the vein pattern, it colorizes the grayscale vein image under a user-defined pseudo-random color space and then extracts a fixed-length feature vector from the colored image. The paper's central claim is that this is the first cancelable template method designed specifically for veins, and that it beats transferred methods such as block remapping, mesh warping, Biohashing, and Bloom filters on recognition while still satisfying revocability, unlinkability, and irreversibility. The reason this matters is that vein biometrics previously had no purpose-built cancelable generation scheme, leaving a gap between security reissuance and recognition accuracy. If the claim holds, vein authentication systems can reissue a compromised template simply by changing the hint points that define the color mapping, and they can do so without paying the usual accuracy penalty.

What carries the argument

The engine of the scheme is interactive colorization steered by hint points. Given a binary vein mask and a set of user- or administrator-chosen hint points with colors, a UNet-style colorization network propagates colors through the vein region, turning one grayscale channel into three RGB channels. The hint-point set is the token: changing it changes the template. On top of that, the secure center loss organizes the feature space so that genuine samples cluster at class centers while impostor, cross-application, and stolen-token samples are pushed away, which is what makes the scheme revocable and stolen-token-resistant. The evaluation machinery includes the privacy leakage rate $H(X|Y)/H(X)$, the global unlinkability metric $D^{\mathrm{sys}}_{\leftrightarrow}$, and the decidability index $d'$.

What would settle it

Recompute Eq. (5) with an explicit estimator for $I(X;Y)$, such as a nearest-neighbor mutual information estimator over pairs of original vein images and ColorVein templates, or train a decoder that maps a protected template back to a binary vein mask. If the estimated privacy leakage rate falls far below the reported values near 1, or the reconstructed masks match the true vein patterns substantially better than chance, the irreversibility claim is refuted.

Watch

Extended reading notes

Core claim

The paper proposes to treat color as the cancelable key. A vein image is first segmented into a binary vein pattern by a ResU-Net segmentation network. Then an interactive colorization network, pretrained on natural images, takes the grayscale lightness channel plus sparse hint points as a token-controlled pseudo-random color space and produces a colored vein image; the hints' positions, counts, and colors define the cancelable identity. A ResNet50 feature extractor trained with softmax plus a secure center loss maps the colored image to a 64-dimensional protected template. The secure center loss pulls genuine samples toward their class center and pushes away three kinds of negatives: impostors, cross-application enrolments of the same user, and samples made with a stolen token. On finger, palm, dorsal-hand, and wrist datasets, the reported equal error rates are below the grayscale baseline and below the four compared cancelable schemes, and the paper reports low global linkability, high privacy leakage rates, and separation between genuine and pseudo-impostor score distributions. The paper concludes that ColorVein is a complete cancelable vein template solution: better recognition than the alternatives, reissuable by redefining hints, unlinkable across applications, and resistant to brute-force, false-accept, and record-multiplicity attacks.

Load-bearing premise

The privacy claim rests on two unmeasured premises: the feature extractor destroys all vein-reconstruction information, and the mutual information behind Eq. (5) was estimated reliably, but the paper never says how $I(X;Y)$ was computed.

Editorial extensions

If this is right

  • Changing the hint-point set reissues the template; the same enrolled vein can be revoked and renewed without retraining the colorization or feature networks.
  • Recognition improves over the grayscale and binary baselines on all four vein types, with equal error rates typically dropping from multi-percent levels to around or below one percent.
  • Templates produced with different color spaces are near-unlinkable, so a user's templates in different applications cannot be linked by score correlation.
  • Stolen-token and cross-application templates score like impostors rather than genuine users, so losing a token does not grant access.
  • The 64-dimensional fixed-precision features put brute-force and false-accept attacks out of computational reach under the paper's model.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A consequence the paper leaves implicit is that the irreversibility guarantee is empirical rather than structural: it rests on the feature extractor discarding reconstruction information, so the decisive test would be training a decoder from templates back to binary vein masks.
  • Because the colorization network was pretrained on natural images rather than on vein images, the same token-controlled color mechanism could plausibly transfer to other inherently grayscale biometric modalities, such as fingerprint or palmprint images captured in near-infrared.
  • The secure center loss is a general recipe that other cancelable systems could adopt even without colorization: explicitly equalizing impostor, cross-application, and stolen-token score distributions.
  • The paper does not quantify how different two hint-point configurations must be before the resulting templates become unlinkable; interpolating hint colors between tokens would expose whether small token changes give partial linkability.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The paper proposes ColorVein, a cancelable vein-biometric template generation scheme. It first segments a grayscale vein image into a binary vein pattern with a ResU-Net, then colorizes the pattern using an interactive colorization network whose hint points, colors, and lightness are controlled by a user token, and finally extracts a 64-dimensional feature vector with a ResNet50 trained with softmax plus a proposed secure-center loss. Experiments on finger, palm, dorsal-hand, and wrist vein datasets report lower EER than block remapping, mesh warping, Biohashing, and Bloom filters in both normal and token-stolen settings. The paper also claims high privacy-leakage rates, unlinkability, revocability, and resistance to brute-force, false-accept, and record-multiplicity attacks.

Significance. The core idea of using editable colorization as the cancelable transformation is original and well aligned with the ISO/IEC 24745 requirements, and the secure-center loss is a sensible way to push cross-application and stolen-token impostors away from genuine users. The recognition evaluation is the strongest part: it covers four public datasets and compares fairly with representative cancelable schemes, with consistent EER improvements. However, the paper's central privacy guarantee currently rests on an unmeasured information-theoretic quantity and on an unverified uniformity assumption; if those gaps are fixed with concrete estimators, inversion tests, and distributional analysis, the contribution would be a solid fit for a security-oriented journal.

major comments (4)
  1. [Section V-A1, Eq. (5), Table VII] Table VII reports privacy leakage rates of 0.951-0.991, but the manuscript does not specify what X and Y are in Eq. (5), which estimator was used for I(X;Y), or how H(X) was estimated. For high-dimensional vein images and a 64-dimensional learned feature vector, these quantities cannot be computed by inspection; the near-1 values are therefore unverifiable. Because irreversibility is one of the four claimed cancelable attributes and is used in Section V-E to compare ColorVein with other schemes, this missing measurement is load-bearing.
  2. [Section III-C2 and Section V-A1] The colorization network outputs only the a* and b* channels while the L channel is kept identical to the input (Section III-C1); the original grayscale vein image is therefore exactly recoverable from the colored image by taking the L channel. If the 'cancelable template' considered in the irreversibility analysis is the colored image of Fig. 2, the irreversibility claim fails by construction. If the stored protected template is instead the 64-dimensional feature vector, the manuscript must say so and report an inversion or reconstruction attack; no such operational test is currently provided.
  3. [Section V-B1 and Section V-B2] The claimed brute-force complexity of 2^(17 x 64) = 2^1088 assumes that each of the 64 feature components is uniformly distributed over [-10,10] at a fixed precision of four decimals. This uniform-distribution assumption is not verified for the learned ResNet50 features; if actual features are concentrated on a lower-dimensional manifold, as the t-SNE visualization in Fig. 8 suggests, the enumeration space is much smaller. The random-template experiment samples uniformly and therefore does not test an adversary who exploits the learned feature distribution. Similarly, the false-accept attack assumes the adversary guesses 'N% bits' of a real-valued template without defining how the continuous 64-dimensional feature vector is binarized; this needs to be specified before the 2^646 complexity claim can be assessed.
  4. [Section V-A2] The defense against record-multiplicity attacks rests on the sentence that ColorVein 'transforms the template to a rank space [70]', but no rank-space transformation is defined anywhere in Section III, and reference [70] describes index-of-max hashing, which is not part of the proposed pipeline. Either implement and evaluate this claim or remove it; as written, the RM security analysis is unsupported.
minor comments (6)
  1. [Throughout] The method name is misspelled as 'ColorVien' in the contributions paragraph and as 'ColoVein' in Section V-E; please standardize to ColorVein.
  2. [Tables III-V] No error bars or confidence intervals are reported for the EER values; given the small test sets (e.g., 10 subjects for the PUT-PV stolen scenario), variation across training runs should be quantified.
  3. [Table V] The low-quality EERs are not directly compared with the normal-quality EERs from Table III; for example, HKPU-FV increases from 0.797 to 1.701, which does not obviously support the claim that performance remains stable.
  4. [Eq. (3)] The margin m in the secure-center loss is never specified; the text says 'M denotes the margin difference' but does not give the value used in the experiments.
  5. [Fig. 11] The unlinkability results are shown only as curves; the global linkability values D_sys are not reported numerically, so the 'close to 0' claim cannot be checked against the stated metric.
  6. [Section IV-B] The claim that stolen-scenario EER increases when the hint point count m exceeds 25 is not uniformly supported by Table III (e.g., PUJ-DHV stays at 0.908 for all m); please clarify which datasets exhibit this effect.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: ColorVein's template generation, recognition, unlinkability, and revocability claims are empirically evaluated on held-out data, and no predictive quantity reduces by construction to a fitted parameter or to a self-citation chain.

full rationale

The paper's derivation chain is empirical rather than definitional. The ColorVein pipeline (vein segmentation, interactive colorization, 64-dimensional feature extraction, secure center loss) is a concrete construction, and the reported EER, global linkability, decidability index, and privacy leakage rates are measured outcomes, not identities forced by the definitions. No equation in the paper equates a predicted quantity with an input parameter: the secure center loss in Eq. (3) is a training objective that pushes negative sample types away from class centers, while the revocability and unlinkability evaluations in Section V measure the resulting score distributions on held-out subjects; this is a generalization test of a learned objective, not a fitted-input-called-prediction pattern. The irreversibility analysis in Section V-A1 is the weakest part, but its weakness is missing verification rather than circularity: the privacy leakage rate in Eq. (5) is reported without stating the estimator for I(X;Y) or the precise feature space used, and no reconstruction attack is performed, so the near-1 rates are unsubstantiated. That is a correctness or completeness concern, not a circular reduction. The self-citation to reference [2] (an earlier paper by overlapping authors) is used as one baseline source for mesh warping in the comparison table, but the baseline numbers are measured in the present experiments on public datasets and are not load-bearing for the central claim; the paper's novelty claim of being the first vein-specific cancelable scheme is a literature assertion, not a derivation from itself. Overall, no step in the paper reduces by construction to its own inputs, and the score is 0.

Assumptions & free parameters 6 free parameters · 5 assumptions · 0 invented entities

The central claim rests on the transferability of a natural-image colorization model to binarized vein images, the secrecy of the hint token, and the validity of the security metrics. The privacy leakage rate is particularly fragile because its estimator is not specified, and the attack analyses rely on an unmeasured uniform distribution assumption.

free parameters (6)
  • SC loss weight lambda_1 = 1
    Eq. (3) sets the weight for the positive-to-impostor comparison; chosen by hand with no sensitivity analysis.
  • SC loss weight lambda_2 = 0.001
    Weight for cross-application negative pairs in Eq. (3); chosen without sensitivity study.
  • SC loss weight lambda_3 = 0.001
    Weight for stolen-token negative pairs in Eq. (3); chosen without sensitivity study.
  • SC loss margin m = not specified
    Margin in Eq. (3) is introduced but its value is never given, despite being a likely important hyperparameter.
  • Colorization loss threshold delta = 1
    Eq. (1) sets delta=1 for the Huber-like loss; inherited from the colorization model.
  • Hint point alignment search range = +/-30 pixels
    Section III-C2 uses a 30-pixel search to align hint points; could affect colorization stability.
assumptions (5)
  • domain assumption Colorization network trained on ImageNet transfers to binary vein images.
    Section III-C2 states the model is pretrained on ImageNet and used to colorize vein images without vein-specific fine-tuning; the recognition results depend on this transfer succeeding.
  • domain assumption The pseudo-random hint set acts as a secret token unknown to the adversary.
    Section III-A defines identity IX from hint(IX); the security analyses assume an adversary cannot reproduce or invert the token.
  • domain assumption Majority voting of five classical vein extractors produces valid ground-truth vein labels.
    Section III-B trains the segmentation network on fused MC, PC, RLT, GF, and IUWT labels; errors in this pseudo-ground truth propagate into colorization.
  • ad hoc to paper Feature values are uniformly distributed over [-10,10] at four decimal precision.
    Section V-B1 uses this to compute brute-force complexity 2^1088; the distribution and precision are not measured.
  • ad hoc to paper Mutual information in the privacy leakage rate can be estimated from the trained DNN features.
    Eq. (5) is presented as a quantitative irreversibility measure, but the estimator is not described.

how reviews work

0 comments
Cite this review

Pith. "Pith review of ColorVein: Colorful Cancelable Vein Biometrics." pith.science (2026). https://pith.science/paper/TYNYSRVH

@misc{pith2026250414253,
  author       = {Pith},
  title        = {Pith review of: ColorVein: Colorful Cancelable Vein Biometrics},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/TYNYSRVH}},
  note         = {Machine review of arXiv:2504.14253}
}
read the original abstract

Vein recognition technologies have become one of the primary solutions for high-security identification systems. However, the issue of biometric information leakage can still pose a serious threat to user privacy and anonymity. Currently, there is no cancelable biometric template generation scheme specifically designed for vein biometrics. Therefore, this paper proposes an innovative cancelable vein biometric generation scheme: ColorVein. Unlike previous cancelable template generation schemes, ColorVein does not destroy the original biometric features and introduces additional color information to grayscale vein images. This method significantly enhances the information density of vein images by transforming static grayscale information into dynamically controllable color representations through interactive colorization. ColorVein allows users/administrators to define a controllable pseudo-random color space for grayscale vein images by editing the position, number, and color of hint points, thereby generating protected cancelable templates. Additionally, we propose a new secure center loss to optimize the training process of the protected feature extraction model, effectively increasing the feature distance between enrolled users and any potential impostors. Finally, we evaluate ColorVein's performance on all types of vein biometrics, including recognition performance, unlinkability, irreversibility, and revocability, and conduct security and privacy analyses. ColorVein achieves competitive performance compared with state-of-the-art methods.

Figures

Figures reproduced from arXiv: 2504.14253 by the authors.

Figure 1
Figure 1. Vein biometrics: finger vein, palm vein, dorsal hand vein, wrist vein. [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Enrollment/verification procedure of the cancelable biometric system based on the proposed ColorVein scheme. [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Typical vein pattern extraction methods. Row 1 to 4 are finger, palm, [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗
Figures from the paper (8 more)
Figure 4
Figure 4. Figure 4: Feature extraction network. {I, B} represent an input cancelable vein feature information pairs. IX and BX represent enrolled cancelable identities and biometric. IY and BY represent illegal identities and biometric of impostor. IC represents cross-application cancelab…
Figure 6
Figure 6. Figure 6: The effect of different hint point numbers on global linkability. [PITH_FULL_IMAGE:figures/full_fig_p007_6.png]
Figure 7
Figure 7. Figure 7: Low quality vein image samples and its binary pattern features. [PITH_FULL_IMAGE:figures/full_fig_p008_7.png]
Figure 8
Figure 8. Figure 8: Visualization of the 2D Feature Distribution of ColorVein. [PITH_FULL_IMAGE:figures/full_fig_p009_8.png]
Figure 11
Figure 11. Figure 11: Unlinkability analysis for ColorVein based cancelable identification [PITH_FULL_IMAGE:figures/full_fig_p010_11.png]
Figure 10
Figure 10. Figure 10: The Genuine, Impostor and False Accept Attack match score [PITH_FULL_IMAGE:figures/full_fig_p010_10.png]
Figure 13
Figure 13. Figure 13: Comparison of Recognition Performance, Stolen Scenario Perfor [PITH_FULL_IMAGE:figures/full_fig_p011_13.png]
Figure 12
Figure 12. Figure 12: The Genuine, Impostor and Pseudo-impostor match score distribution [PITH_FULL_IMAGE:figures/full_fig_p011_12.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

70 extracted references · 69 canonical work pages

  1. [2]

    Cfvnet: An end-to- end cancelable finger vein network for recognition,

    Y . Wang, J. Gui, Y . Y . Tang, and J. T.-Y . Kwok, “Cfvnet: An end-to- end cancelable finger vein network for recognition,” IEEE Trans. Inf. F orensics Security, vol. 19, pp. 7810–7823, 2024

  2. [70]

    Ranking- based locality sensitive hashing-enabled cancelable biometrics: Index- of-max hashing,

    Z. Jin, J. Y . Hwang, Y .-L. Lai, S. Kim, and A. B. J. Teoh, “Ranking- based locality sensitive hashing-enabled cancelable biometrics: Index- of-max hashing,” IEEE Trans. Inf. F orensics Security, vol. 13, no. 2, pp. 393–407, 2017

  3. [1]

    Finger-vein biometric recognition: A review,

    B. Hou, H. Zhang, and R. Yan, “Finger-vein biometric recognition: A review,” IEEE Trans. Instrum. Meas. , vol. 71, pp. 1–26, 2022

  4. [3]

    Residual gabor convolutional network and fv-mix exponential level data augmentation strategy for finger vein recognition,

    Y . Wang, H. Lu, X. Qin, and J. Guo, “Residual gabor convolutional network and fv-mix exponential level data augmentation strategy for finger vein recognition,” Expert Syst. Appl. , vol. 223, p. 119874, 2023

  5. [4]

    Evaluating the impact of color information in deep neural networks,

    V . Buhrmester, D. M ¨unch, D. Bulatov, and M. Arens, “Evaluating the impact of color information in deep neural networks,” in Iber . Conf. Pattern Recognit. Image Anal. Springer, 2019, pp. 302–316

  6. [5]

    Contribution of color to face recognition,

    A. W. Yip and P. Sinha, “Contribution of color to face recognition,” Perception, vol. 31, no. 8, pp. 995–1003, 2002

  7. [6]

    Large pose face recognition via facial representation learning,

    J. Xin, Z. Wei, N. Wang, J. Li, and X. Gao, “Large pose face recognition via facial representation learning,” IEEE Trans. Inf. F orensics Security , 2023

  8. [7]

    Multi-faceted knowledge- driven graph neural network for iris segmentation,

    J. Wei, Y . Wang, X. Gao, R. He, and Z. Sun, “Multi-faceted knowledge- driven graph neural network for iris segmentation,” IEEE Trans. Inf. F orensics Security, vol. 19, pp. 6015–6027, 2024

Show all 70 references
  1. [8]

    Integral pose learning via appearance transfer for gait recognition,

    P. Huang, S. Hou, C. Cao, X. Liu, X. Hu, and Y . Huang, “Integral pose learning via appearance transfer for gait recognition,” IEEE Trans. Inf. F orensics Security, 2024

  2. [9]

    Adversarial cross-spectral face completion for nir-vis face recognition,

    R. He, J. Cao, L. Song, Z. Sun, and T. Tan, “Adversarial cross-spectral face completion for nir-vis face recognition,” IEEE Trans. Pattern Anal. Mach. Intell. , vol. 42, no. 5, pp. 1025–1037, 2019

  3. [10]

    Partial nir-vis heterogeneous face recognition with automatic saliency search,

    M. Luo, X. Ma, Z. Li, J. Cao, and R. He, “Partial nir-vis heterogeneous face recognition with automatic saliency search,” IEEE Trans. Inf. F orensics Security, vol. 16, pp. 5003–5017, 2021

  4. [11]

    Vpcformer: A transformer-based multi-view finger vein recognition model and a new benchmark,

    P. Zhao, Y . Song, S. Wang, J.-H. Xue, S. Zhao, Q. Liao, and W. Yang, “Vpcformer: A transformer-based multi-view finger vein recognition model and a new benchmark,” Pattern Recognit., vol. 148, p. 110170, 2024

  5. [12]

    Joint attention network for finger vein authentication,

    J. Huang, M. Tu, W. Yang, and W. Kang, “Joint attention network for finger vein authentication,” IEEE Trans. Instrum. Meas. , vol. 70, pp. 1–11, 2021

  6. [13]

    Eifnet: An explicit and implicit feature fusion network for finger vein verification,

    Y . Song, P. Zhao, W. Yang, Q. Liao, and J. Zhou, “Eifnet: An explicit and implicit feature fusion network for finger vein verification,” IEEE Trans. Circuits Syst. Video Technol., vol. 33, no. 5, pp. 2520–2532, 2022

  7. [14]

    Information security, cybersecurity and privacy protection — biometric information protection,

    ISO Central Secretary, “Information security, cybersecurity and privacy protection — biometric information protection,” International Organization for Standardization, Geneva, CH, Standard ISO/IEC 24745:2022, 2022. [Online]. Available: https://www.iso.org/standard/ 75302.html

  8. [15]

    Enhancing security and privacy in biometrics-based authentication systems,

    N. K. Ratha, J. H. Connell, and R. M. Bolle, “Enhancing security and privacy in biometrics-based authentication systems,” IBM Syst. J. , vol. 40, no. 3, pp. 614–634, 2001

  9. [16]

    Lightweight and privacy- preserving template generation for palm-vein-based human recognition,

    F. Ahmad, L.-M. Cheng, and A. Khan, “Lightweight and privacy- preserving template generation for palm-vein-based human recognition,” IEEE Trans. Inf. F orensics Security , vol. 15, pp. 184–194, 2019

  10. [17]

    Physics- driven spectrum-consistent federated learning for palmprint verification,

    Z. Yang, A. B. J. Teoh, B. Zhang, L. Leng, and Y . Zhang, “Physics- driven spectrum-consistent federated learning for palmprint verification,” Int. J. Comput. Vision , vol. 132, no. 10, pp. 4253–4268, 2024

  11. [18]

    Biohashing: two factor authentication featuring fingerprint data and tokenised random number,

    A. T. B. Jin, D. N. C. Ling, and A. Goh, “Biohashing: two factor authentication featuring fingerprint data and tokenised random number,” Pattern Recognit., vol. 37, no. 11, pp. 2245–2255, 2004

  12. [19]

    Unlinkable and irreversible biometric template protection based on bloom filters,

    M. Gomez-Barrero, C. Rathgeb, J. Galbally, C. Busch, and J. Fierrez, “Unlinkable and irreversible biometric template protection based on bloom filters,” Inf. Sci. , vol. 370-371, pp. 18–32, 2016

  13. [20]

    On application of bloom filters to iris biometrics,

    C. Rathgeb, F. Breitinger, C. Busch, and H. Baier, “On application of bloom filters to iris biometrics,” IET Biom. , vol. 3, no. 4, pp. 207–218, 2014

  14. [21]

    Generating cancelable fingerprint templates,

    N. K. Ratha, S. Chikkerur, J. H. Connell, and R. M. Bolle, “Generating cancelable fingerprint templates,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 29, no. 4, pp. 561–572, 2007

  15. [22]

    A multi-spectral palmprint fuzzy commitment based on deep hashing code with discriminative bit selec- tion,

    T. Wu, L. Leng, and M. K. Khan, “A multi-spectral palmprint fuzzy commitment based on deep hashing code with discriminative bit selec- tion,” Artif. Intell. Rev. , vol. 56, no. 7, pp. 6169–6186, 2023

  16. [23]

    Alignment-free cancelable fingerprint templates based on local minutiae information,

    C. Lee, J.-Y . Choi, K.-A. Toh, S. Lee, and J. Kim, “Alignment-free cancelable fingerprint templates based on local minutiae information,” IEEE Trans. Syst. Man Cybern. Part B Cybern. , vol. 37, no. 4, pp. 980– 992, 2007

  17. [24]

    Protected face templates generation based on multiple partial walsh transformations and simhash,

    C. Gao, K. Zhang, W. Wang, Z. Cao, L. Pang, E. Liu, and H. Zhao, “Protected face templates generation based on multiple partial walsh transformations and simhash,” IEEE Trans. Inf. F orensics Security, 2024

  18. [25]

    Make privacy renewable! generating privacy-preserving faces supporting can- celable biometric recognition,

    T. Wang, Y . Zhang, X. Xiao, L. Yuan, Z. Xia, and J. Weng, “Make privacy renewable! generating privacy-preserving faces supporting can- celable biometric recognition,” in MM - Proc. ACM Int. Conf. Multimed. , 2024, pp. 10 268–10 276

  19. [26]

    Cancelable biometrics for finger vein recognition,

    E. Piciucco, E. Maiorana, C. Kauba, A. Uhl, and P. Campisi, “Cancelable biometrics for finger vein recognition,” in Int. Workshop Sens., Process. Learn. Intell. Mach., SPLINE - Proc. IEEE, 2016, pp. 1–5

  20. [27]

    Towards practical cancelable biometrics for finger vein recognition,

    C. Kauba, E. Piciucco, E. Maiorana, M. Gomez-Barrero, B. Prommeg- ger, and P. Campisi, “Towards practical cancelable biometrics for finger vein recognition,” Inform. Sciences , vol. 585, pp. 395–417, 2022

  21. [28]

    Graph based secure cancelable palm vein biometrics,

    G. R. Nayar, T. Thomas, and S. Emmanuel, “Graph based secure cancelable palm vein biometrics,” J. Inf. Secur . Appl., vol. 62, p. 102991, 2021

  22. [29]

    Towards protecting and enhancing vascular biometric recognition methods via biohashing and deep neural networks,

    H. O. Shahreza and S. Marcel, “Towards protecting and enhancing vascular biometric recognition methods via biohashing and deep neural networks,” IEEE Trans. Biom. Behav. Identity Sci. , vol. 3, no. 3, pp. 394–404, 2021

  23. [30]

    Securing deep learning based edge finger vein biometrics with binary decision diagram,

    W. Yang, S. Wang, J. Hu, G. Zheng, J. Yang, and C. Valli, “Securing deep learning based edge finger vein biometrics with binary decision diagram,” IEEE Trans. Ind. Inf. , vol. 15, no. 7, pp. 4244–4253, 2019

  24. [31]

    Palm vein recognition with deep hashing network,

    D. Zhong, S. Liu, W. Wang, and X. Du, “Palm vein recognition with deep hashing network,” in Pattern Recognit. and Computer Vision . Springer, 2018, pp. 38–49

  25. [32]

    Finger-vein template protection based on alignment-free hashing,

    S. Kirchgasser, A. Uhl, Y .-L. Lai, and J. Zhe, “Finger-vein template protection based on alignment-free hashing,” in IEEE Int. Conf. Biom. Theory, Appl. Syst., BTAS . IEEE, 2019, pp. 1–10

  26. [33]

    Finger vein template protection based on alignment-robust feature description and index-of-maximum hashing,

    S. Kirchgasser, C. Kauba, Y .-L. Lai, J. Zhe, and A. Uhl, “Finger vein template protection based on alignment-robust feature description and index-of-maximum hashing,” IEEE Trans. Biom. Behav. Identity Sci. , vol. 2, no. 4, pp. 337–349, 2020

  27. [34]

    Multi-instance finger vein-based authentication with secured templates,

    S. K. Choudhary and A. K. Naik, “Multi-instance finger vein-based authentication with secured templates,” Int. J. Adv. Comput. Sci. Appl. , vol. 13, no. 5, 2022

  28. [35]

    Finger vein recognition system with template protection based on convolutional neural network,

    H. Ren, L. Sun, J. Guo, C. Han, and F. Wu, “Finger vein recognition system with template protection based on convolutional neural network,” Knowledge-Based Syst. , vol. 227, p. 107159, 2021

  29. [36]

    A novel cancelable finger vein templates based on ldm and retinexgan,

    N. Aherrahrou and H. Tairi, “A novel cancelable finger vein templates based on ldm and retinexgan,” Pattern Recognit., vol. 142, p. 109643, 2023

  30. [37]

    Securing mobile healthcare data: a smart card based cancelable finger- vein bio-cryptosystem,

    W. Yang, S. Wang, J. Hu, G. Zheng, J. Chaudhry, E. Adi, and C. Valli, “Securing mobile healthcare data: a smart card based cancelable finger- vein bio-cryptosystem,” IEEE Access , vol. 6, pp. 36 939–36 947, 2018

  31. [38]

    Grayscale image col- orization methods: Overview and evaluation,

    I. ˇZeger, S. Grgic, J. Vukovi ´c, and G. ˇSiˇsul, “Grayscale image col- orization methods: Overview and evaluation,” IEEE Access , vol. 9, pp. 113 326–113 346, 2021

  32. [39]

    Scribbler: Controlling deep image synthesis with sketch and color,

    P. Sangkloy, J. Lu, C. Fang, F. Yu, and J. Hays, “Scribbler: Controlling deep image synthesis with sketch and color,” in Proc. - IEEE Conf. Comput. Vis. Pattern Recognit, CVPR , 2017, pp. 5400–5409

  33. [40]

    Example- based image colorization using locality consistent sparse representation,

    B. Li, F. Zhao, Z. Su, X. Liang, Y .-K. Lai, and P. L. Rosin, “Example- based image colorization using locality consistent sparse representation,” IEEE Trans. Image Process. , vol. 26, no. 11, pp. 5188–5202, 2017

  34. [41]

    Colorization using optimization,

    A. Levin, D. Lischinski, and Y . Weiss, “Colorization using optimization,” in ACM SIGGRAPH 2004 Papers , 2004, pp. 689–694

  35. [42]

    An adaptive edge detection based colorization algorithm and its applica- tions,

    Y .-C. Huang, Y .-S. Tung, J.-C. Chen, S.-W. Wang, and J.-L. Wu, “An adaptive edge detection based colorization algorithm and its applica- tions,” in Proc. ACM Int. Conf. Multimedia, MM , 2005, pp. 351–354

  36. [43]

    Reference-based sketch image colorization using augmented-self reference and dense semantic correspondence,

    J. Lee, E. Kim, Y . Lee, D. Kim, J. Chang, and J. Choo, “Reference-based sketch image colorization using augmented-self reference and dense semantic correspondence,” in Proc IEEE Comput Soc Conf Comput Vision Pattern Recognit, CVPR , 2020, pp. 5801–5810

  37. [44]

    Ddcolor: Towards photo-realistic image colorization via dual decoders,

    X. Kang, T. Yang, W. Ouyang, P. Ren, L. Li, and X. Xie, “Ddcolor: Towards photo-realistic image colorization via dual decoders,” in Proc IEEE Int Conf Comput Vision, ICCV , 2023, pp. 328–338. JOURNAL OF LATEX CLASS FILES, VOL. 18, NO. 9, SEPTEMBER 2020 13

  38. [45]

    Image colorization using cyclegan with semantic and spatial rationality,

    B. Li, Y . Lu, W. Pang, and H. Xu, “Image colorization using cyclegan with semantic and spatial rationality,” Multimedia Tools Appl. , vol. 82, no. 14, pp. 21 641–21 655, 2023

  39. [46]

    Lkat-gan: a gan for thermal infrared image colorization based on large kernel and attentionunet-transformer,

    Y . He, X. Jin, Q. Jiang, Z. Cheng, P. Wang, and W. Zhou, “Lkat-gan: a gan for thermal infrared image colorization based on large kernel and attentionunet-transformer,” IEEE Trans. Consum. Electron. , vol. 69, no. 3, pp. 478–489, 2023

  40. [47]

    Learning large-scale automatic image colorization,

    A. Deshpande, J. Rock, and D. Forsyth, “Learning large-scale automatic image colorization,” in Proc IEEE Int Conf Comput Vision, ICCV , 2015, pp. 567–575

  41. [48]

    Learning diverse image colorization,

    A. Deshpande, J. Lu, M.-C. Yeh, M. Jin Chong, and D. Forsyth, “Learning diverse image colorization,” in Proc. - IEEE Conf. Comput. Vis. Pattern Recognit, CVPR , 2017, pp. 6837–6845

  42. [49]

    Extraction of finger-vein patterns using maximum curvature points in image profiles,

    N. Miura, A. Nagasaka, and T. Miyatake, “Extraction of finger-vein patterns using maximum curvature points in image profiles,” IEICE Trans. Inf. Syst. , vol. 90, no. 8, pp. 1185–1194, 2007

  43. [50]

    Finger vein extraction using gradient normalization and principal curvature,

    J. H. Choi, W. Song, T. Kim, S.-R. Lee, and H. C. Kim, “Finger vein extraction using gradient normalization and principal curvature,” in Proc SPIE Int Soc Opt Eng , vol. 7251. SPIE, 2009, pp. 359–367

  44. [51]

    Feature extraction of finger- vein patterns based on repeated line tracking and its application to personal identification,

    N. Miura, A. Nagasaka, and T. Miyatake, “Feature extraction of finger- vein patterns based on repeated line tracking and its application to personal identification,” Mach. Vision Appl., vol. 15, pp. 194–203, 2004

  45. [52]

    Human identification using finger images,

    A. Kumar and Y . Zhou, “Human identification using finger images,” IEEE Trans. Image Process. , vol. 21, no. 4, pp. 2228–2244, 2011

  46. [53]

    Convolution using the undecimated discrete wavelet transform,

    H. Guo and C. S. Burrus, “Convolution using the undecimated discrete wavelet transform,” in ICASSP IEEE Int Conf Acoust Speech Signal Process Proc, vol. 3. IEEE, 1996, pp. 1291–1294

  47. [54]

    Resunet-a: A deep learning framework for semantic segmentation of remotely sensed data,

    F. I. Diakogiannis, F. Waldner, P. Caccetta, and C. Wu, “Resunet-a: A deep learning framework for semantic segmentation of remotely sensed data,” ISPRS J. Photogramm. Remote Sens. , vol. 162, pp. 94–114, 2020

  48. [55]

    Gan-based inter-class sample generation for contrastive learning of vein image representations,

    W.-F. Ou, L.-M. Po, C. Zhou, P.-F. Xian, and J.-J. Xiong, “Gan-based inter-class sample generation for contrastive learning of vein image representations,” IEEE Trans. Biom. Behav. Identity Sci. , vol. 4, no. 2, pp. 249–262, 2022

  49. [56]

    Real-time user-guided image colorization with learned deep priors,

    R. Zhang, J.-Y . Zhu, P. Isola, X. Geng, A. S. Lin, T. Yu, and A. A. Efros, “Real-time user-guided image colorization with learned deep priors,” ACM Trans. Graph. , vol. 36, no. 4, jul 2017

  50. [57]

    Imagenet: A large-scale hierarchical image database,

    J. Deng, W. Dong, R. Socher, L.-J. Li, K. Li, and L. Fei-Fei, “Imagenet: A large-scale hierarchical image database,” in IEEE Conf. Comput. Vis. Pattern Recogn., CVPR . Ieee, 2009, pp. 248–255

  51. [58]

    Deep residual learning for image recognition,

    K. He, X. Zhang, S. Ren, and J. Sun, “Deep residual learning for image recognition,” in Proc. - IEEE Conf. Comput. Vis. Pattern Recognit, CVPR, 2016, pp. 770–778

  52. [59]

    Arcvein-arccosine center loss for finger vein verification,

    B. Hou and R. Yan, “Arcvein-arccosine center loss for finger vein verification,” IEEE Trans. Instrum. Meas. , vol. 70, pp. 1–11, 2021

  53. [60]

    Vein pattern database and benchmark results,

    R. Kabacinski and M. Kowalski, “Vein pattern database and benchmark results,” Electron. Lett., vol. 47, no. 20, p. 1, 2011

  54. [61]

    Real-time dorsal hand recognition based on smartphone,

    M. I. Sayed, M. Taha, and H. H. Zayed, “Real-time dorsal hand recognition based on smartphone,” IEEE Access , vol. 9, pp. 151 118– 151 128, 2021

  55. [62]

    Robust finger-vein roi localization based on the 3σ criterion dynamic threshold strategy,

    Q. Yao, D. Song, and X. Xu, “Robust finger-vein roi localization based on the 3σ criterion dynamic threshold strategy,”Sensors, vol. 20, no. 14, p. 3997, 2020

  56. [63]

    Secure triplet loss: Achieving cancelability and non-linkability in end-to-end deep biomet- rics,

    J. R. Pinto, M. V . Correia, and J. S. Cardoso, “Secure triplet loss: Achieving cancelability and non-linkability in end-to-end deep biomet- rics,” IEEE Trans. Biom. Behav. Identity Sci. , vol. 3, no. 2, pp. 180–189, 2020

  57. [64]

    General framework to evaluate unlinkability in biometric template protection systems,

    M. Gomez-Barrero, J. Galbally, C. Rathgeb, and C. Busch, “General framework to evaluate unlinkability in biometric template protection systems,” IEEE Trans. Inf. F orensics Security, vol. 13, no. 6, pp. 1406– 1420, 2017

  58. [65]

    Generation of cancelable iris templates via randomized bit sampling,

    D. Sadhya and B. Raman, “Generation of cancelable iris templates via randomized bit sampling,” IEEE Trans. Inf. F orensics Security, vol. 14, no. 11, pp. 2972–2986, 2019

  59. [66]

    Adam: A method for stochastic optimization,

    D. P. Kingma, “Adam: A method for stochastic optimization,” arXiv preprint arXiv:1412.6980, 2014

  60. [67]

    Restoration of motion blurred image by modified deblurgan for enhancing the accuracies of finger-vein recognition,

    J. Choi, J. S. Hong, M. Owais, S. G. Kim, and K. R. Park, “Restoration of motion blurred image by modified deblurgan for enhancing the accuracies of finger-vein recognition,” Sensors, vol. 21, no. 14, p. 4635, 2021

  61. [68]

    Modified conditional generative adversarial network-based optical blur restoration for finger-vein recognition,

    J. Choi, K. J. Noh, S. W. Cho, S. H. Nam, M. Owais, and K. R. Park, “Modified conditional generative adversarial network-based optical blur restoration for finger-vein recognition,” IEEE Access, vol. 8, pp. 16 281– 16 301, 2020

  62. [69]

    Deep representation-based feature extraction and recovering for finger-vein verification,

    H. Qin and M. A. El-Yacoubi, “Deep representation-based feature extraction and recovering for finger-vein verification,” IEEE Trans. Inf. F orensics Security, vol. 12, no. 8, pp. 1816–1829, 2017

Pith tools

Reviewed August 16, 2026 · model on record in the stance chip above.