Iris recognition papers in the top journals in 2017

轉載自:https://kiennguyenstuff.wordpress.com/2017/10/05/iris-recognition-papers-in-the-top-journals-in-2017/


Top journals:

– IEEE Transaction on Pattern Analysis and Machine Intelligence (PAMI)

– Pattern Recognition (PR)

– IEEE Transaction on Image Processing

– IEEE Transaction on Forensics and Security

– Pattern Recognition Letters (PRL)

– Computer Vision and Image Understanding (CVIU)

———————————————————————————————————–

2017 – Journals

1. Cancellable iris template generation based on Indexing-First-One hashing

Lai, Yen-Lung ; Jin, Zhe; Jin Teoh, Andrew Beng; Goi, Bok-Min; Yap, Wun-She; Chai, Tong-Yuen; Rathgeb, Christian?Source:?Pattern Recognition, v 64, p 105-117, April 1, 2017

2. Multi-patch deep sparse histograms for iris recognition in visible spectrum using collaborative subspace for robust verification

Raja, Kiran B. ; Raghavendra, R.; Venkatesh, Sushma; Busch, Christoph?Source:Pattern Recognition Letters, v 91, p 27-36, May 1, 2017

3. Results from MICHE II – Mobile Iris CHallenge Evaluation II

De Marsico, Maria ; Nappi, Michele; Proen?a, Hugo?Source:?Pattern Recognition Letters, v 91, p 3-10, May 1, 2017

4. Iris matching by means of Machine Learning paradigms: A new approach to dissimilarity computation

Aginako, Naiara; Echegaray, Goretti; Martínez-Otzeta, J.M.; Rodríguez, Igor; Lazkano, Elena; Sierra, Basilio?Source:?Pattern Recognition Letters, v 91, p 60-64, May 1, 2017

5. Optimal Generation of Iris Codes for Iris Recognition

Hu, Yang ; Sirlantzis, Konstantinos; Howells, Gareth?Source:?IEEE Transactions on Information Forensics and Security, v 12, n 1, p 157-171, January 2017

6. FIRE: Fast Iris REcognition on mobile phones by combining colour and texture features

Galdi, Chiara; Dugelay, Jean-Luc?Source:?Pattern Recognition Letters, v 91, p 44-51, May 1, 2017

7. Periocular and iris local descriptors for identity verification in mobile applications

Aginako, Naiara; Castrillón-Santana, Modesto; Lorenzo-Navarro, Javier; Martínez-Otzeta, José María; Sierra, Basilio?Source:?Pattern Recognition Letters, v 91, p 52-59, May 1, 2017

8. Kurtosis and skewness at pixel level as input for SOM networks to iris recognition on mobile devices

Abate, Andrea F.; Barra, Silvio; Gallo, Luigi; Narducci, Fabio?Source:?Pattern Recognition Letters, v 91, p 37-43, May 1, 2017

9. Toward more accurate iris recognition using cross-spectral matching

Nalla, Pattabhi Ramaiah; Kumar, Ajay?Source:?IEEE Transactions on Image Processing, v 26, n 1, p 208-221, January 2017

10. Combining iris and periocular biometric for matching visible spectrum eye images

Ahmed, Nasir Udin; Cvetkovic, Slobodan; Siddiqi, Erfanul Hoque; Nikiforov, Andrey; Nikiforov, Ilia?Source:?Pattern Recognition Letters, v 91, p 11-16, May 1, 2017

11. “Mobile Iris CHallenge Evaluation part II (MICHE II)”

De Marsico, Maria; Nappi, Michele; Proen?a, Hugo?Source:?Pattern Recognition Letters, v 91, p 1-2, May 1, 2017

12. Certain investigation on iris image recognition using hybrid approach of Fourier transform and Bernstein polynomials

Ramya, M.; Krishnaveni, V.; Sridharan, K.S.?Source:?Pattern Recognition Letters, v 94, p 154-162, July 15, 2017

13. A deep learning approach for iris sensor model identification

Marra, Francesco; Poggi, Giovanni; Sansone, Carlo; Verdoliva, Luisa?Source:?Pattern Recognition Letters, December 23, 2016 Article in Press

