A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data

Size: px
Start display at page:

Download "A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data"

Transcription

1 A Fast Content-Based Multmeda Retreval Technque Usng Compressed Data Borko Furht and Pornvt Saksobhavvat NSF Multmeda Laboratory Florda Atlantc Unversty, Boca Raton, Florda 3343 ABSTRACT In ths paper, we present a novel technque that can be used for fast smlarty-based ndexng and retreval of both mage and vdeo databases n dstrbuted envronments. We assume that mage or vdeo databases are stored n the compressed form usng standard technques such as JPEG for mages, and M-JPEG or MPEG for vdeos. The exstng technques, proposed n the lterature, use computatonally ntensve features and cost functons for content-based mage and vdeo retreval and ndexng. The proposed algorthm uses an nnovatve approach based on hstograms of DC coeffcents only, and therefore s computatonally less expensve than the other approaches. In the case of a JPEG-compressed mage database, the query process s the followng. The user submts a request for searchby-smlarty by presentng the desred mage. The algorthm calculates the DC coeffcents of ths mage and creates the hstogram of DC coeffcents. Then, the algorthm compares the DC hstogram of the submtted mage wth the DC hstograms of the mages stored n the database usng a hstogram smlarty metrc. The mage database can be local or at a remote server. In our experments, we compared several hstogram smlarty metrcs: weghted Eucldean dstance, square dfference, and absolute dfference. The algorthm then selects and presents to the user the mages wth the smallest values of the metrc that best match the submtted mage. In the case of a compressed vdeo database, the smlarty-based ndexng and retreval s more complex. The manpulaton of a vdeo database conssts of three man operatons: () parttonng of the vdeo nto clps, () key frame extracton, and (3) ndexng and retreval of key frames. The proposed algorthm has been appled n all three steps. Frst, the DC hstograms are mplemented for parttonng each vdeo nto clps or camera shots. Then, n the next phase the same DC hstograms are used to extract key frames and create a database of key frames only. Fnally, n the last step, the user submts one or more vdeo frames that he/she s searchng for. We mplemented the descrbed algorthm for smlarty-based retreval to both mage and vdeo databases. The expermental results, presented n the paper, show that the proposed algorthm can be very effcent for smlarty-based search of mages and vdeos n dstrbuted envronments, such as Internet, Intranets, or local-area networks. Keywords: content-based retreval and ndexng, multmeda databases, DC coeffcents, hstogram of DC coeffcents. INTRODUCTION There are two man approaches n ndexng and retreval of mages and vdeos n multmeda databases: (a) keyword-based ndexng and (b) content-based ndexng. The keyword-based ndexng uses keywords or descrptve text, whch s stored together wth mages and vdeos n the databases. Retreval s performed by matchng the query, gven n the form of keywords, wth the stored keywords. Ths approach s not satsfactory, because the text-based descrpton tends to be ncomplete, mprecse, and nconsstent n specfyng vsual nformaton.

2 To overcome ths problem, recent research has been focused on content-based ndexng and retreval technques [,,3,4,5]. Ths approach allows users to ndex and retreve mages and vdeos from databases usng vsual content (such as promnent regons, color, shape, sze, and texture), moton related nformaton (movement of objects, enlargng or shrnkng, and global camera operaton), and smlarty-based. The current technques, proposed n lterature, mostly deal wth uncompressed multmeda objects (mages and vdeos). There are several technques proposed for shot detecton and segmentaton of compressed vdeo [3,4,5]. These technques use block comparson metrcs, whch measure the dfferences between DCT coeffcents of blocks n two frames. In ths paper, we present a technque for content-based mage and vdeo ndexng and retreval, whch uses hstograms of DC coeffcents. We assume that mages and vdeos n multmeda databases are stored n compressed form (JPEG for mages or MPEG and M-JPEG for vdeos). We propose a fast retreval and ndexng algorthm that can be very effcently used for content-based search on the Internet. The fundamental dea of the new algorthm conssts of usng hstograms of DC coeffcents only of the stored JPEG mages, or I-frames n the case of the compressed MPEG or M-JPEG vdeo. The experments show that the hstogram of DC coeffcents s a very dstngushable characterstc of an mage and can be effectvely used for mage or vdeo retreval and ndexng. On the other hand, the calculaton of the hstogram of DC coeffcents and related cost functons turns to be very fast and does not requre computatonally ntensve algorthms.. AN ALGORITHM FOR SIMILARITY-BASED RETRIVAL OF IMAGES The JPEG encodng standard for full-color mages s based on DCT transformaton. An mage s dvded nto 8x8 blocks, and pxels from each block are transformed from spatal to frequency doman. The transformed 64-pont dscrete sgnal s a functon of two spatal dmensons, and ts components are called spatal frequences or DCT coeffcents. The F(0,0) coeffcent s called the DC coeffcent, and the remanng 63 coeffcents are called AC coeffcents. For color mages, represented by YUV or YCbCr format, the DCT transform s performed to all three components. The proposed algorthm s based on DC coeffcents that are calculated only for Y (lumnance) component. There are two reasons for ths decson: () human vsual system s more senstve to Y than to two other chromnance components, and () the JPEG and MPEG standards typcally use hgher densty for Y than for the other two components. Hstogram of DC Coeffcents The pxels of the orgnal Y component n spatal doman are coded wth 8 bts. However, after the DCT transformaton, the szes of DC coeffcents of the Y component become bts; the DC coeffcents are n the range [-04 to +03]. The hstogram of DC coeffcents can be now created. For llustraton purposes, the DC hstogram s created for the mage elephant, whch conssts of 600x800 pxels. The mage contans 75x00 mcroblocks, whch gves 7,500 DC coeffcents. The hstogram of DC coeffcents s shown n Fgure. The number of hstogram bns n ths example s 048, whch corresponds to all values of DC coeffcents n the range [-,04 to +,03]. However, the hstogram of DC coeffcents can be reduced to a smaller sze of hstogram bns 04, 5, or 56 bns. The hstogram wth a smaller sze of bns requres less computaton when hstogram smlarty metrc s calculated. Hstogram Smlarty Metrcs Hstogram smlarty metrcs are used to compare DC hstograms of a gven mage wth hstograms of compressed mages from the database. We analyzed three hstogram-comparson metrcs: () Weghted Eucldean Dstance, () Square Dfference, and (3) Absolute Dfference. These three metrcs are defned next. Let s denote the j th hstogram bn value of a query mage as H Q (j), and the j th hstogram bn value of an mage n the database as H D (j). Then, the Weghted Eucldean Dstance (WED) metrc s defned as WED = N j= w [ H j Q H D ]

3 where: N s the total number of hstogram bns, and w j s the weght n bn j defned as w w j j = H Q f.. H = otherwse Q 0 Fgure. Hstogram of DC coeffcents for the mage elephant. The Square Dfference (SD) metrc s defned as SD = N j= [ H Q H D ]

