EP4182870A1 - Identifying derivatives of data items - Google Patents
Identifying derivatives of data itemsInfo
- Publication number
- EP4182870A1 EP4182870A1 EP21785814.1A EP21785814A EP4182870A1 EP 4182870 A1 EP4182870 A1 EP 4182870A1 EP 21785814 A EP21785814 A EP 21785814A EP 4182870 A1 EP4182870 A1 EP 4182870A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- data item
- data
- hashes
- data items
- association
- 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.)
- Granted
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/0002—Inspection of images, e.g. flaw detection
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/64—Protecting data integrity, e.g. using checksums, certificates or signatures
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/50—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols using hash chains, e.g. blockchains or hash trees
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q30/00—Commerce
- G06Q30/018—Certifying business or products
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q30/00—Commerce
- G06Q30/02—Marketing; Price estimation or determination; Fundraising
- G06Q30/0207—Discounts or incentives, e.g. coupons or rebates
- G06Q30/0225—Avoiding frauds
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q30/00—Commerce
- G06Q30/02—Marketing; Price estimation or determination; Fundraising
- G06Q30/0241—Advertisements
- G06Q30/0248—Avoiding fraud
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q50/00—Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
- G06Q50/10—Services
- G06Q50/18—Legal services
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
- G06V10/56—Extraction of image or video features relating to colour
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/10—Network architectures or network communication protocols for network security for controlling access to devices or network resources
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/12—Applying verification of the received information
- H04L63/123—Applying verification of the received information received data contents, e.g. message integrity
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q2220/00—Business processing using cryptography
Definitions
- the present invention relates to the identification of data items that are derivatives of other data items.
- Data can be stored in data items such as files, records, streams or data objects including data such as documents, images, audio, video, web-pages, composite documents, and other well-known data formats, styles and structures.
- data is increasingly susceptible to misuse by the generation of adapted, manipulated or otherwise derived versions of data items.
- deepfakes are data items such as images or videos in which a portion of data in an original data item is modified such as to include data not present in the original data item, or to exclude data originally present, or a combination of both.
- Such techniques have been used to generate, for example, images and videos including a likeness of a person or thing not present in an original.
- Equivalent misuse can arise in data items of other types of data, such as documents, audio, webpages and the like with data added and/or removed.
- a computer implemented method of determining an association between disparate first and second data items wherein the second data item is at least partly derived from the first data item comprising: evaluating a cryptographic hash to each result of each of a plurality of disparate feature extraction methods, each feature extraction method being applied to each of the first and second data items to generate a set of hashes for each data item; responsive to a non-empty set of hashes in the intersect of the sets of hashes for each data item, identifying an association between the first and second data items.
- the plurality of feature extraction methods include one or more of: image noise extraction; colour distribution determination; intensity distribution; microtexture determination; structure determination; edge identification; object detection; metadata extraction; symbol frequency measurement; n-gram extraction; syntactic structure identification; and classification.
- the method further comprises, responsive to the identification of an association, identifying the second data item as a derivative of the first data item.
- the first and second data items include renderable media data and the association identifies the second data item as a deepfake.
- the method further comprises, responsive to the identification of an association, preventing access to the second data item.
- the set of hashes for the first data item are stored in a blockchain database for comparison with the set of hashes for the second data item to identify the intersect of the sets.
- a computer system including a processor and memory storing computer program code for performing the steps of the method set out above.
- a computer system including a processor and memory storing computer program code for performing the steps of the method set out above.
- Figure 1 is a block diagram a computer system suitable for the operation of embodiments of the present invention
- Figure 2 is component diagram of an exemplary arrangement for determining an association between disparate first and second data items according to an embodiment of the present invention
- Figure 3 is a flowchart of a method of determining an association between disparate data items according to embodiments of the present invention.
- FIG. 1 is a block diagram of a computer system suitable for the operation of embodiments of the present invention.
- a central processor unit (CPU) 102 is communicatively connected to a storage 104 and an input/output (I/O) interface 106 via a data bus 108.
- the storage 104 can be any read/write storage device such as a randomaccess memory (RAM) or a non-volatile storage device.
- RAM randomaccess memory
- An example of a non-volatile storage device includes a disk or tape storage device.
- the I/O interface 106 is an interface to devices for the input or output of data, or for both input and output of data. Examples of I/O devices connectable to I/O interface 106 include a keyboard, a mouse, a display (such as a monitor) and a network connection.
- Embodiments of the present invention provide for a determination of an association between different data items where one is at least partly derived from the other. The determination is based on evaluating cryptographic hashes across multiple different feature extraction methods to characterise each data item. Comparisons between data items then take place across the whole suite of feature extraction methods and features determined thereby based on comparisons of the hashes with common hashes indicating derivation.
- a conventional use of hashes detects even a smallest modification to data.
- such conventional use of hashes to compare data items fails to identify similarities in the data items.
- similarities occurring in only a subset of features are detected to indicate commonality in the data items.
- feature extraction techniques can include some or all of, inter alia: image noise extraction; colour distribution determination; intensity distribution; microtexture determination such as edge and corner determination; structure determination such as line, circle, square or other determination; edge identification; object detection such as may be achieved by machine learning techniques; metadata extraction such as Exchangeable Image File Format (EXIF), video, image or document metadata; symbol, meta-symbol, byte, word or phrase frequency measurement; n-gram extraction; syntactic structure identification; and classification such as machine learning classification by autoencoders or the like.
- image noise extraction can include some or all of, inter alia: image noise extraction; colour distribution determination; intensity distribution; microtexture determination such as edge and corner determination; structure determination such as line, circle, square or other determination; edge identification; object detection such as may be achieved by machine learning techniques; metadata extraction such as Exchangeable Image File Format (EXIF), video, image or document metadata; symbol, meta-symbol, byte, word or phrase frequency measurement; n-gram extraction; syntactic structure identification; and classification
- Embodiments of the invention are also suitable where an original data item is specifically modified to include features that are readily susceptible to detection by feature extraction techniques in order to improve an opportunity for detection of derivative data items. For example, noise, watermarks or other features could be inserted, combined or included in a data item to aid feature identification in a derivative.
- Some embodiments of the invention generate hierarchies of sets of hashes for a composite data item comprising subsidiary data items included therein.
- a webpage can include one or more textual or document elements in addition to one or more audiovisual elements such as images, video or sound.
- Performing feature extraction on constituent elements of a data item (such as by considering each constituent element as a data item in its own right) permits identification of derivatives of individual constituents without derivation of the entire webpage.
- a hierarchy of such sets of hashes for constituents can be generated as a data structure for subsequent use in detecting derivatives.
- Figure 2 is component diagram of an exemplary arrangement for determining an association between disparate first 202 and second 222 data items according to an embodiment of the present invention.
- a comparator 250 is provided as a hardware, software, firmware or combination component for comparing hash sets 214 and 224 of cryptographic hashes generated on the basis of each of first 202 and second 222 data items respectively. Commonality of any hash values in the hash sets 214, 224 indicates identity of one or more features in the first 202 and second 222 data items and therefore an association between the first 202 and second 222 data items such that one data item is derived from the other.
- the hash set 214 for the first data item 202 is generated based on a plurality of feature extractors 204 each using a disparate feature extraction method such as those described above.
- Each of the plurality of feature extractors is applied according to a feature extraction method 206 in which features 208 for the first data item 202 are extracted and each feature is processed by a hashing algorithm 210 to generate a hash 212.
- each extracted feature 208 for each feature extractor 204 generates a hash 212.
- a feature can be generated as a representation of the feature such as a visual representation of a visual feature, or a numeric representation of a counting feature, or an symbolic representation of an extracted feature (such as text or the like).
- Such features are thus constituted as pieces of data in their own right susceptible to processing by application of the hashing algorithm 210 to generate a hash therefor. All hashes generated in this way across all feature extraction methods 206 are compiled into a hash set 214 as a representation of the first data item 202.
- the hash set 224 for the second data item is generated in a corresponding manner.
- the particular set of feature extractors 204 applied to each data item need not be identical except that there need be overlap (i.e. common feature extraction methods applied) in order for the technique too succeed in identifying common hashes of common features between the data items, the hashing algorithm 210 must be the same for all data items to ensure consistency of hash calculation for common identical features.
- the comparator 250 operates in any suitable manner such as by observing any nonempty intersection of the compared hash sets 214, 224 to determine at least some identical hashes. Identity of hashes in the hash sets 214, 224 is indicative of identical features in each of the first 202 and second 222 data items and derivation therebetween.
- the first 202 and second 222 data items are renderable media data items such as video data, image data or sound data, and a similarity therebetween determined by the comparator 250 is indicative of a deepfake.
- the first data item 202 is a known authoritative data item such as an original data item including data as originally generated, and the second data item 202 is determined to be derived from the first using the above described techniques.
- access to derivative data items such as the second data item 222 can be precluded, prevented or flagged as a “fake”, derivative, copy or the like or otherwise modified to indicate its non-original nature.
- the second data item 222 can be deleted or quarantined.
- the first data item 202 is a known authoritative data item such as an original data item including data as originally generated, and the second data item 202 is determined to be derived from the first using the above described techniques.
- the hash set 214 for the first data item 202 can be stored in a distributed transactional database such as a blockchain database in order to auditably record the hash set 214 and/or to prove the authenticity of the first data item 202 in a non-repudiable manner (or at least a manner where repudiation is detectable via the blockchain). Subsequently, comparisons between a second 222 (derivative) data item and the original first data item 202 can determine the original data item based on the hash set 214 recorded to the blockchain.
- Figure 3 is a flowchart of a method of determining an association between disparate data items according to embodiments of the present invention.
- the method applies a plurality of feature extraction methods to each of the first 202 and second 222 data items.
- the method evaluates a hash for each feature extracted by each feature extraction method to generate a hash set 214, 224 for each data item.
- the comparator 250 compares the hash sets 214, 224 to identify identical hashes so that, at step 308, the method determines associations between the data items based on the comparison of the hash sets 214, 224.
- a software-controlled programmable processing device such as a microprocessor, digital signal processor or other processing device, data processing apparatus or system
- a computer program for configuring a programmable device, apparatus or system to implement the foregoing described methods is envisaged as an aspect of the present invention.
- the computer program may be embodied as source code or undergo compilation for implementation on a processing device, apparatus or system or may be embodied as object code, for example.
- the computer program is stored on a carrier medium in machine or device readable form, for example in solid-state memory, magnetic memory such as disk or tape, optically or magneto-optically readable memory such as compact disk or digital versatile disk etc., and the processing device utilises the program or a part thereof to configure it for operation.
- the computer program may be supplied from a remote source embodied in a communications medium such as an electronic signal, radio frequency carrier wave or optical carrier wave.
- a communications medium such as an electronic signal, radio frequency carrier wave or optical carrier wave.
- carrier media are also envisaged as aspects of the present invention.
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Strategic Management (AREA)
- Accounting & Taxation (AREA)
- Development Economics (AREA)
- Finance (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Economics (AREA)
- Marketing (AREA)
- General Business, Economics & Management (AREA)
- Entrepreneurship & Innovation (AREA)
- Computer Hardware Design (AREA)
- General Engineering & Computer Science (AREA)
- Game Theory and Decision Science (AREA)
- General Health & Medical Sciences (AREA)
- Tourism & Hospitality (AREA)
- Health & Medical Sciences (AREA)
- Computing Systems (AREA)
- Quality & Reliability (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Multimedia (AREA)
- Human Resources & Organizations (AREA)
- Technology Law (AREA)
- Bioethics (AREA)
- Software Systems (AREA)
- Primary Health Care (AREA)
- Storage Device Security (AREA)
Abstract
Description
Claims
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| GB2015403.5A GB2599168B (en) | 2020-09-29 | 2020-09-29 | Identifying derivatives of data items |
| PCT/EP2021/076483 WO2022069402A1 (en) | 2020-09-29 | 2021-09-27 | Identifying derivatives of data items |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| EP4182870A1 true EP4182870A1 (en) | 2023-05-24 |
| EP4182870B1 EP4182870B1 (en) | 2023-11-15 |
Family
ID=73197349
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP21785814.1A Active EP4182870B1 (en) | 2020-09-29 | 2021-09-27 | Identifying derivatives of data items |
Country Status (4)
| Country | Link |
|---|---|
| US (1) | US20230274406A1 (en) |
| EP (1) | EP4182870B1 (en) |
| GB (1) | GB2599168B (en) |
| WO (1) | WO2022069402A1 (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN119323844B (en) * | 2024-12-19 | 2025-03-25 | 浙江德施曼科技智能股份有限公司 | Method, device, computer equipment and medium for setting password sequence of smart lock |
Family Cites Families (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR20100078038A (en) * | 2008-12-30 | 2010-07-08 | (주)코인미디어 랩 | Audio duplication detection method |
| WO2016033676A1 (en) * | 2014-09-02 | 2016-03-10 | Netra Systems Inc. | System and method for analyzing and searching imagery |
| US10375050B2 (en) * | 2017-10-10 | 2019-08-06 | Truepic Inc. | Methods for authenticating photographic image data |
| KR102058393B1 (en) * | 2017-11-30 | 2019-12-23 | 국민대학교산학협력단 | Sketch-based media plagiarism inspection method and apparatus |
| WO2019236470A1 (en) * | 2018-06-08 | 2019-12-12 | The Trustees Of Columbia University In The City Of New York | Blockchain-embedded secure digital camera system to verify audiovisual authenticity |
-
2020
- 2020-09-29 GB GB2015403.5A patent/GB2599168B/en active Active
-
2021
- 2021-09-27 EP EP21785814.1A patent/EP4182870B1/en active Active
- 2021-09-27 US US18/246,221 patent/US20230274406A1/en not_active Abandoned
- 2021-09-27 WO PCT/EP2021/076483 patent/WO2022069402A1/en not_active Ceased
Also Published As
| Publication number | Publication date |
|---|---|
| GB202015403D0 (en) | 2020-11-11 |
| EP4182870B1 (en) | 2023-11-15 |
| WO2022069402A1 (en) | 2022-04-07 |
| US20230274406A1 (en) | 2023-08-31 |
| GB2599168B (en) | 2022-11-30 |
| GB2599168A (en) | 2022-03-30 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US10592667B1 (en) | Methods and apparatus for detecting malware samples with similar image sets | |
| US8055633B2 (en) | Method, system and computer program product for duplicate detection | |
| EP2608107A2 (en) | System and method for fingerprinting video | |
| EP2693356B1 (en) | Detecting pirated applications | |
| US20140136941A1 (en) | Focused Personal Identifying Information Redaction | |
| TWI528218B (en) | Smart data identification method and data leakage prevention system using the method | |
| EP2186275A1 (en) | Generating a fingerprint of a bit sequence | |
| Bjelland et al. | Practical use of Approximate Hash Based Matching in digital investigations | |
| US20200125532A1 (en) | Fingerprints for open source code governance | |
| Breitinger et al. | Towards a process model for hash functions in digital forensics | |
| CN118733717A (en) | File duplication checking method, device, equipment, storage medium and program product | |
| US8151117B2 (en) | Detection of items stored in a computer system | |
| Ali et al. | Carving of the OOXML document from volatile memory using unsupervised learning techniques | |
| JP7554139B2 (en) | Unauthorized infringement analysis support device and method for supporting unauthorised infringement analysis | |
| CN111368128A (en) | Target picture identification method and device and computer readable storage medium | |
| US20230274406A1 (en) | Identifying derivatives of data items | |
| Dubettier et al. | File type identification tools for digital investigations | |
| McKeown et al. | Fast forensic triage using centralised thumbnail caches on windows operating systems | |
| US9858413B1 (en) | Reduction of false positives in malware detection using file property analysis | |
| Lee | Block based Smart Carving System for Forgery Analysis and Fragmented File Identification. | |
| US20240111882A1 (en) | Automatic Classification of Files with Hierarchical Structure with the Digital Fingerprints Library | |
| CN108228101B (en) | Method and system for managing data | |
| JP2017045106A (en) | Information processing device and information processing program | |
| Arizona et al. | Metadata Forensic Analysis as Support for Digital Investigation Process by Utilizing Metadata-Extractor | |
| Darnowski et al. | Selected methods of file carving and analysis of digital storage media in computer forensics |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: UNKNOWN |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE |
|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
| 17P | Request for examination filed |
Effective date: 20230217 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| GRAP | Despatch of communication of intention to grant a patent |
Free format text: ORIGINAL CODE: EPIDOSNIGR1 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: GRANT OF PATENT IS INTENDED |
|
| RIC1 | Information provided on ipc code assigned before grant |
Ipc: H04L 9/40 20220101ALI20230525BHEP Ipc: H04L 9/00 20220101ALI20230525BHEP Ipc: G06Q 50/18 20120101ALI20230525BHEP Ipc: G06Q 30/0241 20230101ALI20230525BHEP Ipc: G06Q 30/0207 20230101ALI20230525BHEP Ipc: G06Q 30/018 20230101ALI20230525BHEP Ipc: H04L 9/32 20060101ALI20230525BHEP Ipc: G06Q 30/00 20230101AFI20230525BHEP |
|
| INTG | Intention to grant announced |
Effective date: 20230609 |
|
| P01 | Opt-out of the competence of the unified patent court (upc) registered |
Effective date: 20230623 |
|
| GRAS | Grant fee paid |
Free format text: ORIGINAL CODE: EPIDOSNIGR3 |
|
| GRAA | (expected) grant |
Free format text: ORIGINAL CODE: 0009210 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE PATENT HAS BEEN GRANTED |
|
| DAV | Request for validation of the european patent (deleted) | ||
| DAX | Request for extension of the european patent (deleted) | ||
| AK | Designated contracting states |
Kind code of ref document: B1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| REG | Reference to a national code |
Ref country code: CH Ref legal event code: EP Ref country code: GB Ref legal event code: FG4D |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R096 Ref document number: 602021006908 Country of ref document: DE |
|
| REG | Reference to a national code |
Ref country code: IE Ref legal event code: FG4D |
|
| REG | Reference to a national code |
Ref country code: LT Ref legal event code: MG9D |
|
| REG | Reference to a national code |
Ref country code: NL Ref legal event code: MP Effective date: 20231115 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: GR Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20240216 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: IS Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20240315 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: LT Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 |
|
| REG | Reference to a national code |
Ref country code: AT Ref legal event code: MK05 Ref document number: 1632458 Country of ref document: AT Kind code of ref document: T Effective date: 20231115 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: NL Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: AT Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: ES Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: NL Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 Ref country code: LT Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 Ref country code: IS Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20240315 Ref country code: GR Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20240216 Ref country code: ES Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 Ref country code: BG Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20240215 Ref country code: AT Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 Ref country code: PT Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20240315 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: SE Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 Ref country code: RS Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 Ref country code: PL Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 Ref country code: NO Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20240215 Ref country code: LV Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 Ref country code: HR Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: DK Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: CZ Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: SK Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: SM Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 Ref country code: SK Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 Ref country code: RO Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 Ref country code: IT Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 Ref country code: EE Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 Ref country code: DK Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 Ref country code: CZ Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R097 Ref document number: 602021006908 Country of ref document: DE |
|
| PLBE | No opposition filed within time limit |
Free format text: ORIGINAL CODE: 0009261 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT |
|
| 26N | No opposition filed |
Effective date: 20240819 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: SI Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: SI Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: MC Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 |
|
| REG | Reference to a national code |
Ref country code: CH Ref legal event code: PL |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: LU Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20240927 |
|
| REG | Reference to a national code |
Ref country code: BE Ref legal event code: MM Effective date: 20240930 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: BE Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20240930 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: CH Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20240930 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: IE Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20240927 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: FI Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231115 |
|
| PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: DE Payment date: 20250820 Year of fee payment: 5 |
|
| PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: GB Payment date: 20250822 Year of fee payment: 5 |
|
| PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: FR Payment date: 20250820 Year of fee payment: 5 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: CY Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT; INVALID AB INITIO Effective date: 20210927 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: HU Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT; INVALID AB INITIO Effective date: 20210927 |