CN101441720A - Digital image evidence obtaining method for detecting photo origin by covariance matrix - Google Patents

Digital image evidence obtaining method for detecting photo origin by covariance matrix Download PDF

Info

Publication number
CN101441720A
CN101441720A CNA2008102289650A CN200810228965A CN101441720A CN 101441720 A CN101441720 A CN 101441720A CN A2008102289650 A CNA2008102289650 A CN A2008102289650A CN 200810228965 A CN200810228965 A CN 200810228965A CN 101441720 A CN101441720 A CN 101441720A
Authority
CN
China
Prior art keywords
camera
digital image
image
source
evidence
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CNA2008102289650A
Other languages
Chinese (zh)
Inventor
孔祥维
王波
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Dalian University of Technology
Original Assignee
Dalian University of Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Dalian University of Technology filed Critical Dalian University of Technology
Priority to CNA2008102289650A priority Critical patent/CN101441720A/en
Publication of CN101441720A publication Critical patent/CN101441720A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Image Processing (AREA)

Abstract

The invention belongs to the technical field of signal and information processing, and relates to a digital-image evidence obtaining method for detecting camera sources of digital photo images. The method is characterized in that a CFA interpolation coefficient in an imaging process is estimated by utilizing a covariance matrix under the circumstance of only acquiring a digital image; an optimal feature is preferred by adopting an SFFS feature selection algorithm and is taken as the feature of classification detection; and through pre-trained models and parameters, the digital image with an unknown source is detected and the camera-source evidence of the digital image is obtained by using a support vector machine SVM as a classifier. The method has the advantages of accurately identifying the camera source of the digital image and obtaining evidence under the circumstance of only acquiring the digital image. The method is suitable for the field of information security.

Description