4 and the Absolute Dfference (AD) metrc as AD = N j= H Q H D The complexty of all three metrcs depends on the number of hstogram bns. Our experments have shown that the metrcs based on 5 bns perform qute well and not much worse than wth,048 bns. Example of Smlarty-Based Retreval of an Image Database In the followng example, we compared the effcency of three metrcs n retrevng compressed mages from an mage database. We created an mage database, whch conssts of 00 mages. We performed the experments for dfferent number of hstogram bns: 048, 04, 5, and 56. The user submts a request for search by smlarty by presentng the desred mage to the algorthm. The algorthm calculates the DC coeffcents of ths mage. Then, one of the hstogram smlarty metrc s calculated to compare the DC hstogram of the submtted mage wth the DC hstograms of the mages stored n the database. Then, the algorthm presents to the user the set of mages wth the smallest values of hstogram smlarty metrcs. The whole query process takes only a few seconds. For llustraton, n Table and Fgure, results of query-by-smlarty are presented. In Fgure, the algorthm presented best 0 matches of the compressed mages based on the absolute dfference metrc. Table. Results of Retrevng Image elephant.jpg from the Image Database IMAGE NAME WED IMAGE NAME SD IMAGE NAME AD Elephant.jpg 0.30 Elephant.jpg 0 Elephant.jpg 0 Elephant3.jpg 650 Elephant3.jpg 9.35 Elephant3.jpg 0.5 Oregeon-sunset.jpg 45 Icefeld.jpg 8.8 Elephant.jpg 0.83 Icefeld.jpg 508 Oregeon-sunset.jpg 8.99 Flower3.jpg.04 Icefeld.jpg 53 Namess.jpg 9.87 Goat.jpg.07 Chamber.jpg 546 Icefeld.jpg 9.96 Flower7.jpg.09 Namess.jpg 548 Namess3.jpg 30. Surf.jpg. Porcelan.jpg 568 Namess4.jpg 3.09 Flower6.jpg. Woman.jpg 573 Namess6.jpg 3.44 Flower4.jpg.6 Namess3.jpg 583 Lake-goat.jpg 3.3 Sd5.jpg.0 The followng conclusons can be drawn from these experments: All three metrcs gave good results n smlarty-based retreval, but the absolute dfference metrc seems to be the most relable. Reducng the number of hstogram bns from,048 to,04 was effcent. Frst, t reduced the number of operatons needed for the calculaton of smlarty metrcs. Second, the smaller number of bns reduced the senstvty of ndexng due to quantzaton nose. However, when the number of bns was further reduced to 5 and 56, the ndexng results were deterorated.

5 Fgure. Example of smlarty-based retreval usng the DC hstogram and the absolute dfference metrc.

6 3. AN ALGORITHM FOR SIMILARITY-BASED RETRIEVAL OF COMPRESSED VIDEOS In the case of compressed vdeo databases, the procedure s more complex. The manpulaton of a vdeo database conssts of three man operatons: () Parttonng of the vdeo nto clps, () Key frame extracton, and (3) Indexng and retreval of key frames. The frst two steps are typcally performed off-lne durng the feature extracton phase, whle the last step s performed n real tme. The proposed algorthm, based on DC hstograms, can be appled n all three steps. Frst, the DC hstogram s mplemented to partton each vdeo nto clps or camera shots. Then, n the next phase the same DC hstogram s used to extract key frames and create a database of key frames only. Fnally, n the last step, the user submts one or more vdeo frames that he/she s searchng for. The algorthm s capable of searchng through the vdeo database (key frames only) and retreve the most smlar frames or clps. Vdeo Parttonng The hstogram of DC coeffcents can successfully be used n parttonng vdeo by detectng camera breaks. Frst, let s consder M-JPEG compressed vdeo, where all frames are I-frames. In ths case, we use DC hstograms to compare subsequent frames and detect camera breaks. To mnmze the computatonal complexty, the range of DC coeffcents s reduced to [-56,+55] by usng the followng formula: F(0,0) = 3 7 x= 0 y= 0 where: F(0,0) s a DC coeffcent, and f(x,y) s a pxel value of y-component n a 8x8 block. 7 f ( x, y) To test the smlarty of hstograms of subsequent frames from the same clp, we performed several experments wth standard vdeo clps Football, Mss Amerca, and Suse. Results, presented n Fgure 3a-c, show two DC hstograms for each clp, the hstogram of frame 0 and frame 8. In all three cases the hstograms of these two frames are almost dentcal. Then, we compared DC hstograms of dfferent clps. Fgure 4 compares the DC hstograms of frame 0 for these three clps. It shows that the hstograms of these three frames are sgnfcantly dfferent. In order to detect camera breaks, we defne the normalzed square dfference metrc (NSD): NSD = N j= [ H H H ] where: NSD s the normalzed square dfference metrc for frame, and H (j) are DC hstogram values for the th frame, and j s one of possble hstogram levels. If the overall dfference s greater than a gven threshold T, a camera break s declared.

7 Fgure 3. Hstogram of DC coeffcents of frames 0 and 7 for vdeo clps: (a) Football, (b) Mss Amerca, and (c) Suse.

8 Mss Amerca Footbal l Suse Fgure 4. DC hstogram comparson of frames 0 for three vdeo clps. To test the proposed technque, we apled t to a composed vdeo conssted of three clps, each contanng 8 frames. The results of the vdeo parttonng experment are presented n Fgure 5. The algorthm was able to correctly detect both camera breaks. The threshold, used n the experment, was T =0. 40 Camera breaks 35 NSD x 00 [%] Threshold Frame number Fgure 5. DC hstogram comparson technque appled to vdeo parttonng. For a vdeo database compressed usng the MPEG technque, the vdeo parttonng uses a two-pass approach [3]. In the frst pass, the proposed technque, based on DC hstograms, s appled to I-frames only. For example, for a MPEG sequence {IBBPBBPBB}{IBBPBBPBPP}, etc., the algorthm wll detect the camera breaks occurred between I-frames. In the second pass, a technque based on moton vectors [7] s appled to detect the camera break wthn those sequences whch are detected n the frst pass.

9 Key Frame Extracton In the next step, the key frames are extracted from the vdeo segments dentfed n the frst step. The DC hstogram comparson technque s used n ths step as well. However, the smlarty metrc s now defned as the accumulated dfference between the current frame and the prevous key frame NSD = N j= [ H H KF H ] where: H KF (j) s the j th hstogram bn value of the DC hstogram of the prevous key frame. The frst frame n a vdeo clp s always declared as the frst key frame. Then, the other frames are compared to ths frame. When the dfference becomes greater than the threshold T, the current frame s declared as the next key frame. The followng frames are then compared to ths key frame. Fgure 6 llustrates the procedure for extractng key frames. Note that the threshold T =0, used for the key frame extracton, s smaller than the threshold T, used for vdeo parttonng. The descrbed process s appled to I-frames only. 6 4 Threshold Accumulated NSD x 00 [%] Frame number Key frames Fgure 6. DC hstogram comparson technque for extracton of key frames. In the example n Fgure 6, the vdeo clp comprsed of three sequences: Football, Mss Amerca, and Suse, each consstng of 8 frames. The algorthm has extracted four key frames.

