Patents
Literature
Hiro is an intelligent assistant for R&D personnel, combined with Patent DNA, to facilitate innovative research.
Hiro

43 results about "Timing diagram" patented technology

A timing diagram in the Unified Modeling Language 2.0 is a specific type of interaction diagram, where the focus is on timing constraints. Timing diagrams are used to explore the behaviors of objects throughout a given period of time. A timing diagram is a special form of a sequence diagram. The differences between timing diagram and sequence diagram are the axes are reversed so that the time increases from left to right and the lifelines are shown in separate compartments arranged vertically.

Node representation method based on time sequence diagram neural network and incremental learning method

PendingCN112686376AImprove accuracyAccelerate the speed of iterative convergenceNeural architecturesNeural learning methodsAlgorithmTheoretical computer science
The invention discloses a node representation method based on a sequential graph neural network and an incremental learning method, and belongs to the technical field of graph representation learning. After the preprocessing operation, a GCN model with a double attention mechanism is used for respectively processing the time sequence graph snapshots at different moments, graph convolution calculation is carried out, and the structure embedding representation of any node at any moment is obtained; inputting the structure embedded representation of any node at each moment into a t-GRU time sequence network as a sequence to perform serial calculation, and solving a final embedded representation of any node at any moment; for the new data at the T moment, storing an intermediate result before the T moment; only one GCN model with a double attention mechanism being used for processing incremental graph data at the moment T; and synthesizing the intermediate result and the T moment result into a sequence, and inputting the sequence into a t-GRU time sequence network for serial calculation to obtain embedded representation of any node at the T moment. The method is suitable for various time sequence diagram scenes, node representation information is richer and more accurate, and the model iteration convergence speed is high.
Owner:NORTHEASTERN UNIV

Implementation method and device of dynamic interactive modeling tool

The invention discloses an implementation method and device for a dynamic interactive modeling tool, and the method comprises the steps: obtaining at least one modeling element in the field of integrated avionics system software, the attribute of the modeling element, and the relation between all modeling elements, wherein the modeling elements comprise subsystem-level modeling elements and system-level modeling elements; according to the subsystem-level modeling elements and the system-level modeling elements, respectively constructing a time sequence primitive model and an interaction summary primitive model in a general modeling environment; and analyzing the time sequence primitive model and the interaction summary primitive model, and respectively generating a time sequence diagram modeling environment and an interaction summary diagram modeling environment. According to the time sequence diagram modeling environment and the interactive summary diagram modeling environment generated by the method, developers can quickly build a software model of the comprehensive avionics system. The modeling environment can meet the requirements of interaction and collaborative modeling amonga plurality of subsystems, and the built software model can be further converted into other mathematical models to support verification during design.
Owner:NORTHWESTERN POLYTECHNICAL UNIV

Traffic speed prediction method based on time sequence diagram neural network

ActiveCN113159414AImprove learning effectAbility to improve dynamic characteristicsDetection of traffic movementForecastingAlgorithmTiming diagram
The invention discloses a traffic speed prediction method based on a time sequence diagram neural network, and the method comprises the following steps: S1, collecting the observation data of a traffic speed sensor network, and constructing a traffic map and a speed observation sequence; S2, enabling the coding end to carry out feature transformation on original node features; S3, carrying out node space feature fusion; S4, modeling dynamic time sequence characteristics in the network based on the bidirectional time sequence space coding layer; S5, enabling the decoding end to perform feature transformation on the original node features; S6, learning coding time sequence features of the splicing features based on a bidirectional GRU layer; and S7, based on the timing sequence multi-head attention layer, calculating the attention between the state of the current moment and a plurality of observation states of the coding end, and performing prediction. According to the method, the modeling problem of the time sequence characteristics and the spatial characteristics in the time sequence traffic network of the static topology is solved, the capturing capability of the traffic speed prediction model on the spatial characteristics and the time sequence dependence characteristics is improved based on the time sequence diagram neural network, and the method has good availability.
Owner:SOUTH CHINA UNIV OF TECH

Test case path generation method and device, equipment and storage medium

The invention provides a test case path generation method and device, equipment and a computer readable storage medium. The method comprises the steps of obtaining a to-be-processed sequence diagram, wherein the time sequence diagram comprises a plurality of request objects, messages transmitted by the objects and calling relations among the objects; calling an algorithm package used for analyzing the time sequence diagram, processing a plurality of request objects, messages transmitted by the objects and calling relations among the objects, and constructing a directed graph of the time sequence diagram; based on heredity and ant colony algorithms, distributing a plurality of population objects obtained through crossover and mutation processing to nodes i and nodes j of a plurality of request objects of a directed graph; based on an iterative algorithm, screening out a target path between a node i and a node j from the paths found by each population object of the plurality of population objects; serially connecting the information transmitted by the object corresponding to each request object on each target path to generate a scene test case path, wherein the scene test case path is used for searching scene test cases from the test case database.
Owner:WEBANK (CHINA)

