JP2020187723A - プライバシーを保護しながら分散された顧客データ上で機械学習すること - Google Patents
プライバシーを保護しながら分散された顧客データ上で機械学習すること Download PDFInfo
- Publication number
- JP2020187723A JP2020187723A JP2019229271A JP2019229271A JP2020187723A JP 2020187723 A JP2020187723 A JP 2020187723A JP 2019229271 A JP2019229271 A JP 2019229271A JP 2019229271 A JP2019229271 A JP 2019229271A JP 2020187723 A JP2020187723 A JP 2020187723A
- Authority
- JP
- Japan
- Prior art keywords
- data
- training
- anonymized
- model
- individual
- 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
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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/62—Protecting access to data via a platform, e.g. using keys or access control rules
- G06F21/6218—Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
- G06F21/6245—Protecting personal data, e.g. for financial or medical purposes
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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/62—Protecting access to data via a platform, e.g. using keys or access control rules
- G06F21/6218—Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
- G06F21/6245—Protecting personal data, e.g. for financial or medical purposes
- G06F21/6254—Protecting personal data, e.g. for financial or medical purposes by anonymising data, e.g. decorrelating personal data from the owner's identification
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/08—Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
- G06F12/0802—Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2212/00—Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
- G06F2212/10—Providing a specific technical effect
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Medical Informatics (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Bioethics (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Mathematical Physics (AREA)
- Artificial Intelligence (AREA)
- Evolutionary Computation (AREA)
- Data Mining & Analysis (AREA)
- Computing Systems (AREA)
- Databases & Information Systems (AREA)
- Computer Hardware Design (AREA)
- Computer Security & Cryptography (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
Description
以下の詳細な説明は、分散された顧客データ上で、プライバシーを保護しながら機械学習を行うための技法について説明し、1つまたは複数の特定の実装形態の状況で開示する主題を当業者が作成し、使用できるように提示される。開示する実装形態の様々な変更形態、修正形態、および置換形態を作成することができ、当業者には直ちに明らかになるであろう。定義される一般的原理は、本開示の範囲から逸脱することなく、他の実装形態および用途に適用することができる。場合によっては、説明する主題の理解を得るために不必要であり、かつ当業者の技能のうちである1つまたは複数の技術的詳細が、1つまたは複数の記載する実装形態を曖昧にしないように、省略されることがある。本開示は、説明するまたは図示する実装形態に限定されるものではなく、説明する原理および特徴と一致する最大の範囲を与えられるものとする。
いくつかの実装形態では、モデルに使用するためにデータがアクセスされる前に、データの前処理が行われ得る。この前処理は、機械学習プロセスがデータベースに記憶されるデータに直接アクセスすること、またはこれを使用することがないように導かれ得る。ソフトウェアベンダーによって設けられる前処理機構は、一般的に、特定のデータ構造およびデータタイプに依存する。たとえば、トレーニングプロセスに必要とされないフィールドは、フィルタ処理で除くことができる。フィルタ処理されるフィールドは、たとえば、モデルには必要とされない個人データを含むことができる。フィルタ処理は、データがトレーニングプロセスによって読み取られる、またはこれにアクセス可能にされないことを保証することができる。いくつかの実装形態では、テキスト、文字列、およびグローバル一意識別子(GUID)などのフィールドを数字(乱数を含む)に変換する、またはソースデータのリバースエンジニアリングおよび再作成を防ぐ他の形に変換するために、データセットまたはデータベース上で機構を使用することができる。
データの前処理が完了された後、モデル206のトレーニングが行われ得る。いくつかの実装形態では、トレーニング、すなわち、1)データからモデルのMLモデルトレーニング202、または2)モデルからデータのMLモデルトレーニング204を行うために、少なくとも2つの異なる手法を使用することができる。
図3Aおよび図3Bは、本開示の一実装形態による、モデルトレーニングシステムのデータからモデルの変形態300の一例をまとめて示すブロック図である。データからモデルの変形態300は、分散された顧客データを使用して集中型トレーニングを提供することができる。トレーニングが行われる前に、データは、たとえば、顧客データベース内のデータサイエンススキーマからデータを読み取ること、およびトレーニングブローカーにデータをキャッシュすることによって、前処理することができる。
図4Aおよび図4Bは、本開示の一実装形態による、モデルトレーニングシステムのモデルからデータの変形態400の一例をまとめて示すブロック図である。モデルからデータの変形態は、顧客データにわたって反復される分散型トレーニングをサポートすることができる。モデルからデータの手法は、トレーニングされたモデルがさらなるデータでのトレーニングにより改善され得るという概念を包含する「転移学習」に対応するモデルに使用され得る。いくつかの実装形態では、この手法は、以下のステップを含み、ニューラルネットワークと同様の方法で実装され得る。
いくつかの実装形態では、変形態300および変形態400の両方が、追加されたパブリックデータを使用して、たとえば、中央情報局(CIA)ワールドファクトブックからのデータまたはウィキペディアからのデータを使用して、トレーニングするために拡張され得る。データからモデルの変形態300の場合、パブリックデータは、顧客データと同様にしてアクセスされ、実際の顧客データと混合され得る。モデルからデータの変形態400の場合、パブリックデータは、ルートモデルをトレーニングするために使用され得る。パブリックデータが顧客の場所でのトレーニング中に顧客データと相関関係にあることが望ましい場合、パブリックデータは、顧客データセンターでのトレーニング中に読み取ることができる。
いくつかの団体の収集した知識を反映することができる、MLモデルをトレーニングするための以下の例では、各団体が、それ自体のデータベースを有することができ、顧客は、1つまたは複数の団体であることがある。
102 データベース
104 アプリケーション
106 データエクスポーザコントロール
108 顧客プロダクションデータスキーマ
110 データサイエンススキーマ
112 データベーステーブル
114 ビュー
116 データベーステーブル
118 ビュー
120 パイプライン
200 モデルトレーニングシステム
202 機械学習(ML)モデルトレーニング
204 MLモデルトレーニング
206 モデル
208 メモリ
210 データサイエンススキーマ
212 トレーニングブローカー
600 コンピュータ実装システム
602 コンピュータ
603 システムバス
604 インターフェース
605 プロセッサ
606 データベース
607 メモリ
608 アプリケーション
612 アプリケーションプログラミングインターフェース(API)
613 サービスレイヤ
614 電力供給
630 ネットワーク
Claims (20)
- コンピュータ実装方法であって、
トレーニングブローカーにおいて、機械学習(ML)モデルをトレーニングしてほしいという要求を受け取るステップと、
前記トレーニングブローカーによって複数のデータソースの各個々のデータソースから、前記モデルをトレーニングするための匿名化されたデータを取得するステップであって、前記匿名化されたデータが、各個々のデータソースからのプロダクションデータの機微な情報の匿名化によって提供されているデータサイエンススキーマを介してアクセスされる、取得するステップと、
データベンダーに、前記匿名化されたデータを使用して前記MLモデルをトレーニングするために前記匿名化されたデータへのアクセスを与えるステップと
を含む、コンピュータ実装方法。 - 前記匿名化されたデータを取得するステップが、
前記複数のデータソースの各個々のデータソースに、前記匿名化されたデータの要求を行うステップと、
前記複数のデータソースの各個々のデータソースから、前記匿名化されたデータを受け取るステップと、
前記匿名化されたデータを、前記トレーニングブローカーによって保守されるキャッシュに記憶するステップであって、データベンダーに前記匿名化されたデータへのアクセスを与えることが、前記キャッシュへのアクセスを与えることを含む、記憶するステップと
を含む、請求項1に記載のコンピュータ実装方法。 - 前記匿名化されたデータを取得するステップが、
前記複数のデータソースの各個々のデータソースに、前記モデルを提供するステップと、
前記複数のデータソースの各個々のデータソースから、更新されたモデルを受け取るステップであって、前記更新されたモデルが、前記個々のデータソースが前記個々のデータソースで実行される機械学習モデルトレーニングを使用すること、および前記個々のデータソースにローカルに利用可能な前記匿名化されたデータを使用することによって作成される、受け取るステップと、
前記複数のデータソースの他の個々のデータソースに対して、前記提供するステップと、前記受け取るステップとを繰り返すステップと、
前記トレーニングブローカーによって前記データベンダーに前記更新されたモデルを提供するステップと
を含む、請求項1に記載のコンピュータ実装方法。 - 前記プロダクションデータのプロダクションデータスキーマに基づいて前記データサイエンススキーマを作成するステップであって、前記データサイエンススキーマが前記プロダクションデータへの読取り専用アクセスを与え、前記データサイエンススキーマが、非個人化データを複製せずに前記プロダクションデータ中の非個人化データに限定されるアクセスを与える、作成するステップと、
前記プロダクションデータへのアクセスを与えるために前記データサイエンススキーマを使用するステップと
をさらに含む、請求項1に記載のコンピュータ実装方法。 - 各個々のデータソースでユーザに、評価のために前記データサイエンススキーマへのアクセスを与えるステップ
をさらに含む、請求項4に記載のコンピュータ実装方法。 - 前記個々のデータソースに帰することができる数値を取り除くために、前記匿名化されたデータ中の数値をスケーリングするステップ
をさらに含む、請求項2に記載のコンピュータ実装方法。 - 前記個々のデータソースに帰することができる値を取り除くために、前記プロダクションデータ中のフィールドをグローバル一意識別子(GUID)にマップするステップと、
前記匿名化されたデータとともに前記GUIDを記憶するステップと
をさらに含む、請求項1に記載のコンピュータ実装方法。 - 前記プロダクションデータのサブセットを受け取るためにパイプラインを作成するステップと、
MLモデルをトレーニングするのに必要とされるトレーニングデータのために前記プロダクションデータを読み取るステップと、
前記トレーニングデータを前記パイプラインにアクセス可能なデータベーステーブルに記憶するステップと、
前記データサイエンススキーマを使用して前記データベーステーブルへのアクセスを与えるステップと
をさらに含む、請求項1に記載のコンピュータ実装方法。 - 動作を行うためにコンピュータシステムによって実行可能な1つまたは複数の命令を記憶する非一時的コンピュータ可読媒体であって、前記動作が、
トレーニングブローカーにおいて、機械学習(ML)モデルをトレーニングしてほしいという要求を受け取ることと、
前記トレーニングブローカーによって複数のデータソースの各個々のデータソースから、前記モデルをトレーニングするための匿名化されたデータを取得することであって、前記匿名化されたデータが、各個々のデータソースからプロダクションデータの機微な情報の匿名化によって提供されているデータサイエンススキーマを介してアクセスされる、取得することと、
データベンダーに、前記匿名化されたデータを使用して前記MLモデルをトレーニングするために前記匿名化されたデータへのアクセスを与えることと
を含む、非一時的コンピュータ可読媒体。 - 前記匿名化されたデータを取得することが、
前記複数のデータソースの各個々のデータソースに、前記匿名化されたデータの要求を行うことと、
前記複数のデータソースの各個々のデータソースから、前記匿名化されたデータを受け取ることと、
前記匿名化されたデータを、前記トレーニングブローカーによって保守されるキャッシュに記憶することであって、データベンダーに前記匿名化されたデータへのアクセスを与えることが、前記キャッシュへのアクセスを与えることを含む、記憶することと
を含む、請求項9に記載の非一時的コンピュータ可読媒体。 - 前記匿名化されたデータを取得することが、
前記複数のデータソースの各個々のデータソースに、前記モデルを提供することと、
前記複数のデータソースの各個々のデータソースから、更新されたモデルを受け取ることであって、前記更新されたモデルが、前記個々のデータソースが前記個々のデータソースで実行される機械学習モデルトレーニングを使用すること、および前記個々のデータソースにローカルに利用可能な前記匿名化されたデータを使用することによって作成される、受け取ることと、
前記複数のデータソースの他の個々のデータソースに対して、前記提供することと、前記受け取ることとを繰り返すことと、
前記トレーニングブローカーによって前記データベンダーに前記更新されたモデルを提供することと
を含む、請求項9に記載の非一時的コンピュータ可読媒体。 - 前記動作が、
前記プロダクションデータのプロダクションデータスキーマに基づいて前記データサイエンススキーマを作成することであって、前記データサイエンススキーマが前記プロダクションデータへの読取り専用アクセスを与え、前記データサイエンススキーマが、非個人化データを複製せずに前記プロダクションデータ中の非個人化データに限定されるアクセスを与える、作成するステップと、
前記プロダクションデータへのアクセスを与えるために前記データサイエンススキーマを使用することと
をさらに含む、請求項9に記載の非一時的コンピュータ可読媒体。 - 前記動作が、
各個々のデータソースでユーザに、評価のために前記データサイエンススキーマへのアクセスを与えること
をさらに含む、請求項12に記載の非一時的コンピュータ可読媒体。 - 前記動作が、
前記個々のデータソースに帰することができる数値を取り除くために、前記匿名化されたデータ中の数値をスケーリングすること
をさらに含む、請求項10に記載の非一時的コンピュータ可読媒体。 - 前記動作が、
前記個々のデータソースに帰することができる値を取り除くために、前記プロダクションデータ中のフィールドをグローバル一意識別子(GUID)にマップすることと、
前記匿名化されたデータとともに前記GUIDを記憶することと
をさらに含む、請求項9に記載の非一時的コンピュータ可読媒体。 - 前記動作が、
前記プロダクションデータのサブセットを受け取るためにパイプラインを作成することと、
MLモデルをトレーニングするのに必要とされるトレーニングデータのために前記プロダクションデータを読み取ることと、
前記トレーニングデータを前記パイプラインにアクセス可能なデータベーステーブルに記憶することと、
前記データサイエンススキーマを使用して前記データベーステーブルへのアクセスを与えることと
をさらに含む、請求項9に記載の非一時的コンピュータ可読媒体。 - コンピュータ実装システムであって、
1つまたは複数のコンピュータと、
前記1つまたは複数のコンピュータと相互動作可能に結合され、1つまたは複数の命令を記憶する有形の非一時的機械可読媒体を有する、1つまたは複数のコンピュータメモリデバイスであって、前記1つまたは複数の命令が、前記1つまたは複数のコンピュータによって実行されると、
トレーニングブローカーにおいて、機械学習(ML)モデルをトレーニングしてほしいという要求を受け取ることと、
前記トレーニングブローカーによって複数のデータソースの各個々のデータソースから、前記モデルをトレーニングするための匿名化されたデータを取得することであって、前記匿名化されたデータが、各個々のデータソースからプロダクションデータの機微な情報の匿名化によって提供されているデータサイエンススキーマを介してアクセスされる、取得するステップと、
データベンダーに、前記匿名化されたデータを使用して前記MLモデルをトレーニングするために前記匿名化されたデータへのアクセスを与えることと
を含む、1つまたは複数の動作を行う、1つまたは複数のコンピュータメモリデバイスと
を備える、コンピュータ実装システム。 - 前記匿名化されたデータを取得することが、
前記複数のデータソースの各個々のデータソースに、前記匿名化されたデータの要求を行うことと、
前記複数のデータソースの各個々のデータソースから、前記匿名化されたデータを受け取ることと、
前記匿名化されたデータを、前記トレーニングブローカーによって保守されるキャッシュに記憶することであって、データベンダーに前記匿名化されたデータへのアクセスを与えることが、前記キャッシュへのアクセスを与えることを含む、記憶するステップと
を含む、請求項17に記載のコンピュータ実装システム。 - 前記匿名化されたデータを取得することが、
前記複数のデータソースの各個々のデータソースに、前記モデルを提供することと、
前記複数のデータソースの各個々のデータソースから、更新されたモデルを受け取ることであって、前記更新されたモデルが、前記個々のデータソースが前記個々のデータソースで実行される機械学習モデルトレーニングを使用すること、および前記個々のデータソースにローカルに利用可能な前記匿名化されたデータを使用することによって作成される、受け取るステップと、
前記複数のデータソースの他の個々のデータソースに対して、前記提供することと、前記受け取ることとを繰り返すことと、
前記トレーニングブローカーによって前記データベンダーに前記更新されたモデルを提供することと
を含む、請求項17に記載のコンピュータ実装システム。 - 前記動作が、
前記プロダクションデータのプロダクションデータスキーマに基づいて前記データサイエンススキーマを作成することであって、前記データサイエンススキーマが前記プロダクションデータへの読取り専用アクセスを与え、前記データサイエンススキーマが、非個人化データを複製せずに前記プロダクションデータ中の非個人化データに限定されるアクセスを与える、作成するステップと、
前記プロダクションデータへのアクセスを与えるために前記データサイエンススキーマを使用することと
をさらに含む、請求項17に記載のコンピュータ実装システム。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US16/410,076 US11797879B2 (en) | 2019-05-13 | 2019-05-13 | Machine learning on distributed customer data while protecting privacy |
US16/410,076 | 2019-05-13 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2020187723A true JP2020187723A (ja) | 2020-11-19 |
JP7229148B2 JP7229148B2 (ja) | 2023-02-27 |
Family
ID=68296094
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2019229271A Active JP7229148B2 (ja) | 2019-05-13 | 2019-12-19 | プライバシーを保護しながら分散された顧客データ上で機械学習すること |
Country Status (5)
Country | Link |
---|---|
US (1) | US11797879B2 (ja) |
EP (1) | EP3739487B1 (ja) |
JP (1) | JP7229148B2 (ja) |
CN (1) | CN111931223A (ja) |
AU (2) | AU2019283803A1 (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20220144502A (ko) * | 2021-04-20 | 2022-10-27 | 성신여자대학교 연구 산학협력단 | 인공지능 학습장치 및 인공지능 학습장치의 동작방법 |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10983762B2 (en) | 2019-06-27 | 2021-04-20 | Sap Se | Application assessment system to achieve interface design consistency across micro services |
CN113051620B (zh) * | 2021-05-31 | 2021-08-03 | 华中科技大学 | 一种机器学习中训练数据隐私度量的方法和系统 |
CN115129992A (zh) * | 2022-07-04 | 2022-09-30 | 北京深演智能科技股份有限公司 | 数据的处理方法及装置、非易失性存储介质、处理器 |
GB2623057A (en) * | 2022-09-28 | 2024-04-10 | Nokia Technologies Oy | Training data collection |
US20240111890A1 (en) * | 2022-09-30 | 2024-04-04 | Capital One Services, Llc | Systems and methods for sanitizing sensitive data and preventing data leakage from mobile devices |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2000293421A (ja) * | 1998-10-02 | 2000-10-20 | Ncr Internatl Inc | プライバシー保護機能を向上させたデータ管理装置及び方法 |
WO2018017467A1 (en) * | 2016-07-18 | 2018-01-25 | NantOmics, Inc. | Distributed machine learning systems, apparatus, and methods |
JP2018194904A (ja) * | 2017-05-12 | 2018-12-06 | 株式会社情報医療 | 予測システム、予測方法、および予測プログラム |
Family Cites Families (146)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7523142B2 (en) | 2001-12-17 | 2009-04-21 | Sap Ag | Systems, methods and articles of manufacture for upgrading a database with a shadow system |
US7720992B2 (en) | 2005-02-02 | 2010-05-18 | Sap Aktiengesellschaft | Tentative update and confirm or compensate |
US7657575B2 (en) | 2005-12-30 | 2010-02-02 | Sap Ag | Sequencing updates to business objects |
US7734648B2 (en) | 2006-04-11 | 2010-06-08 | Sap Ag | Update manager for database system |
US9262763B2 (en) | 2006-09-29 | 2016-02-16 | Sap Se | Providing attachment-based data input and output |
US7739387B2 (en) | 2007-03-08 | 2010-06-15 | Sap Ag | System and method for message packaging |
US20090106372A1 (en) | 2007-10-22 | 2009-04-23 | Markus Schmidt-Karaca | Systems and methods to transmit information to a groupware client |
US8407297B2 (en) | 2007-10-22 | 2013-03-26 | Sap Ag | Systems and methods to receive information from a groupware client |
US20090106371A1 (en) | 2007-10-22 | 2009-04-23 | Markus Schmidt-Karaca | Systems and methods to generate business reports based on electronic mail messages |
US8225303B2 (en) | 2007-11-30 | 2012-07-17 | Sap Ag | System and method for providing software upgrades |
US20090150479A1 (en) | 2007-12-07 | 2009-06-11 | Peter Eberlein | Web Feeds for Work List Publishing |
US20090172110A1 (en) | 2007-12-31 | 2009-07-02 | Peter Eberlein | Systems and methods to identify internal and external email |
US9122669B2 (en) | 2008-08-29 | 2015-09-01 | Sap Se | Flat schema integrated document oriented templates |
US8200634B2 (en) | 2008-10-08 | 2012-06-12 | Sap Ag | Zero downtime maintenance using a mirror approach |
US8996466B2 (en) | 2008-12-01 | 2015-03-31 | Sap Se | Extend crud to support lifecyle management and business continuity |
US8479187B2 (en) | 2008-12-02 | 2013-07-02 | Sap Ag | Adaptive switch installer |
US9361326B2 (en) | 2008-12-17 | 2016-06-07 | Sap Se | Selectable data migration |
US9229707B2 (en) | 2008-12-18 | 2016-01-05 | Sap Se | Zero downtime mechanism for software upgrade of a distributed computer system |
US20100161648A1 (en) | 2008-12-19 | 2010-06-24 | Peter Eberlein | Flexible multi-tenant support of metadata extension |
US8291038B2 (en) | 2009-06-29 | 2012-10-16 | Sap Ag | Remote automation of manual tasks |
US8572369B2 (en) | 2009-12-11 | 2013-10-29 | Sap Ag | Security for collaboration services |
US20110154445A1 (en) | 2009-12-22 | 2011-06-23 | Markus Schmidt-Karaca | Systems to provide business information over social networks |
US8732083B2 (en) | 2010-06-15 | 2014-05-20 | Sap Ag | Managing consistent interfaces for number range, number range profile, payment card payment authorisation, and product template template business objects across heterogeneous systems |
US8631406B2 (en) | 2010-06-30 | 2014-01-14 | Sap Ag | Distributed cloud computing architecture |
US9032406B2 (en) | 2010-07-01 | 2015-05-12 | Sap Se | Cooperative batch scheduling in multitenancy system based on estimated execution time and generating a load distribution chart |
US8560876B2 (en) | 2010-07-06 | 2013-10-15 | Sap Ag | Clock acceleration of CPU core based on scanned result of task for parallel execution controlling key word |
US8250135B2 (en) | 2010-07-09 | 2012-08-21 | Sap Ag | Brokered cloud computing architecture |
US8301610B2 (en) | 2010-07-21 | 2012-10-30 | Sap Ag | Optimizing search for insert-only databases and write-once data storage |
US8880486B2 (en) | 2010-07-27 | 2014-11-04 | Sap Ag | Distributed database system utilizing an extended two-phase-commit process |
US8392573B2 (en) | 2010-07-30 | 2013-03-05 | Sap Ag | Transport of customer flexibility changes in a multi-tenant environment |
US8924384B2 (en) | 2010-08-04 | 2014-12-30 | Sap Ag | Upgrading column-based databases |
US8380667B2 (en) | 2010-08-11 | 2013-02-19 | Sap Ag | Selectively upgrading clients in a multi-tenant computing system |
US8356010B2 (en) | 2010-08-11 | 2013-01-15 | Sap Ag | Online data migration |
US8434060B2 (en) | 2010-08-17 | 2013-04-30 | Sap Ag | Component load procedure for setting up systems |
US8751573B2 (en) | 2010-11-23 | 2014-06-10 | Sap Ag | Cloud-processing management with a landscape directory |
US8604973B2 (en) | 2010-11-30 | 2013-12-10 | Sap Ag | Data access and management using GPS location data |
US20120136839A1 (en) | 2010-11-30 | 2012-05-31 | Peter Eberlein | User-Driven Conflict Resolution Of Concurrent Updates In Snapshot Isolation |
US8375130B2 (en) | 2010-12-16 | 2013-02-12 | Sap Ag | Shared resource discovery, configuration, and consumption for networked solutions |
US8762929B2 (en) | 2010-12-16 | 2014-06-24 | Sap Ag | System and method for exclusion of inconsistent objects from lifecycle management processes |
US8972934B2 (en) | 2010-12-20 | 2015-03-03 | Sap Ag | Support for temporally asynchronous interface extensions |
US9009105B2 (en) | 2010-12-30 | 2015-04-14 | Sap Se | Application exits for consistent tenant lifecycle management procedures |
US8875122B2 (en) | 2010-12-30 | 2014-10-28 | Sap Se | Tenant move upgrade |
US8706772B2 (en) | 2010-12-30 | 2014-04-22 | Sap Ag | Strict tenant isolation in multi-tenant enabled systems |
US8467817B2 (en) | 2011-06-16 | 2013-06-18 | Sap Ag | Generic business notifications for mobile devices |
US9137130B2 (en) | 2011-09-22 | 2015-09-15 | Sap Se | Dynamic network load forecasting |
US8566784B2 (en) | 2011-09-22 | 2013-10-22 | Sap Ag | Business process change controller |
US20130085810A1 (en) | 2011-09-29 | 2013-04-04 | Volker Driesen | Federated business configuration and scoping |
US8805986B2 (en) | 2011-10-31 | 2014-08-12 | Sap Ag | Application scope adjustment based on resource consumption |
US8645483B2 (en) | 2011-11-15 | 2014-02-04 | Sap Ag | Groupware-integrated business document management |
US9256840B2 (en) | 2011-12-01 | 2016-02-09 | Sap Se | Establishing business networks using a shared platform |
US9633107B2 (en) | 2011-12-06 | 2017-04-25 | Sap Se | Mobile metadata model repository |
US20130166416A1 (en) | 2011-12-21 | 2013-06-27 | Peter Eberlein | Dynamic catalogs on mobile wireless devices |
US20130166415A1 (en) | 2011-12-21 | 2013-06-27 | Jens Odenheimer | Adapting Mobile Catalogs by Filtering for Available Products, Mass Movers and Hot-Sellers |
US9069984B2 (en) | 2011-12-21 | 2015-06-30 | Sap Se | On-demand authorization management |
US9471659B2 (en) | 2012-03-06 | 2016-10-18 | Sap Se | Providing continuous database access during database modification |
US8612406B1 (en) | 2012-05-22 | 2013-12-17 | Sap Ag | Sharing business data across networked applications |
US20130325672A1 (en) | 2012-05-31 | 2013-12-05 | Sap Ag | Mobile forecasting of sales using customer stock levels in a supplier business system |
US20130324201A1 (en) | 2012-06-01 | 2013-12-05 | Peter Eberlein | Applying gamification techniques to process incidents |
US20130339488A1 (en) | 2012-06-15 | 2013-12-19 | Peter Eberlein | Enterprise services framework for mobile devices |
US9183540B2 (en) | 2012-07-03 | 2015-11-10 | Sap Se | Mobile device analytics engine |
US20140019429A1 (en) | 2012-07-12 | 2014-01-16 | Volker Driesen | Downtime reduction for lifecycle management events |
US20140025441A1 (en) | 2012-07-19 | 2014-01-23 | Sap Ag | Peer support gamification by application knowledge scoring in social networks |
US20140047319A1 (en) | 2012-08-13 | 2014-02-13 | Sap Ag | Context injection and extraction in xml documents based on common sparse templates |
US9720994B2 (en) | 2012-10-04 | 2017-08-01 | Sap Se | Replicated database structural change management |
US8793230B2 (en) | 2012-10-23 | 2014-07-29 | Sap Ag | Single-database multiple-tenant software system upgrade |
US9348929B2 (en) | 2012-10-30 | 2016-05-24 | Sap Se | Mobile mapping of quick response (QR) codes to web resources |
US20140149158A1 (en) | 2012-11-28 | 2014-05-29 | Jens Odenheimer | Retail math optimization |
US9077717B2 (en) | 2012-11-30 | 2015-07-07 | Sap Se | Propagation and adoption of extensions across applications in networked solutions |
US9652744B2 (en) | 2012-12-10 | 2017-05-16 | Sap Se | Smart user interface adaptation in on-demand business applications |
US9367199B2 (en) | 2012-12-13 | 2016-06-14 | Sap Se | Dynamical and smart positioning of help overlay graphics in a formation of user interface elements |
US11050820B2 (en) | 2013-04-29 | 2021-06-29 | Sap Se | Cloud sharing system |
US9182979B2 (en) | 2013-04-29 | 2015-11-10 | Sap Se | Social coding extensions |
US9632802B2 (en) | 2013-06-14 | 2017-04-25 | Sap Se | Automatic configuration of mobile programs |
US9721116B2 (en) | 2013-06-24 | 2017-08-01 | Sap Se | Test sandbox in production systems during productive use |
US9031910B2 (en) | 2013-06-24 | 2015-05-12 | Sap Se | System and method for maintaining a cluster setup |
US10191733B2 (en) | 2013-06-25 | 2019-01-29 | Sap Se | Software change process orchestration in a runtime environment |
US9026502B2 (en) | 2013-06-25 | 2015-05-05 | Sap Se | Feedback optimized checks for database migration |
US9189226B2 (en) | 2013-06-25 | 2015-11-17 | Sap Se | Software logistics protocols |
US10291704B2 (en) | 2013-06-26 | 2019-05-14 | Sap Se | Networked solutions integration using a cloud business object broker |
US9639448B2 (en) | 2013-06-27 | 2017-05-02 | Sap Se | Multi-version systems for zero downtime upgrades |
US9336227B2 (en) | 2013-10-07 | 2016-05-10 | Sap Se | Selective synchronization in a hierarchical folder structure |
US9223985B2 (en) | 2013-10-09 | 2015-12-29 | Sap Se | Risk assessment of changing computer system within a landscape |
US9767424B2 (en) | 2013-10-16 | 2017-09-19 | Sap Se | Zero downtime maintenance with maximum business functionality |
US9436724B2 (en) | 2013-10-21 | 2016-09-06 | Sap Se | Migrating data in tables in a database |
US10061788B2 (en) | 2013-12-19 | 2018-08-28 | Sap Se | Transformation of document flow to contributors network |
US9274757B2 (en) | 2013-12-19 | 2016-03-01 | Sap Se | Customer tailored release master plan generation for hybrid networked solutions |
US9800689B2 (en) | 2013-12-19 | 2017-10-24 | Sap Se | Distributed application integration auto-adjustment |
US20150188890A1 (en) | 2013-12-26 | 2015-07-02 | Bare Said | Client side encryption in on-demand applications |
US9569283B2 (en) | 2014-01-31 | 2017-02-14 | Sap Se | Write back of documents opened in third-party applications |
US20150222665A1 (en) | 2014-01-31 | 2015-08-06 | Peter Eberlein | Restricting user actions based on document classification |
US9875273B2 (en) | 2014-01-31 | 2018-01-23 | Sap Se | Methods and systems for managing configuration settings |
US9354871B2 (en) | 2014-06-26 | 2016-05-31 | Sap Se | Multi-stage push notifications for software logistic tools |
US9354860B2 (en) | 2014-07-15 | 2016-05-31 | Sap Se | Optimizing software change processes using real-time analysis and rule-based hinting |
US20160026698A1 (en) | 2014-07-23 | 2016-01-28 | Peter Eberlein | Enabling business process continuity on periodically replicated data |
US20160063050A1 (en) | 2014-08-28 | 2016-03-03 | Joerg Schoen | Database Migration Consistency Checker |
US10303665B2 (en) | 2014-09-24 | 2019-05-28 | Sap Se | Zero downtime maintenance for applications and databases |
US9361093B2 (en) | 2014-10-01 | 2016-06-07 | Sap Se | Revoking a zero downtime upgrade |
US9519675B2 (en) | 2014-10-01 | 2016-12-13 | Sap Se | Data access management during zero downtime upgrade |
US20160098253A1 (en) | 2014-10-07 | 2016-04-07 | Daniel Hutzel | Delivering and deploying services in multi-server landscapes |
US9858309B2 (en) | 2014-10-07 | 2018-01-02 | Sap Se | Managing write accesses during database upgrade procedure |
US20160127325A1 (en) | 2014-10-29 | 2016-05-05 | Jens Odenheimer | Scrambling business data |
US9372685B1 (en) | 2014-12-16 | 2016-06-21 | Sap Se | Impact prediction of software change deployment on customer systems |
US9501516B2 (en) | 2014-12-19 | 2016-11-22 | Sap Se | Zero downtime upgrade of database applications using triggers and calculated fields |
US9898495B2 (en) | 2015-02-23 | 2018-02-20 | Sap Se | Zero downtime upgrade for database applications with altering sequences |
US9898494B2 (en) | 2015-02-23 | 2018-02-20 | Sap Se | Zero downtime upgrade for database applications using tables with sequences |
US9854045B2 (en) | 2015-04-13 | 2017-12-26 | Sap Se | Generic cloud enabling of stateful applications |
US10102478B2 (en) | 2015-06-26 | 2018-10-16 | Conduent Business Services, Inc. | Distributed and privacy-preserving prediction method |
US9678740B2 (en) | 2015-10-01 | 2017-06-13 | Sap Se | Migration mechanism |
US10311077B2 (en) | 2015-10-22 | 2019-06-04 | Sap Se | Database table conversion |
US10296324B2 (en) | 2015-10-30 | 2019-05-21 | Sap Se | Zero downtime software system upgrade |
US20170161291A1 (en) | 2015-12-03 | 2017-06-08 | Sap Se | Database table conversion |
US9703554B2 (en) | 2015-12-07 | 2017-07-11 | Sap Se | Custom code migration suggestion system based on actual change references |
US10157068B2 (en) | 2015-12-29 | 2018-12-18 | Sap Se | Configuring and operating applications using a descriptor |
US10685007B2 (en) | 2016-03-29 | 2020-06-16 | Sap Se | Table content transport and delivery |
US9898279B2 (en) | 2016-03-31 | 2018-02-20 | Sap Se | Optimizing ABAP development as a service |
US10346184B2 (en) | 2016-05-13 | 2019-07-09 | Sap Se | Open data protocol services in applications and interfaces across multiple platforms |
US10230708B2 (en) | 2016-05-20 | 2019-03-12 | Sap Se | Application managed service instances |
US10871962B2 (en) | 2016-05-27 | 2020-12-22 | Sap Se | Zero downtime maintenance in constrained systems |
US10417205B2 (en) | 2016-06-07 | 2019-09-17 | Sap Se | Database system and method of operation thereof |
CA3027129A1 (en) * | 2016-06-21 | 2017-12-28 | Pinpoint Predictive, Inc. | Predicting psychometric profiles from behavioral data using machine-learning while maintaining user anonymity |
US10523662B2 (en) | 2016-09-16 | 2019-12-31 | Sap Se | In-memory database advanced programming model |
US10684999B2 (en) | 2016-10-05 | 2020-06-16 | Sap Se | Multi-procedure support in data migration |
US10055215B2 (en) | 2016-10-05 | 2018-08-21 | Sap Se | Enabling corrections during upgrade procedure |
US10929406B2 (en) * | 2016-10-27 | 2021-02-23 | American Express Travel Related Services Company, Inc | Systems and methods for a self-services data file configuration with various data sources |
US10025568B2 (en) | 2016-11-11 | 2018-07-17 | Sap Se | Database object lifecycle management |
US10891273B2 (en) | 2016-11-11 | 2021-01-12 | Sap Se | Database container delivery infrastructure |
US10558529B2 (en) | 2016-11-11 | 2020-02-11 | Sap Se | Database object delivery infrastructure |
US10909090B2 (en) | 2016-11-11 | 2021-02-02 | Sap Se | Database proxy object delivery infrastructure |
US10491700B2 (en) | 2016-11-18 | 2019-11-26 | Sap Se | Application managed service instances |
US11693945B2 (en) | 2016-11-18 | 2023-07-04 | Sap Se | Secure calls between applications |
US10565524B2 (en) | 2017-01-31 | 2020-02-18 | Hewlett Packard Enterprise Development Lp | Performing privacy-preserving multi-party analytics on horizontally partitioned local data |
US10268692B2 (en) | 2017-02-15 | 2019-04-23 | Sap Se | Multi-procedure support in data migration |
US10706170B2 (en) | 2017-03-16 | 2020-07-07 | Sap Se | Tenant table sharing with content separation |
US10789220B2 (en) | 2017-03-28 | 2020-09-29 | Sap Se | Management of database API schema |
US10656933B2 (en) | 2017-03-28 | 2020-05-19 | Sap Se | Zero downtime for frequent software updates |
US10298591B2 (en) | 2017-04-28 | 2019-05-21 | Sap Se | Secure integration of independent cloud foundry applications in a fiori launchpad |
US10693989B2 (en) | 2017-04-28 | 2020-06-23 | Sap Se | Brokering services from partner cloud platforms |
US10185552B2 (en) | 2017-05-12 | 2019-01-22 | Sap Se | Enforcing content constraints on delivery and end user changes |
US10437795B2 (en) | 2017-05-12 | 2019-10-08 | Sap Se | Upgrading systems with changing constraints |
US10375120B2 (en) * | 2017-05-12 | 2019-08-06 | Sap Se | Positionally-encoded string representations, including their use in machine learning and in security applications |
US10268472B2 (en) | 2017-05-16 | 2019-04-23 | Sap Se | Upgrading systems with replicated data |
US20180374105A1 (en) * | 2017-05-26 | 2018-12-27 | Get Attached, Inc. | Leveraging an intermediate machine learning analysis |
US11017297B2 (en) * | 2017-06-12 | 2021-05-25 | Honeywell International Inc. | System and methods to provide seamless information exchange between certified and uncertified applications |
US20190012609A1 (en) | 2017-07-06 | 2019-01-10 | BeeEye IT Technologies LTD | Machine learning using sensitive data |
US10528761B2 (en) * | 2017-10-26 | 2020-01-07 | Sap Se | Data anonymization in an in-memory database |
US11062043B2 (en) * | 2019-05-01 | 2021-07-13 | Optum, Inc. | Database entity sensitivity classification |
-
2019
- 2019-05-13 US US16/410,076 patent/US11797879B2/en active Active
- 2019-10-18 EP EP19204050.9A patent/EP3739487B1/en active Active
- 2019-10-30 CN CN201911042526.5A patent/CN111931223A/zh active Pending
- 2019-12-17 AU AU2019283803A patent/AU2019283803A1/en not_active Abandoned
- 2019-12-19 JP JP2019229271A patent/JP7229148B2/ja active Active
-
2021
- 2021-12-15 AU AU2021286319A patent/AU2021286319B2/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2000293421A (ja) * | 1998-10-02 | 2000-10-20 | Ncr Internatl Inc | プライバシー保護機能を向上させたデータ管理装置及び方法 |
WO2018017467A1 (en) * | 2016-07-18 | 2018-01-25 | NantOmics, Inc. | Distributed machine learning systems, apparatus, and methods |
JP2018194904A (ja) * | 2017-05-12 | 2018-12-06 | 株式会社情報医療 | 予測システム、予測方法、および予測プログラム |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20220144502A (ko) * | 2021-04-20 | 2022-10-27 | 성신여자대학교 연구 산학협력단 | 인공지능 학습장치 및 인공지능 학습장치의 동작방법 |
KR102557639B1 (ko) * | 2021-04-20 | 2023-07-19 | 성신여자대학교 연구 산학협력단 | 인공지능 학습장치 및 인공지능 학습장치의 동작방법 |
Also Published As
Publication number | Publication date |
---|---|
AU2019283803A1 (en) | 2020-12-03 |
CN111931223A (zh) | 2020-11-13 |
AU2021286319B2 (en) | 2024-01-18 |
JP7229148B2 (ja) | 2023-02-27 |
AU2021286319A1 (en) | 2022-01-20 |
EP3739487B1 (en) | 2023-08-02 |
US11797879B2 (en) | 2023-10-24 |
EP3739487A1 (en) | 2020-11-18 |
US20200364604A1 (en) | 2020-11-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP7229148B2 (ja) | プライバシーを保護しながら分散された顧客データ上で機械学習すること | |
JP6803980B1 (ja) | 信頼されたイニシャライザを用いない秘密分散 | |
CN112424766B (zh) | 数据交换 | |
Moghavvemi et al. | The entrepreneur’s perception on information technology innovation adoption: An empirical analysis of the role of precipitating events on usage behavior | |
JP5160840B2 (ja) | データオブジェクトの消費者に対するコンテンツの提供方法および装置 | |
US10255364B2 (en) | Analyzing a query and provisioning data to analytics | |
US10192072B1 (en) | Protecting sensitive data | |
US20230196147A1 (en) | Unified explainable machine learning for segmented risk | |
US20160350697A1 (en) | Just in time learning driven by point of sale or other data and metrics | |
US11449909B2 (en) | Customizable formula based dynamic API evaluation using a database system | |
CA3233934A1 (en) | Data compression techniques for machine learning models | |
AU2021202447A1 (en) | Agnostic crm augmentation with a display screen | |
EP2570943B1 (en) | Protection of data privacy in an enterprise system | |
US9171330B2 (en) | Transparency data analysis and reporting | |
AU2021202448A1 (en) | Agnostic customer relationship management with browser overlay and campaign management portal | |
US10318900B2 (en) | Job profile generation based on intranet usage | |
US20100125471A1 (en) | Financial journals in financial models of performance servers | |
US11222133B1 (en) | User programmatic interface for supporting data access control in a database system | |
US11829911B2 (en) | Resource scoring and recommendation system | |
US20170293599A1 (en) | Checklist Contexts and Completion | |
US11263533B2 (en) | Dynamic configurable rule representation | |
US20200192639A1 (en) | Modeling of data generaton scenarios | |
US20130173436A1 (en) | Transparent Transaction Certification for Accountable Entities | |
US12050566B2 (en) | Migration tool | |
US11711400B2 (en) | Electronic access control system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20201214 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20210930 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20211004 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20220104 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20220203 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20220704 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20221104 |
|
C60 | Trial request (containing other claim documents, opposition documents) |
Free format text: JAPANESE INTERMEDIATE CODE: C60 Effective date: 20221104 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20221114 |
|
C21 | Notice of transfer of a case for reconsideration by examiners before appeal proceedings |
Free format text: JAPANESE INTERMEDIATE CODE: C21 Effective date: 20221121 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20230123 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20230214 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 7229148 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |