Patent classifications
G06N3/0455
System and method for test selection according to test impact analytics
A system and method for determining a relative importance of a selected test in a plurality of tests, comprising a computational device for receiving one or more characteristics relating to an importance of the code, an importance of each of the plurality of tests, or both; and for determining the relative importance of the selected test according to said characteristics.
ARTIFICIAL INTELLIGENCE-BASED IMAGE ENCODING APPARATUS AND METHOD AND DECODING APPARATUS AND METHOD
A method of decoding an image based on cross-channel prediction using artificial intelligence (AI) includes obtaining cross-channel prediction information by applying feature data for cross-channel prediction to a neural-network-based cross-channel decoder, obtaining a predicted image of a chroma image by performing cross-channel prediction based on a reconstructed luma image and the cross-channel prediction information, obtaining a residual image of the chroma image by applying feature data of the chroma image to a neural-network-based chroma residual decoder, and reconstructing the chroma image based on the predicted image and the residual image.
Meta-Learning for Cardiac MRI Segmentation
Methods and systems are described for image segmentation. A machine learning model is applied to a set of images to generate results. The results may be obtained as a probability map for each image in the set of images. The model may be trained by accessing a set of labeled images, each image associated with a label indicating a location of a feature within a respective image. An initial set of parameters is accessed. An encoder is initialized with the initial set of parameters. The encoder is applied to the set of labeled images to generate a prediction of a feature location within each image. The initial set of parameters are updated based on the predictions and the label associated with the labeled images. The updated set of parameters and an additional set of parameters generated using a set of unlabeled images are aggregated.
System and method for pivot-sample-based generator training
Methods, systems, and apparatus, including computer programs encoded on computer storage media, for few-shot learning-based generator training based on raw data collected from a specific domain or class. In cases where the raw data is collected from multiple domains but is not easily divisible into classes, the invention describes training multiple generators based on a pivot-sample-based training process. Pivot samples are randomly selected from the raw data for clustering, and each cluster of raw data may be used to train a generator using the few-shot learning-based training process.
AUDIO ENCODING/DECODING APPARATUS AND METHOD USING VECTOR QUANTIZED RESIDUAL ERROR FEATURE
An audio encoding/decoding apparatus and method using vector quantized residual error features are disclosed. An audio signal encoding method includes outputting a bitstream of a main codec by encoding an original signal, decoding the bitstream of the main codec, determining a residual error feature vector from a feature vector of a decoded signal and a feature vector of the original signal, and outputting a bitstream of additional information by encoding the residual error feature vector.
AUDIO SIGNAL ENCODING AND DECODING METHOD, AND ENCODER AND DECODER PERFORMING THE METHODS
Disclosed are a method of encoding and decoding an audio signal and an encoder and a decoder performing the method. The method of encoding an audio signal includes identifying an input signal, and generating a bitstring of each encoding layer by applying, to the input signal, an encoding model including a plurality of successive encoding layers that encodes the input signal, in which a current encoding layer among the encoding layers is trained to generate a bitstring of the current encoding layer by encoding an encoded signal which is a signal encoded in a previous encoding layer and quantizing an encoded signal which is a signal encoded in the current encoding layer.
Low resolution OFDM receivers via deep learning
Various embodiments provide for deep learning-based architectures and design methodologies for an orthogonal frequency division multiplexing (OFDM) receiver under the constraint of one-bit complex quantization. Single bit quantization greatly reduces complexity and power consumption in the receivers, but makes accurate channel estimation and data detection difficult. This is particularly true for OFDM waveforms, which have high peak-to average (signal power) ratio in the time domain and fragile subcarrier orthogonality in the frequency domain. The severe distortion for one-bit quantization typically results in an error floor even at moderately low signal-to-noise-ratio (SNR) such as 5 dB. For channel estimation (using pilots), various embodiments use novel generative supervised deep neural networks (DNNs) that can be trained with a reasonable number of pilots. After channel estimation, a neural network-based receiver specifically, an autoencoder jointly learns a precoder and decoder for data symbol detection.
Mapping of unlabeled data onto a target schema via semantic type detection
Automatically mapping unlabeled input data onto a target schema via semantic type detection is described. The input data includes data elements that are structured as 2D table rows and columns forming cells. Each data element is included in a cell. The target schema includes a set of fields. Schema mapping includes mapping each column to one or more fields. More particularly, the fields are clustered into field clusters, where each field cluster includes one or more of the fields. Each column is automatically mapped to one of the field clusters of the set of field clusters. The mapping between schema fields and data columns is automatically performed based on appropriate pairings of the detected semantic types, where the semantic types are encoded in vector representations of the fields, the field clusters, and the data elements.
ARTIFICIAL INTELLIGENCE-BASED PATHOLOGICAL IMAGE PROCESSING METHOD AND APPARATUS, ELECTRONIC DEVICE, AND STORAGE MEDIUM
This application provides an artificial intelligence-based pathological image processing method performed by an electronic device. The method includes: determining a seed pixel of an immune cell region from a pathological image; obtaining a seed pixel mask image corresponding to the seed pixel of the immune cell region from the pathological image based on the seed pixel of the immune cell region; segmenting an epithelial cell region in the pathological image, to obtain an epithelial cell mask image of the pathological image; fusing the seed pixel mask image and the epithelial cell mask image of the pathological image, to obtain an effective seed pixel mask image corresponding to the immune cell region in the pathological image; and determining a ratio value of the immune cell region in the pathological image based on the effective seed pixel mask image.
TREE-BASED MERGE CONFLICT RESOLUTION WITH MULTI-TASK NEURAL TRANSFORMER
An automated system for resolving program merges uses a multi-task neural transformer with attention. Each component of a merge conflict tuple (A, B, O) is represented as an AST and transformed into aligned AST-node sequences and aligned editing sequences. The multi-task neural transformer model predicts the tree editing steps needed to resolve the merge conflict and applies them to the AST representation of the code base. The tree editing steps include the edit actions that needed to be applied to the AST of the code base and the edit labels that are inserted or updated with the edit actions.