Stock selection method based on relation-time sequence diagram convolution

PendingCN112950377AFaster and more efficient extractionFast trainingFinanceForecastingTiming diagramStock trend prediction
The invention provides a stock selection method based on relation-time sequence diagram convolution, which belongs to the technical field of stock selection and comprises the following steps: constructing a relation-time sequence diagram based on a whole stock market; based on the relation-time sequence diagram of the whole stock market, extracting relation-time sequence features of each stock by using a relation-time sequence diagram convolutional network in combination with a pooling layer; according to the extracted relation-time sequence features of each stock, calculating a predicted return rate of each stock by using a full connection layer, and optimizing a relation-time sequence diagram convolutional network; and based on the optimized relation-time sequence diagram convolutional network, sorting all stock prediction return rates in the stock market from high to low, and selecting the first N stocks with the highest return rate. The stock trend prediction not only needs to consider the time sequence information of each stock, but also needs to consider other stock information associated with the stock in the market, so that the problem that the relationship-time sequence features of stocks are not considered at the same time during stock trend prediction in the prior art is solved through the design.
Owner:四川省人工智能研究院(宜宾)

Time sequence diagram annotation processing system and method

The invention discloses a time sequence diagram annotation processing system and method, and the system comprises an annotation module and a control module, the control module is used for receiving aninstruction and analyzing the instruction, calling the annotation module to generate an annotation icon when the analyzed instruction is an annotation instruction, and carrying out the annotation operation of a time sequence diagram through employing the annotation icon; wherein the annotation icon comprises an annotation title box, an annotation dragging button, an annotation pointing line and an annotation pointing dragging button, the annotation title box is arranged around the annotation dragging button, one end of the annotation pointing line is connected with the annotation dragging button, and the other end of the annotation pointing line is connected with the annotation pointing dragging button; wherein the annotation title box is used for inputting names and/or descriptions of annotations by a user and displaying the input names and/or simple descriptions; wherein the annotation dragging button is used for dragging an annotation icon and setting the attribute of the annotation icon by a user; wherein the annotation pointing line is used for pointing to the component to which the annotation aims; the annotation pointing drag button is used for being dragged by a user to modify the specific pointing direction of the annotation pointing line.
Owner:上海索辰信息科技股份有限公司

Reliability strategy model and code consistency detection method and device

ActiveCN111475415AMake up for the lack of dynamic consistency detectionMeet the requirements of logical correctnessSoftware testing/debuggingPathPingAlgorithm
The invention relates to a reliability strategy model and code consistency detection method and device, belongs to the technical field of software testing, and solves the problem that existing staticinformation extraction is not suitable for detecting the consistency of a model and a code. The method comprises the following steps: constructing a reliability strategy UML time sequence diagram model; converting the reliability strategy UML time sequence diagram model into a model LTS; tracking the reliability strategy model to the code to obtain a reliability strategy code; obtaining a Log filebased on reliability strategy code instrumentation, wherein the Log file comprises execution path information of the reliability strategy code; constructing a code LTS based on the Log file; extracting all branch paths of the model LTS as model paths, and extracting branch paths of the code LTS as code paths; detecting the consistency between the model path and the code path; and when the numberof the code paths is greater than or equal to the minimum number of the code paths, determining that the consistency detection result is accurate. According to the invention, an accurate dynamic consistency checking method for the model and the code is realized.
Owner:天航长鹰(江苏)科技有限公司

Timing diagram processing system and method

The sequence diagram processing system and method include: the control module receives the analysis instruction, calls the grouping module to generate a grouping icon when the resolved instruction is a grouping instruction, and performs a grouping operation on the sequence diagram; when the analysis instruction is an activity definition instruction, calls the activity definition module to generate The activity definition icon performs the activity node definition operation on the sequence diagram; when the instruction is parsed out as an activity callback instruction, the activity callback module is called to generate an activity callback icon to perform a callback operation on the callback activity of the sequence diagram; when the instruction is parsed out as an annotation instruction, the annotation module is called Generate annotation icons to annotate the sequence diagram; call the state definition module to generate a state definition icon to perform state definition operations on the sequence diagram when the instruction is parsed out as a state definition instruction; call the cutoff module to generate a cutoff icon pair when the instruction is parsed out as a cutoff instruction The timing diagram performs cut-off operation; when the instruction is parsed as an isolation instruction, the isolation module is called to generate an isolation icon to perform isolation operation on the timing diagram.
Owner:上海索辰信息科技股份有限公司
Who we serve
  • R&D Engineer
  • R&D Manager
  • IP Professional
Why Eureka
  • Industry Leading Data Capabilities
  • Powerful AI technology
  • Patent DNA Extraction
Social media
Try Eureka
PatSnap group products