14. Long range iris recognition: A survey

Nguyen, Kien; Fookes, Clinton; Jillela, Raghavender; Sridharan, Sridha; Ross, Arun?Source:?Pattern Recognition, v 72, p 123-143, December 2017

15. Recognition of Image-Orientation-Based Iris Spoofing

Czajka, Adam; Bowyer, Kevin W.; Krumdick, Michael; Vidalmata, Rosaura G.?Source:IEEE Transactions on Information Forensics and Security, v 12, n 9, p 2184-2196, September 2017

16. A code-level approach to heterogeneous iris recognition

Liu, Nianfeng; Liu, Jing; Sun, Zhenan; Tan, Tieniu?Source:?IEEE Transactions on Information Forensics and Security, v 12, n 10, p 2373-2386, October 2017

?


本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/258631.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/258631.shtml
英文地址,請注明出處:http://en.pswp.cn/news/258631.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

判斷瀏覽器是否為IE內核的最簡單的方法

沒啥說的,直接貼代碼,算是ie hack了。 if (![1,]) {alert(is ie); } 轉載于:https://www.cnblogs.com/jasondan/p/3716660.html

dubbo控制中心部署,權重配置,以及管控臺中各個配置的簡單查看

dubbo給我們提供了現成的后臺管理網站,專門管理這些服務,應用,路由規則,動態配置,訪問控制、權重控制、負載均衡等等,還可以查看系統日志,系統狀態,系統環境等等,功能很是…

給git配置http代理

1. 安裝socat apt-get install socat 2. 創建配置文件,取名gitproxy填入以下內容: #!/bin/sh_proxy135.245.48.33_proxyport8000 exec socat STDIO PROXY:$_proxy:$1:$2,proxyport$_proxyport 加上可執行權限chmod x gitproxy,將此文件放在環…

faster rcnn在自己的數據集上訓練

本文是一個總結,參考了網上的眾多資料,匯集而成,以供自己后續參考。 一般說來,訓練自己的數據,有兩種方法:第一種就是將自己的數據集完全改造成VOC2007的形式,然后放到py-faster-rcnn/data 目錄…

1001種玩法 | 1001種玩法--數據存儲(2)

新智云www.enncloud.cn第二趴 Flockdb:一個高容錯的分布式圖形數據庫 FlockDB是一個存儲圖數據的分布式數據庫,圖數據庫的存儲對象是數學概念圖論里面的圖,而非圖片。Twitter使用它來存儲人與人之間的關系圖,這些關系包括&#xf…

python邏輯量有什么_Python中的邏輯運算符有什么?

邏輯運算符用于組合多個條件測試語句。假設“我今年18歲”和“我身高2米”這兩個語句,前一個語句是真的,后一個語句是假的,因此,“我今年18歲,并且我身高2米”這個語句是假的。其中,“并且”可以認為是邏輯…

時區日期處理及定時 (NSDate,NSCalendar,NSTimer,NSTimeZone)

NSDate存儲的是世界標準時(UTC),輸出時需要根據時區轉換為本地時間 Dates NSDate類提供了創建date,比較date以及計算兩個date之間間隔的功能。Date對象是不可改變的。 如果你要創建date對象并表示當前日期,你可以alloc一個NSDate對象并調用in…

Android ListView分頁,動態添加數據

