Patents by Inventor Jason Wang

Jason Wang has filed for patents to protect the following inventions. This listing includes patent applications that are pending as well as patents that have already been granted by the United States Patent and Trademark Office (USPTO).

  • Publication number: 20230195477
    Abstract: A computing system includes a host device and a root of trust (RoT) device for performing batch encryption and decryption operations facilitated by a direct memory access (DMA) engine. The host device generates a command table for batch processing of a set of address tables that each describe a set of data blocks of a file to be encrypted or decrypted. The DMA engine facilitates a DMA transfer of the command table from the host memory to an RoT memory of the RoT device. The RoT device then performs batch processing of the address tables referenced in the command table. For each address table, the DMA engine copies a set of data blocks from the host memory to the RoT memory, a cryptographic engine encrypts or decrypts the data blocks, and the DMA engine copies the transformed data blocks back to the host memory.
    Type: Application
    Filed: December 9, 2022
    Publication date: June 22, 2023
    Inventors: Ashish Raj, Joel Wittenauer, Winthrop John Wu, Qinglai Xiao, Samatha Gummalla, Bryan Jason Wang
  • Publication number: 20230185745
    Abstract: A DMA system includes two or more DMA engines that facilitate transfers of data through a shared memory. The DMA engines may operate independently of each other and with different throughputs. A data flow control module controls data flow through the shared memory by tracking status information of data blocks in the shared memory. The data flow control module updates the status information in response to read and write operations to indicate whether each block includes valid data that has not yet been read or if the block has been read and is available for writing. The data flow control module shares the status information with the DMA engines via a side-channel interface to enable the DMA engines to determine which block to write to or read from.
    Type: Application
    Filed: December 9, 2022
    Publication date: June 15, 2023
    Inventors: Winthrop John Wu, Samatha Gummalla, Bryan Jason Wang
  • Patent number: 11672956
    Abstract: A single treatment catheter is provided for delivery of brachytherapy radiation in combination with intratumoral injection into tumor tissue with a single skin and tumor insertion site. The catheter also enables precise delivery of anti-cancer agents, such as immunotherapy or other medical substances, to specific locations within the tumor with radiographic confirmation of the injection delivery area and location.
    Type: Grant
    Filed: March 12, 2020
    Date of Patent: June 13, 2023
    Assignee: Wisconsin Alumni Research Foundation
    Inventors: Zachary Morris, Justin Jagodinsky, Jason Wang, Rebecca Gillis, Nur Amira Binti Mohd Razuan, Alexis Locsin, Jiacomo Beckman, Tirhas G. Dempsey, Hayley H. Raj, Gabriella Medeiros Simas
  • Publication number: 20220394284
    Abstract: A method, system, and computer readable medium for improved decoding CABAC encoded media are described. A decoding loop includes decoding an encoded binary element from a sequence of encoded binary elements to generate a decoded binary element using a context probability. A next context probability for a next encoded binary element in the sequence is determined from the decoded binary element and the next context probability for decoding the next encoded binary element is provided to the decoding loop for a next iteration.
    Type: Application
    Filed: June 7, 2021
    Publication date: December 8, 2022
    Inventors: Jason Wang, Manoj Srivastava
  • Patent number: 11436507
    Abstract: Nodes of a weighted tree each have their own weight. A normalized weight of a node, relative to other nodes in the tree, is determined based on a proportional weight of the node and a lesser unique sum of the node, as well as those of the node's parents and grandparents, up to a root of the tree. The proportional weight and lesser unique sum of a given node depend only on the unique weights of the sibling group including the given node. Thus, if a weight is modified, the normalized weight can be updated without necessarily recalculating the entire tree.
    Type: Grant
    Filed: November 21, 2019
    Date of Patent: September 6, 2022
    Assignee: International Business Machines Corporation
    Inventors: Yu-Ching Chen, Tuo Wang, Ziyue Jason Wang, Lior Aronovich
  • Publication number: 20220117118
    Abstract: A cooling device includes a thermal conductor and a cooler. The thermal conductor includes a working medium, a wick, and a metallic housing. The housing includes an internal space to accommodate the working medium and the wick. The cooler includes an internal flow path through which a fluid can flow, and is connected to an end portion of the thermal conductor.
    Type: Application
    Filed: October 12, 2021
    Publication date: April 14, 2022
    Inventors: Jason WANG, Vivian HSU, Lily WANG
  • Publication number: 20220117076
    Abstract: An electronic device includes a circuit board, an electronic component, and a cooling device mounted on the circuit board. The electronic component and the cooling device are mounted on the circuit board. The cooling device includes a thermal conductor and a cooler. The thermal conductor includes a working medium and a wick in an internal space of a metallic housing. The cooler includes an internal flow path through which a fluid can flow and is connected to an end portion of the thermal conductor.
    Type: Application
    Filed: October 12, 2021
    Publication date: April 14, 2022
    Inventors: Jason WANG, Vivian HSU, Lily WANG
  • Publication number: 20220059863
    Abstract: The present invention relates to the field of fuel cell stacks and stack tower or module, in particular to a sealing structure for stack tower and a stack tower. The sealing structure comprises a first component, a second component and a mica spacer, the first component and the second component are opposite to each other, the mica spacer is disposed between the first component and the second component, sealing part is arranged between the mica spacer and at least one of the first component and the second component, and the sealing part comprises a glass ceramic layer and an outer circumferential ceramic cement ring surrounding the glass cement layer; the sealing structure for stack tower has excellent sealing performance and service durability for a fuel cell system.
    Type: Application
    Filed: April 30, 2021
    Publication date: February 24, 2022
    Applicants: China Energy Investment Corporation Limited, Shenhua New Energy Co., Ltd., National Institute of Clean-and-Low-Carbon Energy
    Inventors: Zhien Liu, Dajun Li, Ying Zhang, Weihua Zhou, Xia Yang, Yuqiong Zhang, Jason Wang, Changlei Liu, Brandon Ohara
  • Patent number: 11227103
    Abstract: Provided is a method for identifying problematic input fields in a webform. The method comprises obtaining a set of user interaction data for a plurality of user interactions with input fields of a webform. The user interaction data for each input field includes data corresponding to at least one aspect. The method comprises assigning an aspect value to each aspect of each user interaction with each input field. The method comprises aggregating aspect values into an aggregated aspect value for each input field, generating a score for each input field based at least in part on the aggregated aspect field, ranking the input fields by their respective scores to identify at least one particular input field in the webform as problematic, and indicating that the at least one particular input field in the webform is problematic.
    Type: Grant
    Filed: November 5, 2019
    Date of Patent: January 18, 2022
    Assignee: International Business Machines Corporation
    Inventors: Tuo Wang, Lior Aronovich, Ziyue Jason Wang, Yu-Ching Chen
  • Patent number: 11126930
    Abstract: A code completion system predicts candidates to complete a method invocation in a source code program written in a dynamically-typed programming language. A pseudo type is generated for each variable in the source code program to approximate the runtime type of the variable. The pseudo type is then used to group a set of method invocations into a classification that can be modeled by an n-order Markov chain model. The n-order Markov chain model is used to predict candidate methods more likely to complete a method invocation in a dynamically-typed programming language.
    Type: Grant
    Filed: April 27, 2019
    Date of Patent: September 21, 2021
    Assignee: MICROSOFT TECHNOLOGY LICENSING, LLC.
    Inventors: Shengyu Fu, Neelakantan Sundaresan, Jason Wang, Ying Zhao
  • Publication number: 20210248704
    Abstract: A system and method for creating and accurately updating school bus routes based on commuter assignments in real-time are disclosed. The system comprises a server including a processor and a memory that stores a set of instructions executable by the processor. A computing device is positioned inside a vehicle, for example, a school bus to identify the commuters, for example, school students boarding the vehicle by reading a unique code printed on their ID cards using a built-in camera, stop locations of the vehicle, and pickup and drop off times. The server could receive information related to the commuters, stop locations, and pickup and drop off times from the computing device via a network and identify the sequence of stop locations, thereby generating a route based on the commuter assignment. The server could update the routes based on the updated information and commuter assignments after the initial route is generated.
    Type: Application
    Filed: February 10, 2021
    Publication date: August 12, 2021
    Inventor: Jason Wang
  • Publication number: 20210158192
    Abstract: Nodes of a weighted tree each have their own weight. A normalized weight of a node, relative to other nodes in the tree, is determined based on a proportional weight of the node and a lesser unique sum of the node, as well as those of the node's parents and grandparents, up to a root of the tree. The proportional weight and lesser unique sum of a given node depend only on the unique weights of the sibling group including the given node. Thus, if a weight is modified, the normalized weight can be updated without necessarily recalculating the entire tree.
    Type: Application
    Filed: November 21, 2019
    Publication date: May 27, 2021
    Inventors: Yu-Ching Chen, Tuo Wang, Ziyue Jason Wang, Lior Aronovich
  • Publication number: 20210133281
    Abstract: Provided is a method for identifying problematic input fields in a webform. The method comprises obtaining a set of user interaction data for a plurality of user interactions with input fields of a webform. The user interaction data for each input field includes data corresponding to at least one aspect. The method comprises assigning an aspect value to each aspect of each user interaction with each input field. The method comprises aggregating aspect values into an aggregated aspect value for each input field, generating a score for each input field based at least in part on the aggregated aspect field, ranking the input fields by their respective scores to identify at least one particular input field in the webform as problematic, and indicating that the at least one particular input field in the webform is problematic.
    Type: Application
    Filed: November 5, 2019
    Publication date: May 6, 2021
    Inventors: TUO WANG, LIOR ARONOVICH, ZIYUE JASON WANG, YU-CHING CHEN
  • Patent number: 10884515
    Abstract: Substrates suitable for optoelectronic display devices are prepared by: (a) applying a liquid silicone optical bonding agent to a first substrate, (b) activating the liquid silicone optical bonding agent applied in step (a) by irradiation with light in a wavelength range of 200 nm to 500 nm, wherein the duration of the irradiation is less than the gel time of the liquid silicone optical bonding agent, and (c) applying a second substrate to the activated liquid silicone optical bonding agent before the liquid silicone optical bonding agent is gelled.
    Type: Grant
    Filed: November 6, 2015
    Date of Patent: January 5, 2021
    Assignee: WACKER CHEMIE AG
    Inventors: Jason Wang, HyungDae Jin, JungEun Lee, SeungA Lee
  • Publication number: 20200289793
    Abstract: A single treatment catheter is provided for delivery of brachytherapy radiation in combination with intratumoral injection into tumor tissue with a single skin and tumor insertion site. The catheter also enables precise delivery of anti-cancer agents, such as immunotherapy or other medical substances, to specific locations within the tumor with radiographic confirmation of the injection delivery area and location.
    Type: Application
    Filed: March 12, 2020
    Publication date: September 17, 2020
    Inventors: Zachary Morris, Justin Jagodinsky, Jason Wang, Rebecca Gillis, Nur Amira Binti Mohd Razuan, Alexis Locsin, Jiacomo Beckman, Tirhas G. Dempsey, Hayley H. Raj, Gabriella Medeiros Simas
  • Publication number: 20200272426
    Abstract: A code completion system predicts candidates to complete a method invocation in a source code program written in a dynamically-typed programming language. A pseudo type is generated for each variable in the source code program to approximate the runtime type of the variable. The pseudo type is then used to group a set of method invocations into a classification that can be modeled by an n-order Markov chain model. The n-order Markov chain model is used to predict candidate methods more likely to complete a method invocation in a dynamically-typed programming language.
    Type: Application
    Filed: April 27, 2019
    Publication date: August 27, 2020
    Inventors: SHENGYU FU, NEELAKANTAN SUNDARESAN, JASON WANG, YING ZHAO
  • Patent number: 10142625
    Abstract: An entropy coding module is provided for use in a video encoder that encodes a video input signal based on a plurality of macroblocks derived from the video input signal. The entropy coding module includes an entropy coder that generates entropy encoded data from discrete transformed coefficients for the plurality of macroblocks. A neighbor management module stores neighbor data for at least one macroblock of the plurality of macroblocks for retrieval by the entropy encoder, when operating on at least one neighboring macroblock of the plurality of macroblocks.
    Type: Grant
    Filed: September 3, 2014
    Date of Patent: November 27, 2018
    Assignee: VIXS SYSTEMS, INC.
    Inventors: Xu Gang (Wilf) Zhao, Xinghai Li, Jason Wang
  • Publication number: 20180322464
    Abstract: Techniques for enhancing usability and electronic resource efficiency using job relevance are disclosed herein. In some embodiments, a plurality of members of the social networking system are identified for which the new job is relevant. The job posting is identified as a top job posting for each of a subset of the plurality of members for which the new job is relevant, the identifying of the job posting as a top job posting including accessing an online data store that includes enhanced relevancy data, the enhanced relevancy data including real-time feedback provided by one or more of the plurality of members with respect to the values of the attributes specified within the job posting. A specialized notification of the top job posting is generated for each of the identified subset of the identified plurality of members.
    Type: Application
    Filed: May 5, 2017
    Publication date: November 8, 2018
    Inventors: Kumaresh Pattabiraman, Kevin Chuang, Dezhen Li, Jiuling Wang, Jason Wang, Kunal Mukesh Cholera, Parul Jain
  • Publication number: 20180314352
    Abstract: Substrates suitable for optoelectronic display devices are prepared by: (a) applying a liquid silicone optical bonding agent to a first substrate, (b) activating the liquid silicone optical bonding agent applied in step (a) by irradiation with light in a wavelength range of 200 nm to 500 nm, wherein the duration of the irradiation is less than the gel time of the liquid silicone optical bonding agent, and (c) applying a second substrate to the activated liquid silicone optical bonding agent before the liquid silicone optical bonding agent is gelled.
    Type: Application
    Filed: November 6, 2015
    Publication date: November 1, 2018
    Applicant: Wacker Chemie AG
    Inventors: Jason WANG, HyungDae JIN, JungEun LEE, SeungA LEE
  • Patent number: 9940425
    Abstract: A method and apparatus for camouflaging an application specific integrated circuit (ASIC), wherein the ASIC comprises a plurality of interconnected functional logic is disclosed. The method adds functionally inert elements to the logical description or provides alternative definitions of standard logical cells to make it difficult for reverse engineering programs to be used to discover the circuit's function. Additionally, post processing may be performed on GDS layers to provide a realistic fill of the empty space so as to resemble structural elements found in a functional circuit.
    Type: Grant
    Filed: December 8, 2016
    Date of Patent: April 10, 2018
    Assignee: Inside Secure S.A.
    Inventors: Bryan Jason Wang, Lap Wai Chow, James Peter Baukus, Ronald Paul Cocchi