摘要:
Methods and systems for conveying or transmitting to any given user in an OFDMA-MU-MIMO system scheduling information of other co-scheduled users to permit the user to perform error-correction on received data and/or interference reduction on its received signals. The scheduling information can include resource block assignment, modulation constellations employed, coding rates employed, power levels utilized and precoder matrix indices used. Further, the scheduling information can be conveyed in part through dedicated reference symbol layers or pilot streams. Moreover, a base station may transmit a preliminary estimate of the total number of users the base station expects to schedule, or an upper-bound on the total number of users, to the MU-MIMO users to permit the MU-MIMO users to determine preferred precoder matrix indices and indications of channel quality indices.
摘要:
A system and method for optimizing system performance includes applying (160) sampling based optimization to identify optimal configurations of a computing system by selecting (162) a number of configuration samples and evaluating (166) system performance based on the samples. Based on feedback of evaluated samples, a location of an optimal configuration is inferred (170). Additional samples are generated (176) towards the location of the inferred optimal configuration to further optimize a system configuration.
摘要:
A system and method for race warning generation for computer program verification includes determining shared variables and determining context-sensitive points-to sets for lock pointers by focusing on pointers that may affect aliases of lock pointers, and by leveraging function summarization. Locksets are determined at locations where shared variables are accessed using the points-to sets for lock pointers. Warnings are based on disjointness of locksets.
摘要:
Transmission is scheduled in a multi-cell multi-carrier wireless network. Assignments are determined for subcarriers by determining marginal gains for receivers, determining a receiver and an associated base station corresponding to a highest marginal gain, and assigning the receiver to the base station. These steps may be iteratively repeated until each of the receivers is assigned to a base station. The subcarriers are then allocated to the receivers by selecting the receiver with the highest gain. Alternatively, assignments are determined for subcarriers by determining a maximum additional queue size reduction, determining an assignment for each of the subcarriers, determining a receiver associated with a base station that has the determined maximum additional queue size reduction, assigning the receiver to the base station, and allocating the subcarriers to the receivers in the base stations.
摘要:
Systems and methods for data management and data processing are provided. Embodiments may include systems and methods relating to fast data selection with reasonably high quality results, and may include a faster data selection function and a slower data selection function. Various embodiments may include systems and methods relating to data hashing and/or data redundancy identification and elimination for a data set or a string of data. Embodiments may include a first selection function is used to pre-select boundary points or data blocks/windows from a data set or data stream and a second selection function is used to refine the boundary points or data blocks/windows. The second selection function may be better at determining the best places for boundary points or data blocks/windows in the data set or data stream. In various embodiments, data may be processed by a first faster hash function and slower more discriminating second hash function.
摘要:
The present invention provides a method and system for identifying, designing, and synthesizing proteins and protein backbones. The invention permits the qualitative identification of designable protein configurations and synthesis of protein folds. The method and system involve generating backbone protein configurations using a set of dihedral angle pairs, normalizing the total surface exposure of the configurations; generating a random set of sequences of hydrophobicities with uniform weight on the space of allowed sequences; determining, for each randomly generated sequence, which of the remaining configurations is the ground state; recording a ground-state configuration for each sequence wherein the desirable configurations are those containing the most sequences with that configuration as their ground state and finally, synthesizing sequences of amino acids for the desirable configurations.
摘要:
Disclosed is a parallel support vector machine technique for solving problems with a large set of training data where the kernel computation, as well as the kernel cache and the training data, are spread over a number of distributed machines or processors. A plurality of processing nodes are used to train a support vector machine based on a set of training data. Each of the processing nodes selects a local working set of training data based on data local to the processing node, for example a local subset of gradients. Each node transmits selected data related to the working set (e.g., gradients having a maximum value) and receives an identification of a global working set of training data. The processing node optimizes the global working set of training data and updates a portion of the gradients of the global working set of training data. The updating of a portion of the gradients may include generating a portion of a kernel matrix. These steps are repeated until a convergence condition is met. Each of the local processing nodes may store all, or only a portion of, the training data. While the steps of optimizing the global working set of training data, and updating a portion of the gradients of the global working set, are performed in each of the local processing nodes, the function of generating a global working set of training data is performed in a centralized fashion based on the selected data (e.g., gradients of the local working set) received from the individual processing nodes.
摘要:
Systems and methods are disclosed for training a learning machine by augmenting data from fine-grained image recognition with labeled data annotated by one or more hyper-classes, performing multi-task deep learning; allowing fine-grained classification and hyper-class classification to share and learn the same feature layers; and applying regularization in the multi-task deep learning to exploit one or more relationships between the fine-grained classes and the hyper-classes.
摘要:
Systems and methods for detection and prevention of Return-Oriented-Programming (ROP) attacks in one or more applications, including an attack detection device and a stack inspection device for performing stack inspection to detect ROP gadgets in a stack. The stack inspection includes stack walking from a stack frame at a top of the stack toward a bottom of the stack to detect one or more failure conditions, determining whether a valid stack frame and return code address is present; and determining a failure condition type if no valid stack frame and return code is present, with Type III failure conditions indicating an ROP attack. The ROP attack is contained using a containment device, and the ROP gadgets detected in the stack during the ROP attack are analyzed using an attack analysis device.
摘要:
The present invention enables capturing API level calls using a combination of dynamic instrumentation and library overriding. The invention allows event level tracing of API function calls and returns, and is able to generate an execution trace. The instrumentation is lightweight and relies on dynamic library/shared library linking mechanisms in most operating systems. Hence we need no source code modification or binary injection. The tool can be used to capture parameter values, and return values, which can be used to correlate traces across API function calls to generate transaction flow logic.