1.ListView分頁的實現,重點在于實現OnScrollListener接口,判斷滑動到最后一項時,是否還有數據可以加載, 我們可以利用listView.addFootView(View v)方法進行提示 自定義一個ListView(這里本來想進行一些自定已修改的。…

faster rcnn的測試

當訓練結束后,faster rcnn的模型保存在在py-faster-rcnn/output目錄下,這時就可以用已有的模型對新的數據進行測試。 下面簡要說一下測試流程。 測試的主要代碼是./tools/test_net.py,并且使用到了fast_rcnn中test.py。 主要流程就是&…

python重點知識 鉆石_python——子類對象如何訪問父類的同名方法

1. 為什么只說方法不說屬性關于“子類對象如何訪問父類的同名屬性“是沒有意義的。因為父類的屬性子類都有,子類還有父類沒有的屬性,在初始化時,給子類對象具體化所有的給定屬性,完全沒必要訪問父類的屬性,因為是一樣的…

Android-Universal-Image-Loader 的使用說明

這個圖片異步載入并緩存的類已經被非常多開發人員所使用,是最經常使用的幾個開源庫之中的一個,主流的應用,隨便反編譯幾個火的項目,都能夠見到它的身影。但是有的人并不知道怎樣去使用這庫怎樣進行配置,網上查到的信息…

faster rcnn end2end 訓練與測試

除了前面講過的rpn與fast rcnn交替訓練外,faster rcnn還提供了一種近乎聯合的訓練,姑且稱為end2end訓練。 根據論文所講,end2end的訓練一氣呵成,對于前向傳播,rpn可以作為預設的網絡提供proposal.而在后向傳播中&…

jquery ui動態切換主題的一種實現方式

這兩天看coreservlets上的jQuery教程&#xff0c;雖然比較老了&#xff0c;不過講得還是不錯。最后一部分講jQuery ui 主題切換&#xff0c;用他介紹的方法實現不了。于是自己修改了下&#xff0c;可以了。代碼如下&#xff1a;html部分&#xff1a;<fieldset class"ui…

[學習總結]7、Android AsyncTask完全解析,帶你從源碼的角度徹底理解

我們都知道&#xff0c;Android UI是線程不安全的&#xff0c;如果想要在子線程里進行UI操作&#xff0c;就需要借助Android的異步消息處理機制。之前我也寫過了一篇文章從源碼層面分析了Android的異步消息處理機制&#xff0c;感興趣的朋友可以參考 Android Handler、Message完…

python字頻統計軟件_python結巴分詞以及詞頻統計實例

python結巴分詞以及詞頻統計實例發布時間&#xff1a;2018-03-20 14:52,瀏覽次數&#xff1a;773, 標簽&#xff1a;python# codingutf-8Created on 2018年3月19日author: chenkai結巴分詞支持三種分詞模式&#xff1a;精確模式: 試圖將句子最精確地切開&#xff0c;適合文…

html從入門到賣電腦(三)

CSS3中和動畫有關的屬性有三個 transform、 transition 和 animation。下面來一一說明: transform 從字面來看transform的釋義為改變&#xff0c;使…變形&#xff1b;轉換 。這里我們就可以理解為變形。那都能怎么變呢&#xff1f; none 表示不進行變換&#xff1b; rotat…

visual studio 2015安裝 無法啟動程序,因為計算機丟失D3DCOMPILER_47.dll 的解決方法

對于題目中的解決方法&#xff0c;我查到了微軟提供的一個方案&#xff1a;https://support.microsoft.com/en-us/help/4019990/update-for-the-d3dcompiler-47-dll-component-on-windows 進入如下頁面&#xff1a;http://www.catalog.update.microsoft.com/Search.aspx?qKB4…

UI1_UIView層操作

// // ViewController.m // UI1_UIView層操作 // // Created by zhangxueming on 15/7/1. // Copyright (c) 2015年 zhangxueming. All rights reserved. //#import "ViewController.h"interface ViewController ()endimplementation ViewController- (void)view…

JavaScript Patterns 1 Introduction

1.1 Pattern "theme of recurring events or objects… it can be a template or model which can be used to generate things" (http://en.wikipedia.org/wiki/Pattern). ? Design patterns - Elements of Reusable Object-Oriented Software. ? Coding patte…

基于像素聚類的分割方法基于slic的方法_博士論文摘要 | 張榮春:數碼影像與TLS點云數據融合提取地質結構面方法研究...

《測繪學報》構建與學術的橋梁 拉近與權威的距離數碼影像與TLS點云數據融合提取地質結構面方法研究張榮春1,21.南京郵電大學地理與生物信息學院, 江蘇 南京 210023;2.河海大學地球科學與工程學院, 江蘇 南京 211100收稿日期&#xff1a;2019-03-27基金項目&#xff1a;國家自然…