A kind of digital image evidence collecting method that utilizes covariance matrix to detect photo origin
Technical field
The invention belongs to the Signal and Information Processing technical field, relate to the digital image evidence collecting method that detects digital photograph image camera source.
Background technology
At the camera source detection method of digital photograph, more typically mainly contain three class methods at present.The first kind is J.
Figure A200810228965D0003101933QIETU
, J.Fridrich, the method that M.Goljan proposes in Digital " bullet scratches " for images one literary composition.They think and exist in the digital photograph because different cameral is taken the characteristic feature of being introduced, and are referred to as " digital trajectory ", extract the modal noise of image by the small echo denoising, can be used as digital trajectory and are used to detect the digital picture source.But this method must obtain to take the digital camera of this image, and this often is difficult to accomplish in practice.Second class methods then are with M.Kharrazi, H.T.Sencar, and the algorithm that N.Memon proposes in Blind source camera identification literary composition is representative.These class methods are extracted color characteristic, picture quality feature and wavelet coefficient statistical nature from digital picture, and detect the digital picture source with multi-class support vector machine (SVM, Support Vector Machine) as sorter.The 3rd class then is based on color filter array (CFA, Color Filter Array) the image camera source detection method of interpolation detection, its typical algorithm is A.Swanminathan, M.Wu, K.J.R.Liu is in Non-intrusiveforensic analysis of visual sensors using output images literary composition, S.Bayram, H.T.Sencar, N.Memon is in Source camera identification based on CFA interpolation literary composition, and Y.Long, the method that Y.Huang proposes in Image based source camera identification using demosaicking literary composition.These three kinds of methods utilize minimization problem to find the solution respectively, optimization is approached and expectation-maximization algorithm is estimated the cfa interpolation coefficient of image, and determine the camera source of digital picture with this.The second class algorithm and the 3rd class algorithm are all relatively poor to the camera source distinguishing ability with the brand different model at present, simultaneously when the source of the digital picture of waiting to collect evidence number of cameras increases, the accuracy rate of these algorithms sharply descends, often can only be with the collect evidence camera source of digital picture of 60%~70% detection accuracy.Because image to be collected evidence source is unknown, and the camera type that circulates on the market is more, so the practicality of these methods is relatively poor but in practice.
Summary of the invention
The objective of the invention is to utilize the linear model of cfa interpolation in the camera imaging process, by adopting covariance matrix that the cfa interpolation coefficient is carried out statistical estimate, reduction is to the evaluated error of cfa interpolation coefficient, and optimize the cfa interpolation coefficient of estimation as feature with SFFS (Sequential Floating Feature Selection) feature selection approach, use support vector machine as sorter, come the camera source of digital picture is detected and collected evidence.
Technical scheme of the present invention is as follows:
1. the linear model of cfa interpolation in the camera imaging process
The imaging of digital camera will be experienced sensitization, imaging and three main processes of post-processed.The be taken photon of scenery reflection of the external world enters camera by camera lens, is formed the electric current of varying strength after the sensitization of sensor devices institute.Because existing sensor devices CCD or CMOS are monochromatic electronic component, can only respond to intensity of illumination, and can not differentiate color.Therefore, to write down real coloured image in theory, need place three monochromatic filters, filter out the light of R, G and three kinds of colors of B respectively, and on a pixel, write down the intensity level of three kinds of colors with three sensor devices at the sensor devices front end.But such design not only needs accurate manufacturing, more makes the camera cost be multiplied.In practice, people's sensor devices front end of being everlasting is placed a CFA, as Fig. 1, makes each pixel only write down a kind of color component with a sensor devices.Because sensor devices has only been gathered a kind of color data on each pixel, so imaging process correspondingly just must be introduced cfa interpolation to obtain true color image.The basic thought of cfa interpolation is the linear combination that utilizes color dropout vertex neighborhood pixel, estimates the disappearance color-values of this point.
Typical C FA interpolation method has bilinear interpolation (bilinear), bicubic interpolation (bicubic), medium filtering interpolation (Median Filter), level and smooth tone interpolation (Smooth Hue), based on gradient interpolation (Gradient-Based) and self-adaptation Color plane interpolation (Adaptive Color Plane) etc.Although the realization approach of these methods has nothing in common with each other, each is variant for performance, and the thought that it is basic all is to utilize interpolation point some pixels of neighborhood on every side, and the mode of carrying out linear or similar linear combination obtains the estimation to this interpolation point pixel value.To be example based on bilinear interpolation method, the present invention represents its implementation procedure with following formula.
R x,y=r x,y (1)
G x,y=(g x-1,y+g x,y-1+g x+1,y+g x,y+1)/4 (2)
B x,y=(b x-1,y-1+b x-1y+1+b x+1,y-1+b x+1,y+1)/4 (3)
Wherein, the value representation on all equation the right is by the pixel value size of sensor devices physical record, and R X, y, G X, yAnd B X, yExpression is through (x, y) last pixel value behind the cfa interpolation respectively.
Therefore, for the convenience of calculating and deriving, adopt linear model to come the interpolation process of CFA is described among the present invention.This linear model can be expressed as with equation:
y = a 1 x 1 + a 2 x 2 + · · · + a n 2 - 1 x n 2 - 1 + ϵ - - - ( 4 )
Wherein, y represents the pixel value of interpolation pixel, and x i(i ∈ [1, n 2-1]) expression is the n * n neighborhood territory pixel value of this Color Channel at center with y, α i(i ∈ [1, n 2-1]) for interpolation coefficient to be estimated, ε then is the sum of the deviations that the accuracy error the when influence between other Color Channel, interpolation and the possible afterwards operations such as JPEG lossy compression method of image cause in picture noise, the interpolation algorithm.
In theory, select 48 just can set up system of equations with the passage pixel and find the solution and obtain 48 all interpolation coefficients.But because the diversity of picture material, and have error term, make such solving result certainly exist bigger coefficient estimation error.For the cfa interpolation coefficient being estimated more exactly the applicant has adopted covariance matrix to carry out statistical estimate.
2. utilize covariance to estimate the cfa interpolation coefficient
Interpolation process will inevitably be introduced the correlativity between the pixel, and error ε can think and picture signal stochastic process independently.Therefore, the applicant utilizes covariance matrix to come the linear model in (4) formula is found the solution, to obtain to stablize believable estimated result.
cov ( Y → , X → i ) = cov ( a 1 X → 1 + a 2 X → 2 + · · · + a n 2 - 1 X → n 2 - 1 + ϵ → , X → i ) - - - ( 5 )
Wherein,
Figure A200810228965D00062
Represent the vector that all are formed with the similar pixel of passage, and
Figure A200810228965D00063
Then represent the n that its neighborhood fixed position pixel value is formed respectively 2-1 vector.According to the linear characteristic of covariance matrix, (5) formula is equivalent to:
cov ( Y → , X → i ) = a 1 cov ( X → 1 , X → i ) + a 2 cov ( X → 2 , X → i · ) + · · · + a n 2 - 1 cov ( X → n 2 - 1 , X → i ) + cov ( ϵ → , X → i ) - - - ( 6 )
Because ε is independent of
Figure A200810228965D00065
Therefore have cov ( ϵ → , X → i ) = 0 . It is as follows to obtain the final equations expression formula thus:
cov ( Y → , X → i ) = a 1 cov ( X → 1 , X → i ) + a 2 cov ( X → 2 , X → i · ) + · · · + a n 2 - 1 cov ( X → n 2 - 1 , X → i ) - - - ( 7 )
Set up n according to (7) formula 2-1 equation is formed n 2-1 yuan of linear function group is found the solution and can be obtained all n 2-1 interpolation coefficient a i(i ∈ [1, n 2-1]).According to the neighborhood size that cfa interpolation algorithm commonly used is adopted, get n=7 in the method for the invention, promptly select 7 neighborhoods of central point pixel to calculate, form 48 yuan of linear function groups accordingly and find the solution.
Queueing discipline according to Bayer CFA commonly used among Fig. 1, among the Bayer CFA in each elementary cell of 2 * 2 pixel of interpolation have 4 * 2=8, be respectively the G (green) and B (blueness) value of R (redness) sampled point, the R of the R of two G sampled points and B value and B sampled point and G value.The present invention falls into 5 types 8 pixels of interpolation in each elementary cell of 2 * 2, and the G value that is R and B sampled point respectively is a class, and the R value of two G sampled points respectively is respectively a class, and the B value of two G sampled points respectively is respectively a class.To the pixel of each class, the present invention all utilizes formula (7) to set up system of equations, and solves 48 cfa interpolation coefficients of corresponding such pixel.Therefore, the applicant can find the solution altogether and obtain 48 * 5=240 interpolation coefficient in the method.
Utilize detection and the characteristic of division of these 240 interpolation coefficients, can realize accurate detection and evidence obtaining the image camera source as digital picture camera source.
3.SFFS characteristic optimization is selected and the svm classifier device
In most of interpolation algorithm, be not that 48 all neighborhood territory pixel values all are used to carry out interpolation calculation, the used neighborhood territory pixel point of different interpolation algorithms is different.Therefore, in 48 pixels of used 7 * 7 neighborhoods of cfa interpolation, some pixel is less important even invalid for the contribution of cfa interpolation, can be by analyzing the influence of different characteristic combination to classification accuracy, come the optimized choice characteristic of division, reduce the feature space dimension.Method of the present invention has been selected the SFFS feature selecting algorithm for use, and all 240 interpolation coefficient features finding the solution acquisition are optimized selection.The basic thought of SFFS method is by increase or reduce feature in the subclass of characteristic set, travel through different character subsets, and characteristic set is optimized selects ordering, delete invalid feature, and then seek the minimum preferred feature subclass of training accuracy rate under stablizing.The number of features of optimized choice is 36 among the present invention.
Because the cfa interpolation coefficient characteristics does not often possess linear separability, therefore, the sorter among the present invention has adopted support vector machine SVM.The core concept of SVM is exactly the popularization to the optimal classification face, promptly realize different classes of between the maximization of class interval.In order to address this problem, SVM often adopts the nonlinear transformation of inner product function definition that the input space is transformed into higher-dimension, make originally the inseparable problem of the lower dimensional space neutral line higher-dimension linear separability that becomes, in this higher dimensional space, find the solution the Generalized optimal classifying face then, promptly find the solution the optimization problem that satisfies constraint condition (8):
y i [ wx i + b ] - 1 + ξ i ≥ 0 | min ( 1 2 | | w | | 2 + C ( Σ i = 1 n ξ i ) ) - - - ( 8 )
Here establish sample set (x i, y i), i=1 ... n, x ∈ R d, {+1 ,-1}, classifying face equation are wx+b=0 to y ∈, and ξ guarantees that equation has lax that separates, and C then is control experience risk and the parameter of putting the trade wind danger, i.e. minimum wrong sample and the maximum class interval divided considered in compromise.The classification function that obtains thus is:
f ( x ) = sgn ( Σ i = 1 k w i * y i K ( z i , z j ) + b * ) - - - ( 9 )
W wherein *And b *Be to use the Lagrange multiplier method to find the solution the optimum lineoid parameter that formula (8) obtains, K (z i, z j) be the kernel function that realizes nonlinear transformation, z iAnd z jThen represent the eigenwert of i and j sample respectively.Adopt the sorter of linear R BF (Radial Basis Function) kernel function C-SVC (C-SupportVector Classification) as algorithm among the present invention, this kernel function is defined as:
K(z i,z j)=exp(-γ‖z i-z j2) (10)
Parameters C in the classification function and γ value obtain optimal value by the cross check of lattice shape search, and the scope of its search is set to { 2 respectively -4, 2 -3..., 2 15And { 2 -14, 2 -4..., 2 5.
In sum, the present invention the camera of digital picture source is detected and the concrete steps of collecting evidence as follows:
At first obtain the image pattern that some different brands different model digital cameras are taken, as the training sample that detects sorter.
The image in these known camera sources is sampled according to the pattern of Bayer CFA, obtain the pixel value of corresponding sampling points and 5 class interpolation points respectively.Set up the cfa interpolation coefficient estimation system of equations of every width of cloth training image 5 class interpolation points respectively according to formula (7), and find the solution 240 all interpolation coefficients.
240 interpolation coefficients that all training images of every kind of camera are found the solution are input in the svm classifier device and train as other characteristic of division of this camera-type, and use the SFFS method to select 36 optimal characteristics under the training accuracy rate stable condition.These 36 optimal characteristics as characteristic of division, are re-entered in the svm classifier device and trained, obtain disaggregated model and parameter, finish the training process of detecting device.
When the unknown digital picture in camera source being detected and collects evidence, at first equally this digital picture is sampled according to the pattern of Bayer CFA, obtain the pixel value of corresponding sampling points and 5 class interpolation points respectively, and set up cfa interpolation coefficient estimation system of equations according to formula (7), find the solution 240 all interpolation coefficients.Pick out the optimal characteristics of 36 correspondences then according to the sequence number of optimal characteristics, and classify in the input svm classifier device, its classification results is the detection in this image camera source and evidence obtaining result.
Specific implementation step of the present invention as shown in Figure 2.
Effect benefit of the present invention is:
A ring important in the judicial evidence chain is exactly the evidence obtaining and the judgement in the source of evidence.Camera source evidence forensics to digital picture, can be by the means of data analysis, under the situation that does not obtain other prioris, only by existing data model and view data to be collected evidence, detect and judge the camera source of this image, supervise chain for the evidence of judicial department effective technical guarantee is provided.
On the other hand, in existing criminal investigation system, usually can run into anonymous photo, extort situations such as photo.By digital picture source evidence forensics and authentication technique, can analyze and detect the camera source of these digital pictures, and then, dwindle the scope of investigation and search for criminal investigation department provides certain clue, improve case handling efficiency.
The present invention is applicable to information security field, can be effectively to the digital picture in unknown camera source, and its camera source of detecting and collect evidence.
Description of drawings
Fig. 1 is the pattern diagram of Bayer CFA.
Wherein white lattice are represented the G sampled point, and light lattice are represented the R sampled point, and dark lattice are represented the B sampled point.
Fig. 2 is the whole performing step synoptic diagram of the inventive method.
Fig. 3 carries out the accuracy column synoptic diagram that the camera source is detected to 22 kinds of different brands different model digital camera shot digital images.
Wherein horizontal ordinate is the sequence number of camera in the table one, and ordinate is the detection accuracy (number percent) of every kind of camera.
Fig. 4 is to be 2~22 o'clock to the camera type number respectively, the average accuracy variation tendency synoptic diagram that digital picture camera source is detected.
Wherein horizontal ordinate is the number of camera, and ordinate is the average detected accuracy (number percent) of all camera images under this number.
Embodiment
Below in conjunction with technical scheme and accompanying drawing, be described in detail the specific embodiment of the present invention.
The digital camera of 22 kinds of different models of having selected 10 kinds of higher brands of existing market occupation rate in the experiment is as test sample book.All camera model in the experiment have been listed in the table one.Every kind of image of camera number is 400 width of cloth, altogether 400 * 22=8800 width of cloth test pattern.It is abundant in content, comprise personage, landscape, building etc., and shooting condition is different, comprise indoor, outdoor shooting and daytime (natural lighting abundance) and night situations such as (natural lighting deficiencies).SVM instrument in the experiment is disclosed LIBSVM on the network, and its download address is Http:// www.csie.ntu.edu.tw/~cjlin/libsvmIn all experiments, 100 width of cloth images of every kind of camera of picked at random are as training sample, and remaining 300 width of cloth are formed the test sample book collection.All experiments are repeated 20 times, and training sample set of at every turn choosing and test sample book collection are at random and select.
The camera model of all employings in table one experiment
Sequence number Camera model Sequence number Camera model
1 Canon A 700 12 Olympus E-400
2 Canon EOS 30D 13 Olympus SP-550UZ
3 Canon G5 14 Olympus Stylus 800
4 Sony DSC-H5 15 Fuji FinePix 6900z
5 Sony DSLR- A100 16 Fuji FinePix F30
6 Nikon CoolPix 7900 17 Fuji Finepix S3 Pro
7 Nikon CoolPix P3 18 Fuji FinePix S9000Z
8 Kodak DX7590 19 Panasonic FZ8
9 Kodak Z740 20 Panasonic LZ2
10 Samsung Pro815 21 Casio EX-Z750
11 Olympus C-3040Z 22 Minolta DiMAGE EX 1500
Experiment has at first been carried out classification and Detection to the source of 22 kinds of camera images, and histogram graph representation the present invention of Fig. 3 comes the detection accuracy of source images to 22 kinds of different cameral.As can be seen, the image that the present invention takes all different cameral can both be judged its camera source with the detection accuracy more than 90% from experimental result.Its highest detection accuracy reaches 99.4%, and the lowest detection accuracy has also reached 91.6%, and the average detected accuracy is 96.5%, the detailed results for 22 kinds of camera images are originated and detected in the table two.These experimental datas and the analysis showed that, method of the present invention can detect and the camera source of the digital picture of collecting evidence effectively.
Table two couple 22 kinds of results that camera image is originated and detected
Sequence number Detect accuracy (%) Sequence number Detect accuracy (%)
1 98.4 12 95.4
2 95.2 13 96.5
3 97.2 14 97.3
4 97.5 15 99.4
5 94.0 16 95.0
6 91.6 17 95.9
7 96.1 18 95.1
8 98.0 19 98.2
9 98.0 20 96.8
10 97.1 21 97.4
11 95.2 22 97.4
Stability also is the important indicator that the image camera source is detected.Stability test when experiment has carried out subsequently that the inventive method increases the camera kind.Experiment is since the classification and Detection of two kinds of cameras, and the photo of initial two kinds of cameras of random choose carries out origin classification and detects, and increases camera then gradually, increases a kind of image of camera, up to 22 kinds of all cameras at every turn.Fig. 4 is illustrated under the situation of from 2 to 22 kinds of camera kinds, and the average accuracy rate that the camera image source is detected is the detailed results that source under the different cameral number situation is detected in the table three.
The result that the source of table three pair different cameral number hypograph is detected
Number of cameras Average detected accuracy (%) Number of cameras Average detected accuracy (%)
2 99.4 13 97.1
3 99.5 14 97.3
4 99.3 15 97.1
5 98.9 16 97.2
6 98.5 17 97.2
7 98.7 18 97.1
8 98.6 19 97.1
9 98.1 20 97.0
10 98.0 21 96.9
11 98.0 22 96.5
12 97.5

Claims (3)

1. digital image evidence collecting method that utilizes covariance matrix to detect photo origin, it is characterized in that adopting covariance matrix that 5 class interpolating pixel points in the image are carried out the statistical estimate of cfa interpolation coefficient, and the coefficient characteristics vector of estimating is carried out characteristic optimization select, utilize support vector machine classifier the camera source of image is accurately differentiated and to be collected evidence then.
2. a kind of digital image evidence collecting method that utilizes covariance matrix to detect photo origin according to claim 1, it is characterized in that adopting the SFFS feature selecting algorithm that the cfa interpolation coefficient characteristics of estimating is optimized selection, optimized choice goes out the feature space that 36 dimension optimal characteristics are formed sorter from 240 dimensional feature vectors of estimating to obtain.
3. a kind of digital image evidence collecting method that utilizes covariance matrix to detect photo origin according to claim 1, it is characterized in that using C-SVC among the support vector machine SVM as sorter, 36 dimension optimization features to training sample are trained model and the parameter that obtains every kind of model camera, then can be with this model and parameter, the digital photos image in the unknown source is carried out the discriminating and the evidence obtaining in camera source.
CNA2008102289650A 2008-11-18 2008-11-18 Digital image evidence obtaining method for detecting photo origin by covariance matrix Pending CN101441720A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNA2008102289650A CN101441720A (en) 2008-11-18 2008-11-18 Digital image evidence obtaining method for detecting photo origin by covariance matrix

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNA2008102289650A CN101441720A (en) 2008-11-18 2008-11-18 Digital image evidence obtaining method for detecting photo origin by covariance matrix

Publications (1)

Publication Number Publication Date
CN101441720A true CN101441720A (en) 2009-05-27

Family

ID=40726145

Family Applications (1)

Application Number Title Priority Date Filing Date
CNA2008102289650A Pending CN101441720A (en) 2008-11-18 2008-11-18 Digital image evidence obtaining method for detecting photo origin by covariance matrix

Country Status (1)

Country Link
CN (1) CN101441720A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102609947A (en) * 2012-02-10 2012-07-25 浙江理工大学 Forgery detection method for spliced and distorted digital photos
CN103020641A (en) * 2012-11-18 2013-04-03 郑州大学 Digital photo source distinguishing method based on DFT (Discrete Fourier Transform) cross correlation analysis
CN103413153A (en) * 2013-08-28 2013-11-27 中山大学 Facial image exfoliating evidence obtaining method based on SVM learning
CN106851140A (en) * 2016-12-05 2017-06-13 宁波大学 A kind of digital photo images source title method of use spatial domain smothing filtering
CN107292269A (en) * 2017-06-23 2017-10-24 中国科学院自动化研究所 Facial image false distinguishing method, storage, processing equipment based on perspective distortion characteristic
CN110659679A (en) * 2019-09-16 2020-01-07 大连理工大学 Image source identification method based on adaptive filtering and coupling coding
CN110706015A (en) * 2019-08-21 2020-01-17 北京大学(天津滨海)新一代信息技术研究院 Advertisement click rate prediction oriented feature selection method
CN111160423A (en) * 2019-12-12 2020-05-15 大连理工大学 Image source identification method based on integrated mapping
CN111325687A (en) * 2020-02-14 2020-06-23 上海工程技术大学 Smooth filtering evidence obtaining method based on end-to-end deep network

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102609947B (en) * 2012-02-10 2014-04-16 浙江理工大学 Forgery detection method for spliced and distorted digital photos
CN102609947A (en) * 2012-02-10 2012-07-25 浙江理工大学 Forgery detection method for spliced and distorted digital photos
CN103020641A (en) * 2012-11-18 2013-04-03 郑州大学 Digital photo source distinguishing method based on DFT (Discrete Fourier Transform) cross correlation analysis
CN103413153A (en) * 2013-08-28 2013-11-27 中山大学 Facial image exfoliating evidence obtaining method based on SVM learning
CN103413153B (en) * 2013-08-28 2016-09-14 中山大学 Facial image mill skin evidence collecting method based on SVM study
CN106851140A (en) * 2016-12-05 2017-06-13 宁波大学 A kind of digital photo images source title method of use spatial domain smothing filtering
CN106851140B (en) * 2016-12-05 2019-08-20 宁波大学 A kind of digital photo images source title method using airspace smothing filtering
CN107292269B (en) * 2017-06-23 2020-02-28 中国科学院自动化研究所 Face image false distinguishing method based on perspective distortion characteristic, storage and processing equipment
CN107292269A (en) * 2017-06-23 2017-10-24 中国科学院自动化研究所 Facial image false distinguishing method, storage, processing equipment based on perspective distortion characteristic
CN110706015A (en) * 2019-08-21 2020-01-17 北京大学(天津滨海)新一代信息技术研究院 Advertisement click rate prediction oriented feature selection method
CN110659679A (en) * 2019-09-16 2020-01-07 大连理工大学 Image source identification method based on adaptive filtering and coupling coding
CN110659679B (en) * 2019-09-16 2022-02-11 大连理工大学 Image source identification method based on adaptive filtering and coupling coding
CN111160423A (en) * 2019-12-12 2020-05-15 大连理工大学 Image source identification method based on integrated mapping
CN111160423B (en) * 2019-12-12 2023-09-22 大连理工大学 Image source identification method based on integrated mapping
CN111325687A (en) * 2020-02-14 2020-06-23 上海工程技术大学 Smooth filtering evidence obtaining method based on end-to-end deep network
CN111325687B (en) * 2020-02-14 2022-10-14 上海工程技术大学 Smooth filtering evidence obtaining method based on end-to-end deep network

Similar Documents

Publication Publication Date Title
CN101441720A (en) Digital image evidence obtaining method for detecting photo origin by covariance matrix
Long et al. Image based source camera identification using demosaicking
Lin et al. Preprocessing reference sensor pattern noise via spectrum equalization
Luo et al. A survey of passive technology for digital image forensics
Bayram et al. Classification of digital camera-models based on demosaicing artifacts
US7929756B2 (en) Method for classifying a digital image
Villalba et al. Smartphone image clustering
CN102726037B (en) Image processing apparatus, camera head and image processing method
CN104620282A (en) Methods and systems for suppressing noise in images
CN102388402A (en) Image processing device and method
CN111062293B (en) Unmanned aerial vehicle forest flame identification method based on deep learning
Choi et al. CFA pattern identification of digital cameras using intermediate value counting
CN110210498B (en) Digital image equipment evidence obtaining system based on residual learning convolution fusion network
Orozco et al. Techniques for source camera identification
Jin et al. Darkvisionnet: Low-light imaging via rgb-nir fusion with deep inconsistency prior
Al-Ani et al. A novel image filtering approach for sensor fingerprint estimation in source camera identification
CN114022823A (en) Shielding-driven pedestrian re-identification method and system and storable medium
CN105046670A (en) Image rain removal method and system
Gao et al. Camera model identification based on the characteristic of CFA and interpolation
WO2017177559A1 (en) Image management method and apparatus
Ahmed et al. Temporal image forensic analysis for picture dating with deep learning
Flor et al. PRNU-based source camera identification for multimedia forensics
CN111861976B (en) Digital image source shooting equipment identification method based on hardware fingerprint correlation
Li et al. Distinguishing computer graphics from photographic images using a multiresolution approach based on local binary patterns
Huang et al. Demosaicking recognition with applications in digital photo authentication based on a quadratic pixel correlation model

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Open date: 20090527