WO2022106986A1 - Graph-based color description generation - Google Patents
Graph-based color description generation Download PDFInfo
- Publication number
- WO2022106986A1 WO2022106986A1 PCT/IB2021/060583 IB2021060583W WO2022106986A1 WO 2022106986 A1 WO2022106986 A1 WO 2022106986A1 IB 2021060583 W IB2021060583 W IB 2021060583W WO 2022106986 A1 WO2022106986 A1 WO 2022106986A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- color
- computer
- graph
- nodes
- node
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/50—Information retrieval; Database structures therefor; File system structures therefor of still image data
- G06F16/58—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
- G06F16/583—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content
- G06F16/5838—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content using colour
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T11/00—Two-dimensional [2D] image generation
- G06T11/20—Drawing from basic elements
- G06T11/26—Drawing of charts or graphs
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/901—Indexing; Data structures therefor; Storage structures
- G06F16/9024—Graphs; Linked lists
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/044—Recurrent networks, e.g. Hopfield networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
- G06N3/0455—Auto-encoder networks; Encoder-decoder networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/088—Non-supervised learning, e.g. competitive learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/0895—Weakly supervised learning, e.g. semi-supervised or self-supervised learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/90—Determination of colour characteristics
-
- 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
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/10—Image acquisition modality
- G06T2207/10024—Color image
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20072—Graph-based image processing
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20081—Training; Learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20084—Artificial neural networks [ANN]
Definitions
- the present invention relates generally to color naming, and more specifically, to generating graph-based color descriptions
- Color is one of the main visual cues and has been studied extensively on many different levels, starting from the physics and psychophysics of color, to the use of color principles in practical problems. These include accurate rendering, display and reproduction, image filtering, coding, retrieval, and numerous other applications in scientific visualization, computer graphics, image and video processing.
- color naming represents one of the most common visual tasks, it has not received significant attention in the engineering community.
- Color cues can be used in interactive visualization and computer graphics
- Color naming facilitates natural user interface design.
- the present invention provides a method for generating a description in natural language for a color.
- the method includes acquiring a list of tuples, each of the tuples including a color and a description, generating a graph by using each of the tuples as a node and adding edges between the nodes when a difference between colors of the nodes in terms of human perception is outside a predetermined range, filtering the edges based on external color comparative descriptions stored in an external color comparative database, incorporating a new node in the graph by finding a closest neighbor node based on the color difference in terms of human perception and adding a new edge between the new node and the closest neighbor node, the new node including a new color which is not included in the list of tuples and has no description, learning a feature vector for each of the nodes in the graph by using message passing and the colors of the nodes as initial seeds, and generating a description of the new node by using each of the learned
- the method includes obtaining a list of tuples, each of the tuples including a color and a description, generating a graph by using each of the tuples as a node and adding edges between the nodes based on a similarity threshold, filtering the edges based on external color comparative descriptions stored in an external color comparative database, and incorporating a new node in the graph by finding a closest neighbor node based on the similarity threshold and adding a new edge between the new node and the closest neighbor node.
- the present invention provides a computer program product for generating a description in natural language for a color
- the computer program product comprising a computer readable storage medium having program instructions embodied therewith, the program instructions executable by a computer to cause the computer to acquire a list of tuples, each of the tuples including a color and a description, generate a graph by using each of the tuples as a node and add edges between the nodes when a difference between colors of the nodes in terms of human perception is outside a predetermined range, filter the edges based on external color comparative descriptions stored in an external color comparative database, incorporate a new node in the graph by finding a closest neighbor node based on the color difference in terms of human perception and add a new edge between the new node and the closest neighbor node, the new node including a new color which is not included in the list of tuples and has no description, learn a feature vector for each of the nodes in the graph by using message
- the present invention provides a computer program product for generating a description in natural language for a color
- the computer program product comprising a computer readable storage medium having program instructions embodied therewith, the program instructions executable by a computer to cause the computer to obtain a list of tuples, each of the tuples including a color and a description, generate a graph by using each of the tuples as a node and add edges between the nodes based on a similarity threshold, filter the edges based on external color comparative descriptions stored in an external color comparative database, and incorporate a new node in the graph by finding a closest neighbor node based on the similarity threshold and add a new edge between the new node and the closest neighbor node.
- the present invention provides a method for generating a description in natural language for a color
- the method includes generating a graph to structure color relationships, the graph including a plurality of nodes and edges, removing redundant edges based on color comparative descriptions, incorporating new nodes with new edges in the graph based on a similarity threshold, learning a feature vector for each of the nodes of the graph, and generating a description of the new nodes by employing the feature vectors, the feature vectors fed into a neural network in a semi-supervised manner [0008] It should be noted that the exemplary embodiments are described with reference to different subjectmatters.
- FIG. 1 is an exemplary diagram illustrating contextual color graph generation, in accordance with an embodiment of the present invention
- FIG. 2 is an exemplary diagram illustrating edge filtering, in accordance with an embodiment of the present invention.
- FIG. 3 is an exemplary diagram illustrating unlabeled node addition, in accordance with an embodiment of the present invention.
- FIG. 4 is an exemplary diagram illustrating color-based node feature learning, in accordance with an embodiment of the present invention.
- FIG. 5 is an exemplary diagram illustrating description generation, in accordance with an embodiment of the present invention.
- FIG. 6 is a block/flow diagram of an exemplary method for contextual color graph generation, in accordance with an embodiment of the present invention.
- FIG. 7 is a block/flow diagram of an exemplary method for edge filtering, in accordance with an embodiment of the present invention.
- FIG. 8 is a block/flow diagram of an exemplary method for unlabeled node addition, in accordance with an embodiment of the present invention.
- FIG. 9 is a block/flow diagram of an exemplary method for color-based node feature learning, in accordance with an embodiment of the present invention.
- FIG. 10 is a block/flow diagram of an exemplary method for description generation, in accordance with an embodiment of the present invention.
- FIG. 11 is a block/flow diagram of an exemplary method for structuring a training set as a graph to perform description generation in a semi-supervised fashion, in accordance with an embodiment of the present invention
- FIG. 12 is a block/flow diagram of an exemplary cloud computing environment, in accordance with an embodiment of the present invention.
- FIG. 13 is a schematic diagram of exemplary abstraction model layers, in accordance with an embodiment of the present invention.
- Exemplary embodiments in accordance with the present invention provide for generating a description in natural language for a color.
- Color grounding tasks allow for characterizing the relationship between language and color perception. Learning a mapping between language and color is important for understanding several aspects of the emergence of human expression.
- Applications of color grounding are related to, e.g., advertisement and/or marketing for predicting public opinion (unstructured, abstract) and using such public opinion to support branding, infer user response, etc.
- a task in color grounding is to learn to generate a description in natural language for a color.
- the exemplary embodiments of the present invention structure a training set as a graph and perform description generation in a semi-supervised fashion.
- the brightness scale is represented by the Munsell value with black denoted by 0/and white by 10/ Munsell chroma increases in steps of two (/2, /4, . . . , /10).
- the hue scale is divided into 10 hues: red (R), yellow-red (YR), yellow (Y), green-yellow (GY), green (G), blue-green (BG), blue (B), purple-blue (PB), purple (P), red-purple (RP), each hue can be further divided into ten sections.
- RGB yellow-red
- GY green-yellow
- BG blue-green
- B blue
- RP red-purple
- each hue can be further divided into ten sections.
- one notable disadvantage of the Munsell system for color-based processing is the lack of the exact transform from any color spaces to Munsell For example, a transform proposed by others is fairly complicated and sometimes inaccurate for certain regions of CIE XYZ.
- One problem with the ISCC-NBS model is the lack of systematic syntax. This was addressed during the design of a new Color-Naming System (CNS)
- the CNS was based in part on the ISCC-NBS model. It uses the same three dimensions, however the rules used to combine words from these dimensions are defined in a formal syntax.
- An extension of the CNS model, called the Color-Naming Method (CNM) uses a systematic syntax similar to the one described in the CNS model, and maps the color names from the CNM into color ranges in the Munsell system. All the aforementioned methods are closely related to the Munsell model and thus provide explanation on how to locate each name within the Munsell color space.
- the exemplary embodiments of the present invention disclose methods and systems that alleviate such issues by generating a graph-based color description mechanism or structure.
- the training set is structured as a graph and performs description generation in a semi-supervised manner.
- the exemplary embodiments of the present invention use contextual information that incorporates global perception of color representations. Use of human perception allows for more realistic color relationships, graph-based representations allow neighboring nodes to share information/context, and contextual information provides useful diversity when an exact match is not met potentially leading to the discovery of more color-language associations. Additionally, fewer memorization issues are presented compared to standard models in view of the exemplary embodiments of the present invention.
- FIG. 1 is an exemplary diagram illustrating contextual color graph generation, in accordance with an embodiment of the present invention.
- data 12 is structured as a graph based on a similarity threshold t.
- Threshold t is defined based on Delta E, which is a metric that accounts for how humans perceive color differences (useful metric as distances in RGB space are not perceived linearly). Specifically, if a Delta E value between two colors is between 11 and 49 the exemplary methods generate a link. If the Delta E value is outside that range (too similar, almost identical, or too far) the exemplary methods don't add an edge
- the contextual color graph can include, in one non-limiting example, a first color 20, a second color 22, a third color 24, a fourth color 26, a fifth color 28, a sixth color 30, and a seventh color 32.
- the first color 20 is connected to the second color 22 via edge 11.
- the second color 22 is connected to the third color 24 via edge 13.
- the third color 24 is connected to the fourth color 26 via edge 17.
- the first color 20 is connected to the fourth color 26 via edge 15.
- the third color 24 is connected to the fifth color 28 via edge 19.
- the fourth color 26 is connected to the fifth color 28 via edge 21.
- the fourth color 26 is connected to the sixth color 30 via edge 23.
- the fifth color 28 is connected to the sixth color 30 via edge 25.
- the fifth color 28 is connected to the seventh color 32 via edge 27.
- the graph, G can be given as: [0038] Delta E (or dE) is a single number that represents the “distance” between two colors. The idea is that a dE of 1.0 is the smallest color difference the human eye can see. So any dE less than 1 .0 is imperceptible and it stands to reason that any dE greater than 1 0 is noticeable. However, some color differences greater than 1 are perfectly acceptable, maybe even unnoticeable. Also, the same dE color difference between two yellows and two blues may not look like the same difference to the eye and there are other places where it can look different to the eye of the observer.
- Delta E levels are the difference between the displayed color and the original color standard of the input content. Lower Delta E figures indicate greater accuracy, while high Delta E levels indicate a significant mismatch.
- the “E” in Delta E stands for “Empfindung,” which is the German word for sensation. As a whole, the term Delta E means a difference in sensation.
- the exemplary embodiments create or generate a graph-based method for assisting in defining new colors.
- FIG. 2 is an exemplary diagram illustrating edge filtering, in accordance with an embodiment of the present invention.
- external data of an external data color comparative database 35 is used to remove redundant or unfeasible edges.
- Color comparative data 40 is used.
- the color comparative data can include, in one non-limiting example, several different colors 41-48.
- For each edge if a (source, target) pair is close to any pair in the dataset, the edge is kept or maintained. If not, the edge is removed. This allows for the obtainment of smoother transitions (e.g., to avoid abrupt color changes) which eventually facilitates learning.
- the removal of the edges results in contextual color graph 10’. In such graph 10’, three edges have been removed.
- the first edge removed is designated as 50 and was located between the first color 20 and the fourth color 26
- the second edge removed is designated as 52 and was located between the third color 24 and the fifth color 28.
- the third edge removed is designated as 54 and was located between the fourth color 26 and the fifth color 28
- the external data is stored in an external data color comparative database 35, which is a custom database for storing only comparative color data.
- FIG. 3 is an exemplary diagram illustrating unlabeled node addition, in accordance with an embodiment of the present invention.
- the unseen color 62 is incorporated in the main graph 60 by finding the closest neighborhood in terms of color differences. Again, for this process, the human perception metric Delta E is used as a threshold (same configuration as described above with regards to the contextual color graph generation of FIG 1)
- the goal is to use the contextual information that the edges provide from the set of labeled nodes to the unlabeled nodes and with that learn a description d u for node c u .
- the new node 62 has edges 61 and 63. Edge 61 connects or links the new node 62 to the fifth color 28 and edge 63 connects or links the new node 62 to the seventh node 32.
- the color of node 62 is similar or close to the colors 28, 32.
- FIG. 4 is an exemplary diagram 70 illustrating color-based node feature learning, in accordance with an embodiment of the present invention.
- the color is used as an initial seed and a message passing algorithm is used to learn a feature vector for all nodes With this, each resulting vector encodes the relationship between each color and its surrounding neighbors.
- the fourth color 26 has feature vector 72
- the fifth color 28 has feature vector 76
- the sixth color 30 has feature vector 74
- the seventh color 32 has feature vector 78
- the new node 62 has feature vector 80.
- the arrows between colors 28, 32 and colors 30, 32, and colors 26, 30 indicate the relationships developed between different colors
- the message passing algorithm is a kind of probability propagation algorithm that operates in a graphical model of the code
- the MPA is also known as an iterative algorithm as messages pass back and forth between the variable node and check node iteratively until a result is achieved or the process is halted.
- FIG. 5 is an exemplary diagram 90 illustrating description generation, in accordance with an embodiment of the present invention.
- the learned vectors are used in a semi-supervised setting.
- Each vector is passed to a recurrent neural network (RNN)-based decoder 92, 94, 96 and serves as its initial seed for generation.
- RNN recurrent neural network
- Loss in the RNN is computed on the labeled part of the graph. Therefore, learning affects all representations involved (both labeled and unlabeled).
- the feature vector 80 of new node 62 is passed through decoders 92, 94, 96 to generate the weights wi, wz, ws.
- FIG. 6 is a block/flow diagram of an exemplary method for contextual color graph generation, in accordance with an embodiment of the present invention.
- data is structured as a graph based on a similarity threshold value, the similarity threshold value defined based on Delta E (metric that accounts for how humans perceive color differences).
- Delta E metric that accounts for how humans perceive color differences.
- edge filtering is commenced.
- FIG. 7 is a block/flow diagram of an exemplary method for edge filtering, in accordance with an embodiment of the present invention.
- the contextual color graph is generated, as described with reference to FIG. 6.
- external data is employed including at least color comparative data to commence the edge filtering process.
- the edge is maintained or kept.
- FIG. 8 is a block/flow diagram of an exemplary method for unlabeled node addition, in accordance with an embodiment of the present invention.
- the contextual color graph is generated, as described with reference to FIG. 6.
- the edge filtering is performed, as described with reference to FIG. 7.
- an unseen color is represented as an unlabeled node (no description).
- the unseen color is incorporated in the main graph (as a node) by finding the closest neighborhood in terms of color differences.
- FIG. 9 is a block/flow diagram of an exemplary method for color-based node feature learning, in accordance with an embodiment of the present invention.
- the contextual color graph is generated, as described with reference to FIG. 6.
- the edge filtering is performed, as described with reference to FIG. 7.
- a message passing algorithm is employed to learn a feature vector for all nodes to encode a relationship between each color and its surrounding neighbors.
- FIG. 10 is a block/flow diagram of an exemplary method for description generation, in accordance with an embodiment of the present invention.
- the contextual color graph is generated, as described with reference to FIG. 6.
- the edge filtering is performed, as described with reference to FIG. 7.
- the feature vector is learned for all the nodes of the contextual color graph, as described with reference to FIG 9
- the learned vectors are used in a semi-supervised setting for description generation (each vector is passed to a RNN-based decoder, serving as an initial seed for generation) [0081]
- the color-to-language mappings are incorporated into a table format and displayed on a computing device.
- FIG. 11 is a block/flow diagram of an exemplary method for structuring a training set as a graph to perform description generation in a semi-supervised fashion, in accordance with an embodiment of the present invention.
- the exemplary embodiments of the present invention use contextual information that incorporates global perception of color representations.
- Use of human perception allows for more realistic color relationships
- graph-based representations allow neighboring nodes to share information/context
- contextual information provides useful diversity when an exact match is not met potentially leading to the discovery of more color-language associations.
- fewer memorization issues are presented compared to standard models.
- only one graph per dataset is generated for the color-to-language mapping.
- a model is learned and a graph is used to structure color relationships, and syntactically valid descriptions are generated that can be used for several generation and retrieval tasks.
- FIG. 12 is a block/flow diagram of an exemplary cloud computing environment, in accordance with an embodiment of the present invention.
- this invention includes a detailed description on cloud computing, implementation of the teachings recited herein are not limited to a cloud computing environment. Rather, embodiments of the present invention are capable of being implemented in conjunction with any other type of computing environment now known or later developed.
- Cloud computing is a model of service delivery for enabling convenient, on-demand network access to a shared pool of configurable computing resources (e.g., networks, network bandwidth, servers, processing, memory, storage, applications, virtual machines, and services) that can be rapidly provisioned and released with minimal management effort or interaction with a provider of the service.
- This cloud model can include at least five characteristics, at least three service models, and at least four deployment models.
- On-demand self-service a cloud consumer can unilaterally provision computing capabilities, such as server time and network storage, as needed automatically without requiring human interaction with the service’s provider.
- Resource pooling the provider’s computing resources are pooled to serve multiple consumers using a multi-tenant model, with different physical and virtual resources dynamically assigned and reassigned according to demand. There is a sense of location independence in that the consumer generally has no control or knowledge over the exact location of the provided resources but can be able to specify location at a higher level of abstraction (e.g., country, state, or datacenter).
- Rapid elasticity capabilities can be rapidly and elastically provisioned, in some cases automatically, to quickly scale out and rapidly released to quickly scale in. To the consumer, the capabilities available for provisioning often appear to be unlimited and can be purchased in any quantity at any time.
- Measured service cloud systems automatically control and optimize resource use by leveraging a metering capability at some level of abstraction appropriate to the type of service (e.g., storage, processing, bandwidth, and active user accounts). Resource usage can be monitored, controlled, and reported, providing transparency for both the provider and consumer of the utilized service.
- level of abstraction appropriate to the type of service (e.g., storage, processing, bandwidth, and active user accounts).
- SaaS Software as a Service: the capability provided to the consumer is to use the provider’s applications running on a cloud infrastructure
- the applications are accessible from various client devices through a thin client interface such as a web browser (e.g., web-based e-mail).
- a web browser e.g., web-based e-mail
- the consumer does not manage or control the underlying cloud infrastructure including network, servers, operating systems, storage, or even individual application capabilities, with the possible exception of limited user-specific application configuration settings.
- PaaS Platform as a Service
- the consumer does not manage or control the underlying cloud infrastructure including networks, servers, operating systems, or storage, but has control over the deployed applications and possibly application hosting environment configurations.
- laaS Infrastructure as a Service
- the consumer does not manage or control the underlying cloud infrastructure but has control over operating systems, storage, deployed applications, and possibly limited control of select networking components (e.g., host firewalls).
- Private cloud the cloud infrastructure is operated solely for an organization. It can be managed by the organization or a third party and can exist on-premises or off-premises.
- Public cloud the cloud infrastructure is made available to the general public or a large industry group and is owned by an organization selling cloud services.
- Hybrid cloud the cloud infrastructure is a composition of two or more clouds (private, community, or public) that remain unique entities but are bound together by standardized or proprietary technology that enables data and application portability (e.g , cloud bursting for load-balancing between clouds).
- a cloud computing environment is service oriented with a focus on statelessness, low coupling, modularity, and semantic interoperability.
- An infrastructure that includes a network of interconnected nodes
- cloud computing environment 1250 includes one or more cloud computing nodes 1210 with which local computing devices used by cloud consumers, such as, for example, personal digital assistant (PDA) or cellular telephone 1254A, desktop computer 1254B, laptop computer 1254C, and/or automobile computer system 1254N can communicate.
- Nodes 1210 can communicate with one another. They can be grouped (not shown) physically or virtually, in one or more networks, such as Private, Community, Public, or Hybrid clouds as described hereinabove, or a combination thereof.
- FIG. 13 is a schematic diagram of exemplary abstraction model layers, in accordance with an embodiment of the present invention. It should be understood in advance that the components, layers, and functions shown in FIG. 13 are intended to be illustrative only and embodiments of the invention are not limited thereto. As depicted, the following layers and corresponding functions are provided:
- Hardware and software layer 1360 includes hardware and software components.
- hardware components include: mainframes 1361; RISC (Reduced Instruction Set Computer) architecture based servers 1362; servers 1363; blade servers 1364; storage devices 1365; and networks and networking components 1366.
- software components include network application server software 1367 and database software 1368.
- Virtualization layer 1370 provides an abstraction layer from which the following examples of virtual entities can be provided: virtual servers 1371 ; virtual storage 1372; virtual networks 1373, including virtual private networks; virtual applications and operating systems 1374; and virtual clients 1375.
- management layer 1380 can provide the functions described below.
- Resource provisioning 1381 provides dynamic procurement of computing resources and other resources that are utilized to perform tasks within the cloud computing environment.
- Metering and Pricing 1382 provide cost tracking as resources are utilized within the cloud computing environment, and billing or invoicing for consumption of these resources. In one example, these resources can include application software licenses.
- Security provides identity verification for cloud consumers and tasks, as well as protection for data and other resources.
- User portal 1383 provides access to the cloud computing environment for consumers and system administrators
- Service level management 1384 provides cloud computing resource allocation and management such that required service levels are met
- Service Level Agreement (SLA) planning and fulfillment 1385 provide pre-arrangement for, and procurement of, cloud computing resources for which a future requirement is anticipated in accordance with an SLA.
- SLA Service Level Agreement
- Workloads layer 1390 provides examples of functionality for which the cloud computing environment can be utilized. Examples of workloads and functions which can be provided from this layer include: mapping and navigation 1391 ; software development and lifecycle management 1392; virtual classroom education delivery 1393; data analytics processing 1394; transaction processing 1395; and a graph-based color description 1396 in cloud servers.
- the terms “data,” “content,” “information” and similar terms can be used interchangeably to refer to data capable of being captured, transmitted, received, displayed and/or stored in accordance with various example embodiments. Thus, use of any such terms should not be taken to limit the spirit and scope of the disclosure.
- a computing device is described herein to receive data from another computing device, the data can be received directly from the another computing device or can be received indirectly via one or more intermediary computing devices, such as, for example, one or more servers, relays, routers, network access points, base stations, and/or the like.
- embodiments of the subject matter described in this specification can be implemented on a computer having a display device, e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor, for displaying information to the user and a keyboard and a pointing device, e.g., a mouse or a trackball, by which the user can provide input to the computer.
- a display device e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor
- keyboard and a pointing device e.g., a mouse or a trackball
- Other kinds of devices can be used to provide for interaction with a user as well; for example, feedback provided to the user can be any form of sensory feedback, e.g , visual feedback, auditory feedback, or tactile feedback; and input from the user can be received in any form, including acoustic, speech, or tactile input.
- the present invention can be a system, a method, and/or a computer program product.
- the computer program product can include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
- the computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device.
- the computer readable storage medium can be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing.
- a non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing.
- RAM random access memory
- ROM read-only memory
- EPROM or Flash memory erasable programmable read-only memory
- SRAM static random access memory
- CD-ROM compact disc read-only memory
- DVD digital versatile disk
- memory stick a floppy disk
- a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon
- a computer readable storage medium is not to be construed as being transitory signals perse, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire
- Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network.
- the network can include copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers.
- a network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device
- Computer readable program instructions for carrying out operations of the present invention can be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages.
- the computer readable program instructions can execute entirely on the user’s computer, partly on the user’s computer, as a stand-alone software package, partly on the user’s computer and partly on a remote computer or entirely on the remote computer or server.
- the remote computer can be connected to the user’s computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection can be made to an external computer (for example, through the Internet using an Internet Service Provider)
- electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) can execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
- These computer readable program instructions can be provided to at least one processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks or modules.
- These computer readable program instructions can also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein includes an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks or modules [0113]
- the computer readable program instructions can also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational blocks/steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks or modules.
- each block in the flowchart or block diagrams can represent a module, segment, or portion of instructions, which includes one or more executable instructions for implementing the specified logical function(s).
- the functions noted in the blocks can occur out of the order noted in the figures. For example, two blocks shown in succession can, in fact, be executed substantially concurrently, or the blocks can sometimes be executed in the reverse order, depending upon the functionality involved.
- such phrasing is intended to encompass the selection of the first listed option (A) only, or the selection of the second listed option (B) only, or the selection of the third listed option (C) only, or the selection of the first and the second listed options (A and B) only, or the selection of the first and third listed options (A and C) only, or the selection of the second and third listed options (B and 0) only, or the selection of all three options (A and B and C).
- This can be extended, as readily apparent by one of ordinary skill in this and related arts, for as many items listed.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Health & Medical Sciences (AREA)
- Mathematical Physics (AREA)
- Computational Linguistics (AREA)
- Biomedical Technology (AREA)
- Evolutionary Computation (AREA)
- Artificial Intelligence (AREA)
- Molecular Biology (AREA)
- Computing Systems (AREA)
- Life Sciences & Earth Sciences (AREA)
- Biophysics (AREA)
- Health & Medical Sciences (AREA)
- Databases & Information Systems (AREA)
- Library & Information Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Multimedia (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Image Analysis (AREA)
- Macromonomer-Based Addition Polymer (AREA)
- Luminescent Compositions (AREA)
Abstract
Description
Claims
Priority Applications (6)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202180077695.1A CN116601673A (en) | 2020-11-20 | 2021-11-16 | Graph-based color description generation |
| AU2021384021A AU2021384021B2 (en) | 2020-11-20 | 2021-11-16 | Graph-based color description generation |
| JP2023522843A JP7698383B2 (en) | 2020-11-20 | 2021-11-16 | Graph-Based Color Description Generation |
| DE112021006076.7T DE112021006076T5 (en) | 2020-11-20 | 2021-11-16 | GRAPHENE-BASED COLOR DESCRIPTION GENERATION |
| KR1020237015768A KR102927307B1 (en) | 2020-11-20 | 2021-11-16 | Generating graph-based color descriptions |
| GB2307407.3A GB2615498B (en) | 2020-11-20 | 2021-11-16 | Graph-based color description generation |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US17/100,018 | 2020-11-20 | ||
| US17/100,018 US11436771B2 (en) | 2020-11-20 | 2020-11-20 | Graph-based color description generation |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2022106986A1 true WO2022106986A1 (en) | 2022-05-27 |
Family
ID=81658448
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/IB2021/060583 Ceased WO2022106986A1 (en) | 2020-11-20 | 2021-11-16 | Graph-based color description generation |
Country Status (8)
| Country | Link |
|---|---|
| US (1) | US11436771B2 (en) |
| JP (1) | JP7698383B2 (en) |
| KR (1) | KR102927307B1 (en) |
| CN (1) | CN116601673A (en) |
| AU (1) | AU2021384021B2 (en) |
| DE (1) | DE112021006076T5 (en) |
| GB (1) | GB2615498B (en) |
| WO (1) | WO2022106986A1 (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR102614051B1 (en) * | 2023-07-17 | 2023-12-14 | (주)인포시즈 | Fraud detection method using graph database, and a computer program recorded on a recording medium for executing the same |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20060087517A1 (en) * | 2002-09-20 | 2006-04-27 | Aleksandra Mojsilovic | Color naming, color categorization and describing color composition of images |
| US20120195499A1 (en) * | 2009-10-16 | 2012-08-02 | Nec Corporation | Color description analysis device, color description analysis method, and color description analysis program |
| US20130282765A1 (en) * | 2012-04-24 | 2013-10-24 | International Business Machines Corporation | Optimizing sparse schema-less data in relational stores |
| US20200176113A1 (en) * | 2018-12-04 | 2020-06-04 | International Business Machines Corporation | Dynamic creation and manipulation of data visualizations |
Family Cites Families (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7339701B2 (en) * | 2002-12-16 | 2008-03-04 | Xerox Corporation | Method for darkness correction of trapped pixels |
| CN101556652B (en) | 2009-04-15 | 2011-11-30 | 北京联合大学 | Chinese painting & calligraphy color layering analysis method based on machine learning |
| US8891860B2 (en) | 2011-08-05 | 2014-11-18 | Rakuten, Inc. | Color name determination device, color name determination method, information recording medium, and program |
| US9846951B2 (en) * | 2016-03-31 | 2017-12-19 | Konica Minolta Laboratory U.S.A., Inc. | Determining a consistent color for an image |
| TWI687825B (en) | 2018-12-03 | 2020-03-11 | 國立臺灣師範大學 | Method and system for mapping from natural language to color combination |
| JP2022519208A (en) * | 2019-01-29 | 2022-03-22 | ツイッター インコーポレイテッド | Real-time event detection on a social data stream |
-
2020
- 2020-11-20 US US17/100,018 patent/US11436771B2/en active Active
-
2021
- 2021-11-16 DE DE112021006076.7T patent/DE112021006076T5/en active Pending
- 2021-11-16 JP JP2023522843A patent/JP7698383B2/en active Active
- 2021-11-16 CN CN202180077695.1A patent/CN116601673A/en active Pending
- 2021-11-16 WO PCT/IB2021/060583 patent/WO2022106986A1/en not_active Ceased
- 2021-11-16 AU AU2021384021A patent/AU2021384021B2/en active Active
- 2021-11-16 KR KR1020237015768A patent/KR102927307B1/en active Active
- 2021-11-16 GB GB2307407.3A patent/GB2615498B/en active Active
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20060087517A1 (en) * | 2002-09-20 | 2006-04-27 | Aleksandra Mojsilovic | Color naming, color categorization and describing color composition of images |
| US20120195499A1 (en) * | 2009-10-16 | 2012-08-02 | Nec Corporation | Color description analysis device, color description analysis method, and color description analysis program |
| US20130282765A1 (en) * | 2012-04-24 | 2013-10-24 | International Business Machines Corporation | Optimizing sparse schema-less data in relational stores |
| US20200176113A1 (en) * | 2018-12-04 | 2020-06-04 | International Business Machines Corporation | Dynamic creation and manipulation of data visualizations |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2023549647A (en) | 2023-11-29 |
| GB2615498B (en) | 2024-01-03 |
| GB202307407D0 (en) | 2023-07-05 |
| US11436771B2 (en) | 2022-09-06 |
| AU2021384021B2 (en) | 2023-09-07 |
| JP7698383B2 (en) | 2025-06-25 |
| KR20230095980A (en) | 2023-06-29 |
| CN116601673A (en) | 2023-08-15 |
| AU2021384021A9 (en) | 2024-09-19 |
| KR102927307B1 (en) | 2026-02-13 |
| US20220165006A1 (en) | 2022-05-26 |
| DE112021006076T5 (en) | 2023-09-14 |
| GB2615498A (en) | 2023-08-09 |
| AU2021384021A1 (en) | 2023-06-01 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US10430250B2 (en) | Decomposing monolithic application into microservices | |
| US11238317B2 (en) | Data augmentation for image classification tasks | |
| US10831733B2 (en) | Interactive adjustment of decision rules | |
| US11061982B2 (en) | Social media tag suggestion based on product recognition | |
| US20180210879A1 (en) | Translating Structured Languages to Natural Language Using Domain-Specific Ontology | |
| US12225011B2 (en) | Data protection in network environments | |
| US11954474B2 (en) | Generating compliant container images via embeddings | |
| US10936753B2 (en) | Securely transferring data over a computer network | |
| US10885370B2 (en) | Selecting object detections or recognitions using correctness mappings | |
| US20220391529A1 (en) | Searching, matching, and masking of composite formats | |
| US11436771B2 (en) | Graph-based color description generation | |
| US10168999B2 (en) | Software object definition and integration | |
| US20190138646A1 (en) | Systematic Browsing of Automated Conversation Exchange Program Knowledge Bases | |
| US12475393B2 (en) | Qubit sensory representation | |
| US20200111446A1 (en) | Implementing a fault tolerant color palette | |
| US20230306774A1 (en) | Search based on abstracted document structure image | |
| US11823078B2 (en) | Connected insights in a business intelligence application | |
| CN110611817B (en) | Image compression based on text image content | |
| US20220229921A1 (en) | Timing for user data erasure requests | |
| US11023476B2 (en) | Testing pairings to determine whether they are publically known | |
| US12430816B2 (en) | Color replacement for the colorblind using an automatic image colorization artificial intelligence model |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 21894143 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2021384021 Country of ref document: AU |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2023522843 Country of ref document: JP |
|
| ENP | Entry into the national phase |
Ref document number: 20237015768 Country of ref document: KR Kind code of ref document: A |
|
| ENP | Entry into the national phase |
Ref document number: 202307407 Country of ref document: GB Kind code of ref document: A Free format text: PCT FILING DATE = 20211116 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 202180077695.1 Country of ref document: CN Ref document number: 2307407.3 Country of ref document: GB |
|
| ENP | Entry into the national phase |
Ref document number: 2021384021 Country of ref document: AU Date of ref document: 20211116 Kind code of ref document: A |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 112021006076 Country of ref document: DE |
|
| WWP | Wipo information: published in national office |
Ref document number: 2307407.3 Country of ref document: GB |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 21894143 Country of ref document: EP Kind code of ref document: A1 |
|
| WWG | Wipo information: grant in national office |
Ref document number: 2307407.3 Country of ref document: GB |