10 Indexng and Retreval of Key Frames Fnally, n the last step, the DC hstogram technque s appled to smlarty-based search of extracted key frames. The set of key frames, extracted n the prevous step, comprses a key-frame database, and the search s now performed on key frames only. Ths step s equvalent to the smlarty-based retreval of mage databases, descrbed n Secton. In our experment, we created a database of key frames and appled the proposed algorthm for the retreval of frames, whch are smlar to the gven frame. The results are shown n Fgure 7. Fgure 7. Example of smlarty-based retreval of key frames usng DC hstograms.

11 4. CONCLUSION We presented an algorthm for smlarty-based ndexng and retreval of mage and vdeo databases. The proposed algorthm s based on DC hstograms of compressed mages and vdeo frames. We analyzed several hstogram smlarty metrcs n order to select the most effcent one. The algorthm has been tested on a small compressed mage database as well as on several vdeo sequences. In summary, the proposed algorthm can be very effcent for smlarty-based retreval of mages and vdeos n dstrbuted envronments, such as Internet, Intranets, or local-area networks. REFERENCES. H.J. Zhang, S.Y. Tan, S.W. Smolar, and Y. Gong, Automatc Parsng and Indexng of News Vdeo, Multmeda Systems, Vol., No. 6, pp , E. Ardzzone and M. La Casca, Automatc Vdeo Database Indexng and Retreval, Journal of Multmeda Tools and Applcatons, Vol. 4, pp. 9-56, B. Furht, S.W. Smolar, and H.J. Zhang, Vdeo and Image Processng n Multmeda Systems, Kluwer Academc Publshers, Norwell, MA, F. Arman et al., Content-Based Browsng of Vdeo Sequences, Proc. of ACM Multmeda 94, San Francsco, CA, October H.J. Zhang, et al., Vdeo Parsng Usng Compressed Data, Proc. SPIE 94 Symposum on Image and Vdeo Processng, San Jose, CA, pp. 4-49, February B.-L. Yeo and B. Lu, A Unfed Approach to Temporal Segmentaton of Moton JPEG and MPEG Compressed Vdeo, Proc. IEEE Internatonal Conference on Multmeda Computng and Networkng, Washngton D.C., pp. 8-88, May A. Akutsu et. al., Vdeo Indexng Usng Moton Vectors, Proc. of SPIE 9 Symposum on Communcatons and Image Processng, Boston, MA, pp , November 99.

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers IOSR Journal of Electroncs and Communcaton Engneerng (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735.Volume 9, Issue, Ver. IV (Mar - Apr. 04), PP 0-07 Content Based Image Retreval Usng -D Dscrete Wavelet wth

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching A Fast Vsual Trackng Algorthm Based on Crcle Pxels Matchng Zhqang Hou hou_zhq@sohu.com Chongzhao Han czhan@mal.xjtu.edu.cn Ln Zheng Abstract: A fast vsual trackng algorthm based on crcle pxels matchng

More information

A Binarization Algorithm specialized on Document Images and Photos

A Binarization Algorithm specialized on Document Images and Photos A Bnarzaton Algorthm specalzed on Document mages and Photos Ergna Kavalleratou Dept. of nformaton and Communcaton Systems Engneerng Unversty of the Aegean kavalleratou@aegean.gr Abstract n ths paper, a

More information

Shape Representation Robust to the Sketching Order Using Distance Map and Direction Histogram

Shape Representation Robust to the Sketching Order Using Distance Map and Direction Histogram Shape Representaton Robust to the Sketchng Order Usng Dstance Map and Drecton Hstogram Department of Computer Scence Yonse Unversty Kwon Yun CONTENTS Revew Topc Proposed Method System Overvew Sketch Normalzaton

More information

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval Fuzzy -Means Intalzed by Fxed Threshold lusterng for Improvng Image Retreval NAWARA HANSIRI, SIRIPORN SUPRATID,HOM KIMPAN 3 Faculty of Informaton Technology Rangst Unversty Muang-Ake, Paholyotn Road, Patumtan,

More information

COMPLEX WAVELET TRANSFORM-BASED COLOR INDEXING FOR CONTENT-BASED IMAGE RETRIEVAL

COMPLEX WAVELET TRANSFORM-BASED COLOR INDEXING FOR CONTENT-BASED IMAGE RETRIEVAL COMPLEX WAVELET TRANSFORM-BASED COLOR INDEXING FOR CONTENT-BASED IMAGE RETRIEVAL Nader Safavan and Shohreh Kasae Department of Computer Engneerng Sharf Unversty of Technology Tehran, Iran skasae@sharf.edu

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

An Image Fusion Approach Based on Segmentation Region

An Image Fusion Approach Based on Segmentation Region Rong Wang, L-Qun Gao, Shu Yang, Yu-Hua Cha, and Yan-Chun Lu An Image Fuson Approach Based On Segmentaton Regon An Image Fuson Approach Based on Segmentaton Regon Rong Wang, L-Qun Gao, Shu Yang 3, Yu-Hua

More information

Local Quaternary Patterns and Feature Local Quaternary Patterns

Local Quaternary Patterns and Feature Local Quaternary Patterns Local Quaternary Patterns and Feature Local Quaternary Patterns Jayu Gu and Chengjun Lu The Department of Computer Scence, New Jersey Insttute of Technology, Newark, NJ 0102, USA Abstract - Ths paper presents

More information

A Clustering Algorithm for Key Frame Extraction Based on Density Peak

A Clustering Algorithm for Key Frame Extraction Based on Density Peak Journal of Computer and Communcatons, 2018, 6, 118-128 http://www.scrp.org/ournal/cc ISSN Onlne: 2327-5227 ISSN Prnt: 2327-5219 A Clusterng Algorthm for Key Frame Extracton Based on Densty Peak Hong Zhao

More information

Video Content Representation using Optimal Extraction of Frames and Scenes

Video Content Representation using Optimal Extraction of Frames and Scenes Vdeo Content Representaton usng Optmal Etracton of rames and Scenes Nkolaos D. Doulam Anastasos D. Doulam Yanns S. Avrths and Stefanos D. ollas Natonal Techncal Unversty of Athens Department of Electrcal

More information

Efficient Content Representation in MPEG Video Databases

Efficient Content Representation in MPEG Video Databases Effcent Content Representaton n MPEG Vdeo Databases Yanns S. Avrths, Nkolaos D. Doulams, Anastasos D. Doulams and Stefanos D. Kollas Department of Electrcal and Computer Engneerng Natonal Techncal Unversty

More information

A fast algorithm for color image segmentation

A fast algorithm for color image segmentation Unersty of Wollongong Research Onlne Faculty of Informatcs - Papers (Arche) Faculty of Engneerng and Informaton Scences 006 A fast algorthm for color mage segmentaton L. Dong Unersty of Wollongong, lju@uow.edu.au

More information

Background Removal in Image indexing and Retrieval

Background Removal in Image indexing and Retrieval Background Removal n Image ndexng and Retreval Y Lu and Hong Guo Department of Electrcal and Computer Engneerng The Unversty of Mchgan-Dearborn Dearborn Mchgan 4818-1491, U.S.A. Voce: 313-593-508, Fax:

More information

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration Improvement of Spatal Resoluton Usng BlockMatchng Based Moton Estmaton and Frame Integraton Danya Suga and Takayuk Hamamoto Graduate School of Engneerng, Tokyo Unversty of Scence, 6-3-1, Nuku, Katsuska-ku,

More information

CHAPTER 3 ENCODING VIDEO SEQUENCES IN FRACTAL BASED COMPRESSION. Day by day, the demands for higher and faster technologies are rapidly

CHAPTER 3 ENCODING VIDEO SEQUENCES IN FRACTAL BASED COMPRESSION. Day by day, the demands for higher and faster technologies are rapidly 65 CHAPTER 3 ENCODING VIDEO SEQUENCES IN FRACTAL BASED COMPRESSION 3.1 Introducton Day by day, the demands for hgher and faster technologes are rapdly ncreasng. Although the technologes avalable now are

More information

Image Representation & Visualization Basic Imaging Algorithms Shape Representation and Analysis. outline

Image Representation & Visualization Basic Imaging Algorithms Shape Representation and Analysis. outline mage Vsualzaton mage Vsualzaton mage Representaton & Vsualzaton Basc magng Algorthms Shape Representaton and Analyss outlne mage Representaton & Vsualzaton Basc magng Algorthms Shape Representaton and

More information

Video Shot Boundary Detection Algorithm

Video Shot Boundary Detection Algorithm Vdeo Shot Boundary Detecton Algorthm Kyong-Cheol Ko 1, Young- Mn Cheon 1, Gye-Young Km 1, Hyung Il Cho 1, Seong-Yoon Shn, and Yang-Won Rhee 1, * Informaton Meda Technoy Research Insttute, Soongsl Unversty

More information

Semantic Image Retrieval Using Region Based Inverted File

Semantic Image Retrieval Using Region Based Inverted File Semantc Image Retreval Usng Regon Based Inverted Fle Dengsheng Zhang, Md Monrul Islam, Guoun Lu and Jn Hou 2 Gppsland School of Informaton Technology, Monash Unversty Churchll, VIC 3842, Australa E-mal:

More information

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION Paulo Quntlano 1 & Antono Santa-Rosa 1 Federal Polce Department, Brasla, Brazl. E-mals: quntlano.pqs@dpf.gov.br and

More information

A Deflected Grid-based Algorithm for Clustering Analysis

A Deflected Grid-based Algorithm for Clustering Analysis A Deflected Grd-based Algorthm for Clusterng Analyss NANCY P. LIN, CHUNG-I CHANG, HAO-EN CHUEH, HUNG-JEN CHEN, WEI-HUA HAO Department of Computer Scence and Informaton Engneerng Tamkang Unversty 5 Yng-chuan

More information

Detection of an Object by using Principal Component Analysis

Detection of an Object by using Principal Component Analysis Detecton of an Object by usng Prncpal Component Analyss 1. G. Nagaven, 2. Dr. T. Sreenvasulu Reddy 1. M.Tech, Department of EEE, SVUCE, Trupath, Inda. 2. Assoc. Professor, Department of ECE, SVUCE, Trupath,

More information

A Multi-step Strategy for Shape Similarity Search In Kamon Image Database

A Multi-step Strategy for Shape Similarity Search In Kamon Image Database A Mult-step Strategy for Shape Smlarty Search In Kamon Image Database Paul W.H. Kwan, Kazuo Torach 2, Kesuke Kameyama 2, Junbn Gao 3, Nobuyuk Otsu 4 School of Mathematcs, Statstcs and Computer Scence,

More information

SRBIR: Semantic Region Based Image Retrieval by Extracting the Dominant Region and Semantic Learning

SRBIR: Semantic Region Based Image Retrieval by Extracting the Dominant Region and Semantic Learning Journal of Computer Scence 7 (3): 400-408, 2011 ISSN 1549-3636 2011 Scence Publcatons SRBIR: Semantc Regon Based Image Retreval by Extractng the Domnant Regon and Semantc Learnng 1 I. Felc Raam and 2 S.

More information

Hybrid Non-Blind Color Image Watermarking

Hybrid Non-Blind Color Image Watermarking Hybrd Non-Blnd Color Image Watermarkng Ms C.N.Sujatha 1, Dr. P. Satyanarayana 2 1 Assocate Professor, Dept. of ECE, SNIST, Yamnampet, Ghatkesar Hyderabad-501301, Telangana 2 Professor, Dept. of ECE, AITS,

More information

Video Copy Detection Based on Fusion of Spatio-temporal Features

Video Copy Detection Based on Fusion of Spatio-temporal Features Vdeo Copy Detecton Based on Fuson of Spato-temporal Features BAO We, JI Lxn, GAO Shln, LI Xng, Lu Lxong Natonal Dgtal swtchng System Engneerng & Technologcal R&D Center Zhengzhou, Chna 3202004075@163.com

More information

Object-Based Techniques for Image Retrieval

Object-Based Techniques for Image Retrieval 54 Zhang, Gao, & Luo Chapter VII Object-Based Technques for Image Retreval Y. J. Zhang, Tsnghua Unversty, Chna Y. Y. Gao, Tsnghua Unversty, Chna Y. Luo, Tsnghua Unversty, Chna ABSTRACT To overcome the

More information

Efficient Mean Shift Algorithm based Color Images Categorization and Searching

Efficient Mean Shift Algorithm based Color Images Categorization and Searching 152 Effcent Mean Shft Algorthm based Color Images Categorzaton and Searchng 1 Dr S K Vay, 2 Sanay Rathore, 3 Abhshek Verma and 4 Hemra Sngh Thakur 1 Professor, Head of Dept Physcs, Govt Geetanal Grl s

More information

A Gradient Difference based Technique for Video Text Detection

A Gradient Difference based Technique for Video Text Detection A Gradent Dfference based Technque for Vdeo Text Detecton Palaahnakote Shvakumara, Trung Quy Phan and Chew Lm Tan School of Computng, Natonal Unversty of Sngapore {shva, phanquyt, tancl }@comp.nus.edu.sg

More information

Brushlet Features for Texture Image Retrieval

Brushlet Features for Texture Image Retrieval DICTA00: Dgtal Image Computng Technques and Applcatons, 1 January 00, Melbourne, Australa 1 Brushlet Features for Texture Image Retreval Chbao Chen and Kap Luk Chan Informaton System Research Lab, School

More information

A Gradient Difference based Technique for Video Text Detection

A Gradient Difference based Technique for Video Text Detection 2009 10th Internatonal Conference on Document Analyss and Recognton A Gradent Dfference based Technque for Vdeo Text Detecton Palaahnakote Shvakumara, Trung Quy Phan and Chew Lm Tan School of Computng,

More information

Learning-Based Top-N Selection Query Evaluation over Relational Databases

Learning-Based Top-N Selection Query Evaluation over Relational Databases Learnng-Based Top-N Selecton Query Evaluaton over Relatonal Databases Lang Zhu *, Wey Meng ** * School of Mathematcs and Computer Scence, Hebe Unversty, Baodng, Hebe 071002, Chna, zhu@mal.hbu.edu.cn **

More information

Robust Shot Boundary Detection from Video Using Dynamic Texture

Robust Shot Boundary Detection from Video Using Dynamic Texture Sensors & Transducers 204 by IFSA Publshng, S. L. http://www.sensorsportal.com Robust Shot Boundary Detecton from Vdeo Usng Dynamc Teture, 3 Peng Tale, 2 Zhang Wenjun School of Communcaton & Informaton

More information

1. Introduction. Abstract

1. Introduction. Abstract Image Retreval Usng a Herarchy of Clusters Danela Stan & Ishwar K. Seth Intellgent Informaton Engneerng Laboratory, Department of Computer Scence & Engneerng, Oaland Unversty, Rochester, Mchgan 48309-4478

More information

Mining User Similarity Using Spatial-temporal Intersection

Mining User Similarity Using Spatial-temporal Intersection www.ijcsi.org 215 Mnng User Smlarty Usng Spatal-temporal Intersecton Ymn Wang 1, Rumn Hu 1, Wenhua Huang 1 and Jun Chen 1 1 Natonal Engneerng Research Center for Multmeda Software, School of Computer,

More information

Load Balancing for Hex-Cell Interconnection Network

Load Balancing for Hex-Cell Interconnection Network Int. J. Communcatons, Network and System Scences,,, - Publshed Onlne Aprl n ScRes. http://www.scrp.org/journal/jcns http://dx.do.org/./jcns.. Load Balancng for Hex-Cell Interconnecton Network Saher Manaseer,

More information

Long-Term Moving Object Segmentation and Tracking Using Spatio-Temporal Consistency

Long-Term Moving Object Segmentation and Tracking Using Spatio-Temporal Consistency Long-Term Movng Obect Segmentaton Trackng Usng Spato-Temporal Consstency D Zhong Shh-Fu Chang {dzhong, sfchang}@ee.columba.edu Department of Electrcal Engneerng, Columba Unversty, NY, USA Abstract The

More information

Robust Video Watermarking Using Image Normalization, Motion Vector and Perceptual Information

Robust Video Watermarking Using Image Normalization, Motion Vector and Perceptual Information Robust Vdeo Watermarkng Usng Image ormalzaton, Moton Vector and Perceptual Informaton Cedllo-Hernández Antono 1, Cedllo-Hernández Manuel 1, akano-myatake Marko 1, García-Vázquez Mreya S. 2 1 Postgraduate

More information

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications 14/05/1 Machne Learnng: Algorthms and Applcatons Florano Zn Free Unversty of Bozen-Bolzano Faculty of Computer Scence Academc Year 011-01 Lecture 10: 14 May 01 Unsupervsed Learnng cont Sldes courtesy of

More information

MOTION PANORAMA CONSTRUCTION FROM STREAMING VIDEO FOR POWER- CONSTRAINED MOBILE MULTIMEDIA ENVIRONMENTS XUNYU PAN

MOTION PANORAMA CONSTRUCTION FROM STREAMING VIDEO FOR POWER- CONSTRAINED MOBILE MULTIMEDIA ENVIRONMENTS XUNYU PAN MOTION PANORAMA CONSTRUCTION FROM STREAMING VIDEO FOR POWER- CONSTRAINED MOBILE MULTIMEDIA ENVIRONMENTS by XUNYU PAN (Under the Drecton of Suchendra M. Bhandarkar) ABSTRACT In modern tmes, more and more

More information

Robust Mean Shift Tracking with Corrected Background-Weighted Histogram

Robust Mean Shift Tracking with Corrected Background-Weighted Histogram Robust Mean Shft Trackng wth Corrected Background-Weghted Hstogram Jfeng Nng, Le Zhang, Davd Zhang and Chengke Wu Abstract: The background-weghted hstogram (BWH) algorthm proposed n [] attempts to reduce

More information

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices Steps for Computng the Dssmlarty, Entropy, Herfndahl-Hrschman and Accessblty (Gravty wth Competton) Indces I. Dssmlarty Index Measurement: The followng formula can be used to measure the evenness between

More information

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur FEATURE EXTRACTION Dr. K.Vjayarekha Assocate Dean School of Electrcal and Electroncs Engneerng SASTRA Unversty, Thanjavur613 41 Jont Intatve of IITs and IISc Funded by MHRD Page 1 of 8 Table of Contents

More information

Palmprint Feature Extraction Using 2-D Gabor Filters

Palmprint Feature Extraction Using 2-D Gabor Filters Palmprnt Feature Extracton Usng 2-D Gabor Flters Wa Kn Kong Davd Zhang and Wenxn L Bometrcs Research Centre Department of Computng The Hong Kong Polytechnc Unversty Kowloon Hong Kong Correspondng author:

More information

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points;

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points; Subspace clusterng Clusterng Fundamental to all clusterng technques s the choce of dstance measure between data ponts; D q ( ) ( ) 2 x x = x x, j k = 1 k jk Squared Eucldean dstance Assumpton: All features

More information

Accurate Overlay Text Extraction for Digital Video Analysis

Accurate Overlay Text Extraction for Digital Video Analysis Accurate Overlay Text Extracton for Dgtal Vdeo Analyss Dongqng Zhang, and Shh-Fu Chang Electrcal Engneerng Department, Columba Unversty, New York, NY 10027. (Emal: dqzhang, sfchang@ee.columba.edu) Abstract

More information

Grading Image Retrieval Based on DCT and DWT Compressed Domains Using Low-Level Features

Grading Image Retrieval Based on DCT and DWT Compressed Domains Using Low-Level Features Journal of Communcatons Vol. 0 No. January 0 Gradng Image Retreval Based on DCT and DWT Compressed Domans Usng Low-Level Features Chengyou Wang Xnyue Zhang Rongyang Shan and Xao Zhou School of echancal

More information

Algorithm for Human Skin Detection Using Fuzzy Logic

Algorithm for Human Skin Detection Using Fuzzy Logic Algorthm for Human Skn Detecton Usng Fuzzy Logc Mrtunjay Ra, R. K. Yadav, Gaurav Snha Department of Electroncs & Communcaton Engneerng JRE Group of Insttutons, Greater Noda, Inda er.mrtunjayra@gmal.com

More information

Improved SIFT-Features Matching for Object Recognition

Improved SIFT-Features Matching for Object Recognition Improved SIFT-Features Matchng for Obect Recognton Fara Alhwarn, Chao Wang, Danela Rstć-Durrant, Axel Gräser Insttute of Automaton, Unversty of Bremen, FB / NW Otto-Hahn-Allee D-8359 Bremen Emals: {alhwarn,wang,rstc,ag}@at.un-bremen.de

More information

Real-Time View Recognition and Event Detection for Sports Video

Real-Time View Recognition and Event Detection for Sports Video Real-Tme Vew Recognton and Event Detecton for Sports Vdeo Authors: D Zhong and Shh-Fu Chang {dzhong, sfchang@ee.columba.edu} Department of Electrcal Engneerng, Columba Unversty For specal ssue on Multmeda

More information

High-Boost Mesh Filtering for 3-D Shape Enhancement

High-Boost Mesh Filtering for 3-D Shape Enhancement Hgh-Boost Mesh Flterng for 3-D Shape Enhancement Hrokazu Yagou Λ Alexander Belyaev y Damng We z Λ y z ; ; Shape Modelng Laboratory, Unversty of Azu, Azu-Wakamatsu 965-8580 Japan y Computer Graphcs Group,

More information

Face Detection Using DCT Coefficients in MPEG Video. Jun Wang, Mohan S Kankanhalli, Philippe Mulhem, Hadi Hassan Abdulredha

Face Detection Using DCT Coefficients in MPEG Video. Jun Wang, Mohan S Kankanhalli, Philippe Mulhem, Hadi Hassan Abdulredha Face Detecton Usng DCT Coeffcents n MPEG Vdeo Jun Wang, Mohan S Kankanhall, Phlppe Mulhem, Had Hassan Abdulredha School of Computng Natonal Unversty of Sngapore 3 Scence Drve 2, Sngapore 117543 E-mal:

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision SLAM Summer School 2006 Practcal 2: SLAM usng Monocular Vson Javer Cvera, Unversty of Zaragoza Andrew J. Davson, Imperal College London J.M.M Montel, Unversty of Zaragoza. josemar@unzar.es, jcvera@unzar.es,

More information

Corner-Based Image Alignment using Pyramid Structure with Gradient Vector Similarity

Corner-Based Image Alignment using Pyramid Structure with Gradient Vector Similarity Journal of Sgnal and Informaton Processng, 013, 4, 114-119 do:10.436/jsp.013.43b00 Publshed Onlne August 013 (http://www.scrp.org/journal/jsp) Corner-Based Image Algnment usng Pyramd Structure wth Gradent

More information

Combination of Color and Local Patterns as a Feature Vector for CBIR

Combination of Color and Local Patterns as a Feature Vector for CBIR Internatonal Journal of Computer Applcatons (975 8887) Volume 99 No.1, August 214 Combnaton of Color and Local Patterns as a Feature Vector for CBIR L.Koteswara Rao Asst.Professor, Dept of ECE Faculty

More information

EFFICIENT H.264 VIDEO CODING WITH A WORKING MEMORY OF OBJECTS

EFFICIENT H.264 VIDEO CODING WITH A WORKING MEMORY OF OBJECTS EFFICIENT H.264 VIDEO CODING WITH A WORKING MEMORY OF OBJECTS A Thess presented to the Faculty of the Graduate School at the Unversty of Mssour-Columba In Partal Fulfllment of the Requrements for the Degree

More information

An Improved Image Segmentation Algorithm Based on the Otsu Method

An Improved Image Segmentation Algorithm Based on the Otsu Method 3th ACIS Internatonal Conference on Software Engneerng, Artfcal Intellgence, Networkng arallel/dstrbuted Computng An Improved Image Segmentaton Algorthm Based on the Otsu Method Mengxng Huang, enjao Yu,

More information

Efficient Segmentation and Classification of Remote Sensing Image Using Local Self Similarity

Efficient Segmentation and Classification of Remote Sensing Image Using Local Self Similarity ISSN(Onlne): 2320-9801 ISSN (Prnt): 2320-9798 Internatonal Journal of Innovatve Research n Computer and Communcaton Engneerng (An ISO 3297: 2007 Certfed Organzaton) Vol.2, Specal Issue 1, March 2014 Proceedngs

More information

3 Image Compression. Multimedia Data Size/Duration Kbits Telephone quality speech. A Page of text 11 x 8.5

3 Image Compression. Multimedia Data Size/Duration Kbits Telephone quality speech. A Page of text 11 x 8.5 3 Image Compresson Multmeda - Department of Computng, Imperal College Professor GZ Yang! http://www.doc.c.ac.uk/~gzy Why Image Compresson Research n compresson technques has stemmed from the ever-ncreasng

More information

A Novel Adaptive Descriptor Algorithm for Ternary Pattern Textures

A Novel Adaptive Descriptor Algorithm for Ternary Pattern Textures A Novel Adaptve Descrptor Algorthm for Ternary Pattern Textures Fahuan Hu 1,2, Guopng Lu 1 *, Zengwen Dong 1 1.School of Mechancal & Electrcal Engneerng, Nanchang Unversty, Nanchang, 330031, Chna; 2. School

More information

Classifier Selection Based on Data Complexity Measures *

Classifier Selection Based on Data Complexity Measures * Classfer Selecton Based on Data Complexty Measures * Edth Hernández-Reyes, J.A. Carrasco-Ochoa, and J.Fco. Martínez-Trndad Natonal Insttute for Astrophyscs, Optcs and Electroncs, Lus Enrque Erro No.1 Sta.

More information

A Similarity Measure Method for Symbolization Time Series

A Similarity Measure Method for Symbolization Time Series Research Journal of Appled Scences, Engneerng and Technology 5(5): 1726-1730, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scentfc Organzaton, 2013 Submtted: July 27, 2012 Accepted: September 03, 2012

More information

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION 1 THE PUBLISHING HOUSE PROCEEDINGS OF THE ROMANIAN ACADEMY, Seres A, OF THE ROMANIAN ACADEMY Volume 4, Number 2/2003, pp.000-000 A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION Tudor BARBU Insttute

More information

Object Tracking Based on PISC Image and Template Matching

Object Tracking Based on PISC Image and Template Matching ect Trackng Based on PISC Image and Template Matchng Bud Sugand Electrcal Engneerng Department Batam State Polytechnc Batam Indonesa ud_sugand@polatam.ac.d Astract Ths paper proposed a method for oect

More information

Enhanced Watermarking Technique for Color Images using Visual Cryptography

Enhanced Watermarking Technique for Color Images using Visual Cryptography Informaton Assurance and Securty Letters 1 (2010) 024-028 Enhanced Watermarkng Technque for Color Images usng Vsual Cryptography Enas F. Al rawashdeh 1, Rawan I.Zaghloul 2 1 Balqa Appled Unversty, MIS

More information

An Image Compression Algorithm based on Wavelet Transform and LZW

An Image Compression Algorithm based on Wavelet Transform and LZW An Image Compresson Algorthm based on Wavelet Transform and LZW Png Luo a, Janyong Yu b School of Chongqng Unversty of Posts and Telecommuncatons, Chongqng, 400065, Chna Abstract a cylpng@63.com, b y27769864@sna.cn

More information

Video Proxy System for a Large-scale VOD System (DINA)

Video Proxy System for a Large-scale VOD System (DINA) Vdeo Proxy System for a Large-scale VOD System (DINA) KWUN-CHUNG CHAN #, KWOK-WAI CHEUNG *# #Department of Informaton Engneerng *Centre of Innovaton and Technology The Chnese Unversty of Hong Kong SHATIN,

More information

An efficient method to build panoramic image mosaics

An efficient method to build panoramic image mosaics An effcent method to buld panoramc mage mosacs Pattern Recognton Letters vol. 4 003 Dae-Hyun Km Yong-In Yoon Jong-Soo Cho School of Electrcal Engneerng and Computer Scence Kyungpook Natonal Unv. Abstract

More information

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour 6.854 Advanced Algorthms Petar Maymounkov Problem Set 11 (November 23, 2005) Wth: Benjamn Rossman, Oren Wemann, and Pouya Kheradpour Problem 1. We reduce vertex cover to MAX-SAT wth weghts, such that the

More information

Shape-adaptive DCT and Its Application in Region-based Image Coding

Shape-adaptive DCT and Its Application in Region-based Image Coding Internatonal Journal of Sgnal Processng, Image Processng and Pattern Recognton, pp.99-108 http://dx.do.org/10.14257/sp.2014.7.1.10 Shape-adaptve DCT and Its Applcaton n Regon-based Image Codng Yamn Zheng,

More information

UB at GeoCLEF Department of Geography Abstract

UB at GeoCLEF Department of Geography   Abstract UB at GeoCLEF 2006 Mguel E. Ruz (1), Stuart Shapro (2), June Abbas (1), Slva B. Southwck (1) and Davd Mark (3) State Unversty of New York at Buffalo (1) Department of Lbrary and Informaton Studes (2) Department

More information

Linear Hashtable Motion Estimation Algorithm for Distributed Video Processing

Linear Hashtable Motion Estimation Algorithm for Distributed Video Processing Lnear Hashtable Moton Estmaton Algorthm for Dstrbuted Vdeo Processng Yunsong Wu 1,, Graham Megson 1 Jangx Scence & Technology ormal Unversty anchang, Chna School of Systems Engneerng, Readng Unversty Readng,

More information

Face Recognition University at Buffalo CSE666 Lecture Slides Resources:

Face Recognition University at Buffalo CSE666 Lecture Slides Resources: Face Recognton Unversty at Buffalo CSE666 Lecture Sldes Resources: http://www.face-rec.org/algorthms/ Overvew of face recognton algorthms Correlaton - Pxel based correspondence between two face mages Structural

More information

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1 4/14/011 Outlne Dscrmnatve classfers for mage recognton Wednesday, Aprl 13 Krsten Grauman UT-Austn Last tme: wndow-based generc obect detecton basc ppelne face detecton wth boostng as case study Today:

More information

Efficient Video Coding with R-D Constrained Quadtree Segmentation

Efficient Video Coding with R-D Constrained Quadtree Segmentation Publshed on Pcture Codng Symposum 1999, March 1999 Effcent Vdeo Codng wth R-D Constraned Quadtree Segmentaton Cha-Wen Ln Computer and Communcaton Research Labs Industral Technology Research Insttute Hsnchu,

More information

ClassMiner: Mining medical video content structure and events towards efficient access and scalable skimming *

ClassMiner: Mining medical video content structure and events towards efficient access and scalable skimming * ClassMner: Mnng medcal vdeo content structure and events towards effcent access and scalable smmng * Xngquan Zhu a, Janpng Fan b, Wald G. Aref a, Ahmed K. Elmagarmd c a Department of Computer Scence, Purdue

More information

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS ARPN Journal of Engneerng and Appled Scences 006-017 Asan Research Publshng Network (ARPN). All rghts reserved. NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS Igor Grgoryev, Svetlana

More information

WIRELESS CAPSULE ENDOSCOPY IMAGE CLASSIFICATION BASED ON VECTOR SPARSE CODING.

WIRELESS CAPSULE ENDOSCOPY IMAGE CLASSIFICATION BASED ON VECTOR SPARSE CODING. WIRELESS CAPSULE ENDOSCOPY IMAGE CLASSIFICATION BASED ON VECTOR SPARSE CODING Tao Ma 1, Yuexan Zou 1 *, Zhqang Xang 1, Le L 1 and Y L 1 ADSPLAB/ELIP, School of ECE, Pekng Unversty, Shenzhen 518055, Chna

More information

Local Tri-directional Weber Rhombus Co-occurrence Pattern: A New Texture Descriptor for Brodatz Texture Image Retrieval

Local Tri-directional Weber Rhombus Co-occurrence Pattern: A New Texture Descriptor for Brodatz Texture Image Retrieval ISS: 2278 323 Internatonal Journal of Advanced Research n Computer Engneerng & Technology (IJARCET) Local Tr-drectonal Weber Rhombus Co-occurrence Pattern: A ew Texture Descrptor for Brodatz Texture Image

More information

KEYWORDS: Digital Image Watermarking, Discrete Wavelet Transform, General Regression Neural Network, Human Visual System. 1.

KEYWORDS: Digital Image Watermarking, Discrete Wavelet Transform, General Regression Neural Network, Human Visual System. 1. An Adaptve Dgtal Image Watermarkng Based on Image Features n Dscrete Wavelet Transform Doman and General Regresson Neural Network Ayoub Taher Group of IT Engneerng, Payam Noor Unversty, Broujen, Iran ABSTRACT:

More information

Structural Analysis of Musical Signals for Indexing and Thumbnailing

Structural Analysis of Musical Signals for Indexing and Thumbnailing Structural Analyss of Muscal Sgnals for Indexng and Thumbnalng We Cha Barry Vercoe MIT Meda Laboratory {chawe, bv}@meda.mt.edu Abstract A muscal pece typcally has a repettve structure. Analyss of ths structure

More information

Classification Based Mode Decisions for Video over Networks

Classification Based Mode Decisions for Video over Networks Classfcaton Based Mode Decsons for Vdeo over Networks Deepak S. Turaga and Tsuhan Chen Advanced Multmeda Processng Lab Tranng data for Inter-Intra Decson Inter-Intra Decson Regons pdf 6 5 6 5 Energy 4

More information

Private Information Retrieval (PIR)

Private Information Retrieval (PIR) 2 Levente Buttyán Problem formulaton Alce wants to obtan nformaton from a database, but she does not want the database to learn whch nformaton she wanted e.g., Alce s an nvestor queryng a stock-market

More information

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

Pictures at an Exhibition

Pictures at an Exhibition 1 Pctures at an Exhbton Stephane Kwan and Karen Zhu Department of Electrcal Engneerng Stanford Unversty, Stanford, CA 9405 Emal: {skwan1, kyzhu}@stanford.edu Abstract An mage processng algorthm s desgned

More information

Face Recognition using 3D Directional Corner Points

Face Recognition using 3D Directional Corner Points 2014 22nd Internatonal Conference on Pattern Recognton Face Recognton usng 3D Drectonal Corner Ponts Xun Yu, Yongsheng Gao School of Engneerng Grffth Unversty Nathan, QLD, Australa xun.yu@grffthun.edu.au,

More information

Coding Artifact Reduction Using Edge Map Guided Adaptive and Fuzzy Filter

Coding Artifact Reduction Using Edge Map Guided Adaptive and Fuzzy Filter MEL A MITSUBISHI ELECTIC ESEACH LABOATOY http://www.merl.com Codng Artfact educton Usng Edge Map Guded Adaptve and Fuzzy Flter Hao-Song Kong Yao Ne Anthony Vetro Hufang Sun Kenneth E. Barner T-2004-056

More information

Efficient Color and Texture Feature Extraction Technique for Content Based Image Retrieval System

Efficient Color and Texture Feature Extraction Technique for Content Based Image Retrieval System 784 he Internatonal Arab Journal of Informaton echnology, Vol. 13, No. 6A, 2016 Effcent Color and exture Feature Extracton echnque for Content Based Image Retreval System Jayanth Karuppusamy and Karthkeyan

More information

Photo management applications

Photo management applications Techncal Note PR-TN 7/698 Issued: /7 Photo management applcatons M.A. Peters; P.M.F. Fonseca Phlps Research Europe PR-TN 7/698 Authors address M.A. Peters WB 4 marc.a.peters@phlps.com P.M.F. Fonseca WB

More information

An Effective Approach for Video Copy Detection and Identification of Misbehaving Users

An Effective Approach for Video Copy Detection and Identification of Misbehaving Users An Effectve Approach for Vdeo Copy Detecton and Identfcaton of Msbehavng Users S.Sujatha Dhanalakshm Srnvasan College of Engneerng and Technology Mamallapuram, Chenna, Tamlnadu, Inda Abstract Fast development

More information

Semi-Fragile Watermarking Scheme for Authentication of JPEG Images

Semi-Fragile Watermarking Scheme for Authentication of JPEG Images Tamkang Journal of Scence and Engneerng, Vol. 10, No 1, pp. 5766 (2007) 57 Sem-Fragle Watermarkng Scheme for Authentcaton of JPEG Images Chh-Hung n 1 *, Tung-Shh Su 2 and Wen-Shyong Hseh 2,3 1 Department

More information

Fast Intra- and Inter-Prediction Mode Decision in H.264 Advanced Video Coding

Fast Intra- and Inter-Prediction Mode Decision in H.264 Advanced Video Coding Fast Intra- and Inter-Predcton Mode Decson n H.264 Advanced Vdeo Codng Mehd Jafar Islamc Azad Unversty, S and R Branch Department of Communcaton Engneerng P.O.Box 455-775, Tehran, Iran mjafar@mal.uk.ac.r

More information

Optimal Workload-based Weighted Wavelet Synopses

Optimal Workload-based Weighted Wavelet Synopses Optmal Workload-based Weghted Wavelet Synopses Yoss Matas School of Computer Scence Tel Avv Unversty Tel Avv 69978, Israel matas@tau.ac.l Danel Urel School of Computer Scence Tel Avv Unversty Tel Avv 69978,

More information

A Novel Video Retrieval Method Based on Web Community Extraction Using Features of Video Materials

A Novel Video Retrieval Method Based on Web Community Extraction Using Features of Video Materials IEICE TRANS. FUNDAMENTALS, VOL.E92 A, NO.8 AUGUST 2009 1961 PAPER Specal Secton on Sgnal Processng A Novel Vdeo Retreval Method Based on Web Communty Extracton Usng Features of Vdeo Materals Yasutaka HATAKEYAMA

More information

Real-time Motion Capture System Using One Video Camera Based on Color and Edge Distribution

Real-time Motion Capture System Using One Video Camera Based on Color and Edge Distribution Real-tme Moton Capture System Usng One Vdeo Camera Based on Color and Edge Dstrbuton YOSHIAKI AKAZAWA, YOSHIHIRO OKADA, AND KOICHI NIIJIMA Graduate School of Informaton Scence and Electrcal Engneerng,

More information

Visual Thesaurus for Color Image Retrieval using Self-Organizing Maps

Visual Thesaurus for Color Image Retrieval using Self-Organizing Maps Vsual Thesaurus for Color Image Retreval usng Self-Organzng Maps Chrstopher C. Yang and Mlo K. Yp Department of System Engneerng and Engneerng Management The Chnese Unversty of Hong Kong, Hong Kong ABSTRACT

More information

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach Angle Estmaton and Correcton of Hand Wrtten, Textual and Large areas of Non-Textual Document Images: A Novel Approach D.R.Ramesh Babu Pyush M Kumat Mahesh D Dhannawat PES Insttute of Technology Research

More information

Video Denoising Algorithm in Sliding 3D DCT domain

Video Denoising Algorithm in Sliding 3D DCT domain Dmytro Rusanovskyy and Karen Egazaran, ACIVS 2005, Antwerp, Belgum Vdeo Denosng Algorthm n Sldng 3D DCT doman Dmytro Rusanovskyy and Karen Egazaran Insttute of Sgnal Processng Tampere Unversty of Technology,

More information

Data Modelling and. Multimedia. Databases M. Multimedia. Information Retrieval Part II. Outline

Data Modelling and. Multimedia. Databases M. Multimedia. Information Retrieval Part II. Outline ALMA MATER STUDIORUM - UNIVERSITÀ DI BOLOGNA Data Modellng and Multmeda Databases M Internatonal Second cycle degree programme (LM) n Dgtal Humantes and Dgtal Knowledge (DHDK) Unversty of Bologna Multmeda

More information

Explicit Formulas and Efficient Algorithm for Moment Computation of Coupled RC Trees with Lumped and Distributed Elements

Explicit Formulas and Efficient Algorithm for Moment Computation of Coupled RC Trees with Lumped and Distributed Elements Explct Formulas and Effcent Algorthm for Moment Computaton of Coupled RC Trees wth Lumped and Dstrbuted Elements Qngan Yu and Ernest S.Kuh Electroncs Research Lab. Unv. of Calforna at Berkeley Berkeley

More information